@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,700&display=swap");
@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url("../fonts/NotoSansCJKjp-Thin.woff");
  font-weight: 250
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url("../fonts/NotoSansCJKjp-Light.woff");
  font-weight: 300
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff");
  font-weight: 350
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url("../fonts/NotoSansCJKjp-Regular.woff");
  font-weight: 400
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url("../fonts/NotoSansCJKjp-Medium.woff");
  font-weight: 500
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url("../fonts/NotoSansCJKjp-Bold.woff");
  font-weight: 700
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url("../fonts/NotoSansCJKjp-Black.woff");
  font-weight: 900
}

html {
  font-size: 16px
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1.6;
  font-family: 'Noto Sans CJK JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #251d1b
}

br {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

li {
  list-style: none
}

.parts_section {
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #d2d2d2
}

.parts_section_black {
  background-color: #000
}

.ir-library-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ir-library-index__item {
  width: 48.5%;
  font-size: 1.25rem
}

@media only screen and (max-width: 1440px) {
  .ir-library-index__item {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir-library-index__item {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir-library-index__item {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir-library-index__item {
    font-size: 1rem
  }
}

.ir-library-index__item:nth-of-type(n+3) {
  margin-top: 30px
}

.ir-library-index__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 112px;
  padding-left: 16px;
  padding-right: 16px;
  background: #f1f1f1;
  color: #000;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.ir-library-index__link:hover {
  background-color: #007BD0;
  color: #fff
}

.ir-library-index__image {
  margin-right: 16px
}

@media only screen and (max-width: 768px) {
  .ir-library-index {
    display: block
  }
  .ir-library-index__item {
    width: 100%
  }
  .ir-library-index__item:nth-of-type(n+2) {
    margin-top: 24px
  }
}

.movie_top_loop_out {
  background-color: #f1f1f1;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.movie_top_loop_out .movie_top_loop_inner .movie_top_loop_txt01 {
  font-size: .875rem;
  margin-bottom: 5px
}

@media only screen and (max-width: 1440px) {
  .movie_top_loop_out .movie_top_loop_inner .movie_top_loop_txt01 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .movie_top_loop_out .movie_top_loop_inner .movie_top_loop_txt01 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .movie_top_loop_out .movie_top_loop_inner .movie_top_loop_txt01 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .movie_top_loop_out .movie_top_loop_inner .movie_top_loop_txt01 {
    font-size: 1rem
  }
}

.movie_top_loop_out .movie_top_loop_inner .movie_top_loop_txt02 {
  font-size: 1.0625rem;
  margin-bottom: 10px
}

@media only screen and (max-width: 1440px) {
  .movie_top_loop_out .movie_top_loop_inner .movie_top_loop_txt02 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .movie_top_loop_out .movie_top_loop_inner .movie_top_loop_txt02 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .movie_top_loop_out .movie_top_loop_inner .movie_top_loop_txt02 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .movie_top_loop_out .movie_top_loop_inner .movie_top_loop_txt02 {
    font-size: 1rem
  }
}

.movie_top_loop_out .movie_top_loop_inner a {
  display: block;
  border-bottom: none;
  width: 260px;
  height: 46px;
  background-color: #3e5684;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media only screen and (max-width: 480px) {
  .movie_top_loop_out .movie_top_loop_inner a {
    width: 100%
  }
}

.movie_top_loop_out .movie_top_loop_inner a span {
  padding-top: 24px
}

.movie_top_loop_out .movie_top_loop_inner a span img {
  display: inline-block;
  width: 16px;
  height: 16px
}

.movie_top_loop_out .movie_top_loop_inner a:hover {
  background-color: #1f6ea2;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir-library-latest {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px
}

@media only screen and (max-width: 600px) {
  .ir-library-latest {
    margin-bottom: 45px
  }
}

.ir-library-latest__box {
  padding: 40px;
  border: 1px solid #707070
}

@media only screen and (max-width: 600px) {
  .ir-library-latest__box {
    padding: 25px
  }
}

.ir-library-latest__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 4px;
  padding-left: 30px;
  margin-bottom: 30px;
  border-left: 14px solid #3e5684;
  line-height: 1.5;
  position: relative
}

@media only screen and (max-width: 600px) {
  .ir-library-latest__title {
    display: block;
    padding-left: 20px
  }
}

.ir-library-latest__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: 2px solid #808078
}

@media only screen and (max-width: 600px) {
  .ir-library-latest__title::before {
    left: 20px
  }
}

.ir-library-latest__hd {
  font-size: 1.6875rem
}

@media only screen and (max-width: 1440px) {
  .ir-library-latest__hd {
    font-size: 1.26563rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir-library-latest__hd {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir-library-latest__hd {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir-library-latest__hd {
    font-size: 1rem
  }
}

.ir-library-latest__text01 {
  margin-left: 30px
}

@media only screen and (max-width: 600px) {
  .ir-library-latest__text01 {
    margin-left: 0;
    margin-top: 10px
  }
}

.ir-library-latest__text02 {
  margin-left: auto
}

@media only screen and (max-width: 800px) {
  .ir-library-latest__text02 {
    margin-top: 10px
  }
}

@media only screen and (max-width: 600px) {
  .ir-library-latest__text02 {
    margin-top: 0px
  }
}

.ir-library-latest__text02::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url("/assets/img/common/dl.svg") no-repeat 0 0;
  background-size: contain
}

.ir-library-latest__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ir-library-latest__item {
  width: 50%;
  padding: 0 0 0 16px;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-decoration: none
}

@media only screen and (max-width: 1024px) {
  .ir-library-latest__item {
    width: 100%
  }
}

.ir-library-latest__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.5em + 10px);
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

_:-ms-fullscreen, :root .ir-library-latest__item::before {
  top: 10px
}

.ir-library-latest__link {
  color: #1F6EA4
}

.ir-library-latest__cap {
  display: inline-block;
  padding: 6px 0 0;
  vertical-align: bottom
}

_:-ms-fullscreen, :root .ir-library-latest__cap {
  padding: 4px 0 0
}

.ir-library-latest__cap::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 23px;
  background: url("/assets/img/common/SVG/pdf_icon.svg") no-repeat 0 0;
  background-size: contain;
  padding: 0;
  vertical-align: bottom
}

#ir_latest_material {
  display: block;
  margin-top: -150px;
  padding-top: 150px
}

@media only screen and (max-width: 768px) {
  #ir_latest_material {
    margin-top: -50px;
    padding-top: 50px
  }
}

.ir_benefit_wrapper .ir_benefit_box01.ir_benefit_box01_20231220 {
  display: none;
}
.ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_box01_inner {
  max-width: 1000px;
  margin: auto
}

.ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_box01_inner.ir_benefit_box01_inner_20230525 {

}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_box01_inner {
    max-width: 750px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_box01_inner.ir_benefit_box01_inner_20230525 {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1300px) {
  .ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_box01_inner.ir_benefit_box01_inner_20230525 {
    padding-right: 30px;
    padding-left: 30px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_box01_inner {
    max-width: 550px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_box01_inner.ir_benefit_box01_inner_20230525 {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_box01_inner {
    max-width: 100%
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_box01_inner {
    max-width: 100%
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_box01_inner {
    padding-right: 30px;
    padding-left: 30px
  }
}

.ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_content .ci_h3_b_type03 {
  margin-bottom: 20px
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_content .ci_h3_b_type03 {
    margin-bottom: 15px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_content .ci_h3_b_type03 {
    margin-bottom: 11px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_content .ci_h3_b_type03 {
    margin-bottom: 8px
  }
}

.ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_content .ir_benefit_img01 {
  max-width: 1000px;
  width: 100%
}

.ir_benefit_wrapper .ir_benefit_box01 .ir_benefit_content .ir_benefit_img01 img {
  width: 100%;
  height: auto
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap {
  background-color: #FFFFE7;
  padding-top: 40px;
  padding-bottom: 30px
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap {
    padding-top: 30px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap {
    padding-top: 22px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap {
    padding-top: 16px
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap {
    padding-top: 10px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap {
    padding-bottom: 22.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap {
    padding-bottom: 16.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap {
    padding-bottom: 12px
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap {
    padding-bottom: 7.5px
  }
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner {
  max-width: 1000px;
  margin: auto
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner {
    max-width: 750px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner.ir_benefit_yellow_wrap_inner_20230525 {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1300px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner.ir_benefit_yellow_wrap_inner_20230525 {
    padding-right: 30px;
    padding-left: 30px;
  }
}


@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner {
    max-width: 550px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner.ir_benefit_yellow_wrap_inner_20230525 {
    max-width: 1200px;
  }
}


@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner {
    max-width: 100%
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner {
    max-width: 100%
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner {
    padding-right: 30px;
    padding-left: 30px
  }
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner h4 {
  font-size: 1.375rem;
  margin-bottom: 15px
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner h4 {
    font-size: 1.03125rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner h4 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner h4 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner h4 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner h4 {
    margin-bottom: 11.25px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner h4 {
    margin-bottom: 8.25px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner h4 {
    margin-bottom: 6px
  }
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox {
  width: calc(33.3333% - 20px);
  margin-right: 30px;
  outline: none
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox:nth-child(3n) {
  margin-right: 0
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox {
    width: calc(50% - 15px);
    margin-right: 15px
  }
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox:nth-child(3n) {
    margin-right: 15px
  }
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox:nth-child(2n) {
    margin-right: 0
  }
}

@media only screen and (max-width: 400px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox {
    width: 100%;
    margin-right: 0
  }
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox:nth-child(3n) {
    margin-right: 0
  }
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox .ir_benefit_goodsbox_img {
  max-width: 380px;
  width: 100%
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox .ir_benefit_goodsbox_img img {
  width: 100%;
  height: auto
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox p {
  color: #000;
  text-align: center;
  font-size: 1.0625rem;
  margin-top: 2px;
  margin-bottom: 30px;
  font-weight: 500
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox p {
    margin-top: 1.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox p {
    margin-top: 1.1px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox p {
    margin-top: .8px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox p {
    margin-bottom: 22.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox p {
    margin-bottom: 16.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_goodsbox_wrap .ir_benefit_goodsbox p {
    margin-bottom: 12px
  }
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_kifubox {
  margin-top: 35px
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_kifubox {
    margin-top: 26.25px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_kifubox {
    margin-top: 19.25px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_kifubox {
    margin-top: 14px
  }
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_kifubox a {
  display: block;
  max-width: 600px;
  width: 100%
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_kifubox a:hover {
  opacity: 0.6
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_kifubox a img {
  width: 100%;
  height: auto
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_kifubox .ir_benefit_annotation {
  margin-top: 15px
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_kifubox .ir_benefit_annotation {
    margin-top: 11.25px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_kifubox .ir_benefit_annotation {
    margin-top: 8.25px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_yellow_wrap .ir_benefit_yellow_wrap_inner .ir_benefit_box02_kifubox .ir_benefit_annotation {
    margin-top: 6px
  }
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_first_wrap {
  background-color: #eef8ea;
  margin-bottom: 0
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_green_wrap {
  background-color: #FFFFE7;
  margin-bottom: 0
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_green_wrap .bene_6000_box01 {
  padding-top: 0
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_box02_underwrap {
  margin: auto;
  margin-top: 30px
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_box02_underwrap .ir_benefit_graybox .ci_ul .ir_benefit_liflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_box02_underwrap .ir_benefit_graybox .ci_ul .ir_benefit_liflex .ir_benefit_liflex_ws {
  white-space: nowrap
}

.ir_benefit_wrapper .ir_benefit_box02 .ir_benefit_box02_underwrap .ir_benefit_graybox .ci_ul .ir_benefit_liflex p {
  margin-bottom: 0
}

.ir_benefit_wrapper .ir_benefit_box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(62, 86, 132, 0.2);
  padding-top: 60px;
  padding-bottom: 60px
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box03 {
    padding-top: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box03 {
    padding-top: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box03 {
    padding-top: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_wrapper .ir_benefit_box03 {
    padding-top: 15px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box03 {
    padding-bottom: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box03 {
    padding-bottom: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box03 {
    padding-bottom: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_wrapper .ir_benefit_box03 {
    padding-bottom: 15px
  }
}

.ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 650px;
  width: 100%
}

.ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner a.ir_benefit_box03_btn {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px
}

.ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner a.ir_benefit_box03_btn:hover p {
  color: #3E5684;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner a.ir_benefit_box03_btn .ir_benefit_box03_btn_img {
  height: 106px;
  width: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px
}

@media only screen and (max-width: 480px) {
  .ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner a.ir_benefit_box03_btn .ir_benefit_box03_btn_img {
    height: 90px;
    padding-bottom: 10px
  }
}

@media only screen and (max-width: 374px) {
  .ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner a.ir_benefit_box03_btn .ir_benefit_box03_btn_img {
    height: 80px
  }
}

.ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner a.ir_benefit_box03_btn .ir_benefit_box03_btn_img img {
  height: 100%;
  width: auto
}

.ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner a.ir_benefit_box03_btn p {
  color: #000;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-weight: 700;
  font-size: 1.375rem;
  transition: 0.3s
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner a.ir_benefit_box03_btn p {
    font-size: 1.03125rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner a.ir_benefit_box03_btn p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner a.ir_benefit_box03_btn p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner a.ir_benefit_box03_btn p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner a.ir_benefit_box03_btn p {
    font-size: .9375rem
  }
}

@media only screen and (max-width: 374px) {
  .ir_benefit_wrapper .ir_benefit_box03 .ir_benefit_box03_inner a.ir_benefit_box03_btn p {
    font-size: .875rem
  }
}

.ir_benefit_graybox {
  background-color: rgba(62, 86, 134, 0.05);
  padding-top: 20px;
  padding-bottom: 20px
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_graybox {
    padding-top: 15px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_graybox {
    padding-top: 11px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_graybox {
    padding-top: 8px
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_graybox {
    padding-top: 5px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_graybox {
    padding-bottom: 15px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_graybox {
    padding-bottom: 11px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_graybox {
    padding-bottom: 8px
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_graybox {
    padding-bottom: 5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_graybox {
    padding-right: 30px;
    padding-left: 30px
  }
}

.ir_benefit_graybox .ir_benefit_graybox_inner {
  max-width: 1000px;
  margin: auto
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_graybox .ir_benefit_graybox_inner {
    max-width: 750px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_graybox .ir_benefit_graybox_inner.ir_benefit_graybox_inner_20230525 {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1300px) {
  .ir_benefit_graybox .ir_benefit_graybox_inner.ir_benefit_graybox_inner_20230525 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_graybox .ir_benefit_graybox_inner {
    max-width: 550px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_graybox .ir_benefit_graybox_inner {
    max-width: 100%
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_graybox .ir_benefit_graybox_inner {
    max-width: 100%
  }
}

.ir_benefit_graybox p {
  font-size: 1.0625rem;
  margin-bottom: 13px;
  font-weight: 500
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_graybox p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_graybox p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_graybox p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_graybox p {
    font-size: 1rem
  }
}

.ir_benefit_graybox .ci_ul {
  margin-bottom: 13px
}

.ir_benefit_annotation p {
  font-size: .9375rem;
  font-weight: 500;
  padding-left: 22px;
  position: relative
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_annotation p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_annotation p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_annotation p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_annotation p {
    font-size: 1rem
  }
}

.ir_benefit_annotation p:before {
  content: "＊";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0
}

.ir_benefit_content {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_content {
    margin-top: 22.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_content {
    margin-top: 16.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_content {
    margin-top: 12px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_content {
    margin-bottom: 22.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_content {
    margin-bottom: 16.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_content {
    margin-bottom: 12px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_content {
    max-width: 750px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_content {
    max-width: 550px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_content.ir_benefit_content_20230525 {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1300px) {
  .ir_benefit_content.ir_benefit_content_20230525 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_content {
    max-width: 100%
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_content {
    max-width: 100%
  }
}

.ir_benefit_content p {
  padding-bottom: 0 !important
}

.ir_benefit_wrapper .ir_benefit_text01 {
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: 20px
}

@media only screen and (max-width: 1440px) {
  .ir_benefit_wrapper .ir_benefit_text01 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_benefit_wrapper .ir_benefit_text01 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_wrapper .ir_benefit_text01 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_benefit_wrapper .ir_benefit_text01 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_benefit_pd768 {
    padding-right: 30px;
    padding-left: 30px
  }
}

.modaal-wrapper.ir_benefit-modall .modaal-close:before, .modaal-wrapper.ir_benefit-modall .modaal-close:after {
  width: 1px;
  height: 45px;
  top: 4px
}

.modaal-wrapper.ir_benefit-modall .modaal-close:hover {
  background: none
}

.modaal-wrapper.ir_benefit-modall .modaal-close:hover:before, .modaal-wrapper.ir_benefit-modall .modaal-close:hover:after {
  background: #fff
}

.modaal-wrapper.ir_benefit-modall .modaal-gallery-label {
  font-weight: 500;
  display: block
}

.bebefit_box_20201208 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.bebefit_box_20201208 .bebefit_box_20201208_btn01 {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f1f1f1;
  padding-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  height: 41px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2
}

_:-ms-fullscreen, :root .bebefit_box_20201208 .bebefit_box_20201208_btn01 {
  padding-top: 13px
}

.bebefit_box_20201208 .bebefit_box_20201208_btn01 span {
  color: #272b38;
  margin-right: 5px;
  font-weight: 500
}

.bebefit_box_20201208 .bebefit_box_20201208_btn01 svg {
  width: 16px;
  height: 10px
}

.bebefit_box_20201208 .bebefit_box_20201208_btn01:hover {
  background-color: #007BD0;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.bebefit_box_20201208 .bebefit_box_20201208_btn01:hover span {
  color: #fff
}

.bebefit_box_20201208 .bebefit_box_20201208_btn01:hover svg .cls-1 {
  fill: #fff
}

.bebefit_box_20201208 .bebefit_box_20201208_btn02 {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #3e5684;
  padding-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-decoration: none;
  height: 41px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2
}

@media only screen and (max-width: 768px) {
  .bebefit_box_20201208 .bebefit_box_20201208_btn02 {
    margin-left: 0
  }
}

_:-ms-fullscreen, :root .bebefit_box_20201208 .bebefit_box_20201208_btn02 {
  padding-top: 13px
}

.bebefit_box_20201208 .bebefit_box_20201208_btn02 span {
  color: #fff;
  font-weight: 500
}

.bebefit_box_20201208 .bebefit_box_20201208_btn02 img {
  margin-top: 2px;
  width: 14px;
  height: 16px;
  vertical-align: top
}

.bebefit_box_20201208 .bebefit_box_20201208_btn02:hover {
  background-color: #007BD0;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.bebefit_box_20201208 .bebefit_box_20201208_btn02:hover span {
  color: #fff
}

.bebefit_box_20201208 .bebefit_box_20201208_btn02:hover svg .cls-1 {
  fill: #fff
}

.bene_6000_box01 {
  padding-top: 60px
}

@media only screen and (max-width: 1440px) {
  .bene_6000_box01 {
    padding-top: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .bene_6000_box01 {
    padding-top: 33px
  }
}

@media only screen and (max-width: 768px) {
  .bene_6000_box01 {
    padding-top: 24px
  }
}

@media only screen and (max-width: 480px) {
  .bene_6000_box01 {
    padding-top: 15px
  }
}

.ci_h3_anqer1208 {
  padding-top: 100px;
  margin-top: -100px
}

.ir-message-header {
  overflow: hidden;
  position: relative;
  margin-bottom: 70px
}

.ir-message-header__image img {
  width: 100%
}

.ir-message-header__image_sp {
  display: none
}

.ir-message-header__title {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 2.25rem;
  line-height: 1.52778;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 1440px) {
  .ir-message-header__title {
    font-size: 1.6875rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir-message-header__title {
    font-size: 1.2375rem
  }
}

@media only screen and (max-width: 768px) {
  .ir-message-header__title {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir-message-header__title {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1440px) {
  .ir-message-header__title {
    max-width: 768px
  }
}

@media only screen and (max-width: 1024px) {
  .ir-message-header__title {
    top: 60px
  }
}

.ir-message-header__position {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 1600px) {
  .ir-message-header__position {
    bottom: 40px
  }
}

@media only screen and (max-width: 1440px) {
  .ir-message-header__position {
    max-width: 768px
  }
}

@media only screen and (max-width: 1200px) {
  .ir-message-header__position {
    bottom: 20px
  }
}

@media only screen and (max-width: 1024px) {
  .ir-message-header__position {
    bottom: 10px
  }
}

.ir-message-header__name01 {
  font-size: 20px
}

.ir-message-header__name02 {
  margin-left: 1em;
  font-size: 32px
}

.ir-message-header__name03, .ir-message-header__name04 {
  color: #4d4d4d;
  font-weight: 500
}

.ir-message-header__name03 {
  font-size: 15px
}

.ir-message-header__name04 {
  font-size: 17px
}

@media only screen and (max-width: 1300px) {
  .ir-message-header__title {
    top: calc(100vw * 100 / 1300)
  }
}

@media only screen and (max-width: 900px) {
  .ir-message-header__name01 {
    font-size: calc(20vw * 100 / 900)
  }
  .ir-message-header__name02 {
    font-size: calc(32vw * 100 / 900)
  }
  .ir-message-header__name03 {
    font-size: calc(15vw * 100 / 900)
  }
  .ir-message-header__name04 {
    font-size: calc(17vw * 100 / 900)
  }
}

@media only screen and (max-width: 768px) {
  .ir-message-header {
    margin-bottom: 40px;
    height: auto
  }
  .ir-message-header__image {
    display: none
  }
  .ir-message-header__image img {
    display: none
  }
  .ir-message-header__image_sp {
    display: block;
    width: 100%
  }
  .ir-message-header__image_sp img {
    width: 100%;
    height: auto
  }
  .ir-message-header__title {
    position: static;
    margin-top: 24px;
    max-width: 560px;
    font-size: 30px
  }
  .ir-message-header__position {
    position: static;
    margin-top: 24px;
    max-width: 560px
  }
  .ir-message-header__name01 {
    font-size: 17px
  }
  .ir-message-header__name02 {
    font-size: 30px
  }
  .ir-message-header__name03 {
    font-size: 14px
  }
  .ir-message-header__name04 {
    font-size: 16px
  }
}

@media only screen and (max-width: 600px) {
  .ir-message-header__title {
    font-size: 26px
  }
  .ir-message-header__title br {
    display: none
  }
  .ir-message-header__name01 {
    font-size: calc(17vw * 100 / 600)
  }
  .ir-message-header__name02 {
    font-size: calc(30vw * 100 / 600)
  }
  .ir-message-header__name03 {
    font-size: 14px
  }
  .ir-message-header__name04 {
    font-size: 16px
  }
}

@media only screen and (max-width: 500px) {
  .ir-message-header__name01 {
    font-size: 15px
  }
  .ir-message-header__name02 {
    font-size: 25px
  }
}

.ci_title_parts_type01--small {
  font-size: 32px;
  vertical-align: 7px
}

@media only screen and (max-width: 1440px) {
  .ci_title_parts_type01--small {
    font-size: 1.8rem;
    vertical-align: 2px
  }
}

@media only screen and (max-width: 1024px) {
  .ci_title_parts_type01--small {
    font-size: 1.4rem;
    vertical-align: 0
  }
}

@media only screen and (max-width: 768px) {
  .ci_title_parts_type01--small {
    display: block;
    font-size: 0.95rem;
    text-align: center
  }
}

.ci_content_inner--ir-message {
  margin-bottom: 70px
}

.ci_content_inner--ir-message p {
  line-height: 1.9
}

.ci_title_parts_type01_m0 h1 {
  margin-bottom: 0px !important
}

.ir_title01_cover {
  position: relative;
  z-index: 0
}

.ir_title01_cover:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6
}

.ir_title01 {
  margin-bottom: 45px;
  max-height: 434px
}

@media only screen and (max-width: 1440px) {
  .ir_title01 {
    margin-bottom: 33.75px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_title01 {
    margin-bottom: 24.75px
  }
}

@media only screen and (max-width: 768px) {
  .ir_title01 {
    margin-bottom: 18px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_title01 {
    max-height: inherit
  }
}

.ir_title01 .inter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 1024px) {
  .ir_title01 .inter {
    display: block
  }
}

.ir_title01 .inter .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative
}

@media (min-width: 1025px) {
  .ir_title01 .inter .left--2025 {
    min-height: 430px;
  }
}
@media only screen and (max-width: 1024px) {
  .ir_title01 .inter .left {
    width: 100%;
    height: 300px
  }
}

.ir_title01 .inter .left .title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ir_title01 .inter .left .title::before {
  content: "";
  display: block;
  width: 70px;
  height: 18px;
  background-color: #3E5680;
  margin-right: 30px
}

.ir_title01 .inter .left .title div h1 {
  font-weight: 700;
  color: #000;
  font-size: 2.625rem;
  line-height: 1.2;
  margin-bottom: 14px
}

@media only screen and (max-width: 1440px) {
  .ir_title01 .inter .left .title div h1 {
    margin-bottom: 10.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_title01 .inter .left .title div h1 {
    margin-bottom: 7.7px
  }
}

@media only screen and (max-width: 768px) {
  .ir_title01 .inter .left .title div h1 {
    margin-bottom: 5.6px
  }
}

_:-ms-fullscreen, :root .ir_title01 .inter .left .title div h1 {
  margin-bottom: 5px
}

@media only screen and (max-width: 1440px) {
  _:-ms-fullscreen, :root .ir_title01 .inter .left .title div h1 {
    margin-bottom: 3.75px
  }
}

@media only screen and (max-width: 1024px) {
  _:-ms-fullscreen, :root .ir_title01 .inter .left .title div h1 {
    margin-bottom: 2.75px
  }
}

@media only screen and (max-width: 768px) {
  _:-ms-fullscreen, :root .ir_title01 .inter .left .title div h1 {
    margin-bottom: 2px
  }
}

.ir_title01 .inter .left .title div span {
  margin-top: -5px;
  display: block;
  font-weight: 700;
  color: #000;
  font-family: 'Cuprum', sans-serif;
  font-size: 1rem
}

@media only screen and (max-width: 1440px) {
  .ir_title01 .inter .left .title::before {
    content: "";
    display: block;
    width: 50px;
    height: 12px;
    margin-right: 20px
  }
  .ir_title01 .inter .left .title div h1 {
    font-size: 2.5rem
  }
  .ir_title01 .inter .left .title div span {
    margin-top: -10px;
    font-size: .875rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_title01 .inter .left .title {
    top: 10px;
    left: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }
  .ir_title01 .inter .left .title::before {
    content: "";
    display: block;
    width: 80px;
    height: 12px;
    margin-right: 20px
  }
}

.ir_title01 .inter .left .content {
  height: 100%;
  position: relative
}

.ir_title01 .inter .right {
  width: 288px;
  background-color: #3E5680
}

@media only screen and (max-width: 1024px) {
  .ir_title01 .inter .right {
    width: 100%
  }
}

.ir_title01 .inter .right .content {
  height: 100%;
  padding: 20px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
  .ir_title01 .inter .right .content {
    max-width: 400px;
    height: auto;
    margin: auto;
    padding: 30px 20px
  }
}

.ir_title01 .inter .right .content h2 {
  text-align: left;
  font-weight: 700;
  color: #fff;
  padding-left: 15px;
  font-size: 1.5rem;
  padding-bottom: 20px
}

@media only screen and (max-width: 1440px) {
  .ir_title01 .inter .right .content h2 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_title01 .inter .right .content h2 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_title01 .inter .right .content h2 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_title01 .inter .right .content h2 {
    font-size: 1.25rem
  }
}

_:-ms-fullscreen, :root .ir_title01 .inter .right .content h2 {
  vertical-align: bottom;
  line-height: 1.2;
  padding-bottom: 8px
}

.ir_title01 .inter .right .content .content_main {
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff
}

.ir_title01 .inter .right .content .content_main .img {
  padding-bottom: 10px
}

.ir_title01 .inter .right .content .content_main .img img {
  width: 100%;
  height: auto
}

@media only screen and (max-width: 768px) {
  .ir_title01 .inter .right .content .content_main .img {
    padding-left: 35px;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px
  }
}

.ir_title01 .inter .right .content .content_main a {
  font-weight: 500;
  color: #fff;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 7px;
  background-color: #007BC9
}

@media only screen and (max-width: 1440px) {
  .ir_title01 .inter .right .content .content_main a {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_title01 .inter .right .content .content_main a {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_title01 .inter .right .content .content_main a {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_title01 .inter .right .content .content_main a {
    font-size: 1rem
  }
}

_:-ms-fullscreen, :root .ir_title01 .inter .right .content .content_main a span {
  padding-top: 6px
}

.ir_title01 .inter .right .content .content_main a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 19px;
  margin-right: 6px
}

.ir_title01 .inter .right .content .content_main a i img {
  width: 100%;
  height: auto
}

.ir_top_slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.ir_top_slider .slick-list {
  width: 100%;
  height: 100%
}

.ir_top_slider .slick-list .slick-track {
  width: 100%;
  height: 100%
}

.ir_top_slider .slick-list .slick-track .slider_item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 400px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 434px
}

@media only screen and (max-width: 1024px) {
  .ir_top_slider .slick-list .slick-track .slider_item {
    max-height: inherit
  }
}

.ir_top_slider .slick-list .slick-track .slider_item p {
  color: #000
}

.ir_top_slider .slick-list .slick-track .slider_item p span {
  display: inline-block;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  padding-bottom: 10px
}

.ir_top_slider .slick-list .slick-track .slider_item p i {
  font-style: normal;
  display: inline-block;
  font-weight: 500;
  font-size: 1.5625rem
}

@media only screen and (max-width: 1440px) {
  .ir_top_slider .slick-list .slick-track .slider_item {
    padding-left: 300px
  }
  .ir_top_slider .slick-list .slick-track .slider_item p span {
    font-size: 2.75rem
  }
  .ir_top_slider .slick-list .slick-track .slider_item p i {
    font-size: 1.125rem
  }
}

@media only screen and (max-width: 1200px) {
  .ir_top_slider .slick-list .slick-track .slider_item {
    padding-left: 250px
  }
  .ir_top_slider .slick-list .slick-track .slider_item p span {
    font-size: 2.75rem
  }
  .ir_top_slider .slick-list .slick-track .slider_item p i {
    font-size: 1.125rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_slider .slick-list .slick-track .slider_item {
    padding-left: 30px;
    padding-top: 50px
  }
  .ir_top_slider .slick-list .slick-track .slider_item p span {
    font-size: 1.875rem
  }
  .ir_top_slider .slick-list .slick-track .slider_item p i {
    font-size: .9375rem
  }
}

.ir_top_slider .slick-arrow {
  position: absolute;
  z-index: 1;
  background-color: #4B73A3;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 42px;
  height: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ir_top_slider .slick-arrow i {
  display: block;
  width: 16px
}

.ir_top_slider .slick-arrow i img {
  width: 100%;
  height: auto
}

@media only screen and (max-width: 768px) {
  .ir_top_slider .slick-arrow {
    width: 30px;
    height: 30px
  }
  .ir_top_slider .slick-arrow i {
    width: 12px
  }
}

.ir_top_slider .prev-arrow {
  bottom: 0;
  right: 44px
}

@media only screen and (max-width: 768px) {
  .ir_top_slider .prev-arrow {
    right: 32px
  }
}

.ir_top_slider .next-arrow {
  bottom: 0;
  right: 0px
}

.ir_title01 .inter .left .content {
  position: relative
}

.ir_title01 .inter .left .content::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 42px;
  display: block;
  background-color: #fff;
  bottom: 0;
  right: 42px;
  z-index: 8
}

@media only screen and (max-width: 768px) {
  .ir_title01 .inter .left .content::before {
    right: 30px;
    height: 30px
  }
}

.ir_top_box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px
}

@media only screen and (max-width: 1440px) {
  .ir_top_box1 {
    margin-bottom: 24px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box1 {
    margin-bottom: 17.6px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box1 {
    margin-bottom: 12.8px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box1 {
    display: block
  }
}

.ir_top_box1 .item {
  width: 33.333333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 4px
}

.ir_top_box1 .item:last-child {
  padding-right: 0px
}

@media only screen and (max-width: 1440px) {
  .ir_top_box1 .item {
    display: block
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box1 .item {
    padding-right: 0 !important;
    width: 100%;
    max-width: 480px;
    margin: auto;
    margin-bottom: 10px
  }
  .ir_top_box1 .item:last-child {
    margin-bottom: 0px
  }
}

.ir_top_box1 .item .img {
  width: 50%;
  height: 256px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative
}

@media only screen and (max-width: 1440px) {
  .ir_top_box1 .item .img {
    width: 100%;
    height: auto;
    padding-top: 58%
  }
}

.ir_top_box1 .item .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_top_box1 .item .item_content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #D8DDE6
}

@media only screen and (max-width: 1440px) {
  .ir_top_box1 .item .item_content {
    width: 100%;
    height: 180px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box1 .item .item_content {
    height: 150px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box1 .item .item_content {
    height: 100px
  }
}

.ir_top_box1 .item .item_content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_top_box1 .item .item_content div span {
  width: 20px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ir_top_box1 .item .item_content div span img {
  width: 100%;
  height: auto
}

.ir_top_box1 .item .item_content div p {
  text-align: left;
  line-height: 1.4;
  font-weight: 700;
  width: 100%;
  font-size: 1.375rem
}

@media only screen and (max-width: 1600px) {
  .ir_top_box1 .item .item_content div p {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 1440px) {
  .ir_top_box1 .item .item_content div p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box1 .item .item_content div p {
    font-size: 1rem
  }
}

.ir_top_box1 .item .item_content div p i {
  font-style: normal;
  display: block;
  font-size: .75rem;
  text-align: right;
  padding-top: 18px
}

@media only screen and (max-width: 1440px) {
  .ir_top_box1 .item .item_content div p i {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box1 .item .item_content div p i {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box1 .item .item_content div p i {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_top_box1 .item .item_content div p i {
    font-size: 1rem
  }
}

.ir_top_box1 .item:hover .img::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_top_box1 .item:hover .item_content div {
  color: #3E5680;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_top_box2 {
  position: relative;
  margin-bottom: 60px
}

@media only screen and (max-width: 1440px) {
  .ir_top_box2 {
    margin-bottom: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box2 {
    margin-bottom: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box2 {
    margin-bottom: 24px
  }
}

.ir_top_box2 .ir_parts_topics {
  padding-top: 50px;
  padding-bottom: 60px
}

@media only screen and (max-width: 1440px) {
  .ir_top_box2 .ir_parts_topics {
    padding-top: 37.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box2 .ir_parts_topics {
    padding-top: 27.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box2 .ir_parts_topics {
    padding-top: 20px
  }
}

@media only screen and (max-width: 480px) {
  .ir_top_box2 .ir_parts_topics {
    padding-top: 12.5px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_top_box2 .ir_parts_topics {
    padding-bottom: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box2 .ir_parts_topics {
    padding-bottom: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box2 .ir_parts_topics {
    padding-bottom: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_top_box2 .ir_parts_topics {
    padding-bottom: 15px
  }
}

.ir_top_box2 .ir_parts_topics .ir_parts_btn01 {
  margin-top: 28px
}

@media only screen and (max-width: 1440px) {
  .ir_top_box2 .ir_parts_topics .ir_parts_btn01 {
    margin-top: 21px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box2 .ir_parts_topics .ir_parts_btn01 {
    margin-top: 15.4px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box2 .ir_parts_topics .ir_parts_btn01 {
    margin-top: 11.2px
  }
}

.ir_top_box2 .icon {
  position: absolute;
  bottom: -65px;
  right: 10px;
  width: 481px
}

.ir_top_box2 .icon img {
  width: 100%;
  height: auto
}

@media only screen and (max-width: 1440px) {
  .ir_top_box2 .icon {
    display: none
  }
}

.ir_top_box3 {
  background-color: #FFF0DC;
  padding-top: 44px;
  padding-bottom: 60px
}

.ir_top_box3 .inter .wrap {
  background: #FFFFFF;
  border: 6px solid #E7831E;
  border-radius: 36px;
  text-align: center
}

.ir_top_box3 .inter .wrap .title h2 {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 2.375rem;
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px
}

@media only screen and (max-width: 1440px) {
  .ir_top_box3 .inter .wrap .title h2 {
    font-size: 1.6625rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box3 .inter .wrap .title h2 {
    font-size: 1.1875rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box3 .inter .wrap .title h2 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_top_box3 .inter .wrap .title h2 {
    font-size: 1.25rem
  }
}

.ir_top_box3 .inter .wrap .title h2 i {
  position: absolute;
  bottom: -10px;
  left: -140px;
  display: block;
  width: 130px
}

.ir_top_box3 .inter .wrap .title h2 i img {
  width: 100%;
  height: auto
}

@media only screen and (max-width: 1024px) {
  .ir_top_box3 .inter .wrap .title h2 i {
    width: 110px;
    bottom: -10px;
    left: -120px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box3 .inter .wrap .title h2 i {
    width: 80px;
    bottom: -10px;
    left: -85px
  }
}

@media only screen and (max-width: 374px) {
  .ir_top_box3 .inter .wrap .title h2 i {
    display: none
  }
}

.ir_top_box3 .inter .wrap .title h2 span {
  display: inline-block
}

.ir_top_box3 .inter .wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px
}

@media only screen and (max-width: 1440px) {
  .ir_top_box3 .inter .wrap .content {
    padding-left: 37.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box3 .inter .wrap .content {
    padding-left: 27.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box3 .inter .wrap .content {
    padding-left: 20px
  }
}

@media only screen and (max-width: 480px) {
  .ir_top_box3 .inter .wrap .content {
    padding-left: 12.5px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_top_box3 .inter .wrap .content {
    padding-right: 37.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box3 .inter .wrap .content {
    padding-right: 27.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box3 .inter .wrap .content {
    padding-right: 20px
  }
}

@media only screen and (max-width: 480px) {
  .ir_top_box3 .inter .wrap .content {
    padding-right: 12.5px
  }
}

.ir_top_box3 .inter .wrap .content .content_item {
  display: block;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.ir_top_box3 .inter .wrap .content .content_item .img {
  margin-bottom: 15px;
  position: relative;
  display: block
}

.ir_top_box3 .inter .wrap .content .content_item .img img {
  width: 100%;
  height: auto
}

.ir_top_box3 .inter .wrap .content .content_item .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%
}

.ir_top_box3 .inter .wrap .content .content_item .img img {
  vertical-align: bottom
}

.ir_top_box3 .inter .wrap .content .content_item p {
  font-weight: 700;
  color: #000;
  font-size: 1.375rem;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media only screen and (max-width: 1440px) {
  .ir_top_box3 .inter .wrap .content .content_item p {
    font-size: 1.03125rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box3 .inter .wrap .content .content_item p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box3 .inter .wrap .content .content_item p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_top_box3 .inter .wrap .content .content_item p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 374px) {
  .ir_top_box3 .inter .wrap .content .content_item p {
    font-size: .875rem
  }
}

.ir_top_box3 .inter .wrap .content .content_item:hover .img::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_top_box3 .inter .wrap .content .content_item:hover p {
  color: #3E5680;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media only screen and (max-width: 1024px) {
  .ir_top_box3 .inter .wrap .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
  }
  .ir_top_box3 .inter .wrap .content .content_item {
    width: 33.333333%;
    margin-bottom: 20px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box3 .inter .wrap .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ir_top_box3 .inter .wrap .content .content_item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px
  }
}

@media only screen and (max-width: 374px) {
  .ir_top_box3 .inter .wrap .content .content_item {
    padding-left: 5px;
    padding-right: 5px
  }
}

.ir_top_box3 .inter .wrap .ir_parts_btn02 {
  margin-bottom: 40px
}

@media only screen and (max-width: 1440px) {
  .ir_top_box3 .inter .wrap .ir_parts_btn02 {
    margin-bottom: 30px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box3 .inter .wrap .ir_parts_btn02 {
    margin-bottom: 22px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box3 .inter .wrap .ir_parts_btn02 {
    margin-bottom: 16px
  }
}

.ir_top_box3 .inter .wrap .ir_parts_btn02 a {
  background-color: #5b4231
}

.ir_top_box3 .inter .wrap .ir_parts_btn02 a:hover {
  background-color: #7e573d
}

.ir_top_box3 .inter .wrap .ir_parts_btn02 a:before {
  display: none
}

.ir_top_box4 {
  padding-top: 60px
}

@media only screen and (max-width: 1440px) {
  .ir_top_box4 {
    padding-top: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box4 {
    padding-top: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box4 {
    padding-top: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_top_box4 {
    padding-top: 15px
  }
}

.ir_top_box4 .inter {
  max-width: 1300px
}

.ir_top_box4 .inter .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ir_top_box4 .inter .content .item {
  width: 23.3333333333%;
  margin-right: 2.22222222222%
}

.ir_top_box4 .inter .content .item:nth-child(4n) {
  margin-right: 0
}

.ir_top_box4 .inter .content .item .img {
  margin-bottom: 16px;
  position: relative
}

.ir_top_box4 .inter .content .item .img img {
  width: 100%;
  height: auto
}

.ir_top_box4 .inter .content .item .img img {
  vertical-align: bottom
}

.ir_top_box4 .inter .content .item .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_top_box4 .inter .content .item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: #000;
  font-size: 1.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media only screen and (max-width: 1440px) {
  .ir_top_box4 .inter .content .item p {
    font-size: 1.03125rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box4 .inter .content .item p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box4 .inter .content .item p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_top_box4 .inter .content .item p {
    font-size: 1rem
  }
}

.ir_top_box4 .inter .content .item p i {
  width: 20px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ir_top_box4 .inter .content .item p i img {
  width: 100%;
  height: auto
}

_:-ms-fullscreen, :root .ir_top_box4 .inter .content .item p i {
  padding-bottom: 7px
}

@media only screen and (max-width: 768px) {
  .ir_top_box4 .inter .content .item p {
    font-size: .875rem
  }
  .ir_top_box4 .inter .content .item p i {
    width: 15px;
    margin-right: 6px
  }
}

.ir_top_box4 .inter .content .item:hover .img::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_top_box4 .inter .content .item:hover p {
  color: #3E5680;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_top_box4 .inter .content {
  padding-bottom: 30px
}

@media only screen and (max-width: 1440px) {
  .ir_top_box4 .inter .content {
    padding-bottom: 22.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box4 .inter .content {
    padding-bottom: 16.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box4 .inter .content {
    padding-bottom: 12px
  }
}

@media only screen and (max-width: 480px) {
  .ir_top_box4 .inter .content {
    padding-bottom: 7.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box4 .inter .content {
    padding-bottom: 0px !important
  }
  .ir_top_box4 .inter .content .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px
  }
  .ir_top_box4 .inter .content .item:nth-child(2n) {
    margin-right: 0
  }
}

.ir_top_box4 .inter .content2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 60px
}

@media only screen and (max-width: 1440px) {
  .ir_top_box4 .inter .content2 {
    padding-bottom: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box4 .inter .content2 {
    padding-bottom: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box4 .inter .content2 {
    padding-bottom: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_top_box4 .inter .content2 {
    padding-bottom: 15px
  }
}

.ir_top_box4 .inter .content2 .item:last-child {
  margin-right: 0px
}

.ir_top_box5 .inter {
  border-top: 1px solid #3E5680;
  border-bottom: 1px solid #3E5680;
  padding-top: 30px;
  padding-bottom: 5px
}

.ir_top_box5 .inter .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 700px;
  margin: auto
}

.ir_top_box5 .inter .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  margin-right: 50px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media only screen and (max-width: 1440px) {
  .ir_top_box5 .inter .content .item {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box5 .inter .content .item {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box5 .inter .content .item {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_top_box5 .inter .content .item {
    font-size: 1rem
  }
}

.ir_top_box5 .inter .content .item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  margin-right: 15px
}

.ir_top_box5 .inter .content .item i img {
  width: 100%;
  height: auto
}

_:-ms-fullscreen, :root .ir_top_box5 .inter .content .item i {
  padding: 1px;
  padding-bottom: 6px;
  box-sizing: border-box
}

.ir_top_box5 .inter .content .item:hover {
  color: #3E5680;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media only screen and (max-width: 768px) {
  .ir_top_box5 .inter .content .item {
    margin-right: 20px;
    margin-bottom: 10px
  }
  .ir_top_box5 .inter .content .item i {
    width: 15px;
    margin-right: 10px
  }
}

.ir_top_box6 {
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center
}

@media only screen and (max-width: 1440px) {
  .ir_top_box6 {
    margin-top: 37.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box6 {
    margin-top: 27.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box6 {
    margin-top: 20px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_top_box6 {
    margin-bottom: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_top_box6 {
    margin-bottom: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box6 {
    margin-bottom: 24px
  }
}

@media only screen and (max-width: 768px) {
  .ir_top_box6 {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.ir_top_box6 .ir_part_btn_type01 {
  margin: auto
}

.ir_stock_info_parts_wrap1_kk_txt03 {
  padding-left: 1em
}

.p-ir-home-message {
  max-width: 1060px;
  margin-block: 50px;
  margin-inline: auto;
  padding-inline: 30px;
  line-height: 1.9;
  font-weight: 700;
}
.p-ir-home-message__inner {
  padding: 30px;
  border: 1px solid #3E5680;
}
@media (max-width: 768px) {
  .p-ir-home-message {
    margin-block: 30px;
  }
}

.p-ir-home-message__text:not(:first-child) {
  margin-top: 1em;
}

.ir_top_box3--corporate .individual_investors_top_b01 {
  padding-inline: 30px;
}

@media (min-width: 1025px) {
  .ir_top_box3--corporate.ir_top_box3 .inter .wrap .content {
    column-gap: 100px;
  }
}

@media (max-width: 768px) {
  .ir_top_box3--corporate .individual_investors_top_b01 {
    padding-inline: 16px;
  }
}

.ir_top_box3--corporate .individual_investors_top_b01 .individual_investors_top_b01_inner {
  max-width: 1080px;
  height: 350px;
}

.ir_parts_w1440 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ir_parts_maw {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ir_parts_topics {
  background-color: #ECECEC;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ir_parts_topics .title1 {
  min-height: 0%
}

.ir_parts_topics .title1 h2 {
  display: block;
  margin-bottom: 30px;
  font-size: 1.6875rem;
  line-height: 1.2;
  font-weight: 700;
  color: #3E5680;
  text-align: center
}

@media only screen and (max-width: 1440px) {
  .ir_parts_topics .title1 h2 {
    margin-bottom: 22.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_parts_topics .title1 h2 {
    margin-bottom: 16.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_parts_topics .title1 h2 {
    margin-bottom: 12px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_parts_topics .title1 h2 {
    font-size: 1.18125rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_parts_topics .title1 h2 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_parts_topics .title1 h2 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_parts_topics .title1 h2 {
    font-size: 1.25rem
  }
}

.ir_parts_topics .content {
  max-width: 1024px;
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 10px;
  margin: auto
}

.ir_parts_topics .content .inter {
  max-width: 600px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto
}

.ir_parts_topics .content .inter .item {
  margin-bottom: 30px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #231714;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 1440px) {
  .ir_parts_topics .content .inter .item {
    margin-bottom: 22.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_parts_topics .content .inter .item {
    margin-bottom: 16.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_parts_topics .content .inter .item {
    margin-bottom: 12px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_parts_topics .content .inter .item {
    margin-top: 15px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_parts_topics .content .inter .item {
    margin-top: 11px
  }
}

@media only screen and (max-width: 768px) {
  .ir_parts_topics .content .inter .item {
    margin-top: 8px
  }
}

@media only screen and (max-width: 768px) {
  .ir_parts_topics .content .inter .item {
    display: block
  }
}

.ir_parts_topics .content .inter .item .item_date {
  width: 124px;
  font-size: 1rem;
  font-weight: 700
}

@media only screen and (max-width: 768px) {
  .ir_parts_topics .content .inter .item .item_date {
    width: 100%;
    position: relative;
    margin-bottom: 5px
  }
  .ir_parts_topics .content .inter .item .item_date::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #3E5680
  }
}

.ir_parts_topics .content .inter .item .item_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 3px solid #3E5680;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #231714
}

@media only screen and (max-width: 768px) {
  .ir_parts_topics .content .inter .item .item_title {
    border-left: none;
    padding-left: 0px
  }
}

.ir_parts_topics .content .inter .item .news_pdf_icon {
  padding-bottom: 10px;
  display: inline-block
}

.ir_parts_topics .content .inter .item:hover .item_title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #3E5680
}

.ir_parts_btn01 {
  text-align: center
}

.ir_parts_btn01 a {
  display: block;
  width: 196px;
  border: 1px solid #22457A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 500;
  color: #2F4E80;
  margin: auto;
  background-color: #fff;
  padding-top: 6px;
  padding-bottom: 7px;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

_:-ms-fullscreen, :root .ir_parts_btn01 a {
  padding-top: 10px
}

.ir_parts_btn01 a:hover {
  background-color: #22457A;
  color: #fff;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media only screen and (max-width: 768px) {
  .ir_parts_btn01 a {
    width: 160px;
    font-size: .9375rem
  }
}

.ir_parts_btn02 {
  text-align: center
}

@media only screen and (max-width: 768px) {
  .ir_parts_btn02 {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.ir_parts_btn02 a {
  max-width: 586px;
  margin: auto;
  background-color: #3E5680;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

_:-ms-fullscreen, :root .ir_parts_btn02 a {
  padding-top: 34px
}

.ir_parts_btn02 a br {
  display: none
}

@media only screen and (max-width: 1024px) {
  .ir_parts_btn02 a {
    max-width: 450px;
    font-size: 1.125rem;
    padding-top: 18px;
    padding-bottom: 19px
  }
}

@media only screen and (max-width: 768px) {
  .ir_parts_btn02 a {
    max-width: 450px;
    font-size: 1rem;
    padding-top: 15px;
    padding-bottom: 16px
  }
  .ir_parts_btn02 a br {
    display: block
  }
}

.ir_parts_btn02 a:hover {
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #007BD0
}

.ir_parts_btn02 a::before {
  margin-right: 12px;
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../../assets/img/ir/arrow04.svg)
}

.ir_part_btn_type01 {
  width: 100%;
  max-width: 585px;
  height: 77px;
  background-color: #3E5680;
  position: relative;
  display: block;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.ir_part_btn_type01 .ir_part_icon_02 {
  width: 18px;
  position: absolute;
  top: 30px;
  left: 41px
}

.ir_part_btn_type01 .ir_part_icon_02 img img {
  width: 100%;
  height: auto
}

@media only screen and (max-width: 768px) {
  .ir_part_btn_type01 .ir_part_icon_02 {
    display: none
  }
}

.ir_part_btn_type01 .ir_part_icon_03 {
  width: 43px;
  height: 32px;
  margin-right: 18px
}

.ir_part_btn_type01 .ir_part_icon_03 img img {
  width: 100%;
  height: auto
}

@media only screen and (max-width: 1440px) {
  .ir_part_btn_type01 .ir_part_icon_03 {
    width: 32px;
    height: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_part_btn_type01 .ir_part_icon_03 {
    width: 23px;
    height: 17px
  }
}

.ir_part_btn_type01 .mail-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-left: 31px
}

@media only screen and (max-width: 768px) {
  .ir_part_btn_type01 .mail-icon {
    margin-left: 0
  }
}

.ir_part_btn_type01 .mail-icon p {
  font-size: 1.3125rem;
  color: #FFFFFF;
  line-height: 1.2;
  font-weight: 700;
  display: inline-block
}

@media only screen and (max-width: 1440px) {
  .ir_part_btn_type01 .mail-icon p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_part_btn_type01 .mail-icon p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_part_btn_type01 .mail-icon p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_part_btn_type01 .mail-icon p {
    font-size: 1rem
  }
}

_:-ms-fullscreen, :root .ir_part_btn_type01 .mail-icon p {
  padding-top: 5px
}

@media only screen and (max-width: 480px) {
  .ir_part_btn_type01 .mail-icon p {
    font-size: .875rem
  }
}

.ir_part_btn_type01 .mail-icon p br {
  display: none
}

@media only screen and (max-width: 480px) {
  .ir_part_btn_type01 .mail-icon p br {
    display: block
  }
}

.ir_part_btn_type01:hover {
  background-color: #007BD0;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.library_detail_page_link {
  margin-bottom: 40px
}

@media only screen and (max-width: 1440px) {
  .library_detail_page_link {
    margin-bottom: 30px
  }
}

@media only screen and (max-width: 1024px) {
  .library_detail_page_link {
    margin-bottom: 22px
  }
}

@media only screen and (max-width: 768px) {
  .library_detail_page_link {
    margin-bottom: 16px
  }
}

.library_detail_list_type01 {
  margin-bottom: 40px;
  padding-top: 120px;
  margin-top: -120px
}

@media only screen and (max-width: 1440px) {
  .library_detail_list_type01 {
    margin-bottom: 30px
  }
}

@media only screen and (max-width: 1024px) {
  .library_detail_list_type01 {
    margin-bottom: 22px
  }
}

@media only screen and (max-width: 768px) {
  .library_detail_list_type01 {
    margin-bottom: 16px
  }
}

.library_detail_list_type01 .ci_link_list_type01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.library_detail_list_type01 .ci_link_list_type01 a .thumb {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  overflow: hidden
}

@media only screen and (max-width: 480px) {
  .library_detail_list_type01 .ci_link_list_type01 a .thumb {
    width: 75px;
    height: 75px;
    margin-right: 12px
  }
}

.library_detail_list_type01 .ci_link_list_type01 a .thumb img {
  width: 100%
}

.library_detail_list_type01 .ci_link_list_type01 a .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 480px) {
  .library_detail_list_type01 .ci_link_list_type01 a .title {
    font-size: 0.95rem
  }
}

_:-ms-fullscreen i, :root .library_detail_list_type01 .ci_link_list_type01 a .title i {
  margin-top: -12px
}

.library_detail_list_type01_sk .ci_content_inner .ci_link_list_type01 a span:first-child {
  margin-right: 10px
}

.ir_faq_body .ci_page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ir_faq_body .ci_page_link a {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ir_faq_body .ci_page_link a span {
  display: inline-block
}

.ir_faq_box1 {
  margin-bottom: 50px
}

@media only screen and (max-width: 1440px) {
  .ir_faq_box1 {
    margin-bottom: 37.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_faq_box1 {
    margin-bottom: 27.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_faq_box1 {
    margin-bottom: 20px
  }
}

.ir_faq_box1 h2 {
  margin-top: 0px
}

.ir_faq_box2 {
  padding-top: 103px;
  margin-top: -103px;
  margin-bottom: 70px
}

@media only screen and (max-width: 1440px) {
  .ir_faq_box2 {
    margin-bottom: 52.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_faq_box2 {
    margin-bottom: 38.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_faq_box2 {
    margin-bottom: 28px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_faq_box2 {
    padding-top: 50px;
    margin-top: -50px
  }
}

.ir_faq_box2 h2 {
  margin-top: 0px
}

.ir_faq_box2_conten__01 {
  margin-bottom: 90px
}

@media only screen and (max-width: 1440px) {
  .ir_faq_box2_conten__01 {
    margin-bottom: 67.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_faq_box2_conten__01 {
    margin-bottom: 49.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_faq_box2_conten__01 {
    margin-bottom: 36px
  }
}

.ir_faq_box_last {
  margin-bottom: 170px
}

@media only screen and (max-width: 1440px) {
  .ir_faq_box_last {
    margin-bottom: 127.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_faq_box_last {
    margin-bottom: 93.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_faq_box_last {
    margin-bottom: 68px
  }
}

.ir_faq_box2_content dl {
  pointer-events: none;
  padding-top: 70px;
  margin-top: -70px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 27px
}

@media only screen and (max-width: 1440px) {
  .ir_faq_box2_content dl {
    margin-bottom: 20.25px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_faq_box2_content dl {
    margin-bottom: 14.85px
  }
}

@media only screen and (max-width: 768px) {
  .ir_faq_box2_content dl {
    margin-bottom: 10.8px
  }
}

.ir_faq_box2_content dl:last-child {
  margin-bottom: 0px
}

.ir_faq_box2_content dl dt {
  position: relative;
  pointer-events: auto;
  font-size: 1.125rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #D9DDE5;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media only screen and (max-width: 1440px) {
  .ir_faq_box2_content dl dt {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_faq_box2_content dl dt {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_faq_box2_content dl dt {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_faq_box2_content dl dt {
    font-size: 1rem
  }
}

.ir_faq_box2_content dl dt::before {
  content: "Q";
  display: block;
  font-size: 1.875rem;
  margin-right: 25px;
  margin-left: 25px
}

@media only screen and (max-width: 768px) {
  .ir_faq_box2_content dl dt::before {
    font-size: 1.25rem;
    margin-right: 15px;
    margin-left: 15px
  }
}

.ir_faq_box2_content dl dt span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.ir_faq_box2_content dl dt i {
  position: relative;
  height: 2px;
  width: 20px;
  background-color: #000;
  margin-right: 30px;
  margin-left: 25px
}

.ir_faq_box2_content dl dt i::before {
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media only screen and (max-width: 768px) {
  .ir_faq_box2_content dl dt i {
    margin-right: 20px;
    margin-left: 15px
  }
}

.ir_faq_box2_content dl dd {
  pointer-events: auto;
  display: none;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.0625rem;
  font-weight: 500
}

@media only screen and (max-width: 1440px) {
  .ir_faq_box2_content dl dd {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_faq_box2_content dl dd {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_faq_box2_content dl dd {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_faq_box2_content dl dd {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_faq_box2_content dl dd {
    padding: 10px 15px
  }
}

.ir_faq_box2_content dl dd a {
  text-decoration: underline;
  color: #1f6ea2
}

.ir_faq_box2_content .open dt i::before {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.kk_box1 {
  text-align: center;
  margin-bottom: 80px
}

@media only screen and (max-width: 1440px) {
  .kk_box1 {
    margin-bottom: 60px
  }
}

@media only screen and (max-width: 1024px) {
  .kk_box1 {
    margin-bottom: 44px
  }
}

@media only screen and (max-width: 768px) {
  .kk_box1 {
    margin-bottom: 32px
  }
}

.kk_box1 .btn {
  display: inline-block;
  margin-top: 65px
}

@media only screen and (max-width: 1440px) {
  .kk_box1 .btn {
    margin-top: 48.75px
  }
}

@media only screen and (max-width: 1024px) {
  .kk_box1 .btn {
    margin-top: 35.75px
  }
}

@media only screen and (max-width: 768px) {
  .kk_box1 .btn {
    margin-top: 26px
  }
}

.kk_box1 .btn a {
  padding: 22px 40px 23px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #3E5684
}

.kk_box1 .btn a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.kk_box1 .btn a i img {
  width: 100%;
  height: auto
}

.kk_box1 .btn a i:nth-child(1) {
  width: 18px;
  margin-right: 25px
}

.kk_box1 .btn a i:nth-child(3) {
  width: 26px;
  margin-left: 20px
}

.kk_box1 .btn a span {
  font-size: 1.25rem;
  font-weight: 700
}

.kk_box1 .btn a span br {
  display: none
}

@media only screen and (max-width: 600px) {
  .kk_box1 .btn a {
    padding: 12px 20px 13px 20px
  }
  .kk_box1 .btn a i:nth-child(1) {
    width: 18px;
    margin-right: 25px
  }
  .kk_box1 .btn a i:nth-child(3) {
    width: 22px;
    margin-left: 20px
  }
  .kk_box1 .btn a span br {
    display: block
  }
}

@media only screen and (max-width: 374px) {
  .kk_box1 .btn a i:nth-child(3) {
    display: none
  }
}

.kk_box1 .content {
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000
}

.kk_box1 .content a {
  color: #2D79BF;
  text-decoration: underline
}

.kk_box1 .content a:hover {
  text-decoration: none
}

.kk_part_box01 {
  margin-top: 50px;
  margin-bottom: 75px
}

@media only screen and (max-width: 1440px) {
  .kk_part_box01 {
    margin-top: 37.5px
  }
}

@media only screen and (max-width: 1024px) {
  .kk_part_box01 {
    margin-top: 27.5px
  }
}

@media only screen and (max-width: 768px) {
  .kk_part_box01 {
    margin-top: 20px
  }
}

@media only screen and (max-width: 1440px) {
  .kk_part_box01 {
    margin-bottom: 56.25px
  }
}

@media only screen and (max-width: 1024px) {
  .kk_part_box01 {
    margin-bottom: 41.25px
  }
}

@media only screen and (max-width: 768px) {
  .kk_part_box01 {
    margin-bottom: 30px
  }
}

.kk_part_box01 h1, .kk_part_box01 h2, .kk_part_box01 h3, .kk_part_box01 h4 {
  text-align: center;
  font-size: 1.6875rem;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000
}

@media only screen and (max-width: 1440px) {
  .kk_part_box01 h1, .kk_part_box01 h2, .kk_part_box01 h3, .kk_part_box01 h4 {
    font-size: 1.26563rem
  }
}

@media only screen and (max-width: 1024px) {
  .kk_part_box01 h1, .kk_part_box01 h2, .kk_part_box01 h3, .kk_part_box01 h4 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .kk_part_box01 h1, .kk_part_box01 h2, .kk_part_box01 h3, .kk_part_box01 h4 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .kk_part_box01 h1, .kk_part_box01 h2, .kk_part_box01 h3, .kk_part_box01 h4 {
    font-size: 1rem
  }
}

.kk_part_box01 .contant {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.kk_part_box01 .contant .inter {
  max-width: 880px;
  margin: auto
}

.kk_part_box01 .contant .inter .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px
}

@media only screen and (max-width: 1440px) {
  .kk_part_box01 .contant .inter .item {
    margin-bottom: 30px
  }
}

@media only screen and (max-width: 1024px) {
  .kk_part_box01 .contant .inter .item {
    margin-bottom: 22px
  }
}

@media only screen and (max-width: 768px) {
  .kk_part_box01 .contant .inter .item {
    margin-bottom: 16px
  }
}

@media only screen and (max-width: 1024px) {
  .kk_part_box01 .contant .inter .item .left {
    width: 180px;
    margin-right: 20px
  }
}

@media only screen and (max-width: 480px) {
  .kk_part_box01 .contant .inter .item {
    display: block
  }
  .kk_part_box01 .contant .inter .item .left {
    width: 236px;
    margin: auto;
    padding-bottom: 15px
  }
}

.kk_part_box01 .contant .inter .item .left {
  width: 236px;
  margin-right: 40px
}

.kk_part_box01 .contant .inter .item .left a span {
  font-size: 1.0625rem
}

@media only screen and (max-width: 1440px) {
  .kk_part_box01 .contant .inter .item .left a span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .kk_part_box01 .contant .inter .item .left a span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .kk_part_box01 .contant .inter .item .left a span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .kk_part_box01 .contant .inter .item .left a span {
    font-size: 1rem
  }
}

.kk_part_box01 .contant .inter .item .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.kk_part_box01 .contant .inter .item .right ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.kk_part_box01 .contant .inter .item .right ul li a {
  display: block;
  font-weight: 500;
  font-size: 1.0625rem;
  color: #808080
}

@media only screen and (max-width: 1440px) {
  .kk_part_box01 .contant .inter .item .right ul li a {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .kk_part_box01 .contant .inter .item .right ul li a {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .kk_part_box01 .contant .inter .item .right ul li a {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .kk_part_box01 .contant .inter .item .right ul li a {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .kk_part_box01 .contant .inter .item .right ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .kk_part_box01 .contant .inter .item .right ul li {
    margin-right: 10px;
    margin-bottom: 5px
  }
}

@media only screen and (max-width: 480px) {
  .kk_part_box01 .contant .inter .item .right {
    width: 100%
  }
}

.ci_page_linkfap.ci_page_linkfap a {
  padding: 10px 25px
}

.ir_faq_box2 .mt20 {
  margin-top: 20px
}

.ir_faq_box2 .faq_btn {
  border: 1px solid #3E5686;
  display: inline-block;
  padding: 3px 20px;
  text-decoration: none;
  margin-top: 7px
}

.ir_faq_box2 .faq_btn:hover {
  background-color: #3E5686;
  color: #fff
}

#faq_contact {
  padding-top: 103px;
  margin-top: -103px
}

@media only screen and (max-width: 1440px) {
  #faq_contact {
    padding-top: 52.5px;
    margin-top: -52.5px
  }
}

@media only screen and (max-width: 1024px) {
  #faq_contact {
    padding-top: 50px;
    margin-top: -50px
  }
}

.ir_faq_box2_content .ir_faq_box2_conten__01 dl {
  padding-top: 70px;
  margin-top: -70px
}

.ir_highlight_wrapper {
  margin-bottom: 80px
}

@media only screen and (max-width: 1440px) {
  .ir_highlight_wrapper {
    margin-bottom: 60px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_highlight_wrapper {
    margin-bottom: 44px
  }
}

@media only screen and (max-width: 768px) {
  .ir_highlight_wrapper {
    margin-bottom: 32px
  }
}

.ir_highlight_wrapper .ir_highlight_box01 {
  max-width: 1200px;
  margin: auto
}

@media only screen and (max-width: 1440px) {
  .ir_highlight_wrapper .ir_highlight_box01 {
    max-width: 900px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_highlight_wrapper .ir_highlight_box01 {
    max-width: 660px
  }
}

@media only screen and (max-width: 768px) {
  .ir_highlight_wrapper .ir_highlight_box01 {
    max-width: 100%
  }
}

@media only screen and (max-width: 480px) {
  .ir_highlight_wrapper .ir_highlight_box01 {
    max-width: 100%
  }
}

@media only screen and (max-width: 1300px) {
  .ir_highlight_wrapper .ir_highlight_box01 {
    padding-right: 30px;
    padding-left: 30px
  }
}

.ir_highlight_wrapper .ir_highlight_box01.ir_highlight_box01_20230517{
}

@media only screen and (max-width: 1440px) {
  .ir_highlight_wrapper .ir_highlight_box01.ir_highlight_box01_20230517{
    /* max-width: 1000px; */
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1024px) {
  .ir_highlight_wrapper .ir_highlight_box01.ir_highlight_box01_20230517{
    max-width: 100%;
  }
}

.ir_highlight_wrapper .ir_highlight_box02 {
  max-width: 1200px;
  margin: auto
}

@media only screen and (max-width: 1440px) {
  .ir_highlight_wrapper .ir_highlight_box02 {
    max-width: 900px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_highlight_wrapper .ir_highlight_box02 {
    max-width: 660px
  }
}

@media only screen and (max-width: 768px) {
  .ir_highlight_wrapper .ir_highlight_box02 {
    max-width: 100%
  }
}

@media only screen and (max-width: 480px) {
  .ir_highlight_wrapper .ir_highlight_box02 {
    max-width: 100%
  }
}

@media only screen and (max-width: 1300px) {
  .ir_highlight_wrapper .ir_highlight_box02 {
    padding-right: 30px;
    padding-left: 30px
  }
}

.ir_highlight_wrapper .ir_highlight_box02.ir_highlight_box01_20230517 {

}

@media only screen and (max-width: 1440px) {
  .ir_highlight_wrapper .ir_highlight_box02.ir_highlight_box01_20230517 {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1024px) {
  .ir_highlight_wrapper .ir_highlight_box02.ir_highlight_box01_20230517 {
    max-width: 100%;
  }
}

.ir_highlight_text01 {
  font-weight: 500;
  text-align: right;
  padding-bottom: 5px
}

.ir_highlight_graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px
}

@media only screen and (max-width: 1440px) {
  .ir_highlight_graph {
    margin-top: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_highlight_graph {
    margin-top: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_highlight_graph {
    margin-top: 24px
  }
}

@media only screen and (max-width: 768px) {
  .ir_highlight_graph {
    display: block
  }
}

.ir_highlight_graph .ir_highlight_graphbox {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 30px
}

.ir_highlight_graph .ir_highlight_graphbox:nth-child(2n) {
  margin-right: 0
}

@media only screen and (max-width: 1440px) {
  .ir_highlight_graph .ir_highlight_graphbox {
    margin-top: 22.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_highlight_graph .ir_highlight_graphbox {
    margin-top: 16.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_highlight_graph .ir_highlight_graphbox {
    margin-top: 12px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_highlight_graph .ir_highlight_graphbox {
    margin-bottom: 22.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_highlight_graph .ir_highlight_graphbox {
    margin-bottom: 16.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_highlight_graph .ir_highlight_graphbox {
    margin-bottom: 12px
  }
}

@media only screen and (max-width: 768px) {
  .ir_highlight_graph .ir_highlight_graphbox {
    width: 100%;
    margin-right: 0
  }
}

.ir_highlight_graph .ir_highlight_graphbox .text01 {
  font-size: 1.5625rem
}

@media only screen and (max-width: 1440px) {
  .ir_highlight_graph .ir_highlight_graphbox .text01 {
    font-size: 1.17188rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_highlight_graph .ir_highlight_graphbox .text01 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_highlight_graph .ir_highlight_graphbox .text01 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_highlight_graph .ir_highlight_graphbox .text01 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_highlight_graph .ir_highlight_graphbox .text01 .graphbox_br {
    display: none
  }
}

.ir_highlight_graph .ir_highlight_graphbox .ir_highlight_graphbox_img img {
  width: 100%;
  height: auto
}

@media only screen and (max-width: 768px) {
  .ir_highlight_box01 .ir_highlight_table_scroll, .ir_highlight_box02 .ir_highlight_table_scroll {
    width: calc(100% + 30px);
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
  }
}

.ir_highlight_box01 .ir_highlight_table_scroll .ci_table, .ir_highlight_box02 .ir_highlight_table_scroll .ci_table {
  margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
  .ir_highlight_box01 .ir_highlight_table_scroll .ci_table, .ir_highlight_box02 .ir_highlight_table_scroll .ci_table {
    width: 768px;
    margin-bottom: 0
  }
}

.ir_highlight_box01 .ir_highlight_table_scroll .ci_table tr th, .ir_highlight_box02 .ir_highlight_table_scroll .ci_table tr th {
  font-weight: 500
}

@media only screen and (max-width: 1024px) {
  .ir_highlight_box01 .ir_highlight_table_scroll .ci_table tr th, .ir_highlight_box02 .ir_highlight_table_scroll .ci_table tr th {
    padding: 10px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_highlight_box01 .ir_highlight_table_scroll .ci_table tr td, .ir_highlight_box02 .ir_highlight_table_scroll .ci_table tr td {
    padding: 10px
  }
}

.ir_highlight_box01 .ir_highlight_table_scroll .ci_table tr .center, .ir_highlight_box02 .ir_highlight_table_scroll .ci_table tr .center {
  text-align: center;
  vertical-align: middle
}

.ir_highlight_box01 .ir_highlight_table_scroll .ci_table tr .right, .ir_highlight_box02 .ir_highlight_table_scroll .ci_table tr .right {
  text-align: right
}

.ir_highlight_box01 .ir_highlight_table_scroll .ci_table tr .sizeS, .ir_highlight_box02 .ir_highlight_table_scroll .ci_table tr .sizeS {
  font-size: 1rem
}

@media only screen and (max-width: 1440px) {
  .ir_highlight_box01 .ir_highlight_table_scroll .ci_table tr .sizeS, .ir_highlight_box02 .ir_highlight_table_scroll .ci_table tr .sizeS {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_highlight_box01 .ir_highlight_table_scroll .ci_table tr .sizeS, .ir_highlight_box02 .ir_highlight_table_scroll .ci_table tr .sizeS {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_highlight_box01 .ir_highlight_table_scroll .ci_table tr .sizeS, .ir_highlight_box02 .ir_highlight_table_scroll .ci_table tr .sizeS {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_highlight_box01 .ir_highlight_table_scroll .ci_table tr .sizeS, .ir_highlight_box02 .ir_highlight_table_scroll .ci_table tr .sizeS {
    font-size: 1rem
  }
}

.ir_schedule_img {
  max-width: 1000px;
  width: 100%
}

.ir_schedule_img img {
  width: 100%;
  height: auto
}

.ir_schedule_pagelink {
  margin-top: 80px;
  margin-bottom: 20px
}

@media only screen and (max-width: 1440px) {
  .ir_schedule_pagelink {
    margin-top: 60px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_schedule_pagelink {
    margin-top: 44px
  }
}

@media only screen and (max-width: 768px) {
  .ir_schedule_pagelink {
    margin-top: 32px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_schedule_pagelink {
    margin-bottom: 15px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_schedule_pagelink {
    margin-bottom: 11px
  }
}

@media only screen and (max-width: 768px) {
  .ir_schedule_pagelink {
    margin-bottom: 8px
  }
}

.ir_stock_info_parts_wrap1 {
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto
}

.ir_stock_info_top_box1 {
  margin-bottom: 60px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_top_box1 {
    margin-bottom: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_top_box1 {
    margin-bottom: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_top_box1 {
    margin-bottom: 24px
  }
}

.ir_stock_info_top_box2 .content {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_top_box2 .content {
    max-width: 900px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_top_box2 .content {
    max-width: 660px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_top_box2 .content {
    max-width: 100%
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_top_box2 .content {
    max-width: 100%
  }
}

.ir_stock_info_top_box2.ir_stock_info_top_box2_20230517 .content {
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_top_box2.ir_stock_info_top_box2_20230517 .content {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_top_box2.ir_stock_info_top_box2_20230517 .content {
    max-width: 100%;
  }
}

.ir_stock_info_top_box2 .content .item {
  width: 31.3432835821%;
  margin-right: 2.98507462685%;
  margin-bottom: 26px
}

.ir_stock_info_top_box2.ir_stock_info_top_box2_20230517 .content .item {
  margin-right: 0;
}


.ir_stock_info_top_box2 .content .item:nth-child(3n) {
  margin-right: 0
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_top_box2 .content .item {
    width: 49%;
    margin-right: 2%
  }
  .ir_stock_info_top_box2 .content .item:nth-child(3n) {
    margin-right: 2%
  }
  .ir_stock_info_top_box2 .content .item:nth-child(2n) {
    margin-right: 0
  }
}

@media only screen and (max-width: 700px) {
  .ir_stock_info_top_box2 .content.ir_stock_info_top_box2_20230517 .item {
    width: 48%;
    margin-right: 0% !important;
    margin-bottom: 20px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_top_box2 .content .item {
    width: 100%;
    margin-right: 0% !important;
    margin-bottom: 20px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_top_box2 .content.ir_stock_info_top_box2_20230517 .item {
    width: 100%;
  }
}

.ir_stock_info_top_box2 .content .item .img {
  width: 100%;
  margin-bottom: 15px;
  position: relative
}

.ir_stock_info_top_box2 .content .item .img img {
  width: 100%;
  height: auto
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_top_box2 .content .item .img {
    margin-bottom: 11.25px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_top_box2 .content .item .img {
    margin-bottom: 8.25px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_top_box2 .content .item .img {
    margin-bottom: 6px
  }
}

.ir_stock_info_top_box2 .content .item .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_stock_info_top_box2 .content .item .img img {
  vertical-align: bottom
}

.ir_stock_info_top_box2 .content .item p {
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_top_box2 .content .item p {
    font-size: 1.03125rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_top_box2 .content .item p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_top_box2 .content .item p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_top_box2 .content .item p {
    font-size: 1rem
  }
}

_:-ms-fullscreen span, :root .ir_stock_info_top_box2 .content .item p span {
  padding-top: 8px
}

.ir_stock_info_top_box2 .content .item p i {
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14px
}

.ir_stock_info_top_box2 .content .item p i img {
  width: 20px;
  height: auto
}

.ir_stock_info_top_box2 .content .item:hover .img::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_stock_info_top_box2 .content .item:hover p {
  color: #1F6EA4;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_stock_info_share_box1 {
  padding-bottom: 20px
}

.ir_stock_info_share_box2 {
  padding-bottom: 14px
}

.ir_stock_info_share_box2 .ci_table tr:first-child th {
  text-align: center
}

.ir_stock_info_share_box2 .ci_table tr td.right {
  text-align: right
}

.ir_stock_info_share_box3 {
  padding-bottom: 30px
}

.ir_stock_info_share_box3 .content {
  max-width: 591px;
  margin-left: auto;
  margin-right: auto
}

.ir_stock_info_share_box3 .content .img {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ir_stock_info_share_box3 .content .img img {
  width: 100%;
  height: auto
}

.ir_stock_info_share_box4 {
  padding-bottom: 130px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_share_box4 {
    padding-bottom: 97.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_share_box4 {
    padding-bottom: 71.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_share_box4 {
    padding-bottom: 52px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_share_box4 {
    padding-bottom: 32.5px
  }
}

.ir_stock_info_share_box4 .ci_table {
  margin-bottom: 25px
}

.ir_stock_info_share_box4 .ci_table tr:first-child th {
  text-align: center
}

.ir_stock_info_share_box4 p {
  font-weight: 500;
  font-size: 1.0625rem
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_share_box4 p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_share_box4 p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_share_box4 p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_share_box4 p {
    font-size: 1rem
  }
}

.ir_stock_info_dividend_box1 {
  padding-bottom: 200px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_dividend_box1 {
    padding-bottom: 150px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_dividend_box1 {
    padding-bottom: 110px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_dividend_box1 {
    padding-bottom: 80px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_dividend_box1 {
    padding-bottom: 50px
  }
}

.ir_stock_info_dividend_box1 p {
  text-align: right;
  font-weight: 500;
  font-size: 1.0625rem;
  padding-bottom: 15px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_dividend_box1 p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_dividend_box1 p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_dividend_box1 p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_dividend_box1 p {
    font-size: 1rem
  }
}

.ir_stock_info_dividend_box1 .ci_table {
  margin-bottom: 0px
}

.ir_stock_info_dividend_box1 .ci_table tr:first-child th {
  text-align: center
}

.ir_stock_info_dividend_box1 .ci_table tr td {
  text-align: center
}

.ir_stock_info_process_box1 {
  padding-bottom: 30px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_process_box1 {
    padding-bottom: 22.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_process_box1 {
    padding-bottom: 16.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_process_box1 {
    padding-bottom: 12px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_process_box1 {
    padding-bottom: 7.5px
  }
}

.ir_stock_info_process_box1 .ci_h2 {
  margin-top: 10px;
  margin-bottom: 30px
}

.ir_stock_info_process_box1 .ci_h3 {
  margin-bottom: 24px
}

.ir_stock_info_process_box1 .ci_h3_b_type03 {
  margin-bottom: 30px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_process_box1 .ci_h3_b_type03 {
    margin-bottom: 22.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_process_box1 .ci_h3_b_type03 {
    margin-bottom: 16.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_process_box1 .ci_h3_b_type03 {
    margin-bottom: 12px
  }
}

.ir_stock_info_process_box2 .box2_1 {
  padding-bottom: 60px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_process_box2 .box2_1 {
    padding-bottom: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_process_box2 .box2_1 {
    padding-bottom: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_process_box2 .box2_1 {
    padding-bottom: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_process_box2 .box2_1 {
    padding-bottom: 15px
  }
}

.ir_stock_info_process_box2 .box2_1 .ci_h2 {
  margin-top: 0px;
  margin-bottom: 30px
}

.ir_stock_info_process_box2 .box2_1 .txt1 {
  font-weight: 500;
  font-size: 1.0625rem
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_process_box2 .box2_1 .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_process_box2 .box2_1 .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_process_box2 .box2_1 .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_process_box2 .box2_1 .txt1 {
    font-size: 1rem
  }
}

.ir_stock_info_process_box2 .box2_2 {
  padding-bottom: 60px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_process_box2 .box2_2 {
    padding-bottom: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_process_box2 .box2_2 {
    padding-bottom: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_process_box2 .box2_2 {
    padding-bottom: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_process_box2 .box2_2 {
    padding-bottom: 15px
  }
}

.ir_stock_info_process_box2 .box2_2 .ci_h2 {
  margin-top: 0px;
  margin-bottom: 30px
}

.ir_stock_info_process_box2 .box2_3 {
  padding-bottom: 60px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_process_box2 .box2_3 {
    padding-bottom: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_process_box2 .box2_3 {
    padding-bottom: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_process_box2 .box2_3 {
    padding-bottom: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_process_box2 .box2_3 {
    padding-bottom: 15px
  }
}

.ir_stock_info_process_box2 .box2_3 .ci_h2 {
  margin-top: 0px;
  margin-bottom: 30px
}

.ir_stock_info_process_box2 .box2_3 .content {
  font-weight: 500;
  font-size: 1.0625rem;
  padding-bottom: 26px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_process_box2 .box2_3 .content {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_process_box2 .box2_3 .content {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_process_box2 .box2_3 .content {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_process_box2 .box2_3 .content {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_process_box2 .box2_3 .content {
    padding-bottom: 19.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_process_box2 .box2_3 .content {
    padding-bottom: 14.3px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_process_box2 .box2_3 .content {
    padding-bottom: 10.4px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_process_box2 .box2_3 .content {
    padding-bottom: 6.5px
  }
}

.ir_stock_info_process_box2 .box2_3 .content a {
  color: #14467B;
  text-decoration: underline
}

.ir_stock_info_process_box2 .box2_3 .content a:hover {
  text-decoration: none
}

.ir_stock_info_process_box2 .box2_4 {
  padding-bottom: 180px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_process_box2 .box2_4 {
    padding-bottom: 135px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_process_box2 .box2_4 {
    padding-bottom: 99px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_process_box2 .box2_4 {
    padding-bottom: 72px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_process_box2 .box2_4 {
    padding-bottom: 45px
  }
}

.ir_stock_info_process_box2 .box2_4 .btn {
  display: inline-block
}

.ir_stock_info_process_box2 .box2_4 .btn a {
  padding: 9px 35px;
  color: #0C3E85;
  font-weight: 500;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #12529E
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_process_box2 .box2_4 .btn a {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_process_box2 .box2_4 .btn a {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_process_box2 .box2_4 .btn a {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_process_box2 .box2_4 .btn a {
    font-size: 1rem
  }
}

.ir_stock_info_process_box2 .box2_4 .btn a i {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ir_stock_info_process_box2 .box2_4 .btn a i img {
  width: 100%;
  height: auto
}

.ir_stock_info_process_box2 .box2_4 .btn a span {
  margin-right: 10px
}

.ir_stock_info_process_box2 .box2_4 .ci_h2 {
  margin-top: 0px;
  margin-bottom: 30px
}

.ir_stock_info_process_box2 .box2_4 .ci_h3_b_type03 {
  padding-bottom: 20px
}

.ir_stock_info_process_box2 .box2_4 .ci_h3_b_type03:last-child {
  padding-bottom: 0px
}

.ir_stock_info_analyst_box1 {
  padding-bottom: 170px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_analyst_box1 {
    padding-bottom: 127.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_analyst_box1 {
    padding-bottom: 93.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_analyst_box1 {
    padding-bottom: 68px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_analyst_box1 {
    padding-bottom: 42.5px
  }
}

.ir_stock_info_analyst_box1 .txt {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #000
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_analyst_box1 .txt {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_analyst_box1 .txt {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_analyst_box1 .txt {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_analyst_box1 .txt {
    font-size: 1rem
  }
}

.ir_stock_info_analyst_box1 .txt1 {
  padding-bottom: 35px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_analyst_box1 .txt1 {
    padding-bottom: 26.25px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_analyst_box1 .txt1 {
    padding-bottom: 19.25px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_analyst_box1 .txt1 {
    padding-bottom: 14px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_analyst_box1 .txt1 {
    padding-bottom: 8.75px
  }
}

.ir_stock_info_analyst_box1 .content table {
  margin-bottom: 25px
}

.ir_stock_info_analyst_box1 .content table tr:first-child th {
  text-align: center
}

.ir_stock_info_analyst_box1 .content table tr td {
  text-align: left
}

.ir_stock_info_analyst_box1 .content table tr td:nth-child(2) {
  text-align: center
}

.ir_stock_info_analyst_box1 .txt2 {
  padding-bottom: 15px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_analyst_box1 .txt2 {
    padding-bottom: 11.25px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_analyst_box1 .txt2 {
    padding-bottom: 8.25px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_analyst_box1 .txt2 {
    padding-bottom: 6px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_analyst_box1 .txt2 {
    padding-bottom: 3.75px
  }
}

.ir_stock_info_analyst_box1 .txt3 {
  padding-bottom: 35px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_analyst_box1 .txt3 {
    padding-bottom: 26.25px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_analyst_box1 .txt3 {
    padding-bottom: 19.25px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_analyst_box1 .txt3 {
    padding-bottom: 14px
  }
}

@media only screen and (max-width: 480px) {
  .ir_stock_info_analyst_box1 .txt3 {
    padding-bottom: 8.75px
  }
}

.ir_stock_info_disclosure_box1 {
  margin-bottom: 50px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_disclosure_box1 {
    margin-bottom: 37.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_disclosure_box1 {
    margin-bottom: 27.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_disclosure_box1 {
    margin-bottom: 20px
  }
}

.ir_stock_info_disclosure_box1 h2 {
  margin-top: 0px;
  margin-bottom: 25px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_disclosure_box1 h2 {
    margin-bottom: 18.75px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_disclosure_box1 h2 {
    margin-bottom: 13.75px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_disclosure_box1 h2 {
    margin-bottom: 10px
  }
}

.ir_stock_info_disclosure_box1 p {
  font-size: 1rem;
  font-weight: 500;
  color: #000
}

.ir_stock_info_disclosure_box1_last {
  margin-bottom: 80px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_disclosure_box1_last {
    margin-bottom: 60px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_disclosure_box1_last {
    margin-bottom: 44px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_disclosure_box1_last {
    margin-bottom: 32px
  }
}

.ir_stock_info_disclosure_box1_last h2 {
  margin-top: 0
}

.ir_stock_info_disclosure_box1_last p {
  font-size: 1rem;
  font-weight: 500;
  color: #000
}

.ir_stock_info_disclosure_box2 {
  margin-bottom: 120px
}

@media only screen and (max-width: 1440px) {
  .ir_stock_info_disclosure_box2 {
    margin-bottom: 90px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stock_info_disclosure_box2 {
    margin-bottom: 66px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stock_info_disclosure_box2 {
    margin-bottom: 48px
  }
}

.ir_menseki_box1 .inter .content {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 60px
}

@media only screen and (max-width: 1440px) {
  .ir_menseki_box1 .inter .content {
    margin-bottom: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_menseki_box1 .inter .content {
    margin-bottom: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_menseki_box1 .inter .content {
    margin-bottom: 24px
  }
}

.ir_meeting_top_box1 {
  margin-bottom: 60px
}

@media only screen and (max-width: 1440px) {
  .ir_meeting_top_box1 {
    margin-bottom: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_meeting_top_box1 {
    margin-bottom: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_meeting_top_box1 {
    margin-bottom: 24px
  }
}

.ir_meeting_top_box2 {
  margin-bottom: 140px;
  max-width: 1260px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto
}

@media only screen and (max-width: 1440px) {
  .ir_meeting_top_box2 {
    margin-bottom: 105px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_meeting_top_box2 {
    margin-bottom: 77px
  }
}

@media only screen and (max-width: 768px) {
  .ir_meeting_top_box2 {
    margin-bottom: 56px
  }
}

.ir_meeting_top_box2 .title {
  margin-bottom: 20px
}

@media only screen and (max-width: 1440px) {
  .ir_meeting_top_box2 .title {
    margin-bottom: 15px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_meeting_top_box2 .title {
    margin-bottom: 11px
  }
}

@media only screen and (max-width: 768px) {
  .ir_meeting_top_box2 .title {
    margin-bottom: 8px
  }
}

.ir_meeting_top_box2 .ci_link_list_type01 {
  padding-bottom: 12px
}

.ir_meeting_top_box2 .ci_link_list_type01 a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 768px) {
  .ir_meeting_top_box2 .ci_link_list_type01 a {
    padding-left: 20px;
    padding-right: 20px
  }
}

.ir_meeting_top_box2 .link_video {
  margin-bottom: 60px
}

@media only screen and (max-width: 1440px) {
  .ir_meeting_top_box2 .link_video {
    margin-bottom: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_meeting_top_box2 .link_video {
    margin-bottom: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_meeting_top_box2 .link_video {
    margin-bottom: 24px
  }
}

.ir_meeting_top_box2 .link_video a {
  display: inline-block;
  padding: 20px 35px;
  background-color: #3E5684;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 500px
}

.ir_meeting_top_box2 .link_video a div {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ir_meeting_top_box2 .link_video a div i {
  width: 55px;
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ir_meeting_top_box2 .link_video a div i img {
  width: 100%;
  height: auto
}

.ir_meeting_top_box2 .link_video a div span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500
}

@media only screen and (max-width: 1440px) {
  .ir_meeting_top_box2 .link_video a div span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_meeting_top_box2 .link_video a div span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_meeting_top_box2 .link_video a div span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_meeting_top_box2 .link_video a div span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_meeting_top_box2 .link_video a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 14px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .ir_meeting_top_box2 .link_video a div i {
    width: 40px
  }
}

@media only screen and (max-width: 480px) {
  .ir_meeting_top_box2 .link_video a div i {
    display: none
  }
  .ir_meeting_top_box2 .link_video a div span {
    font-size: .9375rem
  }
}

.ir_meeting_parts_backnumber01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.ir_meeting_parts_backnumber01 a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ir_meeting_parts_backnumber01 a i {
  width: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px
}

.ir_meeting_parts_backnumber01 a i img {
  width: 100%;
  height: auto
}

@media only screen and (max-width: 768px) {
  .ir_meeting_parts_backnumber01 a i {
    width: 15px
  }
}

.ir_meeting_parts_backnumber01 a span {
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem
}

@media only screen and (max-width: 1440px) {
  .ir_meeting_parts_backnumber01 a span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_meeting_parts_backnumber01 a span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_meeting_parts_backnumber01 a span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_meeting_parts_backnumber01 a span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_meeting_parts_backnumber01 a span {
    font-size: 1rem
  }
}

.ir_meeting_parts_backnumber01 .ir_meeting_parts_backnumber01_inner {
  width: 158px;
  height: auto;
  background-color: #3e5684;
  padding: 5px 10px
}

_:-ms-fullscreen, :root .ir_meeting_parts_backnumber01 .ir_meeting_parts_backnumber01_inner span {
  padding-top: 6px
}

.ir_meeting_parts_backnumber01 .ir_meeting_parts_backnumber01_inner02 {
  width: 250px
}

_:-ms-fullscreen, :root .ir_meeting_parts_backnumber01 .ir_meeting_parts_backnumber01_inner02 {
  padding-top: 6px
}

.ir_meeting_back_box2 {
  margin-bottom: 70px;
  max-width: 1260px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto
}

@media only screen and (max-width: 1440px) {
  .ir_meeting_back_box2 {
    margin-bottom: 52.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_meeting_back_box2 {
    margin-bottom: 38.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_meeting_back_box2 {
    margin-bottom: 28px
  }
}

.ir_meeting_back_box2 .title {
  margin-bottom: 20px
}

@media only screen and (max-width: 1440px) {
  .ir_meeting_back_box2 .title {
    margin-bottom: 15px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_meeting_back_box2 .title {
    margin-bottom: 11px
  }
}

@media only screen and (max-width: 768px) {
  .ir_meeting_back_box2 .title {
    margin-bottom: 8px
  }
}

.ir_meeting_back_box2 .item_wrap {
  margin-bottom: 40px
}

@media only screen and (max-width: 1440px) {
  .ir_meeting_back_box2 .item_wrap {
    margin-bottom: 30px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_meeting_back_box2 .item_wrap {
    margin-bottom: 22px
  }
}

@media only screen and (max-width: 768px) {
  .ir_meeting_back_box2 .item_wrap {
    margin-bottom: 16px
  }
}

.ir_meeting_back_box2 .ir_meeting_parts_backnumber01 {
  padding-top: 40px
}

@media only screen and (max-width: 1440px) {
  .ir_meeting_back_box2 .ir_meeting_parts_backnumber01 {
    padding-top: 30px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_meeting_back_box2 .ir_meeting_parts_backnumber01 {
    padding-top: 22px
  }
}

@media only screen and (max-width: 768px) {
  .ir_meeting_back_box2 .ir_meeting_parts_backnumber01 {
    padding-top: 16px
  }
}

@media only screen and (max-width: 480px) {
  .ir_meeting_back_box2 .ir_meeting_parts_backnumber01 {
    padding-top: 10px
  }
}

.ci_content_01 {
  padding: 0 45px
}

@media only screen and (max-width: 600px) {
  .ci_content_01 {
    padding: 0 30px
  }
}

.convocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 60px
}

@media only screen and (max-width: 700px) {
  .convocation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (max-width: 480px) {
  .convocation {
    display: block
  }
}

.convocation_01 {
  margin-right: 20px
}

@media only screen and (max-width: 700px) {
  .convocation_01 {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center
  }
}

.convocation_02 {
  margin-right: 30px
}

@media only screen and (max-width: 480px) {
  .convocation_02 {
    margin-right: 0;
    margin-bottom: 10px
  }
}

.convocation_02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1f6ea2
}

.convocation_02 a::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 1px;
  margin-right: 3px;
  background: url("/assets/img/common/tarrow01.svg") no-repeat 0 0;
  background-size: cover
}

.convocation_02 a::after {
  content: "";
  width: 16px;
  height: 14px;
  margin-top: 2px;
  margin-left: 5px;
  background: url("/assets/img/common/SVG/external-link_icon2.svg") no-repeat 0 0;
  background-size: cover
}

@media only screen and (max-width: 700px) {
  .convocation_02 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media only screen and (max-width: 700px) {
  .convocation_03 {
    margin-left: auto
  }
}

@media only screen and (max-width: 480px) {
  .convocation_03 {
    margin-top: 15px;
    text-align: center
  }
}

.ci_content_02 dl {
  border-bottom: 1px solid #707070
}

.ci_content_02 dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #707070
}

.ci_content_02 dl div dt {
  padding: 20px;
  width: 130px;
  background: #F7FFFF
}

@media only screen and (max-width: 600px) {
  .ci_content_02 dl div dt {
    width: 90px;
    padding: 15px
  }
}

.ci_content_02 dl div dd {
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media only screen and (max-width: 600px) {
  .ci_content_02 dl div dd {
    padding: 15px
  }
}

.ci_content_02 dl div dd a {
  color: #1f6ea2
}

.ci_content_02 dl div dd p+p {
  margin-top: 5px
}

.ci_content_02 dl div dd .related_materials_list li a {
  color: #000;
  vertical-align: middle
}

.ci_content_02 dl div dd .related_materials_list li a:hover {
  color: #1f6ea2
}

.ci_content_02 dl div dd .related_materials_list li a i img {
  width: 16px;
  height: 19px;
  vertical-align: middle;
  margin-left: 10px
}

.ci_content_02 dl div dd .related_materials_list li+li {
  border-top: 1px solid #707070;
  padding-top: 20px;
  margin-top: 20px
}

.ir_process_body .ir_stock_info_process_box1 {
  padding-bottom: 10px
}

@media only screen and (max-width: 1440px) {
  .ir_process_body .ir_stock_info_process_box1 {
    padding-bottom: 7.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_process_body .ir_stock_info_process_box1 {
    padding-bottom: 5.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_process_body .ir_stock_info_process_box1 {
    padding-bottom: 4px
  }
}

@media only screen and (max-width: 480px) {
  .ir_process_body .ir_stock_info_process_box1 {
    padding-bottom: 2.5px
  }
}

.ir_process_body .ir_stock_info_parts_wrap1 .box2_1, .ir_process_body .ir_stock_info_parts_wrap1 .box2_2, .ir_process_body .ir_stock_info_parts_wrap1 .box2_3, .ir_process_body .ir_stock_info_parts_wrap1 .box2_4 {
  padding-bottom: 10px
}

@media only screen and (max-width: 1440px) {
  .ir_process_body .ir_stock_info_parts_wrap1 .box2_1, .ir_process_body .ir_stock_info_parts_wrap1 .box2_2, .ir_process_body .ir_stock_info_parts_wrap1 .box2_3, .ir_process_body .ir_stock_info_parts_wrap1 .box2_4 {
    padding-bottom: 7.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_process_body .ir_stock_info_parts_wrap1 .box2_1, .ir_process_body .ir_stock_info_parts_wrap1 .box2_2, .ir_process_body .ir_stock_info_parts_wrap1 .box2_3, .ir_process_body .ir_stock_info_parts_wrap1 .box2_4 {
    padding-bottom: 5.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_process_body .ir_stock_info_parts_wrap1 .box2_1, .ir_process_body .ir_stock_info_parts_wrap1 .box2_2, .ir_process_body .ir_stock_info_parts_wrap1 .box2_3, .ir_process_body .ir_stock_info_parts_wrap1 .box2_4 {
    padding-bottom: 4px
  }
}

@media only screen and (max-width: 480px) {
  .ir_process_body .ir_stock_info_parts_wrap1 .box2_1, .ir_process_body .ir_stock_info_parts_wrap1 .box2_2, .ir_process_body .ir_stock_info_parts_wrap1 .box2_3, .ir_process_body .ir_stock_info_parts_wrap1 .box2_4 {
    padding-bottom: 2.5px
  }
}

.ir_process_body .ir_benefit_annotation {
  padding-bottom: 25px
}

@media only screen and (max-width: 1440px) {
  .ir_process_body .ir_benefit_annotation {
    padding-bottom: 18.75px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_process_body .ir_benefit_annotation {
    padding-bottom: 13.75px
  }
}

@media only screen and (max-width: 768px) {
  .ir_process_body .ir_benefit_annotation {
    padding-bottom: 10px
  }
}

@media only screen and (max-width: 480px) {
  .ir_process_body .ir_benefit_annotation {
    padding-bottom: 6.25px
  }
}

.ir_process_body .ci_blog_content p {
  padding-bottom: 25px
}

@media only screen and (max-width: 1440px) {
  .ir_process_body .ci_blog_content p {
    padding-bottom: 18.75px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_process_body .ci_blog_content p {
    padding-bottom: 13.75px
  }
}

@media only screen and (max-width: 768px) {
  .ir_process_body .ci_blog_content p {
    padding-bottom: 10px
  }
}

@media only screen and (max-width: 480px) {
  .ir_process_body .ci_blog_content p {
    padding-bottom: 6.25px
  }
}

.ir_process_body .ci_blog_content h3 {
  font-size: 1.5rem
}

@media only screen and (max-width: 1440px) {
  .ir_process_body .ci_blog_content h3 {
    font-size: 1.125rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_process_body .ci_blog_content h3 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_process_body .ci_blog_content h3 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_process_body .ci_blog_content h3 {
    font-size: 1rem
  }
}

.ir_process_body .ci_blog_content h3:before {
  top: 8px
}

@media only screen and (max-width: 1440px) {
  .ir_process_body .ci_blog_content h3:before {
    top: 4px
  }
}

.ir_indi_business_parts_br480 {
  display: none
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_parts_br480 {
    display: block
  }
}

.ir_indi_business_parts_br374 {
  display: none
}

@media only screen and (max-width: 374px) {
  .ir_indi_business_parts_br374 {
    display: block
  }
}

.ir_indi_business_parts_mb40 {
  margin-bottom: 40px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_parts_mb40 {
    margin-bottom: 30px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_parts_mb40 {
    margin-bottom: 22px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_parts_mb40 {
    margin-bottom: 16px
  }
}

.ir_indi_business_parts_w1000 {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px
}

.ir_indi_business_parts_title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_parts_title1 {
    display: block
  }
}

.ir_indi_business_parts_title1 .left {
  width: 334px;
  position: relative;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 52px
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_parts_title1 .left {
    width: 290px;
    margin-right: 30px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_parts_title1 .left {
    margin-left: auto;
    margin-right: auto
  }
}

@media only screen and (max-width: 374px) {
  .ir_indi_business_parts_title1 .left {
    width: 260px
  }
}

.ir_indi_business_parts_title1 .left p {
  position: absolute;
  top: -28px;
  left: 0;
  color: #020202;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.ir_indi_business_parts_title1 .left p span {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  border-top: 3px solid #020202;
  margin-bottom: 12px;
  padding-top: 8px;
  margin-right: 15px
}

.ir_indi_business_parts_title1 .left p i {
  font-size: 4.375rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3
}

.ir_indi_business_parts_title1 .left .img img {
  width: 100%;
  height: auto
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_parts_title1 .right {
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: #F8FEEF;
    padding-top: 10px
  }
}

.ir_indi_business_parts_title1 .right h1 {
  color: #675306;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 14px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_parts_title1 .right h1 {
    font-size: 3.125rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_parts_title1 .right h1 {
    font-size: 2.25rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_parts_title1 .right h1 {
    font-size: 1.875rem
  }
}

@media only screen and (max-width: 374px) {
  .ir_indi_business_parts_title1 .right h1 {
    font-size: 1.625rem
  }
}

.ir_indi_business_parts_title1 .right p {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_parts_title1 .right p {
    font-size: 1.375rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_parts_title1 .right p {
    font-size: 1.125rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_parts_title1 .right p {
    font-size: 1rem
  }
}

.ir_indi_business_top_box1 {
  background-color: #F8FEEF;
  padding-top: 60px;
  padding-bottom: 90px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_top_box1 {
    padding-top: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_top_box1 {
    padding-top: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_top_box1 {
    padding-top: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_top_box1 {
    padding-top: 15px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_top_box1 {
    padding-bottom: 67.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_top_box1 {
    padding-bottom: 49.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_top_box1 {
    padding-bottom: 36px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_top_box1 {
    padding-bottom: 22.5px
  }
}

.ir_indi_business_top_box1 .inter {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ir_indi_business_top_box1 .inter .individual-investors_title {
  margin-bottom: 90px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_top_box1 .inter .individual-investors_title {
    margin-bottom: 67.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_top_box1 .inter .individual-investors_title {
    margin-bottom: 49.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_top_box1 .inter .individual-investors_title {
    margin-bottom: 36px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_top_box1 .inter .individual-investors_title {
    margin-bottom: 60px
  }
}

.ir_indi_business_top_box1 .inter .content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto
}

.ir_indi_business_top_box1 .inter .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px
}

.ir_indi_business_top_box1 .inter .content .item:last-child {
  margin-bottom: 0px
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_top_box1 .inter .content .item {
    display: block
  }
}

.ir_indi_business_top_box1 .inter .content .item .left {
  width: 290px;
  position: relative;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 72px
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_top_box1 .inter .content .item .left {
    margin-right: 40px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_top_box1 .inter .content .item .left {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px
  }
}

@media only screen and (max-width: 374px) {
  .ir_indi_business_top_box1 .inter .content .item .left {
    width: 260px
  }
}

.ir_indi_business_top_box1 .inter .content .item .left p {
  position: absolute;
  top: -28px;
  left: 0;
  color: #020202;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.ir_indi_business_top_box1 .inter .content .item .left p span {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  border-top: 3px solid #020202;
  margin-bottom: 12px;
  padding-top: 8px;
  margin-right: 15px
}

.ir_indi_business_top_box1 .inter .content .item .left p i {
  font-size: 4.375rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3
}

.ir_indi_business_top_box1 .inter .content .item .left .img {
  width: 100%
}

.ir_indi_business_top_box1 .inter .content .item .left .img img {
  width: 100%;
  height: auto
}

.ir_indi_business_top_box1 .inter .content .item .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_top_box1 .inter .content .item .right {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }
}

.ir_indi_business_top_box1 .inter .content .item .right h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #675306;
  line-height: 1.6;
  padding-bottom: 24px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_top_box1 .inter .content .item .right h2 {
    font-size: 1.4rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_top_box1 .inter .content .item .right h2 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_top_box1 .inter .content .item .right h2 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_top_box1 .inter .content .item .right h2 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_top_box1 .inter .content .item .right h2 {
    padding-bottom: 18px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_top_box1 .inter .content .item .right h2 {
    padding-bottom: 13.2px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_top_box1 .inter .content .item .right h2 {
    padding-bottom: 9.6px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_top_box1 .inter .content .item .right h2 {
    padding-bottom: 6px
  }
}

.ir_indi_business_top_box1 .inter .content .item .right p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  padding-bottom: 30px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_top_box1 .inter .content .item .right p {
    font-size: 1.125rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_top_box1 .inter .content .item .right p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_top_box1 .inter .content .item .right p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_top_box1 .inter .content .item .right p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_top_box1 .inter .content .item .right p {
    padding-bottom: 22.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_top_box1 .inter .content .item .right p {
    padding-bottom: 16.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_top_box1 .inter .content .item .right p {
    padding-bottom: 12px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_top_box1 .inter .content .item .right p {
    padding-bottom: 7.5px
  }
}

.ir_indi_business_top_box1 .inter .content .item .right .btn {
  text-align: left
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_top_box1 .inter .content .item .right .btn {
    text-align: center
  }
}

.ir_indi_business_top_box1 .inter .content .item .right .btn a {
  padding: 5px 50px 6px 50px;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2F4E83;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

_:-ms-fullscreen, :root .ir_indi_business_top_box1 .inter .content .item .right .btn a {
  padding-top: 10px
}

.ir_indi_business_top_box1 .inter .content .item .right .btn a span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 500;
  color: #2F4E83
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_top_box1 .inter .content .item .right .btn a span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_top_box1 .inter .content .item .right .btn a span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_top_box1 .inter .content .item .right .btn a span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_top_box1 .inter .content .item .right .btn a span {
    font-size: 1rem
  }
}

.ir_indi_business_top_box1 .inter .content .item .right .btn a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #2F4E83
}

.ir_indi_business_top_box1 .inter .content .item .right .btn a:hover span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff
}

.ir_indi_business_1_box1 {
  background-color: #F8FEEF;
  padding-top: 60px;
  padding-bottom: 100px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_1_box1 {
    padding-top: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_1_box1 {
    padding-top: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_1_box1 {
    padding-top: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_1_box1 {
    padding-top: 15px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_1_box1 {
    padding-bottom: 75px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_1_box1 {
    padding-bottom: 55px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_1_box1 {
    padding-bottom: 40px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_1_box1 {
    padding-bottom: 25px
  }
}

.ir_indi_business_1_box1 .ir_indi_business_parts_title1 {
  padding-bottom: 70px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_1_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 52.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_1_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 38.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_1_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 28px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_1_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 17.5px
  }
}

.ir_indi_business_1_box1 .inter {
  text-align: left
}

.ir_indi_business_1_box1 .inter .txt1 {
  font-size: 1.0625rem;
  color: #000;
  font-weight: 500;
  line-height: 2.0;
  padding-bottom: 130px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_1_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_1_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_1_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_1_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_1_box1 .inter .txt1 {
    padding-bottom: 97.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_1_box1 .inter .txt1 {
    padding-bottom: 71.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_1_box1 .inter .txt1 {
    padding-bottom: 52px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_1_box1 .inter .txt1 {
    padding-bottom: 32.5px
  }
}

.ir_indi_business_1_box1 .inter .img img {
  width: 100%;
  height: auto
}

.ir_indi_business_2_box1 {
  background-color: #F8FEEF;
  padding-top: 60px;
  padding-bottom: 100px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_2_box1 {
    padding-top: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_2_box1 {
    padding-top: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_2_box1 {
    padding-top: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_2_box1 {
    padding-top: 15px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_2_box1 {
    padding-bottom: 75px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_2_box1 {
    padding-bottom: 55px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_2_box1 {
    padding-bottom: 40px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_2_box1 {
    padding-bottom: 25px
  }
}

.ir_indi_business_2_box1 .ir_indi_business_parts_title1 {
  padding-bottom: 90px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_2_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 67.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_2_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 49.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_2_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 36px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_2_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 22.5px
  }
}

.ir_indi_business_2_box1 .inter {
  text-align: left
}

.ir_indi_business_2_box1 .inter .txt1 {
  font-size: 1.0625rem;
  color: #000;
  font-weight: 500;
  line-height: 2.0;
  padding-bottom: 40px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_2_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_2_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_2_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_2_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_2_box1 .inter .txt1 {
    padding-bottom: 30px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_2_box1 .inter .txt1 {
    padding-bottom: 22px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_2_box1 .inter .txt1 {
    padding-bottom: 16px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_2_box1 .inter .txt1 {
    padding-bottom: 10px
  }
}

.ir_indi_business_2_box1 .inter .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ir_indi_business_2_box1 .inter .imgs span {
  width: 33%;
  margin-right: 2%
}

.ir_indi_business_2_box1 .inter .imgs span img {
  width: 100%;
  height: auto
}

.ir_indi_business_2_box1 .inter .imgs span:last-child {
  margin-right: 0px
}

.ir_indi_business_3_box1 {
  background-color: #F8FEEF;
  padding-top: 60px;
  padding-bottom: 70px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_3_box1 {
    padding-top: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_3_box1 {
    padding-top: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_3_box1 {
    padding-top: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_3_box1 {
    padding-top: 15px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_3_box1 {
    padding-bottom: 52.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_3_box1 {
    padding-bottom: 38.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_3_box1 {
    padding-bottom: 28px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_3_box1 {
    padding-bottom: 17.5px
  }
}

.ir_indi_business_3_box1 .ir_indi_business_parts_title1 {
  padding-bottom: 100px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_3_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 75px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_3_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 55px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_3_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 40px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_3_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 25px
  }
}

.ir_indi_business_3_box1 .inter {
  text-align: left
}

.ir_indi_business_3_box1 .inter .txt1 {
  font-size: 1.0625rem;
  color: #000;
  font-weight: 500;
  line-height: 2.0;
  padding-bottom: 120px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_3_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_3_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_3_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_3_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_3_box1 .inter .txt1 {
    padding-bottom: 90px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_3_box1 .inter .txt1 {
    padding-bottom: 66px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_3_box1 .inter .txt1 {
    padding-bottom: 48px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_3_box1 .inter .txt1 {
    padding-bottom: 30px
  }
}

.ir_indi_business_3_box1 .inter .img img {
  width: 100%;
  height: auto
}

.ir_indi_business_4_box1 {
  background-color: #F8FEEF;
  padding-top: 60px;
  padding-bottom: 80px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_4_box1 {
    padding-top: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_4_box1 {
    padding-top: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_4_box1 {
    padding-top: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_4_box1 {
    padding-top: 15px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_4_box1 {
    padding-bottom: 60px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_4_box1 {
    padding-bottom: 44px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_4_box1 {
    padding-bottom: 32px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_4_box1 {
    padding-bottom: 20px
  }
}

.ir_indi_business_4_box1 .ir_indi_business_parts_title1 {
  padding-bottom: 90px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_4_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 67.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_4_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 49.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_4_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 36px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_4_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 22.5px
  }
}

.ir_indi_business_4_box1 .inter {
  text-align: left
}

.ir_indi_business_4_box1 .inter .txt1 {
  font-size: 1.0625rem;
  color: #000;
  font-weight: 500;
  line-height: 2.0;
  padding-bottom: 100px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_4_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_4_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_4_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_4_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_4_box1 .inter .txt1 {
    padding-bottom: 75px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_4_box1 .inter .txt1 {
    padding-bottom: 55px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_4_box1 .inter .txt1 {
    padding-bottom: 40px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_4_box1 .inter .txt1 {
    padding-bottom: 25px
  }
}

.ir_indi_business_4_box1 .inter .img img {
  width: 100%;
  height: auto
}

.ir_indi_business_5_box1 {
  background-color: #F8FEEF;
  padding-top: 60px;
  padding-bottom: 100px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_5_box1 {
    padding-top: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_5_box1 {
    padding-top: 33px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_5_box1 {
    padding-top: 24px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_5_box1 {
    padding-top: 15px
  }
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_5_box1 {
    padding-bottom: 75px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_5_box1 {
    padding-bottom: 55px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_5_box1 {
    padding-bottom: 40px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_5_box1 {
    padding-bottom: 25px
  }
}

.ir_indi_business_5_box1 .ir_indi_business_parts_title1 {
  padding-bottom: 50px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_5_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 37.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_5_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 27.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_5_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 20px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_5_box1 .ir_indi_business_parts_title1 {
    padding-bottom: 12.5px
  }
}

.ir_indi_business_5_box1 .inter {
  text-align: left
}

.ir_indi_business_5_box1 .inter .txt1 {
  font-size: 1.0625rem;
  color: #000;
  font-weight: 500;
  line-height: 2.0;
  padding-bottom: 44px
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_5_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_5_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_5_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_5_box1 .inter .txt1 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_5_box1 .inter .txt1 {
    padding-bottom: 33px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_5_box1 .inter .txt1 {
    padding-bottom: 24.2px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_5_box1 .inter .txt1 {
    padding-bottom: 17.6px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_5_box1 .inter .txt1 {
    padding-bottom: 11px
  }
}

.ir_indi_business_5_box1 .inter .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_5_box1 .inter .contents {
    display: block
  }
}

.ir_indi_business_5_box1 .inter .contents .item {
  width: 49%;
  margin-right: 2%
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_5_box1 .inter .contents .item {
    width: 100%;
    margin-right: 0 !important
  }
  .ir_indi_business_5_box1 .inter .contents .item:first-child {
    margin-bottom: 30px
  }
}

.ir_indi_business_5_box1 .inter .contents .item:last-child {
  margin-right: 0%
}

.ir_indi_business_5_box1 .inter .contents .item span {
  display: block;
  padding-bottom: 14px
}

.ir_indi_business_5_box1 .inter .contents .item span img {
  width: 100%;
  height: auto
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_5_box1 .inter .contents .item span {
    padding-bottom: 10.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_5_box1 .inter .contents .item span {
    padding-bottom: 7.7px
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_5_box1 .inter .contents .item span {
    padding-bottom: 5.6px
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_5_box1 .inter .contents .item span {
    padding-bottom: 3.5px
  }
}

.ir_indi_business_5_box1 .inter .contents .item p {
  font-size: 1.0625rem;
  color: #000;
  font-weight: 500;
  line-height: 2.0
}

@media only screen and (max-width: 1440px) {
  .ir_indi_business_5_box1 .inter .contents .item p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_indi_business_5_box1 .inter .contents .item p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_indi_business_5_box1 .inter .contents .item p {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_indi_business_5_box1 .inter .contents .item p {
    font-size: 1rem
  }
}

.corporate-business-market_ir_out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.corporate-business-market_ir_out .corporate-business-market_ir_inner {
  max-width: 1000px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.corporate-business-market_ir_out .corporate-business-market_ir_inner .corporate-business-market_ir_inner02 {
  max-width: 960px;
  width: 100%
}

.ci_title_parts_type01_stockprice.ci_title_parts_type01_stockprice h1 {
  margin-bottom: 30px
}

@media only screen and (max-width: 1440px) {
  .ci_title_parts_type01_stockprice.ci_title_parts_type01_stockprice h1 {
    margin-bottom: 22.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ci_title_parts_type01_stockprice.ci_title_parts_type01_stockprice h1 {
    margin-bottom: 16.5px
  }
}

@media only screen and (max-width: 768px) {
  .ci_title_parts_type01_stockprice.ci_title_parts_type01_stockprice h1 {
    margin-bottom: 12px
  }
}

.ir_stock_info_top_box1_stockprice.ir_stock_info_top_box1_stockprice {
  margin-bottom: 0
}

.ir_stockprice_menu_wrapper {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 30px;
  padding-left: 30px
}

@media only screen and (max-width: 1440px) {
  .ir_stockprice_menu_wrapper {
    margin-bottom: 37.5px
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stockprice_menu_wrapper {
    margin-bottom: 27.5px
  }
}

@media only screen and (max-width: 768px) {
  .ir_stockprice_menu_wrapper {
    margin-bottom: 20px
  }
}

.ir_stockprice_menu_wrapper .ir_stockprice_menu_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  border-bottom: 2px solid #3e5684;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px
}

@media only screen and (max-width: 768px) {
  .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner {
    border-bottom: none
  }
}

.ir_stockprice_menu_wrapper .ir_stockprice_menu_inner a, .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner span {
  width: calc(25% - 10px);
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 1.125rem
}

@media only screen and (max-width: 1440px) {
  .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner a, .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner a, .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner a, .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner a, .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner span {
    font-size: 1rem
  }
}

_:-ms-fullscreen, :root .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner a, :root .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner span {
  padding-top: 15px
}

@media only screen and (max-width: 768px) {
  .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner a, .ir_stockprice_menu_wrapper .ir_stockprice_menu_inner span {
    width: calc(50% - 10px);
    margin-bottom: 10px
  }
}

.ir_stockprice_menu_wrapper .ir_stockprice_menu_inner a {
  background-color: #f1f1f1;
  color: #3e5684
}

.ir_stockprice_menu_wrapper .ir_stockprice_menu_inner a:hover {
  background-color: #66b0e3;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_stockprice_menu_wrapper .ir_stockprice_menu_inner .ci_main_active_stockprice {
  background-color: #007BD0;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_stockprice_menu_wrapper .ir_stockprice_menu_inner span {
  text-align: center;
  background-color: #f1f1f1;
  color: #3e5684
}

.ir_stockprice_menu_wrapper .ir_stockprice_menu_inner span:hover {
  background-color: #66b0e3;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ir_stockprice_contents {
  max-width: 1000px;
  margin: auto;
  padding-right: 30px;
  padding-left: 30px
}

#loading {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%
}

@media only screen and (max-width: 1440px) {
  .page-header {
    padding-left: 15px;
    padding-right: 15px
  }
}

.page-header .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page-header .header_logo .header_logo_mark {
  width: 190px;
  margin-right: 14px
}

@media only screen and (max-width: 1440px) {
  .page-header .header_logo .header_logo_mark {
    width: 190px;
    margin-right: 7px
  }
}

@media only screen and (max-width: 1200px) {
  .page-header .header_logo .header_logo_mark {
    width: 150px
  }
}

@media only screen and (max-width: 1070px) {
  .page-header .header_logo .header_logo_mark {
    width: 100px;
    margin-right: 7px
  }
}

@media only screen and (max-width: 1024px) {
  .page-header .header_logo .header_logo_mark {
    width: 150px
  }
}

@media only screen and (max-width: 480px) {
  .page-header .header_logo .header_logo_mark {
    width: 130px
  }
}

@media only screen and (max-width: 374px) {
  .page-header .header_logo .header_logo_mark {
    width: 110px
  }
}

.page-header .header_logo .header_logo_mark img {
  width: 100%;
  height: auto;
  display: block
}

.page-header .header_logo p {
  font-size: 1rem;
  font-weight: 700;
  color: #251d1b;
  line-height: 1.2
}

@media only screen and (max-width: 1440px) {
  .page-header .header_logo p {
    font-size: .75rem
  }
}

@media only screen and (max-width: 1024px) {
  .page-header .header_right {
    display: none
  }
}

.page-header .header_right .header_right_box01 {
  padding-bottom: 20px
}

.page-header .header_right .header_right_box01 .header_right_box01_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative
}

@media only screen and (max-width: 1440px) {
  .page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn {
    font-size: .875rem
  }
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn:after {
  display: block;
  width: 1px;
  height: 20px;
  content: "";
  background-color: #fff;
  right: 0;
  position: absolute;
  top: 3px
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn span {
  display: block
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_icon {
  width: 16px;
  margin-right: 8px
}

_:-ms-fullscreen, :root .page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_icon {
  padding-bottom: 5px
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_icon svg {
  display: block
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_icon svg img {
  width: 100%;
  height: auto
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_icon svg .cls-1 {
  fill: #fff
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_txt {
  color: #fff;
  font-size: .9375rem
}

@media only screen and (max-width: 1440px) {
  .page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_txt {
    font-size: .875rem
  }
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 20px
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_contact_btn .header_icon {
  width: 20px;
  margin-right: 8px
}

_:-ms-fullscreen, :root .page-header .header_right .header_right_box01 .header_right_box01_inner .header_contact_btn .header_icon {
  padding-bottom: 5px
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_contact_btn .header_icon svg {
  display: block
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_contact_btn .header_icon svg img {
  width: 100%;
  height: auto
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_contact_btn .header_txt {
  color: #fff;
  font-size: .9375rem;
  font-weight: 700
}

@media only screen and (max-width: 1440px) {
  .page-header .header_right .header_right_box01 .header_right_box01_inner .header_contact_btn .header_txt {
    font-size: .875rem
  }
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_contact_btn:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_english_btn {
  width: 142px;
  height: 46px;
  background-color: #1f6ea2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_english_btn .header_english_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_english_btn .header_english_btn_inner .header_icon {
  width: 19px;
  margin-right: 10px
}

_:-ms-fullscreen, :root .page-header .header_right .header_right_box01 .header_right_box01_inner .header_english_btn .header_english_btn_inner .header_icon {
  padding-bottom: 3px
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_english_btn .header_english_btn_inner .header_icon svg {
  display: block
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_english_btn .header_english_btn_inner .header_icon svg img {
  width: 100%;
  height: auto
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_english_btn .header_english_btn_inner .header_icon svg path {
  fill: #fff
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_english_btn .header_english_btn_inner .header_txt {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700
}

.page-header .header_right .header_right_box01 .header_right_box01_inner .header_english_btn:hover {
  background-color: #134560;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0;
  transition: 0
}

.page-header .header_right .header_right_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%
}

@media only screen and (max-width: 1024px) {
  .page-header .header_right .header_right_box02 {
    padding-bottom: 100px
  }
}

.page-header .header_right .header_right_box02 .header_right_box02_type_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 22px
}

.page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 19px;
  padding-left: 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 19px
}

@media only screen and (max-width: 1440px) {
  .page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01 .header_txt {
  color: #fff;
  font-weight: 700;
  margin-right: 7px;
  opacity: 0.8
}

@media only screen and (max-width: 1440px) {
  .page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01 .header_txt {
    font-size: .875rem;
    margin-right: 5px
  }
}

@media only screen and (max-width: 768px) {
  .page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01 .header_txt {
    width: 100%
  }
}

.page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01 .header_arrow {
  width: 16px;
  height: auto;
  opacity: 0.8
}

.page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01:hover {
  cursor: pointer
}

.page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01:hover .header_txt {
  opacity: 1
}

.page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01:hover .header_arrow {
  opacity: 1
}

.page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  right: 0;
  top: 3px;
  background-color: #fff
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav:first-child:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 52px;
  right: 0;
  top: 0px;
  background-color: #fff
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner {
  min-height: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 19px;
  padding-left: 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

@media only screen and (max-width: 1440px) {
  .page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner {
    padding-right: 10px;
    padding-left: 10px
  }
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt {
  min-height: 0%;
  margin-right: 7px;
  line-height: 1.2;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0;
  transition: 0
}

@media only screen and (max-width: 1024px) {
  .page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt {
    width: 100%
  }
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt .header_icon_out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt .header_icon_out .header_company_icon {
  width: 46px;
  margin-bottom: 7px
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt .header_icon_out .header_company_icon svg {
  display: block
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt .header_icon_out .header_recruit_icon {
  width: 29px;
  margin-bottom: 3px
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt .header_icon_out .header_recruit_icon svg {
  display: block
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt span {
  color: #fff;
  font-weight: 700
}

@media only screen and (max-width: 1440px) {
  .page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt span {
    font-size: .875rem
  }
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_arrow {
  width: 16px;
  height: auto;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav:hover {
  cursor: pointer
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav:hover .header_right_box02_type_b_nav_inner .header_txt {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0;
  transition: 0
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav:hover .header_right_box02_type_b_nav_inner .header_arrow {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav:nth-child(2) .header_right_box02_type_b_nav_inner {
  padding-right: 0
}

.page-header .header_right .header_right_box02 .header_right_box02_type_c {
  display: none
}

@media only screen and (max-width: 1024px) {
  .page-header .header_right .header_right_box02 .header_right_box02_type_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto 0
  }
  .page-header .header_right .header_right_box02 .header_right_box02_type_c a {
    width: 182px;
    height: 46px;
    background-color: #1f6ea2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0;
    transition: 0;
    text-align: center;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 700
  }
}

.page-header--dark .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01 .header_txt, .page-header--dark .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt span, .page-header--dark .header_right .header_right_box01 .header_right_box01_inner .header_contact_btn .header_txt, .page-header--dark .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_txt {
  color: #000
}

.page-header--dark .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav:first-child:after, .page-header--dark .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01:after, .page-header--dark .header_right .header_right_box01 .header_right_box01_inner .header_search_btn:after {
  background: #000
}

.page-header--dark .cls-1, .page-header--dark .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_icon svg .cls-1 {
  fill: #000
}

@media only screen and (max-width: 1024px) {
  .page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_a .header-nav--active .header_txt {
    color: #000 !important
  }
  .page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_a .header-nav--active .header_txt .cls-1 {
    fill: #252525
  }
}

.button-hamburger {
  display: none
}

@media screen and (min-width: 1024px) {
  .page-header:not(.page-header-scrolled):not(.page-header--dark) .header_txt {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.25)
  }
  .page-header:not(.page-header-scrolled):not(.page-header--dark) .header_english_btn_inner .header_txt {
    text-shadow: none
  }
}

@media only screen and (max-width: 1024px) {
  .button-hamburger {
    position: absolute;
    right: 18px;
    top: 0;
    display: block;
    width: 45px;
    height: 45px;
    border: none;
    background: #2f4e82;
    outline: none;
    cursor: pointer
  }
  .button-hamburger span {
    position: absolute;
    display: block;
    background: #fff;
    width: 27px;
    height: 2px;
    left: 9px;
    -webkit-transition: 0.32s;
    transition: 0.32s
  }
  .button-hamburger span:nth-of-type(1) {
    top: 10px
  }
  .button-hamburger span:nth-of-type(2) {
    top: 21px
  }
  .button-hamburger span:nth-of-type(2):before, .button-hamburger span:nth-of-type(2):after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
  }
  .button-hamburger span:nth-of-type(3) {
    bottom: 10px
  }
  .sp-menu-active .button-hamburger span:nth-of-type(1) {
    -webkit-transform: translateY(17px) scale(0);
    transform: translateY(17px) scale(0)
  }
  .sp-menu-active .button-hamburger span:nth-of-type(2) {
    background: none
  }
  .sp-menu-active .button-hamburger span:nth-of-type(2):before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .sp-menu-active .button-hamburger span:nth-of-type(2):after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .sp-menu-active .button-hamburger span:nth-of-type(3) {
    -webkit-transform: translateY(-17px) scale(0);
    transform: translateY(-17px) scale(0)
  }
  .page-header {
    height: 50px;
    background: #fff
  }
  .page-header::before {
    display: block;
    content: '';
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility;
    -webkit-transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 0s cubic-bezier(0.165, 0.84, 0.44, 1) visibility;
    transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 0s cubic-bezier(0.165, 0.84, 0.44, 1) visibility
  }
  .sp-menu-active .page-header::before {
    visibility: visible;
    opacity: 1
  }
  .page-header::after {
    display: block;
    content: '';
    position: fixed;
    top: 50px;
    right: 0;
    width: 87%;
    height: calc(100vh - 50px);
    background: #1f4d80;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 1s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 1s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 1s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 1s cubic-bezier(0.165, 0.84, 0.44, 1) transform, 1s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    -webkit-transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 0s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 0s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 0s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 0s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 0s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 0s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
    transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 0s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 0s cubic-bezier(0.165, 0.84, 0.44, 1) transform, 0s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform
  }
  .sp-menu-active .page-header::after {
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1
  }
  .page-header .header_right {
    overflow-y: scroll;
    display: block;
    position: fixed;
    top: 50px;
    right: 0;
    width: 85%;
    height: calc(100vh - 50px);
    background: #fff;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 1s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 1s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 1s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 1s cubic-bezier(0.165, 0.84, 0.44, 1) transform, 1s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    -webkit-transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 0s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 0s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 0s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 0s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 0s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 0s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
    transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 0s cubic-bezier(0.165, 0.84, 0.44, 1) visibility, 0s cubic-bezier(0.165, 0.84, 0.44, 1) transform, 0s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform
  }
  .sp-menu-active .page-header .header_right {
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1
  }
  .page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01 .header_txt, .page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt span, .page-header .header_right .header_right_box01 .header_right_box01_inner .header_contact_btn .header_txt, .page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_txt {
    color: #000
  }
  .page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav:first-child:after, .page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01:after, .page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn:after {
    background: #000
  }
  .page-header .cls-1, .page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_icon svg .cls-1 {
    fill: #000
  }
  .page-header .header_right .header_right_box02, .page-header .header_right .header_right_box02 .header_right_box02_type_a, .page-header .header_right .header_right_box02 .header_right_box02_type_b, .page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav {
    display: block
  }
  .page-header .header_right .header_right_box02 .header_right_box02_type_a, .page-header .header_right .header_right_box02 .header_right_box02_type_b {
    padding-left: 22px;
    padding-right: 12px
  }
  .page-header .header_right .header_right_box02 .header_right_box02_type_a {
    padding-top: 0
  }
  .page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01 .header_txt, .page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt span {
    font-size: 18px
  }
  .page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt .header_icon_out, .page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01:after, .page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav:first-child:after, .page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_txt, .page-header .header_right .header_right_box01 .header_right_box01_inner .header_contact_btn {
    display: none
  }
  .page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01 {
    line-height: 1.2
  }
  .page-header .header_right .header_right_box01 .header_right_box01_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .page-header .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_arrow, .page-header .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01 .header_arrow {
    height: 9px
  }
  .page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn {
    padding-right: 0
  }
  .page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn:after {
    display: none
  }
  .page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn svg {
    width: 100%;
    height: auto
  }
  .page-header .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_icon {
    width: 30px;
    height: 30px;
    margin-right: 0
  }
  .header_right_box01 {
    padding-top: 16px;
    padding-left: 22px;
    padding-right: 12px
  }
  .header_english_btn {
    margin-right: 10px
  }
  .header_right_box02_nav01 {
    border-bottom: 1px solid #808080
  }
  .header_right_box02_type_b_nav:not(:first-child) {
    border-top: 1px solid #808080
  }
  .header_right_box02_nav01, .header_right_box02_type_b_nav_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .header_right_box02_nav01, .header_right_box02_type_b_nav {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px
  }
  .header_arrow {
    position: absolute;
    right: 16px;
    top: 22px
  }
  .header_right_box02_type_b .header_arrow {
    top: 6px
  }
  .header-nav--active .header_arrow {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
  }
  .page-header svg {
    vertical-align: top
  }
}

.header-nav--active {
  position: relative;
  z-index: 1
}

.header-nav-mega-menu-arrow {
  position: absolute;
  bottom: -37px;
  bottom: -22px;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 9px;
  bottom: -6px;
  opacity: 0;
  visibility: hidden
}

.header-nav-mega-menu-arrow::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #6bc0eb;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility
}

.header_right_box02_type_b_nav .header-nav-mega-menu-arrow {
  bottom: -33px;
  bottom: -18px;
  bottom: -7px;
  bottom: -2px;
  height: 72%
}

.header-nav--active .header-nav-mega-menu-arrow {
  opacity: 1;
  visibility: visible
}

.header-nav--active .header-nav-mega-menu-arrow::after {
  opacity: 1;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility
}

@media only screen and (max-width: 1024px) {
  .header-nav-mega-menu-arrow {
    display: none
  }
}

.header_right_box02_nav01:nth-child(1) .header-nav-mega-menu-arrow:after {
  background-color: #3FA3EF
}

.header_right_box02_nav01:nth-child(2) .header-nav-mega-menu-arrow:after {
  background-color: #3FA3EF
}

.header_right_box02_nav01:nth-child(3) .header-nav-mega-menu-arrow:after {
  background-color: #3e5684
}

.header_right_box02_nav01:nth-child(4) .header-nav-mega-menu-arrow:after {
  background-color: #39AF4A
}

.header_right_box02_nav01:nth-child(5) .header-nav-mega-menu-arrow:after {
  background-color: #3e5684
}

.header_right_box02_type_b .header-nav-mega-menu-arrow::after {
  background-color: #3e5684
}

.page-header-scrolled .header_right_box02_type_b .header-nav-mega-menu-arrow::after {
  bottom: -8px
}

.page-header {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0s;
  transition: 0s
}

.page-header-scrolled {
  background-color: #fff;
  padding-bottom: 10px
}

.page-header-scrolled .header_right .header_right_box01 {
  padding-bottom: 0px
}

.page-header-scrolled .header_right .header_right_box01 .header_right_box01_inner .header_search_btn::after {
  background-color: #251d1b
}

.page-header-scrolled .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_icon svg .cls-1 {
  fill: #251d1b
}

.page-header-scrolled .header_right .header_right_box01 .header_right_box01_inner .header_search_btn .header_txt {
  color: #251d1b
}

.page-header-scrolled .header_right .header_right_box01 .header_right_box01_inner .header_contact_btn .header_icon svg .cls-1 {
  fill: #251d1b
}

.page-header-scrolled .header_right .header_right_box01 .header_right_box01_inner .header_contact_btn .header_txt {
  color: #251d1b
}

.page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01 .header_txt {
  color: #251d1b
}

.page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01 .header_arrow .cls-1 {
  fill: #251d1b
}

.page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_a .header_right_box02_nav01::after {
  background-color: #251d1b
}

.page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_b {
  padding-top: 22px
}

@media only screen and (max-width: 1024px) {
  .page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_b {
    padding-top: 0
  }
}

.page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav:first-child::after {
  width: 1px;
  height: 20px;
  right: 0;
  top: 3px;
  background-color: #251d1b
}

.page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt .header_icon_out .header_company_icon {
  display: none
}

.page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt .header_icon_out .header_recruit_icon {
  display: none
}

.page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_txt span {
  line-height: 1.6;
  color: #251d1b
}

.page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_b .header_right_box02_type_b_nav .header_right_box02_type_b_nav_inner .header_arrow .cls-1 {
  fill: #251d1b
}

.page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_a .header-nav--active .header_txt {
  z-index: 999
}

.page-header-scrolled .header_right .header_right_box02 .header_right_box02_type_b_nav.header-nav--active .header_right_box02_type_b_nav_inner .header_txt span {
  z-index: 999
}

@media only screen and (max-width: 1024px) {
  .header_sp_cpo_txt01 {
    color: #000 !important
  }
  .header_arrow_sp_style .cls-1 {
    fill: #000 !important
  }
}

.mega-menu {
  position: fixed;
  top: 150px;
  top: 135px;
  top: 123px;
  left: 0;
  width: 100%;
  z-index: 1001
}

.mega-menu__item {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f3f5fa;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0s;
  transition: 0s
}

.mega-menu__item--active {
  opacity: 1;
  visibility: visible
}

.mega-menu img {
  max-width: 100%;
  height: auto
}

@media only screen and (max-width: 1024px) {
  .mega-menu {
    display: none
  }
}

.mega-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(360vw * 100 / 1920);
  border-right: 3px solid #9cb0cc
}

.mega-menu-header__title {
  min-width: 150px;
  font-weight: 500;
  font-size: 1.75rem;
  padding-top: 91px;
  background: url(/assets/img/header/mega-menu_icon_company.svg) no-repeat center top
}

@media only screen and (max-width: 1440px) {
  .mega-menu-header__title {
    font-size: 1.3125rem
  }
}

@media only screen and (max-width: 1024px) {
  .mega-menu-header__title {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .mega-menu-header__title {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .mega-menu-header__title {
    font-size: 1rem
  }
}

.mega-menu-header__btn {
  margin-top: 20px
}

@media only screen and (max-width: 1440px) {
  .mega-menu-header__btn {
    margin-top: 15px
  }
}

@media only screen and (max-width: 1024px) {
  .mega-menu-header__btn {
    margin-top: 11px
  }
}

@media only screen and (max-width: 768px) {
  .mega-menu-header__btn {
    margin-top: 8px
  }
}

.mega-menu-header__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 15px 7px 15px;
  border: 1px solid #246f9e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000
}

_:-ms-fullscreen, :root .mega-menu-header__btn a {
  line-height: 1.2;
  padding-bottom: 4px
}

.mega-menu-header__btn a i {
  display: block;
  margin-top: 5px;
  width: 18px;
  display: block;
  margin-right: 10px
}

_:-ms-fullscreen, :root .mega-menu-header__btn a i {
  padding-bottom: 3px;
  margin-top: 0
}

.mega-menu-header__btn a i svg {
  width: 18px;
  height: 18px
}

_:-ms-fullscreen, :root .mega-menu-header__btn a i svg {
  display: block
}

.mega-menu-header__btn a i svg .cls-1 {
  fill: #246f9e;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.mega-menu-header__btn a i svg .cls-2 {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #f3f5fa;
  background: #f00
}

.mega-menu-header__btn a span {
  font-size: .9375rem;
  font-weight: 500
}

.mega-menu-header__btn a span br {
  display: none
}

@media only screen and (max-width: 1200px) {
  .mega-menu-header__btn a span br {
    display: block
  }
}

.mega-menu-header__btn a:hover {
  -webkit-transition: 0;
  transition: 0;
  background-color: #246f9e;
  color: #fff
}

.mega-menu-header__btn a:hover i svg .cls-1 {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.mega-menu-header__btn a:hover i svg .cls-2 {
  fill: #246f9e;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.mega-menu-header__btn a:hover span {
  color: #fff
}

.mega-menu-body {
  padding-left: calc(94vw * 100 / 1920);
  padding-right: calc(50vw * 100 / 1920);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mega-menu-body__upper {
  padding-top: 0px;
  padding-bottom: 0px
}

.mega-menu-body__lower {
  padding-bottom: 12px
}

.mega-menu-body .mega_menu_hd {
  width: 100%;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative
}

.mega-menu-body .mega_menu_hd:before {
  content: "";
  width: 8px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 5px;
  margin-top: 1px;
  background-color: #246F9E
}

_:-ms-fullscreen, :root .mega-menu-body .mega_menu_hd:before {
  top: 0
}

.mega-menu-body .mega-menu-body__upper+.mega_menu_hd {
  margin-top: 15px
}

.mega-menu-list01 {
  width: calc(464 / 1410 * 100%)
}

.mega-menu-list01__item:not(:first-child) {
  margin-top: 23px
}

.mega-menu-list01__link {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: 500;
  color: #251e1c;
  font-size: 1.0625rem
}

@media only screen and (max-width: 1440px) {
  .mega-menu-list01__link {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .mega-menu-list01__link {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .mega-menu-list01__link {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .mega-menu-list01__link {
    font-size: 1rem
  }
}

.mega-menu-list01__link:hover {
  color: #1f6ea2
}

.mega-menu-list01__link::before {
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  content: '';
  width: 21px;
  height: 21px;
  background: #2f4e83;
  border-radius: 50%
}

@media only screen and (max-width: 1440px) {
  .mega-menu-list01__link::before {
    top: 2px
  }
}

.mega-menu-list01__link::after {
  position: absolute;
  left: 6px;
  top: 13px;
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg)
}

@media only screen and (max-width: 1440px) {
  .mega-menu-list01__link::after {
    top: 9px
  }
}

.mega-menu-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.mega-menu-list02__item:not(:first-child) {
  margin-left: calc(10vw * 100 / 1920)
}

.mega-menu-list02__link {
  color: #251e1c
}

.mega-menu-list02__link:hover {
  color: #1f6ea2
}

.mega-menu-list02__link:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08)
}

.mega-menu-list02__image {
  overflow: hidden
}

.mega-menu-list02__image img {
  vertical-align: top;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.mega-menu-list02__text {
  position: relative;
  margin-top: 12px;
  padding-left: 30px;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.125rem
}

@media only screen and (max-width: 1440px) {
  .mega-menu-list02__text {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .mega-menu-list02__text {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .mega-menu-list02__text {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .mega-menu-list02__text {
    font-size: 1rem
  }
}

.mega-menu-list02__text::before {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  content: '';
  width: 21px;
  height: 21px;
  background: #2f4e83;
  border-radius: 50%
}

@media only screen and (max-width: 1440px) {
  .mega-menu-list02__text::before {
    top: 1px
  }
}

.mega-menu-list02__text::after {
  position: absolute;
  left: 6px;
  top: 10px;
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg)
}

@media only screen and (max-width: 1440px) {
  .mega-menu-list02__text::after {
    top: 8px
  }
}

.mega-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity, 1s cubic-bezier(0.165, 0.84, 0.44, 1) visibility;
  -webkit-transition: 0s;
  transition: 0s
}

.mega-menu-active .mega-menu-overlay {
  opacity: 1;
  visibility: visible
}

@media only screen and (max-width: 1024px) {
  .mega-menu-overlay {
    display: none
  }
}

.mega_menu_title {
  margin-bottom: 5px
}

.mega_menu_title span {
  font-size: 1.0625rem;
  font-weight: 500;
  position: relative;
  padding-left: 25px
}

.mega_menu_title span:before {
  display: block;
  background-color: #246f9e;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0
}

.mega_menu_title_link {
  display: block;
  color: #251d1b;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.mega_menu_title_link span:before {
  background-image: url("/assets/img/common/SVG/mega_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.mega_menu_title_link:hover {
  color: #1f6ea2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0;
  transition: 0
}

.mega_menu_link01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mega_menu_link01 a i {
  width: 18px;
  display: block;
  margin-right: 5px
}

_:-ms-fullscreen, :root .mega_menu_link01 a i {
  padding-bottom: 5px
}

.mega_menu_link01 a i img {
  width: 18px;
  height: auto;
  display: block
}

.mega_menu_link01 a span {
  display: block;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.0625rem;
  font-weight: 500
}

.mega_menu_link01 a:hover span {
  color: #1f6ea2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0;
  transition: 0
}

.mega_menu_link02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mega_menu_link02 a i {
  width: 6px;
  display: block;
  margin-right: 5px
}

_:-ms-fullscreen, :root .mega_menu_link02 a i {
  padding-bottom: 4px;
  top: 6px
}

.mega_menu_link02 a i img {
  width: 6px;
  height: auto;
  display: block
}

.mega_menu_link02 a span {
  display: block;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 500
}

.mega_menu_link02 a:hover span {
  color: #1f6ea2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0;
  transition: 0
}

.mega_menu_box01 {
  border-bottom: solid 1px #d0d0d0;
  width: 100%;
  margin-bottom: 10px
}

.mega_menu_box01 .mega_menu_link01 {
  margin-bottom: 10px
}

.mega_menu_box01 .mega_menu_box01_child01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 10px
}

.mega_menu_box01 .mega_menu_box01_child01 .mega_menu_link02 {
  margin: 0 27px
}

.mega_menu_box01_1 {
  border-bottom: none;
  margin-bottom: 0px
}

.mega_menu_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mega_menu_box02 .mega_menu_box02_grid {
  width: auto;
  margin-right: 40px;
  margin-top: 0px;
  margin-bottom: 0px
}

.mega_menu_box02_1 {
  border-bottom: solid 1px #d0d0d0;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px
}

.is-scrolled-mega-menu {
  top: 130px !important
}

footer {
  position: relative
}

footer .footer_img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 100px
}

@media only screen and (max-width: 1440px) {
  footer .footer_img01 {
    padding-top: 75px
  }
}

@media only screen and (max-width: 1024px) {
  footer .footer_img01 {
    padding-top: 55px
  }
}

@media only screen and (max-width: 768px) {
  footer .footer_img01 {
    padding-top: 40px
  }
}

@media only screen and (max-width: 480px) {
  footer .footer_img01 {
    padding-top: 25px
  }
}

footer .footer_img01 .footer_img01_inner {
  width: 203px
}

@media only screen and (max-width: 768px) {
  footer .footer_img01 .footer_img01_inner {
    width: 160px
  }
}

footer .footer_img01 .footer_img01_inner img {
  width: 100%
}

footer .pagetop_btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 5
}

@media only screen and (max-width: 1024px) {
  footer .pagetop_btn {
    right: 15px;
    bottom: 15px
  }
}

footer .pagetop_btn a {
  background-color: #154370;
  color: #fff;
  display: inline-block;
  font-size: .625rem;
  width: 60px;
  height: 60px
}

@media only screen and (max-width: 1024px) {
  footer .pagetop_btn a {
    width: 60px;
    height: 60px
  }
}

@media only screen and (max-width: 480px) {
  footer .pagetop_btn a {
    width: 50px;
    height: 50px
  }
}

footer .pagetop_btn a:hover .pagetop_btn_img {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

footer .pagetop_btn a .pagetop_btn_box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

footer .pagetop_btn a .pagetop_btn_box .pagetop_btn_box_inner .pagetop_btn_img {
  width: 28px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media only screen and (max-width: 1024px) {
  footer .pagetop_btn a .pagetop_btn_box .pagetop_btn_box_inner .pagetop_btn_img {
    width: 20px
  }
}

footer .pagetop_btn a .pagetop_btn_box .pagetop_btn_box_inner .pagetop_btn_img img {
  width: 100%
}

@media only screen and (max-width: 1024px) {
  footer .pagetop_btn a .pagetop_btn_box .pagetop_btn_box_inner p {
    display: none
  }
}

footer .pagetop_btn_bottom {
  bottom: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

footer .footer_text {
  padding-bottom: 70px;
  padding-top: 70px;
  background-color: #F0F1F0;
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 30px;
  padding-left: 30px
}

@media only screen and (max-width: 1440px) {
  footer .footer_text {
    padding-bottom: 52.5px
  }
}

@media only screen and (max-width: 1024px) {
  footer .footer_text {
    padding-bottom: 38.5px
  }
}

@media only screen and (max-width: 768px) {
  footer .footer_text {
    padding-bottom: 28px
  }
}

@media only screen and (max-width: 480px) {
  footer .footer_text {
    padding-bottom: 17.5px
  }
}

@media only screen and (max-width: 1440px) {
  footer .footer_text {
    padding-top: 52.5px
  }
}

@media only screen and (max-width: 1024px) {
  footer .footer_text {
    padding-top: 38.5px
  }
}

@media only screen and (max-width: 768px) {
  footer .footer_text {
    padding-top: 28px
  }
}

@media only screen and (max-width: 480px) {
  footer .footer_text {
    padding-top: 17.5px
  }
}

footer .footer_text .footer_text_inner {
  max-width: 1300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media only screen and (max-width: 1024px) {
  footer .footer_text .footer_text_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

footer .footer_text .footer_text_inner .footer_text_inner_box {
  width: 16.66666666%;
  padding-right: 15px;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
  footer .footer_text .footer_text_inner .footer_text_inner_box {
    width: 33.3333333%
  }
}

@media only screen and (max-width: 768px) {
  footer .footer_text .footer_text_inner .footer_text_inner_box {
    width: 50%
  }
}

@media only screen and (max-width: 480px) {
  footer .footer_text .footer_text_inner .footer_text_inner_box {
    width: 100%
  }
}

footer .footer_text .footer_text_inner .footer_text_inner_box .footer_title {
  margin-bottom: 25px
}

@media only screen and (max-width: 1440px) {
  footer .footer_text .footer_text_inner .footer_text_inner_box .footer_title {
    margin-bottom: 18.75px
  }
}

@media only screen and (max-width: 1024px) {
  footer .footer_text .footer_text_inner .footer_text_inner_box .footer_title {
    margin-bottom: 13.75px
  }
}

@media only screen and (max-width: 768px) {
  footer .footer_text .footer_text_inner .footer_text_inner_box .footer_title {
    margin-bottom: 10px
  }
}

footer .footer_text .footer_text_inner .footer_text_inner_box .footer_title a {
  color: #333;
  font-size: 1.0625rem;
  font-weight: 600
}

footer .footer_text .footer_text_inner .footer_text_inner_box .footer_title a:hover {
  color: #000
}

footer .footer_text .footer_text_inner .footer_text_inner_box .footer_ul002 {
  padding-top: 20px
}

footer .footer_text .footer_text_inner .footer_text_inner_box .footer_ul002 li a {
  font-weight: bold
}

footer .footer_text .footer_text_inner .footer_text_inner_box ul li {
  margin-bottom: 10px;
  line-height: 1.2
}

footer .footer_text .footer_text_inner .footer_text_inner_box ul li a {
  color: #808080;
  font-size: .875rem;
  font-weight: 500
}

footer .footer_text .footer_text_inner .footer_text_inner_box ul li a:hover {
  color: #000
}

footer .footer_text .footer_text_inner .footer_text_inner_box ul li span {
  color: #777;
  font-weight: 500;
  font-size: .9375rem;
  font-weight: 600
}

footer .footer_text .footer_text_inner .footer_text_inner_box ul+ul {
  margin-top: 20px
}

footer .footer_text .footer_text_inner .footer_text_inner_box .footer_list_margin01 {
  padding-top: 50px
}

footer .footer_bottom {
  background-color: #1F6EA2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 30px
}

footer .footer_bottom .footer_bottom_inner {
  max-width: 1500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width: 1024px) {
  footer .footer_bottom .footer_bottom_inner {
    display: block
  }
}

footer .footer_bottom .footer_bottom_inner .footer_bottom_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px
}

@media only screen and (max-width: 768px) {
  footer .footer_bottom .footer_bottom_inner .footer_bottom_left ul {
    display: block
  }
}

footer .footer_bottom .footer_bottom_inner .footer_bottom_left ul li {
  margin-right: 35px
}

footer .footer_bottom .footer_bottom_inner .footer_bottom_left ul li a {
  color: #fff;
  font-weight: 500;
  font-size: .875rem
}

footer .footer_bottom .footer_bottom_inner .footer_bottom_left ul li a:hover {
  opacity: 0.6
}

footer .footer_bottom .footer_bottom_inner .footer_bottom_left small {
  color: #fff;
  font-weight: 500
}

footer .footer_bottom .footer_bottom_inner .footer_bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 1024px) {
  footer .footer_bottom .footer_bottom_inner .footer_bottom_right {
    margin-top: 20px
  }
}

footer .footer_bottom .footer_bottom_inner .footer_bottom_right small {
  color: #fff;
  font-weight: 500;
  font-size: .875rem
}

footer .footer_bottom .footer_bottom_inner .footer_bottom_right .footer_logo {
  width: 163px
}

@media only screen and (max-width: 768px) {
  footer .footer_bottom .footer_bottom_inner .footer_bottom_right .footer_logo {
    width: 130px
  }
}

footer .footer_bottom .footer_bottom_inner .footer_bottom_right .footer_logo img {
  width: 100%
}

footer .footer_bottom .footer_bottom_inner .footer_bottom_right p {
  color: #fff;
  font-size: .8125rem;
  font-weight: 700;
  margin-left: 10px
}

.mega-menu02_scrolled .mega-menu__item {
  top: -25px;
  top: -20px
}

.mega-menu02 .mega-menu__item {
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 80px);
  padding-top: 40px;
  padding-bottom: 50px
}

.mega-menu02 .mega-menu__item .mega_menu_close_btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1
}

@media only screen and (max-width: 1100px) {
  .mega-menu02 .mega-menu__item .mega_menu_close_btn {
    display: none
  }
}

.mega-menu02 .mega-menu__item .mega_menu_close_btn:hover {
  cursor: pointer
}

.mega-menu02 .mega-menu__item .mega_menu_close_btn span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative
}

.mega-menu02 .mega-menu__item .mega_menu_close_btn span:before, .mega-menu02 .mega-menu__item .mega_menu_close_btn span:after {
  display: block;
  background-color: #000;
  position: absolute;
  content: ""
}

.mega-menu02 .mega-menu__item .mega_menu_close_btn span:before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 1px
}

.mega-menu02 .mega-menu__item .mega_menu_close_btn span:after {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 35px
}

.mega-menu02 .mega-menu-header {
  border-right: none
}

.mega-menu02 .mega_menu02_child_mt01 {
  padding-top: 8px
}

.mega-menu02 .mega_menu_link02 {
  margin-bottom: 7px
}

.mega-menu02 .mega_menu_link02 a {
  position: relative
}

.mega-menu02 .mega_menu_link02 a i {
  position: absolute;
  top: 8px;
  left: 13px;
  width: 5px
}

_:-ms-fullscreen, :root .mega-menu02 .mega_menu_link02 a i {
  top: 6px
}

.mega-menu02 .mega_menu_link02 a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px
}

.mega-menu02 .mega_menu_title {
  margin-bottom: 10px;
  margin-top: 15px
}

.mega-menu02 .mega_menu_title span {
  font-weight: 700
}

.mega-menu02 .mega_menu_title p {
  padding-left: 25px;
  position: relative;
  font-weight: 700
}

_:-ms-fullscreen, :root .mega-menu02 .mega_menu_title p {
  padding-top: 3px
}

.mega-menu02 .mega_menu_title p:before {
  display: block;
  background-color: #246f9e;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 4px;
  left: 0
}

@media only screen and (max-width: 1100px) {
  .mega-menu02 .mega_menu_title .megamenu02_title_br {
    display: none
  }
}

.mega-menu02 .mega_menu02_box01 {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mega-menu02 .mega-menu-body__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.mega-menu02 .mega-menu-body {
  padding-left: calc(25vw * 100 / 1920);
  padding-right: calc(25vw * 100 / 1920)
}

.mega-menu02 .mega-menu-header__title {
  font-weight: 500;
  font-size: 1.75rem;
  padding-top: 110px;
  background: url(/assets/img/header/mega-menu02_icon_company.png) no-repeat center top;
  color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  -webkit-transition: 0;
  transition: 0
}

@media only screen and (max-width: 1440px) {
  .mega-menu02 .mega-menu-header__title {
    font-size: 1.3125rem
  }
}

@media only screen and (max-width: 1024px) {
  .mega-menu02 .mega-menu-header__title {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .mega-menu02 .mega-menu-header__title {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .mega-menu02 .mega-menu-header__title {
    font-size: 1rem
  }
}

.mega-menu02 .mega-menu-header__title:hover {
  color: #1f6ea2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0;
  transition: 0
}

.mega-menu02 .mega-menu-header {
  margin-left: calc(50vw * 100 / 1920)
}

.mega-menu02 .mega-menu02-header__btn {
  margin-top: 20px
}

.mega-menu02 .mega-menu02-header__btn a {
  background-color: #174e9c;
  color: #fff;
  padding: 7px 45px;
  border-radius: 30px
}

.mega-menu02 .mega-menu02-header__btn a:hover {
  background-color: #113a74
}

.mega-menu02 .mega-menu02-header__btn02 {
  margin-top: 20px
}

.mega-menu02 .mega-menu02-header__btn02 a {
  background-color: #168fcc;
  color: #fff;
  padding: 7px 45px;
  border-radius: 30px
}

.mega-menu02 .mega-menu02-header__btn02 a:hover {
  background-color: #1175a7
}

.mega-menu02 .smalltext_mega_menu {
  font-size: 13px;
  padding-left: 25px;
  padding-top: 2px
}

.mega-menu02 .mega_menu02_mt {
  margin-top: 38px
}

.mega-menu02 .mega_menu_title_link p:before {
  background-image: url("/assets/img/common/SVG/mega_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.sympathy-letter{
  background-color: #f1f1f1;
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-around;
}
.sympathy-letter_box{
  max-width: 750px;

}
.sympathy-letter_text{
  color: #000;
  text-align: left;
  font-weight: 500;
  font-size: 1.1rem;
}
.sympathy-letter_text .br-sp{
  display: none;
}

@media only screen and (max-width: 1024px) {
  .sympathy-letter_text{
    font-size: 1rem;
}
.sympathy-letter_box{
  max-width: none;
}
}

@media only screen and (max-width: 768px) {
  .sympathy-letter_box{
    max-width: none;
    padding: 0 20px;
  }
}


.top_initiatives {
  padding-top: 40px
}

@media only screen and (max-width: 1440px) {
  .top_initiatives {
    padding-top: 30px
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives {
    padding-top: 22px
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives {
    padding-top: 16px
  }
}

@media only screen and (max-width: 480px) {
  .top_initiatives {
    padding-top: 10px
  }
}

.top_initiatives .title_type01 {
  margin-bottom: 37px
}

@media only screen and (max-width: 1440px) {
  .top_initiatives .title_type01 {
    margin-bottom: 27.75px
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives .title_type01 {
    margin-bottom: 20.35px
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .title_type01 {
    margin-bottom: 14.8px
  }
}

.top_initiatives .top_initiatives_box01 {
  background-color: #1F6EA2;
  text-align: center;
  position: relative;
  z-index: 0;
  padding-top: 60px;
  padding-bottom: 47px
}

@media only screen and (max-width: 1440px) {
  .top_initiatives .top_initiatives_box01 {
    padding-top: 45px
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives .top_initiatives_box01 {
    padding-top: 33px
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 {
    padding-top: 24px
  }
}

@media only screen and (max-width: 480px) {
  .top_initiatives .top_initiatives_box01 {
    padding-top: 15px
  }
}

@media only screen and (max-width: 1440px) {
  .top_initiatives .top_initiatives_box01 {
    padding-bottom: 35.25px
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives .top_initiatives_box01 {
    padding-bottom: 25.85px
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 {
    padding-bottom: 18.8px
  }
}

@media only screen and (max-width: 480px) {
  .top_initiatives .top_initiatives_box01 {
    padding-bottom: 11.75px
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 {
    padding-bottom: 30%
  }
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner {
  position: relative;
  z-index: 2
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_initiatives_box01_text01 {
  color: #fff;
  font-weight: 500;
  font-size: 1.4375rem
}

@media only screen and (max-width: 1440px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_initiatives_box01_text01 {
    font-size: 1.07813rem
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_initiatives_box01_text01 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_initiatives_box01_text01 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_initiatives_box01_text01 {
    font-size: 1rem
  }
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner h3 {
  color: #fff;
  font-weight: 700;
  font-size: 2.0625rem;
  padding-bottom: 10px
}

@media only screen and (max-width: 1440px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner h3 {
    font-size: 1.44375rem
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner h3 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner h3 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 480px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner h3 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 1440px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner h3 {
    padding-bottom: 7.5px
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner h3 {
    padding-bottom: 5.5px
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner h3 {
    padding-bottom: 4px
  }
}

@media only screen and (max-width: 480px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner h3 {
    padding-bottom: 2.5px
  }
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_initiatives_box01_text02 {
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 26px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 1440px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_initiatives_box01_text02 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_initiatives_box01_text02 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_initiatives_box01_text02 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_initiatives_box01_text02 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1440px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_initiatives_box01_text02 {
    margin-bottom: 19.5px
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_initiatives_box01_text02 {
    margin-bottom: 14.3px
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_initiatives_box01_text02 {
    margin-bottom: 10.4px
  }
}

@media only screen and (max-width: 1200px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products {
    padding: 0 30px
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products {
    margin-bottom: -30%
  }
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_list {
  max-width: 700px;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_item {
  width: calc(490 / 1130 * 100%);
  pointer-events: none
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_item .initiatives_title02 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 10px
}

@media only screen and (max-width: 1440px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_item .initiatives_title02 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_item .initiatives_title02 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_item .initiatives_title02 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 480px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_item .initiatives_title02 {
    font-size: 1.25rem
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_item .initiatives_title02 {
    font-size: 1.125rem
  }
}

@media only screen and (max-width: 1200px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_item {
    width: 45%
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_item {
    width: 100%;
    margin-bottom: 50px
  }
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_item:hover .btn_type02 .btn_type02_link {
  background-color: #22457a
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_item:hover .btn_type02 .btn_type02_link .btn_type02_icon svg path {
  fill: #fff
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_item:hover .btn_type02 .btn_type02_link .btn_type02_txt {
  color: #fff
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_item:hover .top_products_img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_img {
  pointer-events: all;
  overflow: hidden;
  margin-bottom: 47px
}

@media only screen and (max-width: 1440px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_img {
    margin-bottom: 35.25px
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_img {
    margin-bottom: 25.85px
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_img {
    margin-bottom: 18.8px
  }
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products_img img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products .btn_type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products .btn_type02 .btn_type02_link {
  pointer-events: all;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  padding-top: 2px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products .btn_type02 .btn_type02_link {
    padding-top: 4px;
    padding-bottom: 3px
  }
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products .btn_type02 .btn_type02_link .btn_type02_icon {
  width: 12px;
  margin-right: 5px;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

_:-ms-fullscreen, :root .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products .btn_type02 .btn_type02_link .btn_type02_icon {
  padding-top: 4px
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products .btn_type02 .btn_type02_link .btn_type02_icon svg {
  width: 12px;
  height: 25px;
  vertical-align: middle
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products .btn_type02 .btn_type02_link .btn_type02_icon svg path {
  fill: #1F6EA2
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products .btn_type02 .btn_type02_link .btn_type02_txt {
  font-size: .9375rem;
  color: #1F6EA2;
  line-height: 1.2;
  font-weight: 500;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

_:-ms-fullscreen, :root .top_initiatives .top_initiatives_box01 .top_initiatives_box01_inner .top_products .btn_type02 .btn_type02_link .btn_type02_txt {
  padding-top: 8px
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk1 {
  max-width: 650px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk1 img {
  width: 100%;
  height: auto
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk1 img {
  vertical-align: bottom
}

@media only screen and (max-width: 1600px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk1 {
    max-width: 490px;
    right: 2%
  }
}

@media only screen and (max-width: 1440px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk1 {
    max-width: 370px;
    right: 0%
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk1 {
    max-width: 285px
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk1 {
    max-width: 65%;
    left: 4%;
    right: inherit
  }
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk2 {
  max-width: 375px;
  position: absolute;
  right: 17%;
  bottom: 0;
  z-index: 1
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk2 img {
  width: 100%;
  height: auto
}

.top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk2 img {
  vertical-align: bottom
}

@media only screen and (max-width: 1600px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk2 {
    right: 15%
  }
}

@media only screen and (max-width: 1440px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk2 {
    max-width: 350px;
    right: 5%
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk2 {
    max-width: 175px;
    right: 0%
  }
}

@media only screen and (max-width: 768px) {
  .top_initiatives .top_initiatives_box01 .top_initiatives_box01_bk2 {
    max-width: 35%
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives_2103 .top_initiatives_box01 {
    padding-bottom: 30px
  }
}

.top_initiatives_2103 .top_initiatives_box01 .top_initiatives_box01_bk2103 {
  max-width: 489px;
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 30px;
  z-index: 1
}

.top_initiatives_2103 .top_initiatives_box01 .top_initiatives_box01_bk2103 .top_initiatives_box01_bk2103_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.top_initiatives_2103 .top_initiatives_box01 .top_initiatives_box01_bk2103 .top_initiatives_box01_bk2103_inner img {
  width: 100%;
  height: auto
}

@media only screen and (max-width: 1600px) {
  .top_initiatives_2103 .top_initiatives_box01 .top_initiatives_box01_bk2103 {
    max-width: 400px
  }
}

@media only screen and (max-width: 1440px) {
  .top_initiatives_2103 .top_initiatives_box01 .top_initiatives_box01_bk2103 {
    max-width: 320px
  }
}

@media only screen and (max-width: 1024px) {
  .top_initiatives_2103 .top_initiatives_box01 .top_initiatives_box01_bk2103 {
    position: static;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .top_initiatives_2103 .top_initiatives_box01 .top_initiatives_box01_bk2103 .top_initiatives_box01_bk2103_inner {
    max-width: 400px
  }
}

.site-map {
  margin-bottom: 80px
}

.site-map a {
  color: #000
}

.site-map__item {
  margin-bottom: 15px
}

.site-map__item_first {
  margin-top: 40px;
  margin-bottom: 10px
}

.site-map__item_half {
  margin-top: 25px
}

.site-map__heading {
  font-size: 1.625rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 15px
}

@media only screen and (max-width: 1440px) {
  .site-map__heading {
    font-size: 1.21875rem
  }
}

@media only screen and (max-width: 1024px) {
  .site-map__heading {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .site-map__heading {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .site-map__heading {
    font-size: 1rem
  }
}

.site-map__heading a {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  line-height: 1.4
}

.site-map__heading a::before {
  position: absolute;
  background-image: url(/assets/img/common/SVG/mega_arrow.svg);
  left: 0;
  top: 12px;
  display: inline-block;
  content: '';
  width: 21px;
  height: 21px;
  border-radius: 50%
}

.site-map__heading a:hover {
  color: #1f6ea2
}

.site-map__heading2 {
  font-size: 1.125rem;
  margin-bottom: 10px
}

@media only screen and (max-width: 1440px) {
  .site-map__heading2 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .site-map__heading2 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .site-map__heading2 {
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .site-map__heading2 {
    font-size: 1rem
  }
}

.site-map__heading2 a {
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  line-height: 1.4
}

.site-map__heading2 a::before {
  position: absolute;
  background-image: url(/assets/img/common/SVG/mega_arrow.svg);
  left: 0;
  top: 6px;
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%
}

.site-map__heading2 a:hover {
  color: #1f6ea2
}

.site-map__Individual__list__item {
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.site-map__Individual__list__item span {
  margin-bottom: 10px;
  margin-right: 20px
}

.site-map__Individual__list__item a {
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  line-height: 1.4;
  padding-top: 2px
}

.site-map__Individual__list__item a::before {
  position: absolute;
  background-image: url(/assets/img/common/SVG/mega_arrow.svg);
  left: 0;
  top: 6px;
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%
}

.site-map__Individual__list__item a:hover {
  color: #1f6ea2
}

.site-map__title__arrow a {
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  line-height: 1.4;
  padding-right: 15px;
  margin-bottom: 15px
}

.site-map__title__arrow a::before {
  position: absolute;
  background-image: url(/assets/img/common/SVG/mega_arrow.svg);
  left: 0;
  top: 6px;
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%
}

.site-map__title__arrow a:hover {
  color: #1f6ea2
}

.site-map__last__list {
  margin-top: 40px;
  padding-top: 10px
}

.site-map__Individual__list__item02 {
  padding-top: 5px
}

.site-map__title {
  padding-bottom: 5px
}

.site-map__Individual__list {
  padding-top: 10px
}

.site-map__list {
  font-size: .875rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.site-map__list span {
  padding-right: 20px
}

.site-map__list a::before {
  content: '＞';
  margin-right: 4px
}

.site-map__list a:hover {
  color: #1f6ea2
}

@media only screen and (max-width: 1440px) {
  .site-map__heading a::before {
    top: 6px
  }
  .site-map__heading a::after {
    top: 13px
  }
}

@media only screen and (max-width: 1024px) {
  .site-map__heading a::before {
    top: 2px
  }
  .site-map__heading a::after {
    top: 9px
  }
}

@media only screen and (max-width: 900px) {
  .site-map__list li {
    width: 50%;
    margin-top: 8px
  }
}

@media only screen and (max-width: 500px) {
  .site-map__list li {
    width: 100%;
    margin-top: 4px
  }
}

.site-map .site-map__title__circle {
  position: relative;
  padding-left: 25px
}

.site-map .site-map__title__circle:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #1F6EA0;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0
}

_:-ms-fullscreen, :root .site-map .site-map__title__circle:before {
  top: 2px;
  width: 14px;
  height: 14px
}

.ir_parts_topics .content .inter {
  max-width: 650px;
}

.n_20210909 .ir_parts_topics .content .inter .item .item_date {
  width: unset;
  padding-right: 12px;
  word-break: keep-all;
}

.n_20210909 .ir_parts_topics .content .inter .item .item_title {
  padding-left: 12px;
}

.n_20210909 .ir_parts_topics .content .inter .item .news_pdf_icon {
  padding-bottom: 0;
}

.ir_benefit_body .modaal-gallery-label {
  text-align: unset;
}


/* 電子公告 */

.kk_box1 .btn.btn_202206 a span {
  width: calc(100% - 85px);
}

.kk_box1 .btn.btn_202206 a span br {
  display: block;
}

@media only screen and (max-width: 600px) {
  .kk_box1 .btn.btn_202206 a {
    padding: 12px 30px 13px;
  }
  .kk_box1 .btn.btn_202206 a span br {
    display: none;
  }
}

.ir_stock_info_parts_wrap1_kk_noinfo {
  font-size: 28px;
  margin: 24px 0;
}

.ir_stock_info_parts_wrap1_kk_txt03.-stamp {
  display: inline-block;
  position: relative;
}

.ir_stock_info_parts_wrap1_kk_txt03.-stamp::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}


/* ヘッダー社名画像化 */

.page-header .header_logo .header_logo_corporate {
  margin-top: 4px;
  width: 160px;
}

.page-header .header_logo .header_logo_corporate img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1440px) {
  .page-header .header_logo .header_logo_corporate {
    width: 120px;
  }
}

/* 電子公告 202505 */

.mt24_202505 {
  margin-top: 24px;
}
/* 電子公告 202506 */

.content_text{
  margin-bottom: 60px;
}
.ci_content_inner.fs{
  margin-bottom: 120px;
}
.ci_content_inner .procl{
  padding-bottom: 25px;
  padding-left: 30px;

}
/* お取引先コンプライアンスライン 202509 */
 .icon-arrow-external {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    vertical-align: -1px;
}
