@media screen and (min-width: 769px){
  .section-mv {
    width: 100%;
    height: calc((766/1440)*100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-top: calc((375/1440)*100vw);
    margin-bottom: calc((50/1440)*100vw);
    background: url(/img/p/bg_mv-01.png) no-repeat center calc((48/1440)*100vw);
    background-size: 100%;
    z-index: 1;
  }
}

@media screen and (min-width: 1440px){
  .section-mv {
    width: 100%;
    height: 100%;
    max-height: 1006px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-top: 375px;
    margin-bottom: 50px;
    background: url(/img/p/bg_mv-01.png) no-repeat center 48px #fff;
    background-size: 1440px 766px;
  }
}

@media screen and (max-width: 768px){
  .section-mv {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    max-height: 100%;
    padding-top: calc((554/750)*100vw);
    margin-bottom: calc((290/750)*100vw);
    background: url(/img/s/bg_mv-01.png) no-repeat center calc((194/750)*100vw) #fff;
    background-size: 100%;
  }
}

@media screen and (min-width: 769px){
  .bg_mv-roop {
    width: 100%;
    height: calc((499/1440)*100vw);
    background: url(/img/p/bg_mv-02.png) repeat-x;
    background-position: 0 0;
    background-size: cover;
    -webkit-animation: bg_mv-roop 60s linear infinite;
    animation: bg_mv-roop 60s linear infinite;
    overflow: visible;
  }
  @-webkit-keyframes bg_mv-roop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: calc((-2421/1440)*100vw) 0;
    }
  }
  @keyframes bg_mv-roop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: calc((-2421/1440)*100vw) 0;
    }
  }
}

@media screen and (min-width: 1440px){
  .bg_mv-roop {
    width: 100%;
    height: 499px;
    background: url(/img/p/bg_mv-02.png) repeat-x;
    background-position: 0 0;
    background-size: 2421px 499px;
    -webkit-animation: bg_mv-roop 60s linear infinite;
    animation: bg_mv-roop 60s linear infinite;
    overflow: visible;
  }
  @-webkit-keyframes bg_mv-roop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -2421px 0;
    }
  }
  @keyframes bg_mv-roop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2421px 0;
    }
  }
}

@media screen and (max-width: 768px){
  .bg_mv-roop {
    width: 100vw;
    height: calc((579/750)*100vw);
    background: url(/img/s/bg_mv-02.png) repeat-x;
    background-size: cover;
    background-position: 0 0;
    -webkit-animation: bg_mv-roop 60s linear infinite;
    animation: bg_mv-roop 60s linear infinite;
  }
  @-webkit-keyframes bg_mv-roop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: calc((-2832/750)*100vw) 0;
    }
  }
  @keyframes bg_mv-roop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: calc((-2832/750)*100vw) 0;
    }
  }
}

@media screen and (min-width: 769px){
  .mv_line-scroll-text {
    display: block;
    background: url(/img/p/mv_line-scroll-text.png) no-repeat;
    background-size: contain;
    width: calc((11/1440)*100vw);
    height: calc((162/1440)*100vw);
    position: absolute;
    left: 50%;
    bottom: calc((-170/1440)*100vw);
  }
  .mv_line-scroll-text-border {
    display: inline-block;
    position: absolute;
    left: 1px;
    bottom: 0;
    width: 1px;
    height: calc((100/1440)*100vw);
    background: rgba(0,0,0,1);
    -webkit-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
  }
  .mv_line-scroll-text-border::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    background: rgba(255,255,255,0.7);
    -webkit-animation: lineMove 3.0s ease infinite;
    animation: lineMove 4.0s ease infinite;
  }
}

@media screen and (min-width: 1440px){
  .mv_line-scroll-text {
    display: block;
    background: url(/img/p/mv_line-scroll-text.png) no-repeat;
    background-size: contain;
    width: 11px;
    height: 162px;
    position: absolute;
    left: 50%;
    bottom: -60px;
  }
  .mv_line-scroll-text-border {
    display: inline-block;
    position: absolute;
    left: 1px;
    bottom: 0;
    width: 1px;
    height: 100px;
    background: rgba(0,0,0,1);
    -webkit-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
  }
  .mv_line-scroll-text-border::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    background: rgba(255,255,255,0.7);
    -webkit-animation: lineMove 3.0s ease infinite;
    animation: lineMove 4.0s ease infinite;
  }
}

