<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

header * {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
  text-decoration: none;
}
header h1{
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

header .pc,
header .sp{
    display:none;
}


/*-------------------------------
------------header--------------
-------------------------------*/
@media screen and (max-width:600px){

  header .sp{
      display:block;
  }

  header{
    background-color: #fff;
    padding: 12px 0;
    border-bottom: 2px solid #00a63c;
  }  
  .header_top{
    width: 190px;
    margin-left: 5%;
  }  
  .header_top a{
    display: block;
  }
  
  .header_top img{
    width: 189px;
  }
}

@media screen and (min-width:601px){

  header .pc{
      display:block;
  }

  img{
    width: 100%;
  }

  header{
    background-color: #fff;
    border-bottom: 2px solid #00a63c;
    min-height: 80px;
    padding-top: 10px;
  }
  .header_menu_top{
    position: relative;
  }
  .header_menu_top &gt; ul{
    display: flex;
    justify-content: flex-end;
    margin: 0 auto 7px;
    padding: 12px 10px 0;
    max-width: 1360px;
  }
    
  .header_menu_top li{
    margin-left: 55px;
    cursor: pointer;
  }
  
  .header_menu_topHov{
    transition: .5s;
  }
  
  .header_menu_top a , .header_menu_top p{
    background-image: url(https://www.ichitaka.co.jp/corporate/wp-content/themes/ichitaka/img/common/li_ico.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: left 0px center;
    padding-left: 17px;
    font-size: 1.3rem;
    color: #3e3a3a;
  }
  
  .header_menu_top a:hover , .header_menu_top p:hover{
    opacity: .7;
  }
  
  .header_menu_topSub {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    font-size: 1.1rem;
    z-index: 600;
    padding-top: 8px;
  }
  
  .header_menu_topSub ul{
    padding: 20px 20px 7px;
    color: #3e3a3a;
    background: #e0e0e0;
  }
  
  .header_menu_topSub li{
    text-align: right;
    margin: 0 auto 13px;
    max-width: 1360px;
  }
  
  .header_menu_topHov:hover{
    box-shadow: 0 10px 0 0 #e0e0e0;
  }
  .header_menu_topHov:hover .header_menu_topSub {
    visibility: visible; 
    animation-name: menufadedown;
    animation-duration: .5s;
  }
  
  .header_menu_top .header_menu_topSub a{
    transition: 0s;
  }
  .header_menu_top .header_menu_topHov:hover .header_menu_topSub a {
    transition: .5s;
  }
  
  .header_wrap{
    position: relative;
    margin-bottom: 8px;
  }
  
  .header_wrap &gt; div{
    padding: 0 10px 0;
    display: flex;
    justify-content: space-between;
    max-width: 1360px;
    margin: 0 auto;
  }
  
  .header_wrap h1{
    margin-top: 0;
    margin-left: 5px;
    width: 10%;
    min-width: 105px;
    max-width: 137px;
    z-index: 999;
    position: fixed;
    transition: .3s;
  }
  
  .header_wrap h1:hover{
    transform: scale(1.1);
  }
  
  .header_menu{
    padding-left: 10%;
    width: 100%;
    z-index: 500;
  }
  
  .header_menu ul{
    display: flex;
    justify-content: flex-end;
  }
  
  .nav_menu &gt; li{
    width: calc(88% / 8);
    max-width: 110px;
    margin: 7px 0 0 -1px;
    font-size: 1.4rem;
    font-weight: 630;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
  }
  
  .nav_menu &gt; li.red_btn{
    width: 12%;
    max-width: 170px;
  }
  .nav_menu &gt; li.red_btn a{
    background-color: #ed1c24;
    color: #fff;
    flex-wrap: wrap;
    padding: 10px 8px;
    align-items: center;
  }
  .nav_menu &gt; li.red_btn a:hover{
    background-color: #eb888c;
  }
  
  .nav_menu &gt; li &gt; a ,
  .nav_menu &gt; .header_menu_Hov &gt; p{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #3e3a3a;
    transition: .5s;
    cursor: pointer;
    border-left: 1px solid #c5c4c3;
    border-right: 1px solid #c5c4c3;
  }
  .nav_menu &gt; li:first-child a,
  .nav_menu &gt; li.red_btn a{
    border-left: none;
  }
  /* .nav_menu &gt; li:last-child{
    margin-left: 0;
  } */
  .nav_menu &gt; li:last-child a,
  .nav_menu &gt; li.head_faq a{
    border-right: none;
  }
  
  .nav_menu &gt; li:not(.red_btn):hover{
    background-color: #e5eee1;
  }
  
  .header_menu_Hov{
    transition: .5s;
  }
  
  .header_menu_Hov:hover,
  .header_menu_Hov.now{
    background-color: #e5eee1;
  }
  
  .header_menu_Hov:hover,
  .header_menu_Hov.now{
    box-shadow: 0 10px 0 0 #00a63c;
  }
  
  .header_menu_Hov:hover .header_menu_Sub {
    visibility: visible; 
    animation-name: menufadedown;
    animation-duration: .5s;
  }
  
  .header_menu_Sub {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 8px;
    visibility: hidden;
    font-size: 1.1rem;
  }
  
  .header_menu_Sub .header_menu_Sub_bg {
    padding: 50px 0;
    background: #00a63c;
    width: 100%;
  }
  
  .header_menu_Sub .header_menu_SubWrap{
    width: 910px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
  }
  
  
  .header_menu_Sub .header_menu_SubNav{
    display: block;
    font-size: 1.4rem;
  }
  
  .header_menu_Sub .header_menu_SubNav li{
    border-left: none;
    width: 100%;
    margin: 0;
  }
  
  .header_menu_Sub .header_menu_SubNav li ul{
    display: block;
    margin-left: 30px;
    margin-top: 0;
  }
  
  .header_menu_Sub .header_menu_SubNav li a{
    color: #fff;
    display: block;
    padding: 10px 85px 10px 25px;
    border-bottom: 1px solid #fff;
    transition: 0s;
    position: relative;
  }
  .header_menu_Sub .header_menu_SubNav li a::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    margin: auto 4px auto 0;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
  }
  .header_menu_Sub .header_menu_SubNav li a::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #00a63c;
    margin: auto;
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
  }
  
  .header_menu_Sub .header_menu_SubNav li a:not(.nolink):hover{
    background-color: #fff;
    color: #00a63c;
    transition: .5s;
  }
  .header_menu_Sub .header_menu_SubNav li a:not(.nolink):hover::before{
    background-color: #00a63c;
    transition: .5s;
  }
  .header_menu_Sub .header_menu_SubNav li a:not(.nolink):hover::after{
    border-left-color: #fff;
    transition: .5s;
  }
  .header_menu_Sub .header_menu_SubNav li a.nolink{
    cursor: default;
  }
  
  .header_menu_Sub .header_menu_SubWrapTtl{
    font-size: 1.6rem;
    letter-spacing: 2.5px;
    justify-content: flex-start;
    /* position: relative; */
  }
  /* .header_menu_Sub .header_menu_SubWrapTtl::before{
    content: '';
    display: block;
    width: 32px;
    height: 12px;
    background-image: url(https://www.ichitaka.co.jp/corporate/wp-content/themes/ichitaka/img/common/header_icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    left: -32px;
  } */
  
  .header_menu_Sub .header_menu_SubWrapTtl a{
    color: #fff;
    display: block;
    padding: 10px 10px 10px 25px;
    position: relative;
  }
  .header_menu_Sub .header_menu_SubWrapTtl a::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    margin: auto 4px auto 0;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
  }
  .header_menu_Sub .header_menu_SubWrapTtl a::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #00a63c;
    margin: auto;
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
  }
  .header_menu_Sub .header_menu_SubWrapTtl a:hover{
    background-color: #fff;
    color: #00a63c;
    transition: .5s;
  }
  .header_menu_Sub .header_menu_SubWrapTtl a:hover::before{
    background-color: #00a63c;
    transition: .5s;
  }
  .header_menu_Sub .header_menu_SubWrapTtl a:hover::after{
    border-left-color: #fff;
    transition: .5s;
  }
  
  
  .header_menu_Sub p{
    color: #fff;
    transition: 0s;
    height: auto;
    padding-left: 5px;
  }
  
  .header_menu_Sub .header_menu_SubNav li:last-child{
    background-color: transparent;
  }
  
  .header_menu li figure{
    color: #3e3a39;
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: center;
  }
  
  .header_menu li figcaption{
    text-align: center;
    margin-top: 7px;
  }
  
  .header_menu li figure img{
    height: 32px;
  }
  

}


  
@keyframes menufadedown {
  from {
      opacity: 0;
      transform: translateY(-10px);
  }
  to {
      opacity: 1;
      transform: translateY(0px);
  }
  }</pre></body></html>