﻿.secMv {
  margin-top: 126px;
  position: relative;
  z-index: 100
}

.secMv .btnEn {
  position: absolute;
  top: -30px;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end
}

.secMv .btnEn a {
  display: block;
  width: 190px;
  height: 60px;
  padding: 0 18px;
  background: #2466AF;
  color: #fff;
  border-radius: 30px 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0em;
  border: 1px solid #2466AF;
  border-right: none;
  transition: all .3s
}

.secMv .btnEn a .btnEnBoxTxt {
  text-decoration: underline
}

.secMv .btnEn a .btnEnBoxIco {
  color: #fff;
  font-size: 1rem;
  margin-left: 10px;
  transition: all .3s
}

.secMv .btnEn a .btnEnBoxArrow {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  background: #fff;
  border-radius: 50%;
  color: #2466AF;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s
}

.secMv .btnEn a:hover {
  background: #fff;
  color: #2466AF
}

.secMv .btnEn a:hover .btnEnBoxIco {
  color: #2466AF
}

.secMv .btnEn a:hover .btnEnBoxArrow {
  background: #2466AF;
  color: #fff;
  transform: translateX(10px)
}

.secMv .secMvInner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #F4F5F7;
  padding-bottom: 20px
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner {
    background: none
  }
}

@media screen and (min-width: 1025px) {
  .secMv .secMvInner {
    padding-bottom: 0
  }
}

.secMv .secMvInner .secMvBtn {
  background: url(/files/img/ir/top/bg_secMv_01_sp.jpg) center center no-repeat;
  background-size: cover;
  height: 58vh;
  max-height: 470px
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvBtn {
    background: url(/files/img/ir/top/bg_secMv_01.jpg) center center no-repeat;
    background-size: cover
  }
}

.secMv .secMvInner .secMvBtn .secMvBtnInner {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1400px;
  margin: 0 auto
}

.secMv .secMvInner .secMvBtn .secMvBtnInner .secMvBtnTtl {
  position: absolute;
  top: 40px;
  left: 25px;
  color: #fff;
  line-height: 1.5
}

@media screen and (min-width: 1025px) {
  .secMv .secMvInner .secMvBtn .secMvBtnInner .secMvBtnTtl {
    left: 40px
  }
}

.secMv .secMvInner .secMvBtn .secMvBtnInner .secMvBtnTtl h1 {
  font-size: 3.5rem
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvBtn .secMvBtnInner .secMvBtnTtl h1 {
    font-size: 4.8rem
  }
}

@media screen and (min-width: 1025px) {
  .secMv .secMvInner .secMvBtn .secMvBtnInner .secMvBtnTtl h1 {
    font-size: 5.5rem
  }
}

@media screen and (min-width: 1281px) {
  .secMv .secMvInner .secMvBtn .secMvBtnInner .secMvBtnTtl h1 {
    font-size: 6.8rem
  }
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvBtn .secMvBtnInner .secMvBtnTtl h1 br {
    display: none
  }
}

.secMv .secMvInner .secMvBtn .secMvBtnInner .secMvBtnTtl p {
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif
}

.secMv .secMvInner .secMvBtn .secMvBtnLinkWrap {
  position: absolute;
  bottom: 70px;
  left: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvBtn .secMvBtnLinkWrap {
		bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .secMv .secMvInner .secMvBtn .secMvBtnLinkWrap {
		bottom: 30px;
    left: 40px;
  }
}

.secMv .secMvInner .secMvBtn .secMvBtnResults {
  display: flex;
  margin-bottom: 24px;
  color: #fff;
  font-weight: 500;
  font-size: 2.6rem;
  justify-content: flex-start;
  align-items: center;
}
.secMv .secMvInner .secMvBtn .secMvBtnResults:hover{
  color: #2466AF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvBtn .secMvBtnResults {
    font-size: 3.5rem
  }
}

@media screen and (min-width: 1025px) {
  .secMv .secMvInner .secMvBtn .secMvBtnResults {
    font-size: 4.6rem
  }
}

.secMv .secMvInner .secMvBtn .secMvBtnResults .arrowIcon {
  display: flex;
  margin-left: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  transition: all .3s;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvBtn .secMvBtnResults .arrowIcon {
    width: 80px;
    height: 80px
  }
}

.secMv .secMvInner .secMvBtn .secMvBtnResults .arrowIcon span {
  color: #fff !important;
  font-size: 20px;
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvBtn .secMvBtnResults .arrowIcon span {
    font-size: 14px
  }
}

