@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* ページ内リンクの移動を滑らかに */
html {
  scroll-behavior: smooth;
  font-family: 'Noto Sans JP', sans-serif;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
}
.f_min{
  font-family :	YuMincho,'Yu Mincho',serif;
}
.f_ari{
  font-family: Arial, Helvetica, Meiryo, "sans-serif";
}

.cp_cont{
  display: none;
}
/*コンポーネント*/
.mt_0{margin-top: 0px;}
.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}
.mt_30{margin-top: 30px;}
.mt_40{margin-top: 40px;}
.mt_50{margin-top: 50px;}
.mt_60{margin-top: 60px;}
.mt_70{margin-top: 70px;}
.mt_80{margin-top: 80px;}
.mt_90{margin-top: 90px;}
.mt_100{margin-top: 100px;}
.mt_110{margin-top: 110px;}
.center{
  text-align: center;
}
.lh_2{
  line-height: 2;
}
.indent{
  text-indent: -1em;
  padding-left: 1em;
}
.indent_2{
  text-indent: -2em;
  padding-left: 2em;
}
.indent_3{
  text-indent: -3em;
  padding-left: 3em;
}
.indent_4{
  text-indent: -4em;
  padding-left: 4em;
}
.indent_5{
  text-indent: -5em;
  padding-left: 5em;
}
.indent_6{
  text-indent: -6em;
  padding-left: 6em;
}
.indent_7{
  text-indent: -7em;
  padding-left: 7em;
}
.indent_8{
  text-indent: -8em;
  padding-left: 8em;
}
.sp_br{
  display: none;
}
.text-wrap{
  display: inline-block
}
.red{
  color: #E7001C;
}
.white{
  color: #fff;
}
.green{
  color: #2C9D47;
}
.bold{
  font-weight: bold;
}
.center{
  text-align: center;
}
.anc_point{
  position: absolute;
  top: -110px;
}
/* アニメーション
======================================================= */
.fade{
    opacity: 0;
    transition:ease-out 0.5s;
}
.fade.fade--left{
    transform: translate(-100px,0)
}
.fade.fade--right{
    transform: translate(100px,0)
}
.fade.fade--bot{
    transform: translate(0,100px)
}
.fade.scrollin{
    opacity: 1;
    transform: translate(0,0);
}

.fade.fade--list{
    opacity: 1;
}
.fade.fade--list .fade_child{
    opacity: 0;
    transition:ease-out 0.5s;
    transform: translate(0,100px)
}
.fade.fade--list.scrollin .fade_child{
    opacity: 1;
    transform: translate(0,0);
}

.fade.fade--list .fade_child:nth-child(1){
    transition-delay: 0.0s;
}
.fade.fade--list .fade_child:nth-child(2){
    transition-delay: 0.15s;
}
.fade.fade--list .fade_child:nth-child(3){
    transition-delay: 0.3s;
}
.fade.fade--list .fade_child:nth-child(4){
    transition-delay: 0.45s;
}
.fade.fade--list .fade_child:nth-child(5){
    transition-delay: 0.6s;
}
.fade.fade--list .fade_child:nth-child(6){
    transition-delay: 0.75s;
}
.fade.fade--list .fade_child:nth-child(7){
    transition-delay: 0.9s;
}
.fade.fade--list .fade_child:nth-child(8){
    transition-delay: 1.05s;
}
.fade.fade--list .fade_child:nth-child(9){
    transition-delay: 1.2s;
}
.fade.fade--list .fade_child:nth-child(10){
    transition-delay: 1.35s;
}
/*header*/
header {
    height: 80px;
}
.sp_logo{
  display: none;
}
a.hd_logo {
    display: flex;
    justify-content: center;
    color: #000;
    font-weight: bold;
    align-items: center;
  white-space: nowrap;
    line-height: 1;
}
.hd_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 10;
    padding: 0 25px;
}
.hd_logo--img {
    min-width: 56px;
}
.hd_logo--text {
    max-width: 220px;
}
.hd_logo--riken {
    font-size: 2.4rem;
}
.hd_logo--npr {
    font-size: 2.5rem;
}
.hd_menu {
    display: flex;
    max-width: 850px;
    width: calc(100% - 490px);
    justify-content: space-between;
    gap: 15px;
    height: 100%;
}
.hd_cell{
  position: relative;
}
a.hd_item {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #000;
    font-weight: bold;
    height: 100%;
    padding-bottom: 15px;
}
.hd_mega {
    position: fixed;
    display: flex;
    width: 820px;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding:0 20px;
  transition: .3s;
    height: 0px;
  overflow: hidden;
}
.hd_cell:hover .hd_mega{
    padding: 20px;
    height: 210px;
}
.mega_inner {
    display: flex;
  align-items: flex-start;
    gap: 40px;
}
.mega_second {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mega_name {
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  text-align: center;
    gap: 10px;
    color: #000;
  position: relative;
  padding-top: 5px;
}
.mega_name::after{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid rgb(231,0,28);
  border-bottom: 1px solid rgb(231,0,28);
  transform: rotate(-45deg);
  position: absolute;
  right: 5px;
}
.mega_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
  max-width: 460px;
}
a.mega_child {
    min-width: 220px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    border-bottom: 1px solid rgb(231,0,28,.3);
  position: relative;
  padding-bottom: 2px;
}
a.mega_child::after{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid rgb(231,0,28);
  border-bottom: 1px solid rgb(231,0,28);
  transform: rotate(-45deg);
  position: absolute;
  right: 5px;
}
.hd_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  max-width: 205px;
}
.hd_set {
  position: absolute;
  display: flex;
  margin-top: 5px;
  gap: 10px;
  &:nth-child(1){
    right: 300px;
  }
  &:nth-child(2){
    right: 150px;
  }
}
.hd_lang {
    display: flex;
    justify-content: center;
    align-items: center;
}
a.hd_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width:120px;
    height: 25px;
    background: #009CEC;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}