@media screen and (max-width: 768px){
  .mv_line-scroll-text {
    display: block;
    background: url(/img/s/mv_line-scroll-text.png) no-repeat;
    background-size: 100%;
    width: calc((15/750)*100vw);
    height: calc((253/750)*100vw);
    position: absolute;
    left: 50%;
    bottom: calc((-282/750)*100vw);
  }
  .mv_line-scroll-text-border {
    display: inline-block;
    position: absolute;
    left: -1px;
    bottom: 0px;
    width: 1px;
    height: calc((160/750)*100vw);
    max-height: calc((160/750)*100vw);
    background: rgba(0,0,0,1);
    -webkit-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
  }
  .mv_line-scroll-text-border::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    background: rgba(255,255,255,0.7);
    -webkit-animation: lineMove 3.0s ease infinite;
    animation: lineMove 4.0s ease infinite;
  }
}

@-webkit-keyframes lineMove {
  0% {
    bottom: 100%;
    height: 0;
  }
  20% {
    bottom: 0;
    height: 100%;
  }
  40% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}

@keyframes lineMove {
  0% {
    bottom: 100%;
    height: 0;
  }
  20% {
    bottom: 0;
    height: 100%;
  }
  40% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}

@media screen and (min-width: 769px){
  .bg_vision-roop {
    width: 100%;
    height: calc((300/1440)*100vw);
    max-height: 300px;
    background: url(/img/p/bg_vision-roop.png) repeat-x;
    background-position: 0 0;
    background-size: cover;
    -webkit-animation: bg_vision-roop 60s linear infinite;
    animation: bg_vision-roop 60s linear infinite;
    margin-top: -6px;
  }
  @-webkit-keyframes bg_vision-roop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: calc((-3519/1440)*100vw) 0;
    }
  }
  @keyframes bg_vision-roop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: calc((-3519/1440)*100vw) 0;
    }
  }
}

@media screen and (max-width: 768px){
  .bg_vision-roop {
    width: 100%;
    height: calc((240/750)*100vw);
    background: url(/img/s/bg_vision-roop.png) repeat-x;
    background-position: 0 0;
    background-size: cover;
    -webkit-animation: bg_vision-roop 60s linear infinite;
    animation: bg_vision-roop 60s linear infinite;
    margin-top: calc((-30/750)*100vw);
  }
  @-webkit-keyframes bg_vision-roop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: calc((-2817/750)*100vw) 0;
    }
  }
  @keyframes bg_vision-roop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: calc((-2817/750)*100vw) 0;
    }
  }
}

.section-lv2 {
  position: relative;
  z-index: 0;
}
#business {
  z-index: -2!important;
}
.section-lv2 .section-inner {
  margin: 0 auto;
}

@media screen and (min-width: 769px){
  .section-lv2 .section-inner {
    max-width: 1160px;
    padding: 140px 40px;
  }
}

@media screen and (max-width: 768px){
  .section-lv2 .section-inner {
    max-width: 1160px;
    padding: calc((174/750)*100vw) calc((40/750)*100vw);
  }
}

.title-lv2 {
  font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
  color: #94a0af;
  position: relative;
  white-space: normal;
}

@media screen and (min-width: 769px){
  .title-lv2 {
    margin-top: -15px;
    margin-left: 0;
    font-size: 100px;
  }
  .title-lv2 img {
    width: auto;
  }
}

.title-lv3 {
  color: #333333;
}
@media screen and (min-width: 769px){
  .title-lv3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px){
  .title-lv3 {
    font-size: calc((36/750)*100vw);
    margin-top: calc((90/750)*100vw);
  }
}
.lead {
  color: #333333;
  font-weight: 700;
}
@media screen and (min-width: 769px){
  .lead {
    margin-top: 18px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px){
  .lead {
    margin-top: calc((60/750)*100vw);
    font-size: calc((30/750)*100vw);
  }
}
.img {
  text-align: center;
}

.parallax-trigger {
  background-image: -moz-linear-gradient( 90deg, rgb(226,236,241) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(226,236,241) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(226,236,241) 0%, rgb(255,255,255) 100%);
}

.parallax-target {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  z-index: -20;
}

@media screen and (min-width: 769px){
  .parallax-trigger {
    position: relative;
    top: 30px;
    z-index: -20;
    margin-top: 0px;
    padding-top: 520px;
  }

  .parallax-target div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 291px;
    background: url(/img/p/bg_vision-parallax.png) no-repeat center;
    background-size: 1161px 291px;
  }

  .section-lv2-vision .section-inner {
    margin-top: -380px;
    padding:0 40px 140px;
  }
}

