@charset "utf-8";

/*============

header.css

=============*/
/*============
header
=============*/
#header{
  padding: 0 2.4rem;
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0.3rem 0.5rem rgba(0, 40, 81, 0.2);
}

.header__inner{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  max-width: 1236px;
  width: 100%;
}

/* ----------
global_site
---------- */
#global_site{
  padding: 0.8rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* safety-logo */
.safety-logo{
  margin-top: 0.4rem;
  max-width: 22rem;
  width: 100%;
}

.safety-logo a{
  display: block;
  line-height: 1;
}

.safety-logo img{
  width: 100%;
  height: auto;
}

/* global_switch */
#global_switch{
  margin-left: 1.6rem;
  position: relative;
  z-index: 1;
  color: #005aaa;
  font-size: max(1.2rem, 11px);
}

#global_switch .link{
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background-color: #edf4fb;
  text-align: center;
  cursor: pointer;
}

#global_switch .link:hover{
  background-color: #edf4fb;
}

#global_switch .link::after{
  content: 'Global';
  position: absolute;
  top: calc(50% + 0.5rem);
  right: 0;
  left: 0;
}

#global_switch.open .link::after{
  content: 'Close';
}

#global_switch .link::before{
  content: '';
  margin: auto;
  position: absolute;
  top: calc(50% - 1.8rem);
  right: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/global_ic02.svg)no-repeat top center;
  background-size: 2.4rem auto;
}

#global_switch.open .link::before{
  background: url(../img/global_ic01.svg)no-repeat top center;
  background-size: 2.8rem auto;
}

.lang{
  display: none;
  position: absolute;
  top: 7.2rem;
  left: 0;
  background-color: #005aaa;
}

.lang li{
  padding: 1.2rem 1.6rem;
  font-size: max(1.4rem, 12px);
  white-space: nowrap;
}

.lang a{
  padding: 0.2rem 0;
  display: block;
  border-bottom: solid 1px #005aaa;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.lang > ul li a:hover{
  border-bottom: solid 1px #fff;
}