a.hd_jp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 67px;
    height: 25px;
    background: #E8E8E8;
    color: #009CEC;
    font-size: 2rem;
    font-weight: bold;
}
a.hd_en {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 67px;
    height: 25px;
    background: #009CEC;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}
a.hd_tube {
  width: 100%;
  max-width: 205px;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  &::before{
    content: '';
    display: block;
    background: url("../img/icon_youtube.svg") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 16px;
    height: 11px;
    margin-right: 5px;
  }
}
/*pankuzu*/
.pankuzu {
    width: 100%;
}
.pankuzu_list {
    display: flex;
  justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 10px 5%;
}
.pankuzu_item {
    padding: 0 10px;
    font-size: 1.4rem;
    color: #000;
}
.pankuzu_item.under_contents {
    position: relative;
}
.pankuzu_item.under_contents::before {
    content: '';
    background: url(../img/arrow_pankuzu.svg)no-repeat center;
    display: block;
    width: 9px;
    height: 16px;
    position: absolute;
    left: -4px;
    top: 2px;
}
.pankuzu_item a {
  color: #000;
  text-decoration: underline;
}
.pankuzu_item a:hover {
  text-decoration: none;
}

/*レイアウト*/
.sec_title {
    margin: 0;
    font-size: 4rem;
    position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_title--small {
    font-size: 3.2rem;
}
.sec_title--white {
  color: #fff;
}
.sec_title--sub {
    font-size: 1.6rem;
}
a.btn_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 241px;
  height: 40px;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
a.btn_more--red {
  background: #E7001C;
}

/*下層ページ*/
.under_mv {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #efefef;
    height: 300px;
}
.page_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 463px;
    width: 90%;
    min-height: 120px;
    background: rgba(255,255,255,.8);
    padding: 20px;
}
.page_title--sub {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #E7001C;
  width: 100%;
  gap:10px;
    white-space: nowrap;

}
.page_title--sub::before,
.page_title--sub::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #E7001C;
}
.page_title--main {
    font-size: 3.2rem;
    line-height: 2;
}
/*back_top*/
#page_top {
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: -200px;
  opacity: 1;
    right: calc(3% + 20px);
  z-index: 40;
  background: url("../img/btn-pagetop.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 5px 5px 10px #0000001A;
  transition: .5s;
}
#page_top.active {
  bottom: 50px;
}
#page_top a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page_catalog {
  position: fixed;
  bottom: -200px;
  opacity: 1;
    right: calc(1% + 20px);
  z-index: 40;
  border-radius: 50%;
  box-shadow: 5px 5px 10px #0000001A;
  transition: .5s;
}
#page_catalog.active {
  bottom: 125px;
}
#page_catalog a {
}
/*/back_top*/

