@charset "UTF-8";
/*
Theme Name: Twenty Nineteen
Theme URI: https://github.com/WordPress/twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'Helvetica';
  src: url('/wp-content/themes/twentynineteen/font/Helvetica.ttc') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.Helvetica {
  font-family: 'Helvetica';
}

html,
button,
input,
select,
textarea {
  font-family: "heisei-kaku-gothic-std", sans-serif;
}

body {
  color: #000000;
  font-size: 16px;
  line-height: 1.7;
}

a[href $='.pdf'] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: underline;
  color: #000;
  line-height: 1.5;
}

a[href $='.pdf']::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 38px;
  background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
}

a[href $='.pdf']:hover {
  text-decoration: none;
}

body {
  background-color: #fff;
  color: #1A1A1A;
  line-height: 1.5;
}

html {
  font-size: 15px;
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

a:link {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.5s;
  -webkit-text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.oh {
  overflow: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
}

.wrap {
  margin: 0 auto;
  max-width: 1190px;
  /* 1190px(inner 1140 + padding 25*2) */
  padding: 0 25px;
}

.wrap1240 {
  max-width: 1240px;
  margin: 0 auto;
}

.wrap1140 {
  max-width: 1140px;
  margin: 0 auto;
}

.wrap1040 {
  max-width: 1040px;
  margin: 0 auto;
}

#mainVisual {
  width: 100%;
  height: 100vh;
}

#mainVisual .wrap1240 {
  position: relative;
  height: 100vh;
}

#mainVisual .wrap1140 {
  position: relative;
  height: 100vh;
}

#mainVisual .logo {
  width: 27%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
  display: flex;
}

#mainVisual .insta {
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 50px;
}

#mainVisual .insta .insta_link {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
}

#mainVisual .insta .insta_link.fal_link {
  right: 23%;
  width: 34%;
}

#mainVisual .insta .insta_link.jcc_link {
  right: 0;
  width: 15%;
}

#mainVisual .copyright {
  position: absolute;
  left: 0;
  bottom: 50px;
  font-size: 12px;
}

#mainVisual .sideNav {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #1A1A1A;
  padding-left: 50px;
  padding-top: 50px;
  z-index: 1;
  font-weight: 800;
}

#mainVisual .sideNav li {
  margin-bottom: 30px;
  position: relative;
}

#mainVisual .sideNav li:before {
  position: absolute;
  left: -50px;
  transition: 0.2s;
  width: 0px;
}

#mainVisual .sideNav li:hover:before {
  width: 30px;
  height: 1px;
  background-color: #1A1A1A;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}

#mainVisual .sideNav li a{
  color: #1A1A1A;
}

#footer {
  background-color: #1A1A1A;
  padding: 120px 0 50px;
  text-align: center;
}

#footer .upBox {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

#footer .upBox .logo {
  width: 160px;
  margin: auto;
  margin-bottom: 50px;
  display: block;
}

#footer .upBox .nav ul {
  display: flex;
  justify-content: center;
}

#footer .upBox .nav ul li a {
  color: #fff;
  font-weight: 800;
  margin: 0 30px;
  font-size: 18px;
}

#footer .downBox {
  padding-top: 50px;
}

#footer .downBox .companyName {
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

#footer .downBox .insta {
  width: 30px;
  margin: auto;
  margin-bottom: 30px;
}

#footer .downBox .companyInfo {
  font-size: 15px;
  color: #fff;
  margin-bottom: 30px;
}

#footer .downBox .companyInfo span {
  display: block;
  font-size: 13px;
}

#footer .downBox .copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

#purposeSec {
  padding-top: 250px;
  padding-bottom: 100px;
}

#purposeSec .wrap1240 {
  position: relative ;
}

#purposeSec .wrap1240:before {
  background-image: url(/wp-content/themes/twentynineteen/image/purpose_txt.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  z-index: -1;
  left: -150px;
  top: -150px;
  animation: 15s linear infinite rotation1;
}