.lang > ul{
  padding: 0 2.0rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.lang > ul li.current a{
  font-weight: bold;
}

/* ----------
daicel-logo
---------- */
.daicel-logo{
  margin-left: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 10rem;
  width: 100%;
}

.daicel-logo a{
  display: block;
}

#global_switch .link:hover::before,
#global_switch .link:hover::after,
.global-nav-list__inquiry a:hover,
.daicel-logo a:hover,
.safety-logo a:hover{
  opacity: 0.7;
}

.daicel-logo img{
  width: 100%;
  height: auto;
}

/*============

media queries

=============*/
/*-------------
PC
--------------*/
@media screen and (min-width: 960px){
  /*-------------
  global-nav
  --------------*/
  .more-menu-pc{
    display: block;
  }

  .more-menu-sp{
    display: none;
  }

  .global-nav{
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .global-nav-list{
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 10;
    justify-items: center;
  }

  .global-nav-list > li{
    position: relative;
  }

  .global-nav-list__title{
    position: relative;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.2rem;
  }

  .global-nav-list > li::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 0.1rem;
    height: 1.6rem;
    background-color: #ccc;
    background-size: 1rem 1rem;
    transform: rotate(20deg);
  }

  .global-nav-list > li:nth-of-type(3)::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #ccc;
    background-size: 10px 10px;
    transform: rotate(20deg);
  }

  .global-nav-list__title a{
    padding: 0 2rem 3.6rem;
    display: block;
    position: relative;
    height: 100%;
    white-space: nowrap;
    cursor: pointer;
  }

  .global-nav-list__title a:hover{
    color: #005aaa;
  }

  .global-nav-list__title a::before{
    content: '';
    display: block;
    position: absolute;
    right: calc(50% + 0.3rem);
    bottom: 1.4rem;
    width: 0.7rem;
    border-bottom: solid 0.7rem #13a7eb;
    transition: all 0.3s ease;
  }

  .global-nav-list__title a:hover::before{
    right: 50%;
    width: 2.4rem;
    border-bottom-width: 0.3rem;
  }

  .global-nav-list__title a::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 1.4rem;
    left: calc(50% + 0.3rem);
    width: 0.7rem;
    border-bottom: solid 0.7rem #005aaa;
    transition: all 0.3s ease;
  }

  .global-nav-list__title a:hover::after{
    left: 50%;
    width: 2.4rem;
    border-bottom-width: 0.3rem;
  }

  .actranza-tm{
    font-size: max(1.1rem, 10px);
  }

  .global-nav-list__first-level__list__item a{
    /* padding: 1.0rem 0; */
    display: inline-block;
    overflow: hidden;
    position: relative;
  }

  .global-nav-list__first-level__list__item a::after{
    content: '';
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: transform cubic-bezier(0.2, 0.6, 0.3, 1) 0.4s;
    transform: translate(-100%, 0);
  }

  .global-nav-list__first-level__list__item a:hover::after{
    transform: translate(0, 0);
  }

  .global-nav-list__first-level__list__item{
    padding-left: 1.6rem;
    position: relative;
    width: calc(100% / 3 - 4rem);
    margin-left: 4rem;
    line-height: 1.6;
  }

  /* 製品紹介 ja */
  .global-nav-list__first-level__list.type-products .global-nav-list__first-level__list__item {
      width: calc(100%/3 - 7rem);
  }

    .global-nav-list__first-level__list.type-products .global-nav-list__first-level__list__item:nth-of-type(3n) {
      width: calc(100%/3 + 3rem);
  }

    .global-nav-list__first-level__list.type-products .global-nav-list__first-level__list__item:nth-of-type(4n) {
      width: calc(100%/3 - 8rem);
  }

  .global-nav-list__first-level__list__ttl {
    width: 100%;
    font-weight: bold;
    margin-left: 4rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  }

  .global-nav-list__first-level__list__ttl:not(:first-of-type) {
    margin-top: 1.6rem;
  }
  
  .global-nav-list__first-level__list   .global-nav-list__first-level__list__ttl::before {
    content: '';
    display: none;
  }
  
  .global-nav-list__first-level__list__item::before{
    content: '';
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }

  .global-nav-list__first-level__list__item.current::before{
    top: 0.7em;
    border: none;
    border-top: 1px solid #fff;
    transform: none;
  }

  .global-nav-list__first-level{
    padding: 2.4rem 2.4rem;
    visibility: hidden;
    position: fixed;
    top: 8rem;
    right: 0;
    left: 0;
    background-color: #005aaa;
    opacity: 0;
    color: #fff;
    transition: all 0.3s;
  }

  .global-nav-list__second-level{
    top: -2rem;
    right: 100%;
  }

  .global-nav-list > li:hover .global-nav-list__first-level{
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
  }

  .global-nav-list__first-level__inner{
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    max-width: 1236px;
    width: 100%;
  }

  .global-nav-list__first-level__title{
    padding-right: 4rem;
    border-right: solid 2px rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: var(--txt-size4);
    font-weight: bold;
    min-width: 16rem;
  }

  .global-nav-list__first-level__title--purpose{
    min-width: 22rem;
  }

  .global-nav-list__first-level__title a{
    padding: 0.8rem 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
  }

  .global-nav-list__first-level__title a::after{
    content: '';
    position: absolute;
    bottom: 1.1rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: transform cubic-bezier(0.2, 0.6, 0.3, 1) 0.4s;
    transform: translate(-100%, 0);
  }

  .global-nav-list__first-level__title a:hover::after{
    transform: translate(0, 0);
  }

  .global-nav-list__first-level__list{
    /* margin-left: 4rem; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }

  .global-nav-list__inquiry{
    margin-left: 2.4rem;
  }

  .global-nav-list__inquiry .global-nav-list__title{
    height: 5.2rem;
  }

  .global-nav-list__inquiry .global-nav-list__title a{
    margin-top: -1.2rem;
    padding: 3.8rem 1.0rem 2.4rem;
    color: #005aaa;
    font-size: max(1.2rem, 11px);
    letter-spacing: 0.01rem;
  }

  .global-nav-list__inquiry .global-nav-list__title a:hover{
    background-color: #edf4fb;
  }

  .global-nav-list > li.global-nav-list__inquiry::before{
    content: none;
    left: -2rem;
  }

  .global-nav-list__inquiry .global-nav-list__title a::after{
    content: '';
    margin: auto;
    position: absolute;
    top: -0.6rem;
    right: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    border-bottom: none;
    background: url(../img/mail_ic01.svg) no-repeat center top;
    background-size: 3rem auto;
  }

  .global-nav-list__inquiry .global-nav-list__title a::before{
    display: none;
  }

  .global-nav-list__first-level{
    display: block;
  }

  .global-nav-list__first-level.showmenu{
    display: block;
  }

  .sp-only{
    display: none;
  }
}

/*-------------
タブレット
--------------*/
@media (max-width: 959px){
  .sp-only{
    display: inline-block;
  }

  .global-nav-list__first-level{
    display: none;
  }

  .global-nav-list__first-level.showmenu{
    display: block;
  }

  .menu-nav-openbtn,
  .menu-nav{
    display: block;
  }

  #header{
    padding-left: 6.4rem;
  }

  .lang{
    position: fixed;
    top: 8rem;
    right: 0;
  }

  .lang > ul{
    justify-content: center;
  }

  #global_switch.open .link::before{
    background-size: 2.6rem auto;
  }

  .global-nav-list__first-level{
    display: block;
  }

  /*-------------
  menu-navigation
  --------------*/
  .global-nav-list__first-level{
    display: none;
  }

  /* menu-nav-openbtn */
  .menu-nav-openbtn{
    margin: auto;
    position: fixed;
    z-index: 120;
    top: 2.8rem;
    left: 1.4rem;
    width: 2.8rem;
    height: 2.8rem;
    text-align: center;
    cursor: pointer;
  }

  .menu-nav-openbtn span{
    display: block;
    position: absolute;
    z-index: 200;
    right: 0;
    width: 2.6rem;
    height: 0.2rem;
    background-color: #005aaa;
    transition: 0.3s ease-in-out;
  }

  .menu-nav-openbtn span:nth-of-type(1){
    top: 0;
  }

  .menu-nav-openbtn span:nth-of-type(2){
    top: 0.9rem;
  }

  .menu-nav-openbtn span:nth-of-type(3){
    top: 1.8rem;
  }

  /* ナビが開いてる時のボタン */
  .menu-nav-openbtn.active{
    transition: all 0.1s ease-in-out;
    transition-delay: 0.1s;
    transform: rotate(45deg);
  }

  .menu-nav-openbtn.active span:nth-of-type(2){
    width: 0;
  }

  .menu-nav-openbtn.active span:nth-of-type(1),
  .menu-nav-openbtn.active span:nth-of-type(3){
    transition-delay: 0.1s;
  }

  .menu-nav-openbtn.active span:nth-of-type(1){
    transform: translateY(0.5rem);
  }

  .menu-nav-openbtn.active span:nth-of-type(3){
    transform: translateY(-1.3rem) rotate(90deg);
  }

  /* menu-nav */
  .global-nav__inner{
    display: none;
  }

  .active .global-nav__inner{
    display: block;
  }

  .menu-nav{
    overflow-y: scroll;
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 8rem);
    background-color: #005aaa;
    opacity: 0;
    transform: translateY(-200vh);
  }

  .menu-nav{
    -ms-overflow-style: none; /* スクロールバーを非表示 IE, Edge */
    scrollbar-width: none; /* スクロールバーを非表示 Firefox */
  }

  .menu-nav::-webkit-scrollbar{
    display: none; /* スクロールバーを非表示 Chrome, Safari */
  }

  .menu-nav.active{
    opacity: 1;
    transform: translateY(8rem);
  }

  .menu-nav.active{
    display: block;
  }

  .menu-nav.active .menu-nav__inner::-webkit-scrollbar{
    display: none; /* スクロール非表示 Chrome, Safari 対応 */
  }

  .global-nav-list__title a{
    padding: 2.4rem 0;
  }

  .global-nav-list__first-level > li a{
    padding: 1.6rem 0;
  }

  .menu-nav-list__second-level > li a{
    padding: 0.8rem 0;
  }

  .menu-nav-list__second-level{
    padding-bottom: 1.2rem;
  }

  .global-nav-list__first-level__title a,
  .global-nav-list__first-level__list > li a{
    padding: 1.6rem 0;
    position: relative;
  }

  .global-nav-list__first-level__title,
  .global-nav-list__first-level__list > li{
    padding-left: 2.4rem;
    font-size: var(--txt-size7);
  }

  .global-nav-list__first-level__list .global-nav-list__first-level__list__ttl {
    margin: 1.6rem 0 0 -2.4rem;
    border-top: none;
}

  .menu-nav-list{
    padding: 4.8rem 1.6rem;
  }

  .menu-nav-list li{
    color: #fff;
    line-height: 1.6;
  }

  .menu-nav-list > li{
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: var(--txt-size6);
  }

  .menu-nav-list > li:last-of-type{
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .global-nav-list__first-level > li{
    padding-left: 3rem;
    font-size: max(1.7rem, 15px);
  }

  .global-nav-list__second-level > li{
    padding-left: 3rem;
    font-size: max(1.6rem, 14px);
  }

  /* .global-nav-list__first-level__list > li:not(:first-of-type) */
  .global-nav-list__first-level__list > li{
    border-top: 0.1rem solid rgba(255, 255, 255, 0.4);
  }

  .menu-nav-list li a{
    display: block;
    position: relative;
  }

  .menu-nav-list li a:hover{
    text-decoration: underline;
    text-underline-offset: 0.1rem;
  }

  .global-nav-list__first-level__title a::before,
  .global-nav-list__first-level__list > li a::before{
    content: '';
    margin: auto;
    display: block;
    position: absolute;
    top: 3.0rem;
    left: -1.6rem;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }

  .global-nav-list__first-level__list > li.current a::before{
    border: none;
    border-top: 1px solid #fff;
    transform: none;
  }

  .global-nav-list__title{
    padding-left: 4.8rem;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
  }

  /*アイコンの＋と×*/
  .menu-nav-list li a.more-menu-pc{
    display: none;
  }

  .global-nav-list__title .more-menu-sp{
    margin-left: -3rem;
    padding: 2.4rem 0 2.1rem 32px;
    display: block;
    position: relative;
  }

  .global-nav-list__title .more-menu-sp:hover{
    opacity: 0.8;
  }

  .global-nav-list__title .more-menu-sp::before,
  .global-nav-list__title .more-menu-sp::after{
    content: '';
    position: absolute;
    width: 1.6rem;
    height: 0.2rem;
    background-color: #eee;
  }

  .more-menu-sp{
    display: block;
    position: relative;
  }

  .more-menu-sp::before{
    top: 48%;
    left: 0;
    transform: rotate(0deg);
  }

  .more-menu-sp::after{
    top: 48%;
    left: 0;
    transition: all 0.3s ease-in-out;
    transform: rotate(90deg);
  }

  /* closeというクラスがついたら形状変化 */
  .more-menu-sp.close::before{
    transform: rotate(0deg);
  }

  .more-menu-sp.close::after{
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
  }

  .global-nav-list__daisi a::before{
    content: '';
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.6rem;
    width: 1.0rem;
    height: 1.0rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  /* アコーディオン無し */
  .global-nav-list__title--nolist::before,
  .global-nav-list__title--nolist::after{
    visibility: hidden;
  }

  /* お問い合わせ */
  .global-nav-list__inquiry .global-nav-list__title::before{
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.2rem;
    width: 2.2rem;
    height: 2.2rem;
    background: url(../img/mail_ic02.svg) no-repeat center bottom;
    background-size: 2.2rem auto;
  }

  .global-nav-list__inquiry .global-nav-list__title::after{
    visibility: hidden;
  }

  /* アコーディオンで現れるエリア*/
  .global-nav-list__first-level{
    margin: 0 0 2.4rem 2.4rem;
    padding: 0.8rem 2.4rem;
    display: none;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .menu-nav-list li a.pdf-link{
    display: inline-block;
  }

  .menu-nav-list li a.pdf-link::after{
    right: -1.6rem;
  }
}