@charset "UTF-8";
/* CSS Document */
#subNav li {
  margin-left: 0;
}

#subNav li a {
  padding-right: 30px;
}

#subNav li span.arrow::before {
  right: 15px;
}

@media screen and (max-width: 1024px) {
  #subNav {
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 2rem 0;
    float: none;
    right: 0;
    text-align: center;
    width: 100%;
  }
  #subNav li {
    display: inline;
    list-style: none;
    text-align: center;
    line-height: 1.4;
    float: none;
    margin: 0 0 20px 0;
    margin-left: 0;
  }
  #subNav li a {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
  }
}

/* 
全体
-------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 65.2%;
}

h2 {
  font-size: 3.0rem;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
}

a i {
  color: #ffffff;
}

p {
  line-height: 1.8;
}

.forSP {
  display: none !important;
}

.forPC {
  display: inline !important;
}

.en-txt {
  text-align: center;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  font-family: 'Zilla Slab', serif;
  letter-spacing: 2px;
}

.inner {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
}

.inner img {
  width: 100%;
  height: auto;
}

.inner .pc-w-harf {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .inner .pc-w-harf {
    width: 50%;
  }
}

.border-top-dot {
  border-top: dotted 2px #333333;
  padding: 30px 0;
}

.box-wrap::after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .box-wrap > .l-box {
    padding-right: 1.4vw;
  }
}

@media screen and (min-width: 1401px) {
  .box-wrap > .l-box {
    padding-right: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .box-wrap > .r-box {
    padding-left: 1.4vw;
  }
}

@media screen and (min-width: 1401px) {
  .box-wrap > .r-box {
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .l-box {
    float: left;
  }
}

.r-box .ttl-ico {
  margin: auto 0 auto auto;
}

.r-box .ttl-ico + h3 {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .r-box {
    float: right;
  }
}

@media screen and (min-width: 769px) {
  .pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ttl-ico {
  background: black;
  color: white;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  max-width: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .ttl-ico {
    font-size: 1.7vw;
    width: 7.1vw;
  }
}

@media screen and (min-width: 769px) {
  .small-column-left {
    margin-right: 50%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .small-column-left p {
    padding-right: 1.4vw;
  }
}

@media screen and (min-width: 1401px) {
  .small-column-left p {
    padding-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .small-column-right {
    margin-left: 50%;
  }
}

.small-column-right + .small-column-right {
  margin-top: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .small-column-right p {
    padding-left: 1.4vw;
  }
}

@media screen and (min-width: 1401px) {
  .small-column-right p {
    padding-left: 20px;
  }
}

[class^="small-column"]::after {
  content: "";
  display: block;
  clear: both;
}

[class^="small-column"] p {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  [class^="small-column"] p {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  [class^="small-column"] img {
    width: 50%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  [class^="small-column"] img.l-box {
    padding-right: 1.4vw;
  }
}

@media screen and (min-width: 1401px) {
  [class^="small-column"] img.l-box {
    padding-right: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  [class^="small-column"] img.r-box {
    padding-left: 1.4vw;
  }
}

@media screen and (min-width: 1401px) {
  [class^="small-column"] img.r-box {
    padding-left: 20px;
  }
}

.inner .btn-orange {
  margin: 50px auto;
}

.inner .btn-orange a {
  background-color: #f39400;
  background-image: url(../images/stay_and_work/arrow2.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  max-width: 600px;
  padding: 6px 1em;
  margin: auto;
}

.btn-black a {
  display: block;
  background-color: #000000;
  background-image: url(../images/stay_and_work/arrow1.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  padding: 12px 1em;
  max-width: 500px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .btn-black a {
    margin: 0;
  }
}

.pickup-sec {
  background-image: url(../images/stay_and_work/paper.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 30px;
  margin-bottom: 30px;
  position: relative;
}

.pickup-sec .l-box:first-child {
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .pickup-sec .l-box:first-child {
    padding-bottom: 60px;
  }
}

.pickup-sec .pickup-sec-ico {
  border: solid 1px black;
  display: inline-block;
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 5px;
}

.pickup-sec > .r-box {
  padding-left: 0;
}

.pickup-sec h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}

.pickup-sec h3 span {
  display: block;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .pickup-sec .btn-black {
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .pickup-sec .btn-black {
    padding-left: 30px;
  }
}

/* for sp */
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  .forSP {
    display: inline !important;
  }
  .forPC {
    display: none !important;
  }
  .en-txt {
    font-size: 1.2rem;
  }
  .sp-mb {
    margin-bottom: 20px;
  }
}

/* 
メインビジュアル
-------------------------------------------------- */
.main-visual {
  position: relative;
}

.main-visual img {
  width: 100%;
}

.main-visual .main-visual-txt {
  color: white;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 90vw;
}

.main-visual .main-visual-txt h1 {
  text-align: center;
  padding: 0 30px;
}

.main-visual .main-visual-txt h1 .line {
  display: block;
  border-bottom: solid 3px white;
  font-family: Tahoma, Verdana, Helvetica , Arial;
  font-weight: bold;
  font-size: 10vw;
  margin-bottom: 18px;
}