@media screen and (max-width: 768px){
  .parallax-trigger {
    position: relative;
    top: 30px;
    z-index: -20;
    margin-top: 0px;
    padding-top: calc((534/750)*100vw);
  }

  .parallax-target div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    height: calc((372/750)*100vw);
    background: url(/img/s/bg_vision-parallax.png) no-repeat center;
    background-size: cover;
  }
  
  .section-lv2-vision .section-inner {
    margin-top: calc((-360/750)*100vw);
    padding-top: 0;
  }
}

@media screen and (min-width: 769px){
  .img {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px){
  .img {
    margin-top: calc((60/750)*100vw);
  }
}

@media screen and (min-width: 769px){
  .section {
    padding-top: 80px;
  }

  .vision-list-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.vision-list-01-lead {
  width: 100%;
  color: #333333;
  font-weight: 700;
}
@media screen and (min-width: 769px){
  .vision-list-01-lead {
    max-width: 497px;
    font-size: 32px;
    line-height: 1.65;
  }
}
@media screen and (max-width: 768px){
  .vision-list-01-lead {
    font-size: calc((40/750)*100vw);
    margin-top: calc((55/750)*100vw);
    line-height: 1.6;
  }
}

.vision-list-01-text {
  width: 100%;
  color: #333333;
}
@media screen and (min-width: 769px){
  .vision-list-01-text {
    font-size: 16px;
    line-height: 2.25;
  }
}
@media screen and (max-width: 768px){
  .vision-list-01-text {
    font-size: calc((28/750)*100vw);
    margin-top: calc((70/750)*100vw);
    line-height: 2.143;
  }
}
@media screen and (min-width: 769px){
  .vision-list-02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 43px auto 0;
  }
}
@media screen and (min-width: 769px){
  .vision-list-02-text {
    max-width: 300px;
    font-size: 16px;
    line-height: 2.25;
  }
}
@media screen and (max-width: 768px){
  .vision-list-02-text {
    margin-top: calc((58/750)*100vw);
    max-width: 100%;
    font-size: calc((28/750)*100vw);
    line-height: 2.25;
  }
}
@media screen and (min-width: 769px){
  .vision-list-02-img {
    margin-top: 8px;
    margin-left: 52px;
  }
}
@media screen and (max-width: 768px){
  .vision-list-02-img {
    margin-top: calc((34/750)*100vw);
    margin-bottom: calc((27/750)*100vw);
  }
}
@media screen and (min-width: 769px){
  .img-business-01 {
    max-width: 1011px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px){
  .img-business-01 {
    margin: calc((80/750)*100vw) calc((-2.5/750)*100vw);
  }
}

#business .section {
  margin: 0 auto;
}
@media screen and (min-width: 769px){
  .business-01-list-container {
    margin: 0 -20px;
  }
  .business-01-list {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px){
  .business-01-list {
    margin-top: calc((53/750)*100vw);
  }
}
.business-01-item {
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px){
  .business-01-item {
    border-radius: 20px;
    max-height: 441px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px){
  .business-01-item {
    display: inline-block;
    border-radius: calc((20/750)*100vw);
  }
  .business-01-item:nth-child(n+2) {
    margin-top: calc((40/750)*100vw);
  }
}
@media screen and (min-width: 769px){
  .business-01-list-img {
    margin-top: 0;
    max-width: 360px;
  }
}
.business-01-list-title {
  color: #005bac;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px){
  .business-01-list-title {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px){
  .business-01-list-title {
    font-size: calc((32/750)*100vw);
    line-height: 1.8;
    margin-top: calc((40/750)*100vw);
  }
}
.business-01-list-text {
  color: #333333;
}
@media screen and (min-width: 769px){
  .business-01-list-text {
    font-size: 14px;
    line-height: 2;
    margin: 10px 34px 20px;
  }
}
@media screen and (max-width: 768px){
  .business-01-list-text {
    font-size: calc((28/750)*100vw);
    line-height: 2;
    margin: calc((17/750)*100vw) calc((40/750)*100vw) calc((60/750)*100vw);
  }
}
#products {
  background-size: cover!important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px){
  #products {
    background: url(/img/p/bg_products.png) no-repeat #fff;
  }
}
@media screen and (max-width: 768px){
  #products {
    background: url(/img/s/bg_products.png) no-repeat #fff;
    background-size: cover;
  }
}
#products * {
  color: #fff;
}
.products_list {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 769px){
  .products_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .products_item:nth-child(n+2) {
    margin-left: 70px;
  }
}
@media screen and (min-width: 769px){
  .img-products-01 {
    margin-top: 44px;
    max-width: 512px;
  }
}
@media screen and (max-width: 768px){
  .img-products-01 {
    margin-top: calc((36/750)*100vw);
    max-width: 100%;
  }
}
@media screen and (min-width: 769px){
  .img-products-02 {
    margin-top: 28px;
  }  
}
@media screen and (max-width: 768px){
  .img-products-02 {
    margin-top: calc((50/750)*100vw);
  }  
}
.products_button_container {
  margin-top: 43px;
  text-align: center;
}
@media screen and (min-width: 769px){
  .products_button_container {
    margin-top: 43px;
  }
}
@media screen and (max-width: 768px){
  .products_button_container {
    margin-top: calc((80/750)*100vw);
  }
}
.products_button {
  background: rgb(0, 91, 172);
  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;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-weight: 700;
  border-radius: 100px;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}