@keyframes rotation1 {
  0% {
      transform: rotate(0);
  }

  100% {
      transform: rotate(360deg);
  }
}

#purposeSec .ttlBox {
  width: 100%;
  height: 300px;
  background-image: url(/wp-content/themes/twentynineteen/image/purposeSec_pic.jpeg);
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 80px;
}

#purposeSec .ttlBox h2 {
  position: absolute;
  left: 50px;
  top: -70px;
  font-size: 72px;
  font-weight: 800;
}

#purposeSec .inner h3 {
  font-size: 38px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

#purposeSec .inner p {
  letter-spacing: 2px;
  line-height: 32px;
}

#craftsmanSec,
#companySec {
  padding: 50px 0;
}

#craftsmanSec .inner,
#companySec .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#craftsmanSec .inner .picBox,
#companySec .inner .picBox {
  width: 480px;

}

#craftsmanSec .inner .txtBox,
#companySec .inner .txtBox {
  width: 500px;
}

#craftsmanSec .inner .txtBox {
  order: 1;
}

#craftsmanSec .inner .ttlBox,
#companySec .inner .ttlBox {
  margin-bottom: 50px;
}

#craftsmanSec .inner .ttlBox .en,
#companySec .inner .ttlBox .en {
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 20px;
}

#craftsmanSec .inner .ttlBox h2,
#companySec .inner .ttlBox h2 {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 700;
}

#companySec .inner .ttlBox h2 span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

#craftsmanSec .inner .txt,
#companySec .inner .txt {
  letter-spacing: 1px;
  line-height: 32px;

}

#comOutlineSec {
  padding: 50px 0;
}

#comOutlineSec h2 {
  font-size: 22px;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

#comOutlineSec h2:before {
  position: absolute;
  right: 0;
  top: 15px;
  width: 910px;
  height: 1px;
  background: #1A1A1A;
  content: "";
}

#comOutlineSec h2:after {
  position: absolute;
  left: 168px;
  top: -2px;
  width: 12px;
  height: 6px;
  border: 15px solid #fff;
  content: "";
}

#comOutlineSec .inner {
  max-width: 900px;
  margin: auto;
  margin-bottom: 50px;
}

#comOutlineSec .inner dl {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}

#comOutlineSec .inner dt {
  background-image: url(/wp-content/themes/twentynineteen/image/favicon_blue.svg);
  background-position: left top 6px;
  background-size: 24px;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 33px;
  height: 25px;
}

#comOutlineSec .inner dd {
  width: 720px;
  letter-spacing: 1px;
}

#comOutlineSec .linkBox {
  padding: 50px 0;
  display: flex;
  position: relative;
  justify-content: space-between;
}

#comOutlineSec .linkBox:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 820px;
  height: 380px;
  background-image: url(/wp-content/themes/twentynineteen/image/linkBox_bg01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

#comOutlineSec .linkBox:after {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  width: 600px;
  height: 250px;
  background-image: url(/wp-content/themes/twentynineteen/image/linkBox_bg02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

#comOutlineSec .linkBox .leftBox {
  padding-left: 50px;
  position: relative;
}

#comOutlineSec .linkBox .leftBox .logo {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
  padding: 20px 40px;
  margin-bottom: 30px;
  display: inline-block;
  background-color: #fff;
}

#comOutlineSec .linkBox .leftBox .logo img {
  width: 180px;
}

#comOutlineSec .linkBox .leftBox .txtBox {
  margin-bottom: 40px;
}

#comOutlineSec .linkBox .leftBox h3 {
  font-size: 26px;
  letter-spacing: 2px;
}

#comOutlineSec .linkBox .leftBox .en {
  font-size: 18px;
}

#comOutlineSec .linkBox .txtLink {
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
}

#comOutlineSec .linkBox .txtLink a {
  color: #1A1A1A;
  display: block;
  position: relative;
  padding-right: 50px;
}

