.sp {
  display: none;
}

.sp_tab {
  display: block;
}

.sp_tab_n {
  display: block;
}

.companyPDF {
  width: 100%;
  margin: 30px auto 0;
}

.companyPDF-img-pdf {
  display: block;
  width: 127px;
  margin-left: 6.8%;
}

.companyPDF-img-pdf img {
  width: 100%;
}

.companyPDF-img-msg {
  padding: 25px 0 25px 21.56%;
  display: block;
  background-color: #577bc6;
  line-height: 1;
  margin-top: -50px;
}

.companyPDF-img-msg p {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
}

.companyPDF-img-msg p img {
  display: inline-block;
  width: 15px;
  margin-left: 5px;
}

@media screen and (max-width: 750px) {
  .pc_dsp {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .sp_tab {
    display: block;
  }
  .sp_tab_n {
    display: none;
  }
  .companyPDF {
    width: 100%;
    margin: 10px auto 0;
  }
  .companyPDF-img-pdf {
    width: 136px;
    margin: auto;
  }
  .companyPDF-img-pdf img {
    width: 100%;
  }
  .companyPDF-img-msg {
    padding: 30px 0 15px 0;
    margin-top: -20px;
  }
  .companyPDF-img-msg p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
  }
  .companyPDF-img-msg p img {
    display: inline-block;
    width: 15px;
    margin-left: 5px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.hinora001 {
  width: 100%;
}

.hinora001 img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 750px) {
  .hinora001 {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.hinora002 {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hinora002-left {
  width: calc(50% - 15px);
}

.hinora002-left-title {
  margin-top: 30px;
  font-size: 17px;
  color: #577bc6;
}

.hinora002-left-img1 {
  width: calc(100% - 40px);
  display: block;
  margin: 10px auto 0;
}

.hinora002-left-img2 {
  width: calc(100% - 40px);
  display: block;
  margin: 15px auto 0;
}

.hinora002-left-txt {
  width: calc(100% - 20px);
  margin: 20px auto 0;
  font-size: 14px;
}

.hinora002-left-frame {
  margin-top: 30px;
  background-color: #ecf6fd;
  padding: 25px 20px;
  border-radius: 10px;
}

.hinora002-left-frame h6 {
  margin: 0;
  font-size: 15px;
  color: #577bc6;
}

.hinora002-left-frame h5 {
  width: 184px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  font-size: 20px;
  color: #FFFFFF;
  background: #00aecb;
  border-radius: 20px;
  white-space: nowrap;
}

.hinora002-left-frame-sep {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
}

.hinora002-left-frame-sep_txt {
  width: calc(66.66% - 10px);
}

.hinora002-left-frame-sep_txt p {
  font-size: 14px;
}

.hinora002-left-frame-sep_txt2 {
  width: calc(66.66% - 10px);
}

.hinora002-left-frame-sep_txt2 p {
  font-size: 20px;
  color: #00aecb;
}

.hinora002-left-frame-sep_img {
  width: calc(33.33% - 10px);
}

.hinora002-left-frame-sep_img img {
  width: 100%;
  display: block;
}

.hinora002-left-frame2 {
  margin-top: 30px;
  background-color: #ecf6fd;
  padding: 25px 35px;
}

.hinora002-left-frame2 .hinora002-left-frame-sep_txt2 {
  width: 60%;
}

.hinora002-left-frame2 .hinora002-left-frame-sep_txt2 p {
  font-size: 20px;
  color: #00aecb;
}

.hinora002-left-frame2 .hinora002-left-frame-sep_img2 {
  width: 40%;
}

.hinora002-left-frame2 .hinora002-left-frame-sep_img2 img {
  width: 100%;
}

.hinora002-right {
  width: calc(50% - 15px);
}

.hinora002-right-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #000;
}

.hinora002-right-table th {
  text-align: left;
  padding: 15px 10px;
  font-size: 14px;
  background-color: #efefef;
  width: 40%;
  border: 1px solid #000;
  vertical-align: top;
}

.hinora002-right-table td {
  text-align: left;
  padding: 15px 10px;
  font-size: 14px;
  width: 60%;
  border: 1px solid #000;
  vertical-align: top;
}

.hinora002-right-table td .small {
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .hinora002 {
    margin: auto;
    display: block;
  }
  .hinora002-left {
    margin: auto;
    margin-top: 25px;
    width: 100%;
  }
  .hinora002-left-title {
    margin-top: 20px;
    font-size: 16px;
  }
  .hinora002-left-img1 {
    margin-top: 15px;
  }
  .hinora002-left-img2 {
    margin-top: 20px;
  }
  .hinora002-left-txt {
    margin: 20px auto 0;
    font-size: 16px;
  }
  .hinora002-left-frame {
    margin-top: 30px;
    background-color: #ecf6fd;
    padding: 25px 20px;
  }
  .hinora002-left-frame h6 {
    margin: 0;
    font-size: 15px;
    color: #577bc6;
  }
  .hinora002-left-frame h5 {
    width: 130px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    font-size: 14px;
    color: #FFFFFF;
    background: #00aecb;
    border-radius: 10px;
    white-space: nowrap;
  }
  .hinora002-left-frame-sep {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
  }
  .hinora002-left-frame-sep_txt {
    width: calc(66.66% - 10px);
  }
  .hinora002-left-frame-sep_txt p {
    font-size: 14px;
  }
  .hinora002-left-frame-sep_txt2 {
    width: calc(66.66% - 10px);
  }
  .hinora002-left-frame-sep_txt2 p {
    font-size: 15px;
    color: #00aecb;
  }
  .hinora002-left-frame-sep_img {
    width: calc(33.33% - 10px);
  }
  .hinora002-left-frame-sep_img img {
    width: 100%;
    display: block;
  }
  .hinora002-left-frame2 {
    margin-top: 30px;
    background-color: #ecf6fd;
    padding: 15px 25px;
  }
  .hinora002-left-frame2 .hinora002-left-frame-sep_txt2 {
    width: calc(60% - 10px);
  }
  .hinora002-left-frame2 .hinora002-left-frame-sep_txt2 p {
    font-size: 15px;
    color: #00aecb;
  }
  .hinora002-left-frame2 .hinora002-left-frame-sep_img {
    width: calc(40% - 10px);
  }
  .hinora002-right {
    width: 100%;
    margin-top: 30px;
  }
}
.hinora003 {
  margin-top: 10px;
}

.hinora003-txt {
  margin-top: 20px;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .hinora003 {
    margin-top: 30px;
  }
  .hinora003-txt {
    margin-top: 40px;
  }
  .hinora003-txt:first-child {
    margin-top: 0;
  }
}
#top_vi .carousel li .leadTitle dt {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 6px;
}

.gfo {
  position: relative;
}

.gfo-txt {
  position: absolute;
  font-size: 24px;
  top: 110px;
  left: 40px;
  letter-spacing: 0.04em;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .gfo-txt {
    position: absolute;
    font-size: 16px;
    top: 45px;
    left: 40px;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
.topttl {
  background-color: #d7d7d7 !important;
  text-align: center;
  font-weight: bold !important;
}

.panel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.panel .top-panel-item {
  position: relative;
  width: 25%;
  margin: 0;
  padding: 0 5px;
  float: none;
}
.panel .top-panel-item .top-abttl {
  text-align: center;
  font-size: 15px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  white-space: nowrap;
}
.panel .top-panel-item .top-abttl.white {
  color: #fff;
}
.panel .top-panel-item .top-abttl.shadow {
  -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.25);
  text-stroke: 0.5px rgba(0, 0, 0, 0.25);
}
.panel .top-panel-item .top-abttl.position50 {
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  .panel .top-panel-item {
    width: 50%;
  }
  .panel .top-panel-item .top-abttl {
    font-size: 12px !important;
  }
}
.img_100th {
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}
.img_100th img {
  height: 67.5px;
  width: auto;
  display: block;
}

@media screen and (max-width: 750px) {
  .img_100th {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
  }
  .img_100th img {
    height: auto;
    width: calc(100% + 10px);
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .list.matchHeight li {
    margin-top: 80px;
  }
  .list.matchHeight li:first-child {
    margin-top: 0;
  }
}
/*----------------------------------------------------*/
/* /hinora001/
------------------------------------------------------*/
.pageVi.hinora001 .leadTitle {
  top: 3.5em;
  letter-spacing: 0.1em;
  margin-top: 0;
  color: #fff;
  margin-left: 2em;
}
@media screen and (max-width: 750px) {
  .pageVi.hinora001 .leadTitle {
    margin-left: 0;
    background: #379340;
  }
}

.pageVi.hinora001 .leadTitle dt {
  font-size: 136%;
}
@media screen and (max-width: 750px) {
  .pageVi.hinora001 .leadTitle dt {
    font-size: 115%;
  }
}

.pageVi.hinora001 .leadTitle dd {
  letter-spacing: 0;
  margin-top: 6px;
  font-size: 220%;
}
@media screen and (max-width: 750px) {
  .pageVi.hinora001 .leadTitle dd {
    font-size: 165%;
  }
}

.pageVi.hinora001 .leadTitle dd.lead {
  font-size: 145%;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  .pageVi.hinora001 .leadTitle dd.lead {
    font-size: 115%;
    margin-top: 0.5em;
  }
}








/*----------------------------------------------------*/ 
/* companyInfo
------------------------------------------------------*/ 
.companyInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 20px 50px;
  background-color: #577BC6;
  min-height: 0%;
}
.companyInfo img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.companyInfo > * {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
  color: #fff;
  text-decoration: none;
}
.companyInfo .txt {
  margin-left: 20px;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .companyInfo {
    display: block;
    margin: 30px -10px;
    padding: 40px 0;
  }
  .companyInfo > * {
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: auto;
  }
  .companyInfo > * + * {
    margin-top: 40px;
  }
  .companyInfo .txt {
    margin: 20px 0 0;
  }
}




/*----------------------------------------------------*/ 
/* modalArea
------------------------------------------------------*/ 
.movieModalBtn01 {
	cursor: pointer;
}
#modalArea {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
}
#modalTable {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 60px 20px;
}
#modalCell {
	display: table-cell;
	vertical-align: middle;
}
#modalInner {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
}
#modalInner img {
	max-width: 100%;
	height: auto;
}
#modalInner #modalContents {
	position: relative;
	height: 0;
	padding-bottom: calc(1080 / 1920 * 100%);
}
#modalInner #modalContents video {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
#modalClose {
	position: absolute;
	top: -60px;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#modalClose:before,