@media screen and (min-width: 769px){
  .products_button {
    width: 320px;
    height: 60px;
    margin: 0 auto;
  }
  .products_button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px){
  .products_button {
    width: calc((640/750)*100vw);
    height: calc((100/750)*100vw);
    font-size: calc((32/750)*100vw);
    margin: 0 auto;
  }
}
.products_button::after {
  display: inline-block;
}
@media screen and (min-width: 769px){
  .products_button::after {
    content: url(/img/p/icon_arrow.png);
    position: absolute;
    right: 15px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px){
  .products_button::after {
    content: url(/img/s/icon_arrow.png);
    -webkit-transform: scale(50%);
        -ms-transform: scale(50%);
            transform: scale(50%);
    position: absolute;
    right: calc((10/750)*100vw);
    margin-top: calc((-6/750)*100vw);
  }
}

#company {
  background-color: #fff;
}

@media screen and (min-width: 769px){
  .company_list-container {
    margin: 50px auto 0;
    max-width: 890px;
    width: 100%;
    border-bottom: 1px solid #d8dadc;
  }
}
@media screen and (max-width: 768px){
  .company_list-container {
    margin-top: calc((72/750)*100vw);
    width: 100%;
    border-bottom: 1px solid #d8dadc;
  }
}
.company_list {
  border-top: 1px solid #d8dadc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
}
@media screen and (min-width: 769px){
  .company_list {
    border-top: 1px solid #d8dadc;
    padding: 32px 0 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px){
  .company_list {
    border-top: calc((2/750)*100vw) solid #d8dadc;
    padding: calc((47/750)*100vw) 0;
    font-size: calc((28/750)*100vw);
  }
}
.company_item_dt {
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px){
  .company_item_dt {
    width: 27.5%;
    padding-left: 79px;
  }
}
@media screen and (max-width: 768px){
  .company_item_dt {
    width: 100%;
  }
}
.company_item_dd {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px){
  .company_item_dd {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px){
  .company_item_dd {
    margin-top: calc((0/750)*100vw);
    padding-right: calc((50/750)*100vw);
  }
}
.company_item_dd_ol_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px){
  .company_item_dd_ol_item {
    margin-top: calc((6/750)*100vw);
    padding-right: calc((0/750)*100vw);
  }
}
@media screen and (min-width: 769px){
  #company .section {
    max-width: 890px;
    margin: 0 auto;
    padding-top: 115px;
  }
}

@media screen and (min-width: 769px){
  #news .news-title-section {
    max-width: 890px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px){
  #news .top-news-section {
    margin: 40px 40px 0px 40px;
    max-width: 890px;
    padding-top: 5px;
  }
}

@media screen and (min-width: 769px){
  #news .top-news-section {
    max-width: 890px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px){
  #news .news-section {
    margin: 40px 40px 0px 40px;
    max-width: 890px;
  }
}

@media screen and (min-width: 769px){
  #news .news-section {
    max-width: 890px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px){
  #news .news-section {
    margin: 40px 40px 0px 40px;
    max-width: 890px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 769px){
  .news-header {
    display: flex;
    justify-content: left;
    align-items: baseline;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px){
  .news-header {
    margin-top: calc((40/750)*100vw);
    display: flex;
    align-items: baseline;
  }
}

@media screen and (min-width: 769px){
  .news-header .news-header-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
  }
}

