@charset "utf-8";

/* ======================================================
 * top_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Clearfix
====================================================== */

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Layout
  ------------------------------------------------------ */
  #top-page .container{
    padding-bottom: 0;
  }
  #top-page #footer {
    margin-top: 20px;
  }
  /* ------------------------------------------------------
   * Information
  ------------------------------------------------------ */
  #top-info .info_link a {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    text-decoration: none;
    color: #333;
  }
  #top-info .info_link a::before {
    position: absolute;
    display: block;
    top: .5em;
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  #top-info .info_emergency {
    margin-top: 15px;
    border: 1px solid #ed6d47;
  }
  #top-info .info_emergency .info_heading {
    padding: 12px 0 11px;
    background: #ed6d47;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  #top-info .info_emergency .info_heading > span {
    position: relative;
    display: inline-block;
    padding-left: 25px;
  }
  #top-info .info_emergency .info_heading > span::after {
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    top: 50%;
    left: 0;
    margin-top: -10px;
    background: url(/shared/img/com_sprite01@2x.png) 0 -50px no-repeat;
    -webkit-background-size: 490px auto;
    background-size: 490px auto;
    content: "";
  }
  #top-info .info_emergency .info_block {
    padding: 15px 19px 20px;
  }
  #top-info .info_emergency .info_block + .info_block {
    border-top: 1px solid #ffc2c2;
  }
  #top-info .info_emergency .info_title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #top-info .info_emergency .info_detail {
    font-size: 1.4rem;
  }
  #top-info .info_emergency .info_detail > .info_text {
    margin-top: 10px;
  }
  #top-info .info_emergency .info_link {
    margin-top: 1.0em;
  }
  #top-info .info_ordinary {
    margin-top: 20px;
    padding: 15px 20px 18px;
    background: #fff2ee;
  }
  #top-info .info_ordinary .notice_heading {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #top-info .info_ordinary .info_detail {
    font-size: 1.4rem;
  }
  #top-info .info_ordinary .info_detail .info_link {
    margin-top: 5px;
  }
  #top-info .info_ordinary .info_detail > *:first-child {
    margin-top: 0;
  }
  #top-info .info_emergency .info_link a.a-blank::after,
  #top-info .info_emergency .info_link a.a-pdf::after,
  #top-info .info_ordinary .info_link a.a-blank::after,
  #top-info .info_ordinary .info_link a.a-pdf::after {
    display: inline-block;
    margin: .3em 0 0 8px;
  }
  /* ------------------------------------------------------
   * Section
  ------------------------------------------------------ */
  .top-section {
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
  }
  .top-section--info {
    display: flex;
  }
  .top-section.top-section--hero {
    overflow: hidden;
  }
  .top-section.top-section--info {
    margin-top: 58px;
  }
  .top-section.top-section--pickup {
    margin-top: 30px;
    padding: 25px 0 40px;
    background-color: #ebf2fd;
    overflow: hidden;
  }
  .top-section.top-section--hero {
  }
  .top-section.top-section--special {
    margin-top: 22px;
  }
  .top-section__inner {
    padding: 0 15px;
    width: 100%;
  }
  .top-section__inner > :first-child {
    margin-top: 0;
  }
  .top-section__inner > :last-child {
    margin-bottom: 0;
  }
  /* .top-heading */
  .top-heading {
    margin-top: 2em;
  }
  .top-heading__title {
    font-size: 2.3rem;
    font-weight: bold;
  }
  .top-heading--wn,
  .top-heading--ir {
    display: flex;
  }
  .top-heading.top-heading--wn{
    width: 100%;
  }
  .top-heading.top-heading--ir {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
  .top-heading.top-heading__sub-menu{
    margin-left: 10px;
    justify-content: space-between;
  }
  .top-heading--wn > .top-heading__sub-menu{
    margin-top: 34px;
    width: 100%;
  }
  /* .top-text */
  .top-text .top-text__type {
    position: relative;
    margin-bottom: 5px;
    padding-left: 18px;
    color: #333;
    text-decoration: none;
  }
  .top-text .top-text__type::before {
    display: block;
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  /* .top-button */
  .top-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .top-button .top-button__type {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 13px 30px 12px 10px;
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    background: #00307c;
  }
  .top-button .top-button__type >span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }
  .top-button .top-button__type >span::before {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform:  rotate(45deg);
    content: '';
  }
  /* .slick */
  .slick-dots {
    display: flex;
  }
  .slick-dots > li {
    margin: 0 7px;
  }
  .slick-dots > li > button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background-color: #dddddd;
    text-indent: -9999em;
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    cursor: pointer;
  }
  .slick-dots > li.slick-active > button {
    background-color: #00a27c;
  }
  .top-slider__control{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-slider__pager{
  }
  .top-slider__switch{
  }
  .top-slider__switch__pause,
  .top-slider__switch__play {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 12px;
    text-indent: -9999em;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
  }
  .top-slider__switch__pause::before,
  .top-slider__switch__pause::after,
  .top-slider__switch__play::before {
    content: '';
    display: block;
    position: absolute;
  }
  .top-slider__switch__pause::before,
  .top-slider__switch__pause::after {
    top: 0;
    width: 3px;
    height: 12px;
    background-color: #00307c;
  }
  .top-slider__switch__pause::before{
    left: 4px;
  }
  .top-slider__switch__pause::after {
    right: 4px;
  }
  .top-slider__switch__play::before {
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #00307c;
  }
  .top-slider__switch__label{
  }
  .top-slider__switch__play{
  }
  
  /* .top-hero-slider */
  .top-hero-slider{
    position: relative;
  }
  .top-hero-slider__list{
    position: relative;
  }
  .top-hero-slider__list__item{
  }
  .top-hero-slider__list > .top-hero-slider__list__item + .top-hero-slider__list__item{
    display: none;
  }
  .top-hero-slider__list {}
  .top-hero-slider .top-slider__control {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 50%;
    bottom: 14px;
    padding: 3px 20px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 60px;
    transform: translateX(-50%);
    opacity: 0;
  }
  .top-hero-slider .slick-initialized + .top-slider__control {
    opacity: 1;
  }
  .top-hero-slider__pager{
  }
  .top-hero-slider__switch{
  }
  .top-hero-slider__switch__pause{
  }
  .top-slider__switch__label{
  }
  .top-hero-slider__switch__play{
  }
  .top-hero-slider .slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: absolute;
    top: 50%;
    margin: -4px 0 0;
    padding: 0;
    width: 8px;
    height: 8px;
    background: none;
    border: none;
    border-top: 1px solid #666666;
    border-radius: 0;
    text-indent: -9999em;
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    cursor: pointer;
  }
  .top-hero-slider .slick-arrow.slick-prev {
    left: 10px;
    border-left: 1px solid #666666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .top-hero-slider .slick-arrow.slick-next {
    right: 10px;
    border-right: 1px solid #666666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* .top-info-contents */
  .top-info-contents {
    width: 100%;
  }
  .top-info-contents__wn{
    width: 100%;
  }
  .top-info-contents__ir {
    margin-top: 30px;
    width: 100%;
  }
  .top-info-contents__wn > :first-child,
  .top-info-contents__ir > :first-child {
    margin-top: 0;
  }
  /* .top-sp-tab-list */
  .top-sp-tab-list{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #00a27c;
  }
  .top-sp-tab-list__item{
    width: 100%;
    border-right: 2px solid #fff;
  }
  .top-sp-tab-list > .top-sp-tab-list__item:last-child {
    border-right: none;
  }
  .top-sp-tab-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 7px 5px 4px;
    width: 100%;
    color: #333;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .top-sp-tab-button:hover,
  .is-current > .top-sp-tab-button{
    color: #fff;
    font-weight: bold;
    background-color: #00a27c;
  }
  .is-current > .top-sp-tab-button {
    cursor: inherit;
  }
  .top-sp-tab-button > span{
    position: relative;
  }
  /* .top-wn-tab-list */
  .top-wn-tab-list{
    display: flex;
    width: 100%;
  }
  .top-wn-tab-list__item{
    width: 25%;
    border-right: 2px solid #fff;
  }
  .top-wn-tab-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 7px 8px;
    width: 100%;
    height: 100%;
    color: #333;
    line-height: 1.3;
    font-size: 1.4rem;
    background-color: #dddddd;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .is-current > .top-wn-tab-button{
    color: #fff;
    font-weight: bold;
    background-color: #00a27c;
  }
  .is-current > .top-wn-tab-button {
    cursor: inherit;
  }
  .top-wn-tab-button > span{
    position: relative;
  }
  .top-wn-tab__panel{
    margin-top: 15px;
  }
  .top-wn-tab__panel__item{
  }
  /* .top-wn-news */
  .top-wn-news{
    margin-top: 35px;
  }
  .top-wn-news__article {
    border-bottom: 1px solid #dddddd;
  }
  .top-wn-news > .top-wn-news__article:first-child {
    border-top: 1px solid #dddddd;
  }
  .top-wn-news__article__type--no-link,
  a.top-wn-news__article__type,
  a.top-wn-news__article__type--blank,
  a.top-wn-news__article__type--pdf{
    display: block;
    padding: 18px 0 13px;
    color: #00307c;
    text-decoration: none;
    background-color: #fff;
  }
  .top-wn-news__article__type--no-link {
    color: inherit;
  }
  a.top-wn-news__article__type--blank .top-wn-news__article__body__title::after,
  a.top-wn-news__article__type--pdf .top-wn-news__article__body__title::after{
    display: inline-block;
    margin: .3em 0 0 8px;
    vertical-align: top;
    background: url(/shared/img/com_sprite01@2x.png) no-repeat;
    -webkit-background-size: 490px auto;
    background-size: 490px auto;
    content: "";
  }
  a.top-wn-news__article__type--blank .top-wn-news__article__body__title::after{
    width: 10px;
    height: 10px;
    background-position: 0 0;
  }
  a.top-wn-news__article__type--pdf .top-wn-news__article__body__title::after{
    width: 14px;
    height: 14px;
    background-position: -100px 0;
  }
  .top-wn-news__article__type--no-link{
  }
  .top-wn-news__article__type--blank{
  }
  .top-wn-news__article__type--pdf{
  }
  .top-wn-news__article__head{
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
  .top-wn-news__article__head__date{
    margin-right: 10px;
    font-size: 1.2rem;
    color: #333333;
  }
  .top-wn-news__article__body{
  }
  .top-wn-news__article__head__icon {
    display: inline-block;
    padding: 2px 8px;
    min-width: calc(4em + 16px);
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
  }
  .top-wn-news__article__head__icon.is-icon-release{
    background-color: #00307c;
  }
  .top-wn-news__article__head__icon.is-icon-news{
    background-color: #00a27c;
  }
  .top-wn-news__article__head__icon.is-icon-update{
    background-color: #d0611e;
  }
  .top-wn-news__article__head__icon.is-icon-recruit{
    background-color: #d01e5d;
  }
  .top-wn-news__article__head__icon.is-icon-sustainability{
    background-color: #1297b3;
  }
  .top-wn-news__article__head__icon.is-icon-works{
    background-color: #666666;
  }
  .top-wn-news__article__head__icon-v2 {
    display: inline-block;
    padding: 2px 10px;
    min-width: calc(4em + 20px);
    text-align: center;
    font-size: 1.2rem;
  }
  .top-wn-news__article__head__icon-v2.is-icon-v2-disclosure {
    color: #d55500;
    border: 1px solid #d55500;
  }
  .top-wn-news__article__head__icon-v2.is-icon-v2-closing {
    color: #00307c;
    border: 1px solid #00307c;
  }
  .top-wn-news__article__head__icon-v2.is-icon-v2-other {
    color: #008662;
    border: 1px solid #008662;
  }
  /* .top-ir-news */
  .top-ir-news{
    margin-top: 15px;
  }
  .top-ir-news__article {
    border-bottom: 1px solid #dddddd;
  }
  .top-ir-news > .top-ir-news__article:first-child {
    border-top: 1px solid #dddddd;
  }
  .top-ir-news__article__type--no-link,
  a.top-ir-news__article__type,
  a.top-ir-news__article__type--blank,
  a.top-ir-news__article__type--pdf{
    display: block;
    padding: 15px 0;
    color: #00307c;
    text-decoration: none;
    background-color: #fff;
  }
  .top-ir-news__article__type--no-link {
    color: inherit;
  }
  a.top-ir-news__article__type--blank .top-ir-news__article__body__title::after,
  a.top-ir-news__article__type--pdf .top-ir-news__article__body__title::after{
    display: inline-block;
    margin: .3em 0 0 8px;
    vertical-align: top;
    background: url(/shared/img/com_sprite01@2x.png) no-repeat;
    -webkit-background-size: 490px auto;
    background-size: 490px auto;
    content: "";
  }
  a.top-ir-news__article__type--blank .top-ir-news__article__body__title::after{
    width: 10px;
    height: 10px;
    background-position: 0 0;
  }
  a.top-ir-news__article__type--pdf .top-ir-news__article__body__title::after{
    width: 14px;
    height: 14px;
    background-position: -100px 0;
  }
  .top-ir-news__article__head{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .top-ir-news__article__head__date{
    margin-right: 10px;
    font-size: 1.2rem;
    color: #333333;
  }
  .top-ir-news__article__head__icon {
    display: inline-block;
    padding: 2px 10px;
    min-width: calc(4em + 20px);
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
  }
  .top-ir-news__article__head__icon.is-icon-release{
    background-color: #00307c;
  }
  .top-ir-news__article__head__icon.is-icon-news{
    background-color: #00a27c;
  }
  .top-ir-news__article__head__icon.is-icon-update{
    background-color: #d0611e;
  }
  .top-ir-news__article__head__icon.is-icon-recruit{
    background-color: #d01e5d;
  }
  .top-ir-news__article__head__icon.is-icon-sustainability{
    background-color: #1297b3;
  }
  .top-ir-news__article__head__icon.is-icon-works{
    background-color: #666666;
  }
  .top-ir-news__article__head__icon-v2 {
    display: inline-block;
    padding: 1px 10px;
    min-width: calc(4em + 20px);
    text-align: center;
    font-size: 1.2rem;
  }
  .top-ir-news__article__head__icon-v2.is-icon-v2-disclosure {
    color: #d55500;
    border: 1px solid #d55500;
  }
  .top-ir-news__article__head__icon-v2.is-icon-v2-closing {
    color: #00307c;
    border: 1px solid #00307c;
  }
  .top-ir-news__article__head__icon-v2.is-icon-v2-other {
    color: #008662;
    border: 1px solid #008662;
  }
  .top-pickup-slider{
    margin-top: 20px;
  }
  .top-pickup-slider .top-slider__control{
    margin-top: 30px;
  }
  .top-card-v2-wrap{
    position: relative;
    width: 100%;
  }
  .top-card-v2-wrap:not(.slick-initialized) {
    display: flex;
    justify-content: center;
  }
  .top-card-v2-wrap.slick-slider {
  }
  .top-card-v2{
    width: 100%;
  }
  .top-card-v2-wrap:not(.slick-initialized) .top-card-v2 + .top-card-v2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
  }
  .top-card-v2-wrap > .top-card-v2:nth-child(n+4) {
  }
  a.top-card-v2__type,
  a.top-card-v2__type--blank,
  a.top-card-v2__type--pdf,
  a.top-card-v2__type--video,
  div.top-card-v2__type--nolink {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #00307c;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0);
  }
  .top-card-v2__image {
    display: block;
  }
  .top-card-v2__image > img {
    width: 100%;
  }
  .top-card-v2__detail {
    display: block;
    padding: 15px;
  }
  a.top-card-v2__type .top-card-v2__title,
  a.top-card-v2__type--blank .top-card-v2__title,
  a.top-card-v2__type--pdf .top-card-v2__title,
  a.top-card-v2__type--video .top-card-v2__title,
  div.top-card-v2__type--nolink .top-card-v2__title {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    line-height: 1.3;
    font-size: 1.5rem;
    font-weight: bold;
  }
  a.top-card-v2__type .top-card-v2__title::before,
  a.top-card-v2__type--blank .top-card-v2__title::before,
  a.top-card-v2__type--pdf .top-card-v2__title::before,
  a.top-card-v2__type--video .top-card-v2__title::before,
  div.top-card-v2__type--nolink .top-card-v2__title::before {
    content: '';
    display: block;
    position: absolute;
    top: .3em;
    left: -2px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a.top-card-v2__type--video .top-card-v2__title::after {
    content: '';
    display: inline-block;
    top: 0.1em;
    position: relative;
    margin: 0 0 0 10px;
    width: 14px;
    height: 12px;
    background: url(/shared/img/com_ic02.png) no-repeat;
    background-size: 14px auto;
  }
  .top-card-v2-wrap .slick-track {
    display: flex;
  }
  .top-card-v2-wrap.slick-initialized .slick-slide {
  }
  .top-card-v2-wrap .slick-list {
    overflow: visible;
    padding: 0 16px !important;
  }
  .top-card-v2-wrap.slick-initialized .top-card-v2 {
    margin: 0 18px;
  }
  .top-card-v2-wrap .slick-slide {
    margin-top: 20px;
    height: auto;
  }
  .top-card-v2-wrap .slick-slide.slick-current {
    position: relative;
    z-index: 100;
  }
  .top-card-v2-wrap .slick-slide {
    opacity: 0.6;
    transform: scale(1);
    -webkit-transition: all .25s ease-out 0.3s;
    transition: all .25s ease-out 0.3s;
  }
  .top-card-v2-wrap .slick-slide.slick-current {
    opacity: 1;
    transform: scale(1.05);
  }
  .top-card-v2-wrap .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin: -20px 0 0;
    padding: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    background: none;
    background-repeat: no-repeat;
    background-size: 40px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 2;
    cursor: pointer;
  }
  .top-card-v2-wrap .slick-prev.slick-arrow {
    left: 0;
    background-image: url(/assets/img/top_slider_ic01.png);
  }
  .top-card-v2-wrap .slick-next.slick-arrow {
    right: 0;
    background-image: url(/assets/img/top_slider_ic02.png);
  }
  .top-pickup-slider__control{
    display: flex;
    justify-content: center;
    margin-top: 47px;
  }
  
  /* .top-card */
  .top-card-list{
    margin-top: 15px;
  }
  .top-card-list > .top-card {
    margin-top: 15px;
    width: 100%;
  }
  .top-card-list > .top-card:first-child {
    margin-top: 0;
  }
  .top-card__type{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #e4e4e4;
  }
  a.top-card__type,
  a.top-card__type--blank,
  a.top-card__type--pdf{
    color: #333333;
    text-decoration: none;
  }
  .top-card__image{
    flex-shrink: 0;
    width: 50%;
  }
  .top-card__detail{
    padding: 10px 10px;
    width: 50%;
  }
  .top-card__title{
    display: inline-block;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: bold;
  }
  a.top-card__type .top-card__title::before,
  a.top-card__type--blank .top-card__title::before,
  a.top-card__type--pdf .top-card__title::before {
    content: '';
    display: block;
    position: absolute;
    top: .4em;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}