.secMv .secMvInner .secMvBtn .secMvBtnResults:hover .arrowIcon {
  transform: translateX(10px);
  border: 1px solid #2466AF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.secMv .secMvInner .secMvBtn .secMvBtnResults:hover .icon-ico_arrow:before{
  color: #2466AF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.secMv .secMvInner .secMvBtn .secMvBtnResults .hasLine{
  text-decoration: none;
  background-image: linear-gradient(180deg, transparent calc(100% - 2px), #2466AF 0);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  -webkit-transition: background-size 0.6s;
          transition: background-size 0.6s;
}
.secMv .secMvInner .secMvBtn .secMvBtnResults:hover{
	color: #2466AF;
}
.secMv .secMvInner .secMvBtn .secMvBtnResults:hover .hasLine{
	background-size: 100% 2px;
}

_:-ms-lang(x)::-ms-backdrop, .secMv .secMvInner .secMvBtn .secMvBtnResults .hasLine {
  background: none;
  position: relative;
  display: inline-block
}
_:-ms-lang(x)::-ms-backdrop, .secMv .secMvInner .secMvBtn .secMvBtnResults .hasLine:after {
  content: "";
  background: #2466AF;
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-transition: all .3s;
  transition: all .3s
}
_:-ms-lang(x)::-ms-backdrop, .secMv .secMvInner .secMvBtn .secMvBtnResults:hover .hasLine:after {
  width: 100%
}

.secMv .secMvInner .secMvBtn .secMvBtnDl {
  display: flex;
	padding: .5em;
  background: #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  justify-content: center;
  align-items: center;
}
.secMv .secMvInner .secMvBtn .secMvBtnDl .secMvBtnDlTxt {
  margin-right: .5em;
}
.secMv .secMvInner .secMvBtn .secMvBtnDl .secMvBtnDlKb {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvBtn .secMvBtnDl {
    line-height: 1.5;
  }
	.secMv .secMvInner .secMvBtn .secMvBtnDl .secMvBtnDlKb{
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 1025px) {
  .secMv .secMvInner .secMvBtn .secMvBtnDl {
  font-size: 1.8rem;
  }
}
.secMv .secMvInner .secMvBtn .secMvBtnDl .secMvBtnDlTxt .hasLine{
  text-decoration: none;
  background-image: linear-gradient(180deg, transparent calc(100% - 1px), #2466AF 0);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
          transition: background-size 0.6s;
}
.secMv .secMvInner .secMvBtn .secMvBtnDl:hover{
	color: #2466AF;
}
.secMv .secMvInner .secMvBtn .secMvBtnDl:hover .secMvBtnDlTxt .hasLine{
	background-size: 100% 1px;
}

_:-ms-lang(x)::-ms-backdrop, .secMv .secMvInner .secMvBtn .secMvBtnDl:hover .secMvBtnDlTxt .hasLine{
	background-size: 0;
}
_:-ms-lang(x)::-ms-backdrop, .secMv .secMvInner .secMvBtn .secMvBtnDl .secMvBtnDlTxt .ieHasLine {
  background: none;
  position: relative;
  display: inline-block;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}
_:-ms-lang(x)::-ms-backdrop, .secMv .secMvInner .secMvBtn .secMvBtnDl .secMvBtnDlTxt .ieHasLine:after {
  content: "";
  background: #2466AF;
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-transition: all .3s;
  transition: all .3s
}
_:-ms-lang(x)::-ms-backdrop, .secMv .secMvInner .secMvBtn .secMvBtnDl:hover .secMvBtnDlTxt .ieHasLine:after {
  width: 100%
}



.secMv .secMvInner .secMvStock {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  transform: translateY(-40px)
}

@media screen and (min-width: 1025px) {
  .secMv .secMvInner .secMvStock {
    transform: translateY(0)
  }
}

/* .secMv .secMvInner .secMvStock .secMvStockInner {
  padding: 30px 25px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
} */

/* @media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvStock .secMvStockInner {
    padding: 60px
  }
} */

@media screen and (min-width: 1025px) {
  .secMv .secMvInner .secMvStock .secMvStockInner {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: -80px;
    width: 500px;
    max-width: 500px;
    z-index: 100
  }
}

.secMv .secMvInner .secMvStock h2 {
  font-size: 2.8rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 15px
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvStock h2 {
    font-size: 3.2rem
  }
}

.secMv .secMvInner .secMvStock h2 .en {
  font-size: 1.3rem
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvStock h2 .en {
    font-size: 1.4rem
  }
}

.secMv .secMvInner .secMvStock .secMvStockBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxCode {
  font-size: 1.2rem;
  width: 100%
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxCode {
    width: inherit
  }
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxDate {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
  width: 100%
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxDate {
    width: inherit
  }
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxCurrent {
  font-size: 1.6rem;
  font-weight: 500
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxCurrent {
    font-size: 1.8rem
  }
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxPrice {
  display: flex;
  align-items: baseline;
  line-height: 1
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxPrice .secMvStockBoxPriceNum {
  font-family: "Roboto", sans-serif;
  font-size: 4.6rem;
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxPrice .secMvStockBoxPriceNum {
    font-size: 6rem
  }
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxPrice .secMvStockBoxPriceYen {
  font-size: 2.4rem;
  font-weight: 500
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxCompare {
  font-size: 1.4rem
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxCompareNum {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxChart {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxChart {
    width: inherit;
    display: block;
    align-items: left;
    margin-bottom: 0
  }
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxChart a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxChart a .secMvStockTarget {
  font-size: 12px;
  color: #2466AF;
  margin: 3px 0 0 5px
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxChart a .arrowIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2466AF;
  border-radius: 50%;
  color: #2466AF;
  margin-left: 10px;
  transition: all .3s;
  font-size: .8rem
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxChart a .arrowIcon {
    width: 22px;
    height: 22px
  }
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxChart a .arrowIcon span {
  font-size: 10px;
  color: #2466AF !important
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxChart a:hover {
  color: #2466AF
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxChart a:hover .arrowIcon {
  transform: translateX(10px)
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxLink {
  font-size: 1.4rem;
  width: 100%;
  text-align: center
}

@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxLink {
    width: inherit;
    text-align: left;
    font-size: 1.3rem
  }
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxLink a {
  text-decoration: underline;
  transition: all .3s
}

.secMv .secMvInner .secMvStock .secMvStockBox .secMvStockBoxLink a:hover {
  color: #2466AF;
  text-decoration: none
}

.secMv .secMvInner .secMvStock .secMvStockBox.box01 {
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 25px
}

.secMv .secMvInner .secMvStock .secMvStockBox.box02 {
  padding-bottom: 15px;
  border-bottom: 2px dashed #E5E5E5;
  margin-bottom: 15px
}

.secMv .secMvInner .secMvStock .secMvStockBox.box03 {
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 15px
}

.secIrList {
  padding: 60px 25px
}

@media screen and (min-width: 769px) {
  .secIrList {
    padding: 120px 20px;
    background: linear-gradient(90deg, #fff 0%, #fff 20%, #F4F5F7 20%, #F4F5F7 100%)
  }
}

.secIrList .secIrListInner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.secIrList .secIrListInner.anim {
  opacity: 0;
  transform: translateY(50px);
  transition: all .3s .3s
}

.secIrList .secIrListInner.anim.active {
  opacity: 1;
  transform: translateY(0)
}

.secIrList .secIrListInner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.secIrList .secIrListInner ul li {
  width: 100%
}

@media screen and (min-width: 601px) {
  .secIrList .secIrListInner ul li {
    width: 50%
  }
}

@media screen and (min-width: 1025px) {
  .secIrList .secIrListInner ul li {
    width: 30%;
    margin: 0 1.5%;
    margin-bottom: 40px
  }
}

.secIrList .secIrListInner ul li a {
  position: relative;
  display: block;
  overflow: hidden
}

.secIrList .secIrListInner ul li a img {
  width: 100%;
  transition: all .2s
}

.secIrList .secIrListInner ul li a img.pcShow {
  display: none
}

@media screen and (min-width: 769px) {
  .secIrList .secIrListInner ul li a img.pcShow {
    display: block
  }
}

@media screen and (min-width: 769px) {
  .secIrList .secIrListInner ul li a img.spShow {
    display: none
  }
}

.secIrList .secIrListInner ul li a h2 {
  text-align: left;
  white-space: nowrap;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.7rem;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 15px 15px 15px;
  margin-bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  transition: all .3s;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .secIrList .secIrListInner ul li a h2 {
    padding: 60px 20px 12px 20px;
    font-size: 1.8rem;
  }
}

.secIrList .secIrListInner ul li a h2 .secIrListTarget {
  font-size: 12px;
  margin-left: 5px
}

.secIrList .secIrListInner ul li a .arrowIcon {
  transition: all .3s;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  bottom: 15px
}

.secIrList .secIrListInner ul li a .arrowIcon span {
  font-size: 1.1rem
}

.secIrList .secIrListInner ul li a:hover h2 {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%)
}

.secIrList .secIrListInner ul li a:hover img {
  transform: scale(1.05, 1.05)
}

.secIrList .secIrListInner ul li a:hover .arrowIcon {
  transform: translateX(10px)
}


.secInfo {
  overflow: hidden;
  padding: 50px 25px;
}

@media screen and (min-width: 481px) {
  .secInfo {
    margin-bottom: 50px
  }
}

@media screen and (min-width: 1025px) {
  .secInfo {
    margin-bottom: 0;
    padding: 0;
  }
}

.secInfo .secInfoInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}

@media screen and (min-width: 1025px) {
  .secInfo .secInfoInner {
    flex-wrap: nowrap
  }
}


.secInfoNews {
  width: 100%;
  margin-bottom: 60px
}
@media screen and (min-width: 769px) {
	.secInfoNews{
		margin-right: 24px;
	}
}
@media screen and (min-width: 1025px) {
  .secInfoNews {
    width: calc(48% - 80px);
    padding-left: 80px;
		margin-right: 56px;
  }
}

.secInfoNews.anim {
  opacity: 0;
  transform: translateY(50px);
  transition: all .3s .3s
}

.secInfoNews.anim.active {
  opacity: 1;
  transform: translateY(0)
}

.secInfoNews .secInfoNewsTtl {
  padding: 0 25px;
  overflow: hidden
}

@media screen and (min-width: 769px) {
  .secInfoNews .secInfoNewsTtl {
    padding-top: 50px
  }
}

@media screen and (min-width: 1025px) {
  .secInfoNews .secInfoNewsTtl {
    padding: 120px 25px 0
  }
}

.secInfoNews .secInfoNewsTtl.anim {
  opacity: 0;
  transform: translateY(50px);
  transition: all .3s .3s
}

.secInfoNews .secInfoNewsTtl.anim.active {
  opacity: 1;
  transform: translateY(0)
}

.secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  position: relative
}

@media screen and (min-width: 769px) {
  .secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner {
    margin: 0 auto 60px
  }
}

.secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner .secTtl h2 {
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
  z-index: 30;
  white-space: nowrap;
  color: #000;
  opacity: 1;
  padding-top: 30px;
  padding-left: 15px
}

.secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner .secTtl h2 .secTtlJp {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif
}

@media screen and (min-width: 769px) {
  .secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner .secTtl h2 {
    padding-top: 58px;
    font-size: 3.2rem;
    padding-top: 40px
  }
}

@media screen and (min-width: 1025px) {
  .secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner .secTtl h2 br {
    display: none
  }
}

.secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner .secTtl h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 5.8rem;
  opacity: .2;
  color: #99C2E1;
  position: absolute;
  z-index: 20;
  top: 0;
  left: -15px;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
  overflow: visible
}

@media screen and (min-width: 481px) {
  .secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner .secTtl h3 {
    font-size: 5.5rem
  }
}

@media screen and (min-width: 769px) {
  .secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner .secTtl h3 {
    font-size: 7rem;
    overflow: visible
  }
}

@media screen and (min-width: 1025px) {
  .secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner .secTtl h3 br {
    display: none
  }
}

.secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner .secTtl:after {
  content: none
}

.secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner .secInfoNewsLink {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100
}

.secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner .secInfoNewsLink a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  transition: all .3s
}

.secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner .secInfoNewsLink a img {
  margin-right: 6px
}

.secInfoNews .secInfoNewsTtl .secInfoNewsTtlInner .secInfoNewsLink a:hover {
  color: #2466AF
}

.secInfoNews .secInfoNewsList {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 25px
}

@media screen and (min-width: 1025px) {
  .secInfoNews .secInfoNewsList {
    padding: 0
  }
}

.secInfoNews .secInfoNewsList.anim {
  opacity: 0;
  transform: translateY(50px);
  transition: all .3s .3s
}

.secInfoNews .secInfoNewsList.anim.active {
  opacity: 1;
  transform: translateY(0)
}

.secInfoNews .secInfoNewsList ul {
  margin-top: 25px;
  border-top: 1px solid #E5E5E5;
  margin-bottom: 50px
}

.secInfoNews .secInfoNewsList ul li a {
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.4rem;
  padding: 30px 40px 30px 0
}

@media screen and (min-width: 1025px) {
  .secInfoNews .secInfoNewsList ul li a {
    padding: 40px 50px 40px 0;
    flex-wrap: nowrap;
    font-size: 1.6rem
  }
}

.secInfoNews .secInfoNewsList ul li a .secInfoNewsDate {
  letter-spacing: .05em;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  padding-right: 40px;
  color: #222222;
  width: 100%;
  margin-bottom: 15px
}

@media screen and (min-width: 1025px) {
  .secInfoNews .secInfoNewsList ul li a .secInfoNewsDate {
    margin-bottom: 0;
    width: auto;
    font-size: 1.6rem
  }
}

.secInfoNews .secInfoNewsList ul li a .secInfoNewsBox h3 {
  font-weight: 400
}

.secInfoNews .secInfoNewsList ul li a .secInfoNewsBox h3 span {
  padding-bottom: 1px;
  background-image: linear-gradient(180deg, transparent calc(100% - 1px), #2466AF 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size .3s ease-in-out
}

.secInfoNews .secInfoNewsList ul li a .secInfoNewsBox p {
  font-weight: 300
}

.secInfoNews .secInfoNewsList ul li a:after {
  font-family: ico;
  content: "\e907";
  font-size: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #2466AF
}

.secInfoNews .secInfoNewsList ul li a:hover {
  color: #2466AF
}

.secInfoNews .secInfoNewsList ul li a:hover .secInfoNewsBox h3 span {
  background-size: 100% 100%
}

.secInfoNews .secInfoNewsList .secInfoNewsBtn a {
  color: #2466AF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  border: 1px solid #2466AF;
  border-radius: 40px;
  font-weight: 500;
  margin: 0 auto;
  transition: all .3s
}

@media screen and (min-width: 1025px) {
  .secInfoNews .secInfoNewsList .secInfoNewsBtn a {
    width: 300px;
    height: 80px
  }
}

.secInfoNews .secInfoNewsList .secInfoNewsBtn a p {
  position: relative;
  display: inline-block;
  margin-right: 1.7em;
}

.secInfoNews .secInfoNewsList .secInfoNewsBtn a p .secInfoNewsBtnIco {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  font-size: 1rem
}

.secInfoNews .secInfoNewsList .secInfoNewsBtn a p .secInfoNewsBtnArrow {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  font-size: 1rem;
  transition: all .3s
}

.secInfoNews .secInfoNewsList .secInfoNewsBtn a:hover {
  background: #2466AF;
  color: #fff
}

.secInfoNews .secInfoNewsList .secInfoNewsBtn a:hover p .secInfoNewsBtnArrow {
  transform: translate(10px, -50%)
}

.secInfo .secInfoInner .secInfoList {
  width: 100%
}

@media screen and (min-width: 1025px) {
  .secInfo .secInfoInner .secInfoList {
    width: 58%
  }
}

.secInfo .secInfoInner .secInfoList.anim {
  opacity: 0;
  transform: translateY(50px);
  transition: all .3s .3s
}

@media screen and (min-width: 1025px) {
  .secInfo .secInfoInner .secInfoList.anim {
    transition: all .3s .5s
  }
}

.secInfo .secInfoInner .secInfoList.anim.active {
  opacity: 1;
  transform: translateY(0)
}

.secInfo .secInfoInner .secInfoList ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}

.secInfo .secInfoInner .secInfoList ul li {
  width: 100%
}

@media screen and (min-width: 751px) {
  .secInfo .secInfoInner .secInfoList ul li {
    width: 50%
  }
}

@media screen and (min-width: 1025px) {
  .secInfo .secInfoInner .secInfoList ul li {
    width: 50%
  }
}

.secInfo .secInfoInner .secInfoList ul li a {
  position: relative;
  display: block;
  overflow: hidden
}

.secInfo .secInfoInner .secInfoList ul li a img {
  width: 100%;
  transition: all .2s
}

.secInfo .secInfoInner .secInfoList ul li a h2 {
  white-space: nowrap;
  display: inline;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  transition: all .3s;
  line-height: 1.25
}

@media screen and (min-width: 769px) {
  .secInfo .secInfoInner .secInfoList ul li a h2 {
    font-size: 2.4rem
  }
}

.secInfo .secInfoInner .secInfoList ul li a h2 span {
  font-size: 1.4rem
}

.secInfo .secInfoInner .secInfoList ul li a .arrowIcon {
  transition: all .3s;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 15px;
  bottom: 15px
}

@media screen and (min-width: 769px) {
  .secInfo .secInfoInner .secInfoList ul li a .arrowIcon {
    width: 52px;
    height: 52px;
    right: 20px;
    bottom: 20px
  }
}

.secInfo .secInfoInner .secInfoList ul li a .arrowIcon span {
  font-size: 1.1rem
}

.secInfo .secInfoInner .secInfoList ul li a:hover img {
  transform: scale(1.05, 1.05)
}

.secInfo .secInfoInner .secInfoList ul li a:hover .arrowIcon {
  transform: translateX(10px)
}

.secInfo .secInfoInner .secInfoList ul li.secInfoList01 a h2 {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}

.secInfo .secInfoInner .secInfoList ul li.secInfoList02 a h2 {
  position: absolute;
  top: 30px;
  left: 30px;
  transform: translateX(0)
}

.secInfo .secInfoInner .secInfoList ul li.secInfoList03 a {
  color: #000
}

.secInfo .secInfoInner .secInfoList ul li.secInfoList03 a h2 {
  color: #000;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%)
}

.secInfo .secInfoInner .secInfoList ul li.secInfoList03 a .arrowIcon {
  border: 1px solid #2466AF
}

.secInfo .secInfoInner .secInfoList ul li.secInfoList03 a .arrowIcon span {
  color: #2466AF !important
}

.secInfo .secInfoInner .secInfoList ul li.secInfoList04 a {
  color: #000
}

.secInfo .secInfoInner .secInfoList ul li.secInfoList04 a h2 {
  color: #000;
  position: absolute;
  top: 30px;
  left: 30px;
  transform: translateX(0)
}

.secInfo .secInfoInner .secInfoList ul li.secInfoList04 a .arrowIcon {
  border: 1px solid #2466AF
}

.secInfo .secInfoInner .secInfoList ul li.secInfoList04 a .arrowIcon span {
  color: #2466AF !important
}



.secIrMenu {
  margin-bottom: 80px
}

@media screen and (min-width: 769px) {
  .secIrMenu {
    margin-bottom: 120px
  }
}

.secIrMenu .secIrMenuTtl {
  padding: 20px 25px 0;
  overflow: hidden
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuTtl {
    padding: 120px 25px 0
  }
}

.secIrMenu .secIrMenuTtl.anim {
  opacity: 0;
  transform: translateY(50px);
  transition: all .3s .3s
}

.secIrMenu .secIrMenuTtl.anim.active {
  opacity: 1;
  transform: translateY(0)
}

.secIrMenu .secIrMenuTtl .secIrMenuTtlInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  position: relative
}

@media screen and (min-width: 769px) {
  .secIrMenu .secIrMenuTtl .secIrMenuTtlInner {
    margin: 0 auto 60px
  }
}

.secIrMenu .secIrMenuTtl .secIrMenuTtlInner .secTtl h2 {
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
  z-index: 30;
  white-space: nowrap;
  color: #000;
  opacity: 1;
  padding-top: 30px;
  padding-left: 15px
}

.secIrMenu .secIrMenuTtl .secIrMenuTtlInner .secTtl h2 .secTtlJp {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif
}

@media screen and (min-width: 769px) {
  .secIrMenu .secIrMenuTtl .secIrMenuTtlInner .secTtl h2 {
    font-size: 3.2rem;
    padding-top: 40px
  }
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuTtl .secIrMenuTtlInner .secTtl h2 br {
    display: none
  }
}

.secIrMenu .secIrMenuTtl .secIrMenuTtlInner .secTtl h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 5.8rem;
  opacity: .2;
  color: #99C2E1;
  position: absolute;
  z-index: 20;
  top: 0;
  left: -15px;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
  overflow: visible
}

@media screen and (min-width: 481px) {
  .secIrMenu .secIrMenuTtl .secIrMenuTtlInner .secTtl h3 {
    font-size: 5.5rem
  }
}

@media screen and (min-width: 769px) {
  .secIrMenu .secIrMenuTtl .secIrMenuTtlInner .secTtl h3 {
    font-size: 7rem;
    overflow: visible
  }
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuTtl .secIrMenuTtlInner .secTtl h3 br {
    display: none
  }
}

.secIrMenu .secIrMenuTtl .secIrMenuTtlInner .secTtl:after {
  content: none
}

.secIrMenu .secIrMenuInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 0 25px
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuInner {
    padding: 0
  }
}

.secIrMenu .secIrMenuInner.anim {
  opacity: 0;
  transform: translateY(50px);
  transition: all .3s .3s
}

.secIrMenu .secIrMenuInner.anim.active {
  opacity: 1;
  transform: translateY(0)
}

.secIrMenu .secIrMenuInner .secIrMenuList {
  margin-bottom: 60px
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuInner .secIrMenuList {
    padding: 0
  }
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li {
  width: 100%;
  letter-spacing: 0em;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E5E5E5
}

@media screen and (min-width: 769px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li {
    width: calc(100%/2)
  }
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li {
    width: calc(100%/2);
    margin-bottom: 0
  }
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_01 {
    padding: 40px 20px 50px 0;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5
  }
}

@media screen and (min-width: 769px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_02 {
    padding-left: 25px;
    border-left: 1px solid #E5E5E5
  }
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_02 {
    padding: 40px 20px 50px 20px;
    border-left: none;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5
  }
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_03 {
    padding: 40px 0 50px 30px;
    border-bottom: 1px solid #E5E5E5
  }
}

@media screen and (min-width: 769px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_04 {
    padding-left: 25px;
    border-left: 1px solid #E5E5E5
  }
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_04 {
    padding: 40px 20px 50px 0;
    border-left: none;
    border-right: 1px solid #E5E5E5;
    border-bottom: none
  }
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_05 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_05 {
    padding: 40px 20px 50px 20px
  }

  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_05 h3 br {
    display: none;
  }
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_06 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

@media screen and (min-width: 769px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_06 {
    border-bottom: none;
    padding-left: 25px
  }
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_06 {
    padding: 40px 0 0 30px;
    margin-bottom: 0;
    padding-bottom: 0
  }
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_06 .secIrMenuListBlock {
  display: none
}

@media screen and (min-width: 769px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_06 .secIrMenuListBlock {
    display: block;
    width: 100px;
    height: 100px;
    opacity: 0;
    margin-bottom: 20px
  }
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li>a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  transition: all .3s
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li>a img {
  margin-right: 15px
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li>a .secIrMenuListListTtl {
  font-size: 2rem;
  line-height: 1.5
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li>a .secIrMenuListListTtl span {
  white-space: nowrap;
  padding-bottom: 1px;
  background-image: linear-gradient(180deg, transparent calc(100% - 1px), #2466AF 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size .3s ease-in-out
}

@media screen and (min-width: 351px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li>a .secIrMenuListListTtl .nl350 {
    display: none
  }
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li>a .secIrMenuListArrow {
  margin-left: 10px;
  color: #2466AF;
  transition: all .3s
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li>a .secIrMenuListTarget {
  color: #2466AF;
  margin-left: 10px
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li>a:hover {
  color: #2466AF
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li>a:hover .secIrMenuListListTtl span {
  background-size: 100% 100%
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li>a:hover .secIrMenuListArrow {
  transform: translateX(10px)
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li .secIrMenuList02 li a {
  display: block;
  padding: 5px 0
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li .secIrMenuList02 li a .secIrMenuList02Txt {
  padding-bottom: 1px;
  background-image: linear-gradient(180deg, transparent calc(100% - 1px), #2466AF 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size .3s ease-in-out
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li .secIrMenuList02 li a .secIrMenuListArrow {
  margin-left: 10px;
  font-size: 10px;
  color: #2466AF;
  transition: all .3s;
  display: inline-block
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li .secIrMenuList02 li a .secIrMenuListTarget {
  font-size: 10px;
  color: #2466AF;
  margin-left: 10px
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li .secIrMenuList02 li a:hover .secIrMenuList02Txt {
  color: #2466AF;
  background-size: 100% 100%
}

.secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li .secIrMenuList02 li a:hover .secIrMenuListArrow {
  transform: translateX(10px)
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_05 .secIrMenuList02 {
    display: flex;
  }

  .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li.secIrMenuList01_05 .secIrMenuList02 > ul {
    width: 50%;
  }
}

.secIrMenu .secIrMenuInner .secIrMenuLink {
  padding: 40px 10px;
  border: 1px solid #E5E5E5;
  background: #FCFCFC;
  margin-bottom: 50px
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuInner .secIrMenuLink {
    padding: 20px;
    margin-bottom: 80px
  }
}

.secIrMenu .secIrMenuInner .secIrMenuLink ul {
  width: 100%;
  /* max-width: 800px; */
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  align-items: center
}

.secIrMenu .secIrMenuInner .secIrMenuLink ul li {
  width: 100%
}

@media screen and (min-width: 769px) {
  .secIrMenu .secIrMenuInner .secIrMenuLink ul li {
    width: 50%
  }
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuInner .secIrMenuLink ul li {
    width: 33.3333%
  }
}

.secIrMenu .secIrMenuInner .secIrMenuLink ul li:nth-of-type(2), .secIrMenu .secIrMenuInner .secIrMenuLink ul li:nth-of-type(5) {
  /* width: 100% */
}

@media screen and (min-width: 769px) {
  .secIrMenu .secIrMenuInner .secIrMenuLink ul li:nth-of-type(2), .secIrMenu .secIrMenuInner .secIrMenuLink ul li:nth-of-type(5) {
    /* width: 50% */
  }
}

@media screen and (min-width: 1025px) {
  .secIrMenu .secIrMenuInner .secIrMenuLink ul li:nth-of-type(2) {
    width: 66.66666%
  }
}

.secIrMenu .secIrMenuInner .secIrMenuLink ul li a {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 1.7rem
}

.secIrMenu .secIrMenuInner .secIrMenuLink ul li a .secIrMenuLinkTxt {
  padding-bottom: 1px;
  background-image: linear-gradient(180deg, transparent calc(100% - 1px), #2466AF 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size .3s ease-in-out
}

.secIrMenu .secIrMenuInner .secIrMenuLink ul li a .secIrMenuLinkArrow {
  margin-left: 10px;
  font-size: 10px;
  color: #2466AF;
  transition: all .3s;
  display: inline-block
}

.secIrMenu .secIrMenuInner .secIrMenuLink ul li a .secIrMenuLinkTarget {
  font-size: 10px;
  color: #2466AF;
  margin-left: 10px
}

.secIrMenu .secIrMenuInner .secIrMenuLink ul li a:hover .secIrMenuLinkTxt {
  color: #2466AF;
  background-size: 100% 100%
}

.secIrMenu .secIrMenuInner .secIrMenuLink ul li a:hover .secIrMenuLinkArrow {
  transform: translateX(10px)
}

.secIrMenu .secIrMenuInner .secIrMenuBtm .secIrMenuBtmBox {
  margin-bottom: 40px
}

.secIrMenu .secIrMenuInner .secIrMenuBtm .secIrMenuBtmBox .secIrMenuBoxTtl {
  font-weight: 500;
  margin-bottom: 10px
}

.secIrMenu .secIrMenuInner .secIrMenuBtm .secIrMenuBtmBox .secIrMenuBoxTxt {
  font-size: 1.2rem;
  font-weight: 300
}

.secAwards {
  background: #F4F5F7;
  padding-bottom: 20px
}

.secAwards .secAwardsTtl {
  padding: 30px 25px 0;
  overflow: hidden
}

@media screen and (min-width: 1025px) {
  .secAwards .secAwardsTtl {
    padding: 120px 25px 0
  }
}

.secAwards .secAwardsTtl.anim {
  opacity: 0;
  transform: translateY(50px);
  transition: all .3s .3s
}

.secAwards .secAwardsTtl.anim.active {
  opacity: 1;
  transform: translateY(0)
}

.secAwards .secAwardsTtl .secAwardsTtlInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  position: relative
}

.secAwards .secAwardsTtl .secAwardsTtlInner .secTtl {
  margin-bottom: 30px
}

@media screen and (min-width: 1025px) {
  .secAwards .secAwardsTtl .secAwardsTtlInner .secTtl {
    margin-bottom: 50px
  }
}

.secAwards .secAwardsTtl .secAwardsTtlInner .secTtl h2 {
  text-align: center;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
  z-index: 30;
  white-space: nowrap;
  color: #000;
  opacity: 1;
  padding-top: 33px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif
}

@media screen and (min-width: 769px) {
  .secAwards .secAwardsTtl .secAwardsTtlInner .secTtl h2 {
    font-size: 3.2rem;
    padding-top: 40px
  }
}

@media screen and (min-width: 1025px) {
  .secAwards .secAwardsTtl .secAwardsTtlInner .secTtl h2 br {
    display: none
  }
}

.secAwards .secAwardsTtl .secAwardsTtlInner .secTtl h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 5.8rem;
  opacity: .2;
  color: #99C2E1;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
  overflow: visible
}

@media screen and (min-width: 481px) {
  .secAwards .secAwardsTtl .secAwardsTtlInner .secTtl h3 {
    font-size: 5.5rem
  }
}

@media screen and (min-width: 769px) {
  .secAwards .secAwardsTtl .secAwardsTtlInner .secTtl h3 {
    font-size: 7rem;
    overflow: visible
  }
}

@media screen and (min-width: 1025px) {
  .secAwards .secAwardsTtl .secAwardsTtlInner .secTtl h3 br {
    display: none
  }
}

.secAwards .secAwardsTtl .secAwardsTtlInner .secTtl:after {
  content: none
}

.secAwards .secAwardsTtl .secAwardsTtlInner .secAwardsTtlTxt {
  font-size: 1.4rem;
  font-weight: 300
}

.secAwards .secAwardsTtl .secAwardsTtlInner .secAwardsTtlTxt sup {
  font-size: 1rem;
  vertical-align: super
}

.secAwards .secAwardsInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px
}

.secAwards .secAwardsInner .secAwardsList {
  margin-bottom: 60px;
  padding: 0 25px
}

@media screen and (min-width: 1025px) {
  .secAwards .secAwardsInner .secAwardsList {
    padding: 0
  }
}

.secAwards .secAwardsInner .secAwardsList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

@media screen and (min-width: 769px) {
  .secAwards .secAwardsInner .secAwardsList ul {
    justify-content: flex-start
  }
}

.secAwards .secAwardsInner .secAwardsList ul li {
  width: 48.5%;
  margin-bottom: 20px
}

@media screen and (min-width: 769px) {
  .secAwards .secAwardsInner .secAwardsList ul li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 40px
  }
}

.secAwards .secAwardsInner .secAwardsList ul li:nth-of-type(4n) {
  margin-right: 0
}

.secAwards .secAwardsInner .secAwardsList ul li .secAwardsListImg {
  margin-bottom: 10px
}

.secAwards .secAwardsInner .secAwardsList ul li .secAwardsListImg img {
  width: 100%
}

.secAwards .secAwardsInner .secAwardsList ul li h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: 0em
}

.secAwards .secAwardsInner .secAwardsList ul li h3 sup {
  font-size: 1rem;
  vertical-align: super
}

.secAwards .secAwardsInner .secAwardsCaution {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0em;
  padding: 0 25px
}

@media screen and (min-width: 769px) {
  .secAwards .secAwardsInner .secAwardsCaution {
    padding: 0
  }
}

.secAwards .secAwardsInner .secAwardsCaution .secAwardsCautionBox {
  margin-bottom: 20px;
  display: flex
}

.secAwards .secAwardsInner .secAwardsCaution .secAwardsCautionBox:last-child {
  margin-bottom: 0
}

.secAwards .secAwardsInner .secAwardsCaution .secAwardsCautionBox .secAwardsCautionNum {
  margin-right: 5px
}

_:-ms-lang(x)::-ms-backdrop, .secInfoNews .secInfoNewsList ul li a .secInfoNewsBox h3 span, .secInfo .secInfoInner .secInfoCont .secInfoContList ul li a .secInfoContListTxt, .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li>a .secIrMenuListListTtl span, .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li .secIrMenuList02 li a .secIrMenuList02Txt, .secIrMenu .secIrMenuInner .secIrMenuLink ul li a .secIrMenuLinkTxt {
  background: none;
  position: relative;
  display: inline-block
}

_:-ms-lang(x)::-ms-backdrop, .secInfoNews .secInfoNewsList ul li a .secInfoNewsBox h3 span:after, .secInfo .secInfoInner .secInfoCont .secInfoContList ul li a .secInfoContListTxt:after, .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li>a .secIrMenuListListTtl span:after, .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li .secIrMenuList02 li a .secIrMenuList02Txt:after, .secIrMenu .secIrMenuInner .secIrMenuLink ul li a .secIrMenuLinkTxt:after {
  content: "";
  background: #2466AF;
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s
}

_:-ms-lang(x)::-ms-backdrop, .secInfoNews .secInfoNewsList ul li a:hover .secInfoNewsBox h3 span:after, .secInfo .secInfoInner .secInfoCont .secInfoContList ul li a:hover .secInfoContListTxt:after, .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li>a:hover .secIrMenuListListTtl span:after, .secIrMenu .secIrMenuInner .secIrMenuList .secIrMenuList01>li .secIrMenuList02 li a:hover .secIrMenuList02Txt:after, .secIrMenu .secIrMenuInner .secIrMenuLink ul li a:hover .secIrMenuLinkTxt:after {
  width: 100%
}

.secIrMenuBtmBox .secIrMenuBoxTxt a {
  display: block;
  padding: 5px 0;
}

.secIrMenuBtmBox .secIrMenuBoxTxt a .secIrMenuList02Txt {
  padding-bottom: 1px;
  background-image: linear-gradient(180deg, transparent calc(100% - 1px), #2466AF 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size .3s ease-in-out;
}

.secIrMenuBtmBox .secIrMenuBoxTxt a:hover .secIrMenuList02Txt {
  color: #2466AF;
  background-size: 100% 100%;
}

.secIrMenuBtmBox .secIrMenuBoxTxt a .secIrMenuListTarget {
  font-size: 10px;
  color: #2466AF;
  margin-left: 10px;
}

.secIrMenuBtmBox .secIrMenuBoxTxt a .secIrMenuListArrow {
  margin-left: 10px;
  font-size: 10px;
  color: #2466AF;
  transition: all .3s;
  display: inline-block;
}


.secIrMenuBtmBox .secIrMenuBoxTxt a:hover .secIrMenuListArrow {
  transform: translateX(10px);
}