/*footer*/
footer{
  width: 100%;
  border-top: 1px solid #E7001C;
}
.ft_cont {
  background: url("../img/ft_cont_bg.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 95px 0;
}
.ft_cont_inner {
    max-width: 763px;
    width: 100%;
    margin: auto;
}
.ft_cont_tit {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
}
.ft_cont_data {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    flex-direction: column;
}
.ft_cont_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 502px;
    width: 100%;
    height: 96px;
    background: #000;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
}
.ft_tel{
  font-size: 3.2rem;
}
.ft_cont_btn::before {
  content: '';
  background: url("../img/icon_tel.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 33px;
  height: 33px;
  margin-right: 20px;
}
.ft_cont_btn:last-child::before {
  content: '';
  background: url("../img/icon_mail.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 31px;
  height: 25px;
  margin-right: 10px;
}


.ft_body{
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding-top: 65px;
}
.ft_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    width: 90%;
  margin: auto;
  padding-bottom: 60px;
}
.ft_left {
}
.ft_logo a {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}
.ft_address {
    line-height: 2;
    margin-top: 15px;
}
.ft_address a{
  color: #000;
}
.ft_right {
}
.ft_nav {
    display: flex;
}
.ft_col {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
.ft_item {
  color: #000;
    line-height: 2;
    display: flex;
  align-items: center;
  position: relative;
}
.ft_item--second {
    padding-left: 1em;
}
.ft_item--second::before{
  content: '';
  background: url("../img/ft_arrow.svg") no-repeat center;
  width: 7px;
  height: 12px;
  display: block;
  margin-right: 5px;
}
.ft_item--third {
    padding-left: 2em;
}
.ft_item--third::before{
  content: '';
  background: url("../img/ft_arrow.svg") no-repeat center;
  width: 7px;
  height: 12px;
  display: block;
  margin-right: 5px;
}
.copyright {
    background: #e7001c;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 10px 5%;
}
.copyright small {
    font-size: 1.4rem;
    letter-spacing: 1.1px;
    color: #fff;
    display: flex;
    align-items: flex-start;
    line-height: 1;
    gap: 2px;
}

/*ページ*/
.pagevisual {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.pagevisual .page_title{
  font-size: 3.2rem;
  letter-spacing: 6.4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}


/*パンくずリスト*/
.pankuzu-list{
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  bottom: 0;
  z-index: 1;
  width: 100%;
  font-weight: bold;
  padding-top: 25px;
}
.pankuzu-list a{
  text-decoration: underline;
  transition: .3s;
  position: relative;
  color: #000;
}
.pankuzu-list a:hover{
  text-decoration: none;
}
.under_contents::before {
  content: '＞';
  font-size: 1.3rem;
  padding: 0 5px;
  font-weight: bold;
}

/*ir_nav*/
.ir_nav {
    padding: 30px 0;
    background: #E8E8E8;
}
.ir_nav_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    display: flex;
    gap: 60px;
    justify-content: space-between;
}
.ir_nav_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ir_nav_title {
    margin: 0;
    font-size: 3.2rem;
}
a.ir_nav_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 160px;
    width: 100%;
    background: #E7001C;
    color: #fff;
    font-weight: bold;
    padding: 1px;
    margin-top: 10px;
}
a.ir_nav_blank {
    display: flex;
    font-weight: bold;
  align-items: center;
    color: #000;
    margin-top: 35px;
    gap: 10px;
}
a.ir_nav_blank::after {
  content: '';
  background: url("../img/icon_blank.svg") no-repeat center;
  width: 17px;
  height: 17px;
  display: block;
}
.ir_nav_body{
  max-width: 765px;
  width: 100%;
}
.ir_nav_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
a.ir_nav_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 241px;
  height: 171px;
    width: 100%;
    background: #fff;
}
.ir_nav_icon {
    min-height: 70px;
}
.ir_nav_name {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    line-height: 2;
}
.ir_nav_bot {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}
a.ir_nav_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 241px;
    width: 100%;
    background: #fff;
    font-weight: bold;
    text-align: center;
    color: #000;
    padding: 15px;
}

/*会社メニュー*/
.lib_compamy {
  margin-top: 25px;
  padding: 75px 0;
  background: url("../img/company.webp") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.lib_compamy--inner {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 16px;
}
a.lib_compamy--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #000;
  color: #fff;
  max-width: 332px;
  width: 100%;
  height: 150px;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative
}
a.lib_compamy--btn:before, a.lib_compamy--btn:after,
a.lib_compamy--btn span:before,
a.lib_compamy--btn span:after {
  content: "";
}
a.lib_compamy--btn span:before,a.lib_compamy--btn span:after {
  top: auto;
  bottom: 0;
}
a.lib_compamy--btn:before {
  left: 0%;
}
a.lib_compamy--btn:after {
  left: 50%;
}
a.lib_compamy--btn span:before {
  left: 25%;
}
a.lib_compamy--btn span:after {
  left: 75%;
}
a[class^=btn-] {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}
a.lib_compamy--btn:hover:before, a.lib_compamy--btn:hover:after,
a.lib_compamy--btn:hover span:before,
a.lib_compamy--btn:hover span:after {
  height: 150px;
}
a.lib_compamy--btn span:before, a.lib_compamy--btn span:after {
    content: "";
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background-color: #343434;
}
a.lib_compamy--btn:after ,a.lib_compamy--btn:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 25.25%;
    height: 0;
    background-color: #343434;
}
a.lib_compamy--btn:before, a.lib_compamy--btn:after,a.lib_compamy--btn span:before, a.lib_compamy--btn span:after {
    z-index: -1;
}