#modalClose:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #fff;
}
#modalClose:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#modalClose:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}



/*----------------------------------------------------*/ 
/* historyTabBtn
------------------------------------------------------*/ 
.historyTabBtn {
  position: relative;
  background-color: #D7D7D7;
  margin-bottom: 40px;
}
.historyTabBtn:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #636363;
}
.historyTabBtn ul {
  position: relative;
  display: flex;
  padding: 12px 22px 0;
  z-index: 2;
}
.historyTabBtn li {
  display: flex;
  width: calc(100% / 3);
  padding: 0 22px;
}
.historyTabBtn li a {
  display: flex;
  width: 100%;
  height: 40px;
  padding-top: 2px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #BFBFBF;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #636363;
}
.historyTabBtn li.on a,
.historyTabBtn li a:hover {
  color: #426BBA;
  background-color: #fff;
  border-top-color: #636363;
  border-bottom-color: #fff;
}
@media screen and (max-width: 750px) {
  .historyTabBtn {
    margin: 0 -10px 40px;
  }
  .historyTabBtn ul {
    padding: 8px 7px 0;
  }
  .historyTabBtn li {
    padding: 0 7px;
  }
  .historyTabBtn li a {
    height: 63px;
    padding-top: 2px;
    font-size: 16px;
  }
}
@media screen and (max-width:374px) {
  .historyTabBtn li a {
    font-size: 13px;
  }
}


/*----------------------------------------------------*/ 
/* historyContents
------------------------------------------------------*/ 
.historyContents {
  position: relative;
}