.main-visual .main-visual-txt h1 .line span {
  font-size: 4.3vw;
}

.main-visual .main-visual-txt h1 .sub-txt {
  font-size: 4.3vw;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .main-visual .main-visual-txt h1 {
    padding: 0 4.6vw;
  }
  .main-visual .main-visual-txt h1 .line {
    font-size: 4.4vw;
    margin-bottom: 1.4vw;
  }
  .main-visual .main-visual-txt h1 .line span {
    font-size: 3vw;
  }
  .main-visual .main-visual-txt h1 .sub-txt {
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 1401px) {
  .main-visual .main-visual-txt h1 {
    padding: 0 65px;
  }
  .main-visual .main-visual-txt h1 .line {
    font-size: 6.2rem;
    margin-bottom: 20px;
  }
  .main-visual .main-visual-txt h1 .line span {
    font-size: 4.2rem;
  }
  .main-visual .main-visual-txt h1 .sub-txt {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .main-visual .main-visual-txt {
    width: 100%;
    max-width: 600px;
  }
}

.main-visual h2 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.main-visual h2 span {
  display: block;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .main-visual h2 span {
    margin-top: 1em;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .main-visual h2 {
    font-size: 2.1vw;
  }
  .main-visual h2 span {
    font-size: 1.1vw;
    margin-top: 0.7vw;
  }
}

/*
リード文
-------------------------------------------------- */
.leard {
  max-width: 1140px;
  margin: 30px auto 47px;
}

@media screen and (min-width: 769px) {
  .leard {
    text-align: center;
    margin: 47px auto;
  }
}

/* 
ナビ
-------------------------------------------------- */
.sub-navi {
  background-color: #ffffff;
  text-align: center;
  position: relative;
  width: 95%;
  max-width: 1140px;
  margin: 50px auto;
}

@media screen and (min-width: 769px) {
  .sub-navi {
    width: 100%;
  }
}

.sub-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub-navi li {
  width: calc(100% / 2 - 8px);
  border: dotted 2px #000;
  min-height: 45px;
  margin: 3px;
}

@media screen and (min-width: 769px) {
  .sub-navi li {
    width: calc(100% / 4 - 6px);
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: dotted 2px #000;
    margin: 0;
  }
  .sub-navi li:last-child {
    border-right: none;
  }
}

.sub-navi a {
  display: block;
  position: relative;
  padding: 15px;
}

@media screen and (min-width: 769px) {
  .sub-navi a {
    padding: 0;
  }
}

.sub-navi span:after {
  content: "";
  display: block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 12px;
  height: 12px;
  border-top: solid 2px #F25309;
  border-right: solid 2px #F25309;
  margin: auto;
}

 .sub-navi span span:after {
    border:none;
  }
@media screen and (max-width: 768px) {
   .sub-navi span span:after {
      display: none;
  }
}

.sub-navi span.ttl {
  display: block;
  font-size: 2.6vw;
  font-weight: bold;
  line-height: 1.2;
}

.sub-navi span.ttl span {
  display: block;
  font-size: 1.8vw;
  line-height: 1;
}

.sub-navi span.ttl.up::before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  width: 12px;
  height: 12px;
  display: block;
  border-top: solid 2px #F25309;
  border-left: solid 2px #F25309;
  margin: auto;
}

.sub-navi span.ttl.up::after {
  display: none;
}
@media screen and (max-width: 376px) {
  .sub-navi span.ttl {
      font-size: 3.8vw;
    }
  }

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .sub-navi span.ttl {
    font-size: 1.4vw;
  }
  .sub-navi span.ttl span {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1401px) {
  .sub-navi span.ttl {
    font-size: 2.0rem;
  }
  .sub-navi span.ttl span {
    font-size: 1.4rem;
  }
}

.antiviral {
  background: #F3F3ED;
  padding: 50px 0;
}

.antiviral-ttl-lv2 {
  font-size: 2.4rem;
  margin-top: 0;
}

.antiviral-ttl-lv3 {
  text-align: center;
  border-bottom: solid 1px black;
  font-size: 2rem;
}

.antiviral-ttl-lv4 {
  font-size: 2.4rem;
}

.antiviral-ttl-lv4 span {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .antiviral-ttl-lv4 {
      margin-bottom: 0.66em;
}
  }

.antiviral-list dl dt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.antiviral-list dl dd {
  margin: auto;
}

@media screen and (min-width: 769px) {
  .antiviral-list dl {
    width: calc(100% / 3 - 30px);
    margin-right: 45px;
  }
  .antiviral-list dl:last-of-type {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .antiviral-txt {
    padding-bottom: 60px;
  }
}

.antiviral .box-wrap {
  position: relative;
}

.antiviral .pc-flex {
  margin-bottom: 70px;
}

@media screen and (min-width: 769px) {
  .antiviral .pc-flex .pc-w-harf:first-child {
    padding-right: 20px;
  }
  .antiviral .pc-flex .pc-w-harf:nth-child(2) {
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .antiviral .btn-black {
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    width: 100%;
  }
}

.antiviral .btn-orange {
  margin-bottom: 0;
}