/*ライブラリメニュー*/
.lib_business {
  margin-top: 25px;
  padding: 43px 0;
  background: url("../img/business.webp") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.lib_business--inner {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1024px;
  width: 90%;
}
a.lib_business--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #000;
  color: #fff;
  max-width: 502px;
  width: 100%;
  height: 150px;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
a.lib_business--btn:before, a.lib_business--btn:after,
a.lib_business--btn span:before,
a.lib_business--btn span:after {
  content: "";
}
a.lib_business--btn span:before, a.lib_business--btn span:after {
  top: auto;
  bottom: 0;
}
a.lib_business--btn:before {
  left: 0%;
}
a.lib_business--btn:after {
  left: 50%;
}
a.lib_business--btn span:before {
  left: 25%;
}
a.lib_business--btn span:after {
  left: 75%;
}
a[class^=btn-] {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}
a.lib_business--btn:hover:before, a.lib_business--btn:hover:after,
a.lib_business--btn:hover span:before,
a.lib_business--btn:hover span:after {
  height: 150px;
}
a.lib_business--btn span:before, a.lib_business--btn span:after {
    content: "";
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background-color: #343434;
}
a.lib_business--btn:after ,a.lib_business--btn:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 25.25%;
    height: 0;
    background-color: #343434;
}
a.lib_business--btn:before, a.lib_business--btn:after,a.lib_business--btn span:before, a.lib_business--btn span:after {
    z-index: -1;
}
.com_nav {
    padding: 20px 0;
    background: #E8E8E8;
}
.com_nav_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.com_nav_head{
    max-width: 241px;
    width: 100%;
    display: flex;
    align-items: center;
  font-size: 3.2rem;
  font-weight: bold;
}
.com_nav_item {
    max-width: 241px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 171px;
}
.com_nav_icom {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
}
.com_nav_name {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}
@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}