#comOutlineSec .linkBox .txtLink a:hover {
  opacity: 0.5;
}

#comOutlineSec .linkBox .txtLink a:before {
  position: absolute;
  width: 15px;
  height: 15px;
  content: "";
  right: 10px;
  bottom: 2px;
  background-image: url(/wp-content/themes/twentynineteen/image/link_icons.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#comOutlineSec .linkBox .txtLink a:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  content: "";
  left: 0;
  bottom: -10px;
}

#comOutlineSec .linkBox .rightBox {
  width: 600px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 70px;
    margin-left: 300px;
}

#comOutlineSec .linkBox .rightBox .logo {
  background-color: #1A1A1A;
  width: 250px;
  padding: 20px 40px;
}

#comOutlineSec .linkBox .rightBox .txtBox {
  margin-bottom: 0;
  width: 320px;
}

#comOutlineSec .linkBox .rightBox .txtBox .en {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}

#comOutlineSec .linkBox .rightBox .txtBox h3 {
  display: inline-block;
  background-color: #1A1A1A;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0 20px;
  margin-bottom: 50px;
}

#informationSec {
  padding: 50px 0 100px;
}

#informationSec .wrap1040 {
  display: flex;
  justify-content: space-between;
}

#informationSec .wrap1040 .ttlBox .en {
  font-size: 60px;
  font-weight: 800;
}

#informationSec .wrap1040 .ttlBox h2 {
  font-size: 22px;
  letter-spacing: 2px;
}

#informationSec .wrap1040 .inner {
  width: 750px;
}

#informationSec .wrap1040 .inner li {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 20px;
}

#informationSec .wrap1040 .inner li a {
  padding: 15px 0;
  display: block;
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 700;
  position: relative;
}

#informationSec .wrap1040 .inner li a:hover {
  opacity: 0.5;
}

#informationSec .wrap1040 .inner li a span {
  font-size: 14px;
  margin-right: 50px;
}

#informationSec .wrap1040 .inner li a:after {
  position: absolute;
  width: 15px;
  height: 15px;
  content: "";
  right: 10px;
  bottom: 20px;
  background-image: url(/wp-content/themes/twentynineteen/image/link_icons.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#header {
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 0;
}

#header .logo {
  width: 160px;
  margin: auto;
  display: block;
}

.articlePage {
  padding: 80px 0;
}

.articlePage .inner{
  width: 800px;
  margin: auto;
}

.articlePage .ttlBox {
  margin-bottom: 100px;
}

.articlePage .ttlBox h1{
  font-size: 22px;
  position: relative;
  letter-spacing: 2px;
}

.articlePage .ttlBox h1:before {
  position: absolute;
  right: 0;
  bottom:-50px;
  width: 100%;;
  height: 1px;
  background: #1A1A1A;
  content: "";
}

.articlePage .ttlBox .en{
  font-size: 18px;
}

.articleList .inner li {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 20px;
}

.articleList .inner li a {
  padding: 15px 0;
  display: block;
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 700;
  position: relative;
}

.articleList .inner li a:hover {
  opacity: 0.5;
}

.articleList .inner li a span {
  font-size: 14px;
  margin-right: 50px;
}

.articleList .inner li a:after {
  position: absolute;
  width: 15px;
  height: 15px;
  content: "";
  right: 10px;
  bottom: 20px;
  background-image: url(/wp-content/themes/twentynineteen/image/link_icons.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* wp-pagenavi base */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}


.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border-color: #000;
    color: #000;
}