@media screen and (max-width: 768px){
  .news-header .news-header-title {
    font-size: calc((60/750)*100vw);;
    font-weight: 700;
    margin: 0;
  }
}

@media screen and (min-width: 769px){
  .btn-news-list {
    display: inline-block;
    margin-top: 0.9rem;
    padding: 0.4em 1.5em;
    background-color: #fff;
    color: #005bac;
    text-decoration: none;
    font-size: 0.9em;
    transition: background-color 0.3s;
  }

  .btn-news-list:hover {
    opacity: 0.6;
  }

  .btn-news-list::after {
    content: url(/img/p/icon_pdf.png);
    display: inline-block;
    padding-left: 0.5rem;
    width: 22px;
    height: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px){
  .btn-news-list {
    display: inline-block;
    padding: 0.4em 1.5em;
    background-color: #fff;
    color: #005bac;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: calc((25/750)*100vw);
    text-align: center;
    margin-top: calc((20/750)*100vw);
  }

  .btn-news-list:hover {
    opacity: 0.6;
  }

  .btn-news-list::after {
    content: url(/img/s/icon_pdf.png);
    -webkit-transform: scale(50%);
        -ms-transform: scale(50%);
            transform: scale(50%);
    display: inline-block;
    padding-left: 0.2rem;
    vertical-align: middle;
    width: calc((40/750)*100vw);
    height: calc((40/750)*100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 769px){
  #news .news-title-area {
    max-width: 890px;
    margin: 0 auto;
    padding: 24px 0;
  }
}

@media screen and (max-width: 768px){
  #news .news-title-area {
    margin: 40px 40px 0px 40px;
    max-width: 890px;
    padding: 24px 0;
    display: inline-block;
  }
}

@media screen and (max-width: 768px){
  #news .news-main-title {
    font-size: calc((80/750)*100vw);
  }
}

@media screen and (min-width: 769px){
  #news .news-sub-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px){
  #news .news-sub-title {
    font-size: calc((30/750)*100vw);
  }
}

.news-border {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.info_list-container {
  max-width: 890px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px){
  .info_list-container {
    margin: 40px 0 0;
    max-width: 890px;
  }
}
@media screen and (max-width: 768px){
  .info_list-container {
    margin: calc((60/750)*100vw) 0 0;
    max-width: 100%;
  }
}
.info_list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
}
.info_list li:nth-child(n+2) {
  border-top: 1px solid #d8dadc;
}
@media screen and (min-width: 769px){
  .info_list li {
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .info_list li:nth-child(n+2) {
    padding-top: 24px;
  }
  .info_list li:last-child {
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 768px){
  .info_list {
    padding-bottom: 0;
    display: block;
  }
  .info_list li {
    padding-top: calc((60/750)*100vw);
    padding-bottom: calc((60/750)*100vw);
  }
  .info_list li:first-child {
    padding-top: 0;
  }
  .info_list li:last-child {
    padding-bottom: 0;
  }
}
.icon_pdf {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #005bac;
  text-decoration: none;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}
@media screen and (min-width: 769px){
  .icon_pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .icon_pdf:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px){
  .icon_pdf {
    font-size: calc((28/750)*100vw);
  }
}
.info_item_dt {
  width: 100%;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
@media screen and (min-width: 769px){
  .info_item_dt {
    max-width: 125px;
    padding-left: 0;
  }
}
.icon_pdf .info_item_dd {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px){
  .icon_pdf .info_item_dd {
    padding-right: 0;
    color: #333333;
  }
}
@media screen and (max-width: 768px){
  .icon_pdf .info_item_dd {
    padding-right: calc((70/750)*100vw);
    color: #333333;
  }
}
@media screen and (min-width: 769px){
  .icon_pdf .info_item_dd::after {
    content: url(/img/p/icon_pdf.png);
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px){
  .icon_pdf .info_item_dd::after {
    content: url(/img/s/icon_pdf.png);
    -webkit-transform: scale(50%);
        -ms-transform: scale(50%);
            transform: scale(50%);
    display: inline-block;
    vertical-align: middle;
    width: calc((40/750)*100vw);
    height: calc((40/750)*100vw);
    margin-top: calc((-30/750)*100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}