@media screen and (min-width: 1440px) {
  .hd_menu {
    gap: 30px;
}
}
@media screen and (min-width: 768px) {
/* PCの場合はtelリンクを無効 */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
/* スマホ閲覧時、横幅可変 */
  body {
    width: 100%;
  }
  .pc_br{
  display: none;
  }
  .sp_br{
  display: block;
  }
.page_title {
    justify-content: center;
}
.page_title--main {
    font-size: 2.4rem;
    line-height: 1.2;
  text-align: center;
}
.wrapper {
    flex-direction: column;
}
/*header*/

  header {
    height: 60px;
}
  .hd_bar{
    display: none;
  }
  .sp_logo{
    display: flex;
  }
.hd_logo--text {
    max-width: 190px;
}
a.hd_logo {
    line-height: 1.5;
}
.hd_logo--riken {
    font-size: 2rem;
}
.hd_logo--npr {
    font-size: 2.2rem;
}
.hd_inner {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 2.5%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
.cp_cont {
    display: flex;
    z-index: 5;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    max-width: 25%;
    width: 100%;
    right: 0;
}
  .cp_cont *,
  .cp_cont *:before,
  .cp_cont *:after {
    padding: 0;
    margin: 0;
  }
.cp_logo {
    max-height: 50px;
    display: flex;
    align-items: center;
}
.cp_logo a,
.cp_logo img {
    max-height: 50px;
  width: auto;
    display: flex;
    align-items: center;
}
  .cp_offcm01 {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    z-index: 99999;
  }
  /* menu */
  .cp_offcm01 .cp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 300px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.4s transform;
    transition: 0.4s transform;
    background-color: #000;
    opacity: 1;
    z-index: 99999;
  }
  .cp_offcm01 .cp_menu ul.ff_ul {
    margin-top: 35px;
    padding: 0;
    padding-bottom: 15px;
  }
.cp_lang a {
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 3px 10px;
    margin: 0 15px 60px;
    display: inline-block;
}
  .cp_offcm01 .cp_menu li.pshm_title {
    padding: 35px 20px 13px;
    color: #fff;
    height: 33px;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio {
    display: none;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0s ease-in;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio:checked + ul.sf_ul {
    max-height: 9999px;
    transition: max-height 1s ease-in;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li a {
    padding: 5px 15px 5px 45px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px dashed #e6e6e6;
    background: #686c77;
}
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li:last-child a {
    border-bottom: none;
  }
  .cp_offcm01 #cp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0;
  }
  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    overflow-y: auto;
    -webkit-box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
    box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
  }

  /* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
    position: relative;
    z-index: 999999;
    display: block;
    height: 60px;
    width: 60px;
    cursor: pointer;
    -webkit-transition: 0.4s transform;
    transition: 0.4s transform;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    background: none;
}
.cp_offcm01 #cp_toggle01 ~ label::before, .cp_offcm01 #cp_toggle01:checked ~ label::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    bottom: 40px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
    content: "";
}
  .cp_offcm01,
  .cp_offcm01 span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
.cp_offcm01 {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: #ffffff;
}
  .cp_offcm01 span {
    position: absolute;
    right: auto;
    left: 14px;
    width: 35px;
    border-radius: 1px;
    height: 2px;
    background-color: #e7001c;
  }
  .cp_offcm01 span:nth-of-type(1) {
    top: 20px;
  }
  .cp_offcm01 span:nth-of-type(2) {
    top: 29px;
  }
  .cp_offcm01 span:nth-of-type(3) {
    top: 38px;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    background-color: #fff;
    top: 10px;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(2) {
    opacity: 0;
    background-color: #000;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    background-color: #fff;
    top: 50px;
  }
  
.cp_offcm01 .cp_menu ul.ff_ul li.ff_switch .ff_name {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
}
.cp_offcm01 .cp_menu ul.ff_ul li.ff_switch .ff_name::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    top: calc(50% - 5px);
    right: 25px;
    transform: rotate(45deg);
  transition: .3s;
}
.cp_cont *.hd_lang {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 5%;
}
#ff_name--02:checked ~ .ff_name::after,
#ff_name:checked ~ .ff_name::after {
    transform: rotate(-135deg);
}
li.ff_child a {
    display: flex;
    padding: 0px 30px;
  line-height: 0;
  overflow: hidden;
  border-bottom: 0px solid #fff;
    font-size: 1.4rem;
    background: #efefef;
    color: #000;
  transition: padding .3s,line-height .3s;
}
#ff_name,
#ff_name--02 {
     display: none; 
}
#ff_name:checked ~ ul li.ff_child a,
#ff_name--02:checked ~ ul li.ff_child a {
    padding: 10px 30px;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
}

/*レイアウト*/
.col {
    width: 100%;
  margin-bottom: 48px;
}
/*下層ページ*/

.under_mv {
    height: 250px;
}
.pankuzu_list {
    width: 100%;
    margin: auto;
}
/*.ir_nav*/
.ir_nav_inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.ir_nav_list {
    gap: 10px;
    max-width: 492px;
    margin: auto;
}
a.ir_nav_card {
    width: calc(50% - 5px);
}
.ir_nav_name {
    font-size: 1.6rem;
}
.ir_nav_bot {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
a.ir_nav_link {
    max-width: 492px;
    width: 100%;
}
/*footer*/
#page_top {
    right: calc(3% + 8px);
}
  #page_catalog{
    display: none;
  }
.ft_cont{
  padding: 45px 0;
}
.ft_cont_inner {
    flex-direction: column;
    width: 90%;
    margin: auto;
}
.ft_cont_data {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.ft_cont_btn {
    height: 70px;
    font-size: 2rem;
}
.ft_tel {
    font-size: 2.4rem;
}
.ft_inner {
    flex-direction: column;
    gap: 30px;
}
.ft_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ft_col {
    max-width: 270px;
    width: 100%;
}
.copyright small {
    display: inline-block;
    line-height: 1.5;
}
  
  .pagevisual {
    height: 200px;
  }
  
.lib_compamy--inner {
    flex-wrap: wrap;
}

/*ライブラリメニュー*/
.lib_business--inner {
  gap: 10px;
}
a.lib_business--btn {
  height: 90px;
  font-size: 2rem;
  max-width: calc(50% - 5px);
  width: 190px;
}
.com_nav_inner {
    gap: 10px;
    max-width: 450px;
}
.com_nav_item {
    width: calc(50% - 5px);
}
.com_nav_head {
    max-width: 100%;
    justify-content: center;
  padding-bottom: 20px;
}
.com_nav_name {
    font-size: 1.6rem;
}
}

/* 印刷用設定 */
@media print {
  body {
    width:1280px;
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
.hd_bar {
    position: absolute;
  width: 100%;
}
  #page_top,.ft_contact,.ft_catalog {
    display: none;
}

.hd_inner {
    position: relative;
}
}
@page {
  size: A4;
  margin: 5px;
}