@media (max-width: 750px) {
  .pc {
      display: none;
  }

  .sp {
      display: block;
  }

  body {
      font-size: 3.8vw;
      line-height: 1.6;
      overflow: hidden;
      min-width: unset;
  }

  .wrap {
      max-width: 90%;
  }

  .wrap1240 {
      max-width: 96%;
  }

  .wrap1140 {
      max-width: 96%;
  }

  .wrap1040 {
      max-width: 96%;
  }

  #mainVisual .logo {
      width: 47%;
  }

  #mainVisual .insta {
      bottom: 5vh;
      width: 60%;
      margin: auto;
      left: 0;
  }

  #mainVisual .sideNav {
      border-left: 0;
      padding-right: 5vw;
      padding-left: 0vw;
      padding-top: 5vh;
      left: auto;
      right: 0;
  }

  #mainVisual .sideNav li {
      margin-bottom: 3vh;
      text-align: right;
  }

  #mainVisual .sideNav li:before {
      display: none;
  }

  #footer {
      padding: 30vw 0 10vw;
  }

  #footer .upBox {
      padding-bottom: 10vw;
  }

  #footer .upBox .logo {
      width: 35vw;
      margin-bottom: 20vw;
  }

  #footer .downBox .companyName {
      margin-bottom: 5vw;
      font-size: 4vw;
  }

  #footer .downBox .insta {
      width: 10vw;
      margin-bottom: 5vw;
  }

  #footer .downBox .companyInfo {
        font-size: 3.5vw;
    
    }

  #footer .downBox .companyInfo span {
      font-size: 3.0vw;
  }

  #footer .downBox .copyright {
      font-size: 3vw;
  }

  #purposeSec {
      padding-top: 60vw;
      padding-bottom: 20vw;
  }

  #purposeSec .ttlBox {
      height: 80vw;
      margin-bottom: 15vw;
  }

  #purposeSec .ttlBox h2 {
      font-size: 15vw;
      left: 5vw;
      top: -15vw;
  }

  #purposeSec .wrap1040 {
      max-width: 100%;
  }

  #purposeSec .inner h3 {
      font-size: 6.5vw;
  }

  #craftsmanSec,
  #companySec {
      padding: 10vw 0;

  }

  #craftsmanSec .inner .picBox,
  #companySec .inner .picBox {
      width: 100%;
      margin-bottom: 15vw;
  }

  #craftsmanSec .inner .ttlBox,
  #companySec .inner .ttlBox {
      margin-bottom: 12vw;

  }

  #craftsmanSec .inner .ttlBox .en,
  #companySec .inner .ttlBox .en {
      font-size: 13vw;
      margin-bottom: 1vw;
  }

  #craftsmanSec .inner .ttlBox h2,
  #companySec .inner .ttlBox h2 {
      font-size: 6.5vw;
  }

  #companySec .inner .ttlBox h2 span {
      font-size: 4vw;
  }

  #comOutlineSec {
      padding: 10vw 0;
  }

  #comOutlineSec h2 {
      font-size: 6.5vw;
      letter-spacing: 1.2vw;
      margin-bottom: 10vw;
  }

  #comOutlineSec h2:before {
      right: 0;
      top: 5.5vw;
      width: 60vw;
      height: 1px;
  }

  #comOutlineSec h2:after {
      position: absolute;
      left: 40vw;
      top: -2px;
      width: 10vw;
      height: 5vw;
      border: 15px solid #fff;
  }

  #comOutlineSec .inner {
      margin-bottom: 10vw;
  }

  #comOutlineSec .inner dl {
      padding: 5vw 0;
  }

  #comOutlineSec .inner dt {
      background-position: left top 2px;
      background-size: 5vw;
      padding-left: 8vw;
  }

  #comOutlineSec .inner dd {
      width: 65vw;
  }

  #comOutlineSec .linkBox {
      padding: 20vw 0;
      display: block;
  }

  #comOutlineSec .linkBox:before {
      display: none;
  }

  #comOutlineSec .linkBox:after {
      display: none;
  }

  #comOutlineSec .linkBox .leftBox {
      padding-left: 0;
  }

  #comOutlineSec .linkBox .leftBox .logo {
      padding: 10vw 20vw;
      margin: auto;
      display: block;
      margin-bottom: 10vw;
      width: 80%;
  }

  #comOutlineSec .linkBox .leftBox .txtBox {
      margin-bottom: 10vw;
      text-align: center;
  }

  #comOutlineSec .linkBox .leftBox h3 {
      font-size: 6vw;
      letter-spacing: 2px;
  }

  #comOutlineSec .linkBox .leftBox .en {
      font-size: 4vw;
  }

  #comOutlineSec .linkBox .txtLink {
      width: 80%;
      margin: auto;
      display: block;
  }

  #comOutlineSec .linkBox .txtLink a {
      padding-right: 50px;
  }

  #comOutlineSec .linkBox .txtLink a:before {
      width: 15px;
      height: 15px;
      right: 10px;
      bottom: 2px;
  }

  #comOutlineSec .linkBox .txtLink a:after {
      left: 0;
      bottom: -10px;
  }

  #comOutlineSec .linkBox .rightBox {
      width: 100%;
      padding-top: 0;
      display: block;
      margin-left: 0;
  }

  #comOutlineSec .linkBox .rightBox .logo {
      width: 50%;
      margin: auto;
      display: block;
      padding: 10vw 10vw;
      margin-bottom: 10vw;
  }

  #comOutlineSec .linkBox .rightBox .txtBox {
      margin-bottom: 0;
      width: 100%;
      text-align: center;
  }

  #comOutlineSec .linkBox .rightBox .txtBox .en {
      font-size: 8vw;
      font-weight: 700;
      letter-spacing: 2px;
      margin-bottom: 2vw;
  }

  #comOutlineSec .linkBox .rightBox .txtBox h3 {
      font-size: 4.5vw;
      letter-spacing: 2px;
      padding: 0 10vw;
      margin-bottom: 10vw;
  }

  #informationSec {
      padding: 10vw 0 20vw;
  }

  #informationSec .wrap1040 {
      display: block;
  }

  #informationSec .wrap1040 .ttlBox {
      margin-bottom: 5vw;
  }

  #informationSec .wrap1040 .ttlBox .en {
      font-size: 13vw;
      margin-bottom: 0vw;
  }

  #informationSec .wrap1040 .ttlBox h2 {
      font-size: 6.5vw;
  }

  #informationSec .wrap1040 .inner {
      width: 100%;
  }

  #informationSec .wrap1040 .inner li {
      margin-bottom: 5vw;
  }

  #informationSec .wrap1040 .inner li a {
      padding: 4vw 0;
      font-size: 4.5vw;
  }

  #informationSec .wrap1040 .inner li a span {
      font-size: 4vw;
      margin-right: 0px;
      display: block;
  }

  #informationSec .wrap1040 .inner li a:after {
      width: 4vw;
      height: 4vw;
      right: 2vw;
      bottom: 7vw;
  }
  
  #purposeSec .wrap1240:before {
      width: 80vw;
      height: 80vw;
      z-index: -1;
      left: -20vw;
      top: -40vw;
      animation: 15s linear infinite rotation1;
  }
  
  .articlePage {
      padding: 20vw 0;
  }
  
  .articlePage .inner {
      max-width: 96%;
  }
  
  .articlePage .ttlBox {
      margin-bottom: 30vw;
  }
  
  .articlePage .ttlBox h1 {
      font-size: 6vw;
  }
  
  .articlePage .ttlBox .en {
      font-size: 4vw;
  }
  
  .articleList .inner li a {
      padding: 4vw 0;
  }
  
  .articleList .inner li {
      margin-bottom: 5vw;
  }
  
  .articleList .inner li a {
      font-size :5vw;
  }
  
  .articleList .inner li a span {
      display: block ;
      font-size: 3vw;
  }
  
  .articleList .inner li a:after {
      width: 4vw;
      height: 4vw;
  }
  
  #header .logo {
      width: 35vw;
  }

}