﻿@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Serif Japanese", serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

input, textarea {
  margin: 0;
  padding: 0;
}

nav, ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, b {
  font-weight: bold;
}

html {
  width: auto;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-width: 320px;
  height: 100%;
  color: #333333;
  background: #F7F7F7;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa-angle-down,
.fa-caret-right,
.fa-angle-right {
  position: relative;
  font-style: normal;
}
.fa-angle-down:before,
.fa-caret-right:before,
.fa-angle-right:before {
  position: absolute;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.0;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSerifCJKjp-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp-Bold.otf) format("opentype");
}
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.small {
  font-size: 86%;
}

.main-contents-inner .contents-block-title, .business-contents .business-contents-block .business-inner-contents-title, .entry-wrap .entry-header .entry-title, .company-message-txt-title {
  position: relative;
  margin-bottom: 1.0em;
  padding-bottom: 1.0em;
  color: #1C3E47;
}
@media screen and (min-width: 641px) {
  .main-contents-inner .contents-block-title, .business-contents .business-contents-block .business-inner-contents-title, .entry-wrap .entry-header .entry-title, .company-message-txt-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .main-contents-inner .contents-block-title, .business-contents .business-contents-block .business-inner-contents-title, .entry-wrap .entry-header .entry-title, .company-message-txt-title {
    font-size: 3.75vw;
  }
}
.main-contents-inner .contents-block-title:after, .business-contents .business-contents-block .business-inner-contents-title:after, .entry-wrap .entry-header .entry-title:after, .company-message-txt-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #1C3E47;
  content: "";
}
@media screen and (min-width: 641px) {
  .main-contents-inner .contents-block-title:after, .business-contents .business-contents-block .business-inner-contents-title:after, .entry-wrap .entry-header .entry-title:after, .company-message-txt-title:after {
    width: 48px;
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .main-contents-inner .contents-block-title:after, .business-contents .business-contents-block .business-inner-contents-title:after, .entry-wrap .entry-header .entry-title:after, .company-message-txt-title:after {
    width: 7.5vw;
    height: 0.3125vw;
  }
}

.business-contents .business-contents-title, .company-contents .company-contents-title, .recruit-contents-title {
  position: relative;
  margin-bottom: 2.0em;
  padding-bottom: 1.0em;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .business-contents .business-contents-title, .company-contents .company-contents-title, .recruit-contents-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .business-contents .business-contents-title, .company-contents .company-contents-title, .recruit-contents-title {
    font-size: 4.6875vw;
  }
}
.business-contents .business-contents-title:after, .company-contents .company-contents-title:after, .recruit-contents-title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  height: 4px;
  background: #d71619;
  content: "";
}
@media screen and (min-width: 641px) {
  .business-contents .business-contents-title:after, .company-contents .company-contents-title:after, .recruit-contents-title:after {
    width: 60px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 640px) {
  .business-contents .business-contents-title:after, .company-contents .company-contents-title:after, .recruit-contents-title:after {
    width: 9.375vw;
    margin-left: -4.6875vw;
  }
}

.group-list-wrap .group-list-title, .company-inner-contents-title {
  color: #666666;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .group-list-wrap .group-list-title, .company-inner-contents-title {
    margin-bottom: 40px;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 640px) {
  .group-list-wrap .group-list-title, .company-inner-contents-title {
    margin-bottom: 7.8125vw;
    font-size: 4.375vw;
  }
}
.group-list-wrap .group-list-title span, .company-inner-contents-title span {
  position: relative;
  display: inline-block;
}
.group-list-wrap .group-list-title span:before, .company-inner-contents-title span:before, .group-list-wrap .group-list-title span:after, .company-inner-contents-title span:after {
  position: absolute;
  top: 50%;
  height: 1px;
  background: #666666;
  content: "";
}
@media screen and (min-width: 641px) {
  .group-list-wrap .group-list-title span:before, .company-inner-contents-title span:before, .group-list-wrap .group-list-title span:after, .company-inner-contents-title span:after {
    width: 46px;
  }
}
@media screen and (max-width: 640px) {
  .group-list-wrap .group-list-title span:before, .company-inner-contents-title span:before, .group-list-wrap .group-list-title span:after, .company-inner-contents-title span:after {
    width: 9.375vw;
  }
}
.group-list-wrap .group-list-title span:before, .company-inner-contents-title span:before {
  left: 120%;
}
.group-list-wrap .group-list-title span:after, .company-inner-contents-title span:after {
  right: 120%;
}

.recruit-contents-inner-title {
  color: #666666;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .recruit-contents-inner-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit-contents-inner-title {
    margin-bottom: 1.5625vw;
    font-size: 3.75vw;
  }
}

.num-list li, .main-contents-inner .contents-block-txt, .business-contents .business-contents-block .business-contents-txt, .company-contents .company-txt, .company-contents .philosophy-txt {
  margin-bottom: 1.8em;
  color: #666666;
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .num-list li, .main-contents-inner .contents-block-txt, .business-contents .business-contents-block .business-contents-txt, .company-contents .company-txt, .company-contents .philosophy-txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .num-list li, .main-contents-inner .contents-block-txt, .business-contents .business-contents-block .business-contents-txt, .company-contents .company-txt, .company-contents .philosophy-txt {
    font-size: 3.125vw;
  }
}

#global-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  z-index: 15;
}
@media screen and (min-width: 641px) {
  #global-header {
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  #global-header {
    display: flex;
    justify-content: space-between;
    height: 100px;
  }
}
@media screen and (max-width: 640px) {
  #global-header {
    height: 18.75vw;
    transform: translate3d(0, 0, 0);
  }
}
#global-header.fixed {
  position: fixed;
}
@media screen and (min-width: 641px) {
  #global-header.fixed {
    top: -140px;
  }
}
@media screen and (min-width: 1200px) {
  #global-header.fixed {
    top: -160px;
  }
}
@media screen and (max-width: 640px) {
  #global-header.fixed {
    top: -18.75vw;
  }
}
#global-header.timeset {
  transition: .2s;
}
#global-header.show {
  top: 0;
}
@media screen and (min-width: 641px) {
  #global-header .logo {
    width: 300px;
    border-top: 4px #d71619 solid;
  }
}
@media screen and (min-width: 1200px) {
  #global-header .logo {
    width: 372px;
  }
}
#global-header .logo a {
  display: block;
}
@media screen and (min-width: 641px) {
  #global-header .logo a {
    padding: 25px 25px 8px;
  }
}
@media screen and (min-width: 1200px) {
  #global-header .logo a {
    padding: 30px 38px 11px 40px;
  }
}
@media screen and (max-width: 640px) {
  #global-header .logo a {
    width: 59.6875vw;
    padding: 6.25vw 0 1.25vw 4.6875vw;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav {
    flex: 1 0 0%;
  }
}
@media screen and (min-width: 641px) {
  #global-header #gnav #menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #d71619;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav #menu-btn {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav #menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 18.75vw;
    height: 18.75vw;
    background: #d71619;
  }
}
#global-header #gnav #menu-btn span {
  position: absolute;
  top: 50%;
  left: 37.5%;
  display: block;
  height: 2px;
  margin-top: -1px;
  background: #FFFFFF;
  transition: .2s;
}
@media screen and (min-width: 641px) {
  #global-header #gnav #menu-btn span {
    width: 30px;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav #menu-btn span {
    width: 4.6875vw;
  }
}
#global-header #gnav #menu-btn span:before, #global-header #gnav #menu-btn span:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 2px;
  background: #FFFFFF;
  transition: .2s;
  content: "";
}
@media screen and (min-width: 641px) {
  #global-header #gnav #menu-btn span:before, #global-header #gnav #menu-btn span:after {
    width: 30px;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav #menu-btn span:before, #global-header #gnav #menu-btn span:after {
    width: 4.6875vw;
  }
}
#global-header #gnav #menu-btn span:before {
  margin-top: -8px;
}
#global-header #gnav #menu-btn span:after {
  margin-top: 6px;
}
#global-header #gnav #menu-btn.open span {
  background: transparent;
}
#global-header #gnav #menu-btn.open span:before {
  margin-top: 0;
  transform: rotate(-45deg);
}
#global-header #gnav #menu-btn.open span:after {
  margin-top: 0;
  transform: rotate(-135deg);
}
@media screen and (min-width: 641px) {
  #global-header #gnav #menu-btn.open + ul {
    max-height: 1000px;
    border-bottom: 1px #E3E3E3 solid;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav #menu-btn.open + ul {
    max-height: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav #menu-btn.open + ul {
    max-height: 600px;
    border-bottom: 1px #E3E3E3 solid;
  }
}
@media screen and (min-width: 641px) {
  #global-header #gnav > ul {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    z-index: 15;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul {
    position: static;
    display: flex;
    width: 100%;
    max-height: none;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav > ul {
    position: absolute;
    top: 18.75vw;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    z-index: 15;
  }
}
@media screen and (min-width: 641px) {
  #global-header #gnav > ul > li {
    background: #F7F7F7;
    border-top: 1px #E3E3E3 solid;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li {
    height: 100px;
    border-top: none;
    background: none;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav > ul > li {
    background: #F7F7F7;
    border-top: 1px #E3E3E3 solid;
    font-size: 3.75vw;
  }
}
#global-header #gnav > ul > li > a {
  position: relative;
  color: #666666;
}
@media screen and (min-width: 641px) {
  #global-header #gnav > ul > li > a {
    display: block;
    padding: 0.8em 1.0em;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 36px;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav > ul > li > a {
    display: block;
    padding: 0.8em 1.0em;
  }
}
#global-header #gnav > ul > li > a:after {
  position: absolute;
}
@media screen and (min-width: 641px) {
  #global-header #gnav > ul > li > a:after {
    top: 50%;
    right: 1.0em;
    margin-top: -0.5em;
    color: #d71619;
    content: "\f054";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.0;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li > a:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    display: block;
    width: 24px;
    height: 3px;
    margin-left: -12px;
    background: #d71619;
    content: "";
    transition: .3s;
    transform: scaleX(0);
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav > ul > li > a:after {
    top: 50%;
    right: 1.0em;
    margin-top: -0.5em;
    color: #d71619;
    content: "\f054";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.0;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li > a:hover:after {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li + li > a:before {
    position: absolute;
    top: 35%;
    left: 0;
    display: block;
    width: 1px;
    height: 30%;
    background: #CCCCCC;
    content: "";
    transform: rotate(30deg);
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li > ul {
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    max-height: 0;
    background: #F7F7F7;
    box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
    transition: .5s;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav > ul > li > ul {
    font-size: 3.4375vw;
  }
}
@media screen and (min-width: 641px) {
  #global-header #gnav > ul > li > ul > li {
    font-size: 1.2rem;
    border-top: 1px #E3E3E3 solid;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li > ul > li {
    height: 54px;
    border-top: none;
    line-height: 54px;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav > ul > li > ul > li {
    border-top: 1px #E3E3E3 solid;
  }
}
@media screen and (min-width: 641px) {
  #global-header #gnav > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 1.0em 0 1.0em 3.0em;
    color: #666666;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.0em;
    color: #333333;
    transition: .3s;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 1.0em 0 1.0em 3.0em;
    color: #666666;
  }
}
@media screen and (min-width: 641px) {
  #global-header #gnav > ul > li > ul > li > a:before {
    position: absolute;
    top: 50%;
    left: 1.1em;
    display: block;
    width: 1.0em;
    height: 2px;
    margin-top: -1px;
    background: #d71619;
    content: "";
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li > ul > li > a:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav > ul > li > ul > li > a:before {
    position: absolute;
    top: 50%;
    left: 1.1em;
    display: block;
    width: 1.0em;
    height: 2px;
    margin-top: -1px;
    background: #d71619;
    content: "";
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.06);
  }
}
@media screen and (min-width: 1200px) {
  .feature #global-header #gnav > ul > li:nth-of-type(1) a:after {
    transform: scaleX(1);
  }
}
.feature #global-header #gnav > ul > li:nth-of-type(1) > ul {
  max-height: none;
}
@media screen and (min-width: 1200px) {
  .news #global-header #gnav > ul > li:nth-of-type(2) a:after {
    transform: scaleX(1);
  }
}
.news #global-header #gnav > ul > li:nth-of-type(2) > ul {
  max-height: none;
}
@media screen and (min-width: 1200px) {
  .our-business #global-header #gnav > ul > li:nth-of-type(3) a:after {
    transform: scaleX(1);
  }
}
.our-business #global-header #gnav > ul > li:nth-of-type(3) > ul {
  max-height: none;
}
@media screen and (min-width: 1200px) {
  .csr #global-header #gnav > ul > li:nth-of-type(4) a:after {
    transform: scaleX(1);
  }
}
.csr #global-header #gnav > ul > li:nth-of-type(4) > ul {
  max-height: none;
}
@media screen and (min-width: 1200px) {
  .company #global-header #gnav > ul > li:nth-of-type(5) a:after {
    transform: scaleX(1);
  }
}
.company #global-header #gnav > ul > li:nth-of-type(5) > ul {
  max-height: none;
}
@media screen and (min-width: 1200px) {
  .contact #global-header #gnav > ul > li:nth-of-type(6) a:after {
    transform: scaleX(1);
  }
}
.contact #global-header #gnav > ul > li:nth-of-type(6) > ul {
  max-height: none;
}
@media screen and (min-width: 1200px) {
  .recruit-entry #global-header #gnav > ul > li:nth-of-type(7) a:after {
    transform: scaleX(1);
  }
}
.recruit-entry #global-header #gnav > ul > li:nth-of-type(7) > ul {
  max-height: none;
}
@media screen and (min-width: 641px) {
  #global-header #gnav > ul > li.recruit {
    padding: 20px 5%;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li.recruit {
    width: 143px;
    height: 60px;
    padding: 20px 15px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav > ul > li.recruit {
    padding: 4.6875vw 1em;
  }
}
#global-header #gnav > ul > li.recruit > a {
  box-sizing: border-box;
}
@media screen and (min-width: 641px) {
  #global-header #gnav > ul > li.recruit > a {
    padding: 1.5em 1.0em;
    border: 1px #d71619 solid;
    border-bottom-width: 3px;
    color: #d71619;
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li.recruit > a {
    padding: 0 21px;
    background: #d71619;
    border: 1px #d71619 solid;
    color: #FFFFFF;
    transition: .3s;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav > ul > li.recruit > a {
    padding: 1.0em;
    border: 1px #d71619 solid;
    border-bottom-width: 3px;
    color: #d71619;
  }
}
#global-header #gnav > ul > li.recruit > a:before {
  display: none;
}
@media screen and (min-width: 641px) {
  #global-header #gnav > ul > li.recruit > a:after {
    color: #d71619;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li.recruit > a:after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #global-header #gnav > ul > li.recruit > a:after {
    color: #d71619;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li.recruit > a:hover {
    background: #FFFFFF;
    color: #d71619;
  }
}
#global-header #gnav > ul > li.recruit span {
  position: relative;
  display: inline-block;
  padding-left: 1.0em;
}
#global-header #gnav > ul > li.recruit span:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f040";
}
#global-header #gnav > ul > li.recruit > ul {
  display: none;
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li.recruit > ul {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  #global-header #gnav > ul > li:hover > ul {
    max-height: 60px;
    z-index: +1;
  }
}

#main {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  #main {
    padding-top: 80px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) calc(50% - 562px), #f7f7f7 calc(50% - 562px), #f7f7f7 calc(50% + 562px), rgba(0, 0, 0, 0.05) calc(50% + 562px));
    background-size: calc(100%) 100%;
  }
}
@media screen and (min-width: 1200px) {
  #main {
    padding-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  #main {
    padding-top: 18.75vw;
  }
}

.detail-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  border: 1px solid;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .detail-btn {
    width: 320px;
    padding: 1.5em 0;
    border-bottom-width: 4px;
    font-size: 1.4rem;
    transition: .3s;
  }
}
@media screen and (max-width: 640px) {
  .detail-btn {
    width: 80%;
    padding: 1.0em 0;
    border-bottom-width: 3px;
    font-size: 3.75vw;
  }
}
.detail-btn:after {
  position: absolute;
  top: 50%;
  right: 1.0em;
  margin-top: -0.5em;
  content: "\f054";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.0;
}
.detail-btn.red {
  border-color: #d71619;
  color: #d71619;
}
@media screen and (min-width: 641px) {
  .detail-btn.red:hover {
    background: #d71619;
    color: #FFFFFF;
  }
}
.detail-btn.white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
@media screen and (min-width: 641px) {
  .detail-btn.white:hover {
    background: #FFFFFF;
    color: #000000;
  }
}
.detail-btn.gray {
  border-color: #999999;
  color: #999999;
}
@media screen and (min-width: 641px) {
  .detail-btn.gray:hover {
    background: #999999;
    color: #FFFFFF;
  }
}
.detail-btn[target="_blank"]:after {
  content: "\f08e";
}
.detail-btn[href$=".pdf"]:after {
  content: "\f1c1";
}
@media screen and (min-width: 641px) {
  .detail-btn + .detail-btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .detail-btn + .detail-btn {
    margin-top: 1.5625vw;
  }
}

.swiper-pagination {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.swiper-pagination span {
  display: block;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0;
}
@media screen and (min-width: 641px) {
  .swiper-pagination span {
    width: 48px;
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .swiper-pagination span {
    width: 7.5vw;
    height: 0.625vw;
  }
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 1.5625%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-prev:before {
  color: #CCCCCC;
  content: "\f053";
  font-size: 3.75vw;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  right: 1.5625%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-next:before {
  color: #CCCCCC;
  content: "\f054";
  font-size: 3.75vw;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pagination {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 641px) {
  .pagination {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .pagination {
    font-size: 3.125vw;
  }
}
.pagination .page-numbers {
  display: block;
  border: 1px #E3E3E3 solid;
  color: #666666;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    line-height: 40px;
    transition: .3s;
  }
}
@media screen and (max-width: 640px) {
  .pagination .page-numbers {
    width: 6.25vw;
    height: 6.25vw;
    margin: 0 0.78125vw;
    line-height: 6.25vw;
  }
}
.pagination .page-numbers.current {
  background: #d71619;
  color: #FFFFFF;
}
.pagination .page-numbers.dots {
  border: none;
}
@media screen and (min-width: 641px) {
  .pagination a.page-numbers:hover {
    background: #d71619;
    color: #FFFFFF;
  }
}
.pagination a.prev,
.pagination a.next {
  position: absolute;
  top: 0;
  width: auto;
  height: auto;
  border: none;
}
.pagination a.prev:hover,
.pagination a.next:hover {
  background: transparent;
  color: #666666;
}
.pagination .prev {
  left: 0;
}
.pagination .prev:before {
  display: inline-block;
  margin-right: 0.5em;
  color: #d71619;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
}
.pagination .next {
  right: 0;
}
.pagination .next:after {
  display: inline-block;
  margin-left: 0.5em;
  color: #d71619;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
}

.num-list {
  counter-reset: num;
}
.num-list li {
  position: relative;
  padding-left: 1.0em;
}
.num-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: num;
  content: counter(num) ".";
  vertical-align: top;
}

.txt-red {
  color: #d71619;
}

.link {
  display: inline-block;
  color: #666666;
  text-decoration: underline;
}
.link:before {
  display: inline-block;
  color: #d71619;
  content: "\f054";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fullpage-link-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
  .fullpage-link-list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .fullpage-link-list {
    margin-bottom: 12.5vw;
  }
}
@media screen and (min-width: 641px) {
  .fullpage-link-list .fullpage-link-block {
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  .fullpage-link-list .fullpage-link-block {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .fullpage-link-list .fullpage-link-block {
    width: 50%;
  }
}
.fullpage-link-list .fullpage-link-block .fullpage-link {
  position: relative;
  display: block;
  color: #333333;
  overflow: hidden;
}
.fullpage-link-list .fullpage-link-block .fullpage-link img {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .fullpage-link-list .fullpage-link-block .fullpage-link img {
    transition: .3s;
  }
}
@media screen and (min-width: 641px) {
  .fullpage-link-list .fullpage-link-block .fullpage-link:hover img {
    transform: scale(1.1);
  }
}
.fullpage-link-list .fullpage-link-block .fullpage-link-txt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
@media screen and (min-width: 641px) {
  .fullpage-link-list .fullpage-link-block .fullpage-link-txt {
    min-height: 70px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .fullpage-link-list .fullpage-link-block .fullpage-link-txt {
    min-height: 10.9375vw;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 641px) {
  .fullpage-link-list .sub-link {
    padding: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .fullpage-link-list .sub-link {
    padding: 1.5625vw 0 3.125vw;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 641px) {
  .fullpage-link-list .sub-link li + li {
    margin-top: 0.5em;
  }
}
.fullpage-link-list .sub-link a {
  position: relative;
  display: inline-block;
  padding-left: 1.0em;
  color: #333333;
  line-height: 1.75;
}
.fullpage-link-list .sub-link a:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #d71619;
  content: "\f054";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 641px) {
  .fullpage-link-list .sub-link a:after {
    position: absolute;
    bottom: 0;
    left: 1.0em;
    display: block;
    width: calc(100% - 1.0em);
    height: 1px;
    background: #333333;
    content: "";
    transform: scaleX(0);
    transform-origin: left top;
    transition: .2s;
  }
}
@media screen and (min-width: 641px) {
  .fullpage-link-list .sub-link a:hover:after {
    transform: scaleX(1);
  }
}

@media screen and (min-width: 641px) {
  .fig-right-box {
    display: flex;
  }
}
@media screen and (min-width: 641px) {
  .fig-right-box .fig-box-txt {
    flex: 1 0 0%;
    margin-right: 50px;
  }
}
@media screen and (min-width: 980px) {
  .fig-right-box .fig-box-txt {
    margin-right: 100px;
  }
}
@media screen and (min-width: 641px) {
  .fig-right-box .fig-box-image {
    max-width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .fig-right-box .fig-box-image img {
    width: 100%;
  }
}
.fig-right-box .fig-box-image figcaption {
  padding-top: 0.5em;
}
@media screen and (min-width: 641px) {
  .fig-right-box .fig-box-image figcaption {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .fig-right-box .fig-box-image figcaption {
    font-size: 3.4375vw;
  }
}

/* TOP */
#mv {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #mv {
    width: 200%;
    margin-left: -50%;
  }
}
#mv .main-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#mv .main-copy span {
  display: block;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #mv .main-copy span {
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  #mv .swiper-slide .main-image img {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  #mv .slide01 .main-copy span:nth-of-type(1) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  #mv .slide01 .main-copy span:nth-of-type(1) {
    width: 74.21875vw;
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 640px) {
  #mv .slide01 .main-copy span:nth-of-type(2) {
    width: 83.125vw;
  }
}
@media screen and (min-width: 641px) {
  #mv .slide02 .main-copy {
    width: 27.8125%;
    max-width: 534px;
  }
}
@media screen and (max-width: 640px) {
  #mv .slide02 .main-copy {
    width: 25%;
  }
}
@media screen and (min-width: 641px) {
  #mv .slide03 .main-copy span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  #mv .slide03 .main-copy span:nth-of-type(1) {
    width: 90.625vw;
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 640px) {
  #mv .slide03 .main-copy span:nth-of-type(2) {
    width: 82.8125vw;
  }
}

@media screen and (min-width: 641px) {
  .top-contents {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 640px) {
  .top-contents {
    padding: 12.5vw 0;
  }
}
.top-contents .top-contents-txt {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .top-contents .top-contents-txt {
    width: 90%;
    max-width: 690px;
    margin-bottom: 60px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  .top-contents .top-contents-txt {
    width: 87.5%;
    margin-bottom: 6.25vw;
    font-size: 3.125vw;
    line-height: 2.2;
  }
}

.top-contents-title {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 1.0em;
  color: #252525;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .top-contents-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .top-contents-title {
    font-size: 6.25vw;
  }
}
.top-contents-title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  background: #d71619;
  content: "";
  transform: translateX(-50%);
}
@media screen and (min-width: 641px) {
  .top-contents-title:after {
    width: 46px;
    height: 4px;
  }
}
@media screen and (max-width: 640px) {
  .top-contents-title:after {
    width: 8.75vw;
    height: 3px;
  }
}

.news-list {
  margin: 0 auto;
  border-top: 1px #E3E3E3 solid;
}
@media screen and (min-width: 641px) {
  .news-list {
    width: 90%;
    max-width: 980px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .news-list {
    width: 87.5%;
    margin-bottom: 12.5vw;
  }
}
.news-list .news-block {
  display: flex;
  align-items: center;
  border-bottom: 1px #E3E3E3 solid;
}
@media screen and (min-width: 641px) {
  .news-list .news-block {
    padding: 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .news-list .news-block {
    flex-wrap: wrap;
    padding: 5.9375vw 0;
  }
}
.news-list .news-block.goodholdings .news-title span:after {
  content: "[グッドホールディングス]";
}
.news-list .news-block.daiei .news-title span:after {
  content: "[大栄]";
}
.news-list .news-block.daikyo .news-title span:after {
  content: "[大協]";
}
.news-list .news-block.relief .news-title span:after {
  content: "[リリーフ]";
}
.news-list .news-block.revacs .news-title span:after {
  content: "[リヴァックス]";
}
.news-list .news-block.clean .news-title span:after {
  content: "[ダイキョウクリーン]";
}
@media screen and (min-width: 641px) {
  .news-list .news-block + .pagination {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .news-list .news-block + .pagination {
    margin-top: 9.375vw;
  }
}
@media screen and (min-width: 641px) {
  .news-list .news-thumb {
    width: 100px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .news-list .news-thumb {
    display: none;
  }
}
.news-list .news-contents {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
  .news-list .news-contents {
    flex: 1 0 0%;
  }
}
@media screen and (min-width: 641px) {
  .news-list .news-contents .news-title {
    width: 100%;
    flex: 0 1 auto;
    margin-top: 1.0em;
  }
}
.news-list .news-time {
  display: block;
  color: #666666;
}
@media screen and (min-width: 641px) {
  .news-list .news-time {
    width: 85px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .news-list .news-time {
    margin-right: 1.0em;
    margin-bottom: 1.0em;
    font-size: 3.125vw;
  }
}
.news-list .news-category {
  border: 1px #d71619 solid;
  color: #d71619;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .news-list .news-category {
    width: 140px;
    margin-right: 34px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .news-list .news-category {
    width: 31.25vw;
    margin-bottom: 1.0em;
    font-size: 3.125vw;
  }
}
.news-list .news-title {
  color: #333333;
}
@media screen and (min-width: 641px) {
  .news-list .news-title {
    flex: 1 0 0%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .news-list .news-title {
    width: 100%;
    font-size: 3.75vw;
  }
}
.news-list .news-title span {
  display: inline-block;
  text-decoration: underline;
}
.news-list .news-title span:after {
  display: inline-block;
  padding-left: 0.5em;
  color: #999999;
  text-decoration: none;
}
@media screen and (min-width: 641px) {
  .news-list .news-title span:after {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .news-list .news-title span:after {
    font-size: 3.125vw;
  }
}

#feature {
  background: url(../img/top/bg_feature.jpg) no-repeat;
}
@media screen and (min-width: 641px) {
  #feature {
    padding: 115px 0 125px;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 640px) {
  #feature {
    position: relative;
    padding: 68.75vw 0 31.25vw;
    background-position: center top;
    background-size: 200% auto;
    background-color: #EAEAEA;
  }
}
@media screen and (max-width: 640px) {
  #feature:after {
    position: absolute;
    top: 57.03125vw;
    right: 6.25vw;
    bottom: 18.75vw;
    left: 6.25vw;
    background: #FFFFFF;
    content: "";
  }
}
@media screen and (min-width: 641px) {
  #feature .top-contents-title {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 640px) {
  #feature .top-contents-title {
    position: relative;
    z-index: +1;
  }
}
@media screen and (min-width: 641px) {
  #feature .top-contents-title:after {
    background: #FFFFFF;
  }
}
@media screen and (min-width: 641px) {
  #feature .top-contents-txt {
    margin-bottom: 60px;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 640px) {
  #feature .top-contents-txt {
    position: relative;
    width: 75%;
    text-align: left;
    z-index: +1;
  }
}
@media screen and (max-width: 640px) {
  #feature .detail-btn {
    border-color: #d71619;
    color: #d71619;
    z-index: +1;
  }
}

@media screen and (min-width: 641px) {
  .company-list {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .company-list {
    max-width: 1200px;
  }
}
@media screen and (max-width: 640px) {
  .company-list {
    width: 87.5%;
    margin: 0 auto 6.25vw;
  }
}
.company-list .company-block {
  position: relative;
  background: #FFFFFF;
}
@media screen and (min-width: 641px) {
  .company-list .company-block {
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  .company-list .company-block {
    width: 33.3333333%;
  }
}
@media screen and (max-width: 640px) {
  .company-list .company-block {
    display: flex;
    align-items: center;
    margin-bottom: 6.25vw;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 641px) {
  .company-list .company-block:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #FFFFFF;
    content: "";
    z-index: +1;
  }
}
@media screen and (min-width: 641px) {
  .company-list .company-block:nth-of-type(2n-1):before,
  .company-list .company-block:nth-of-type(2n-1) ul:before {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .company-list .company-block:nth-of-type(2n-1):before,
  .company-list .company-block:nth-of-type(2n-1) ul:before {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .company-list .company-block:nth-of-type(3n-2):before,
  .company-list .company-block:nth-of-type(3n-2) ul:before {
    display: none;
  }
}
.company-list .company-image {
  position: relative;
}
@media screen and (max-width: 640px) {
  .company-list .company-image {
    width: 39.0625vw;
    margin-right: 4.6875vw;
  }
}
.company-list .company-image img {
  width: 100%;
}
.company-list .company-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5em 1.0em;
  background: rgba(25, 118, 210, 0.8);
  box-sizing: border-box;
  color: #FFFFFF;
}
@media screen and (min-width: 641px) {
  .company-list .company-image figcaption {
    display: inline-block;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .company-list .company-image figcaption {
    display: block;
    width: 100%;
    font-size: 3.125vw;
    text-align: center;
  }
}
@media screen and (min-width: 641px) {
  .company-list .company-content {
    padding: 30px 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .company-list .company-content {
    padding: 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .company-list .company-content {
    flex: 1 0 0%;
    padding-right: 3.125vw;
    font-size: 3.4375vw;
  }
}
@media screen and (min-width: 641px) {
  .company-list .company-content ul {
    position: relative;
    height: 60px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .company-list .company-content ul {
    padding: 0 40px;
  }
}
@media screen and (min-width: 641px) {
  .company-list .company-content ul:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #DBDBDB;
    content: "";
    z-index: +2;
  }
}
.company-list .company-content li + li {
  margin-top: 0.5em;
}
.company-list .company-content a {
  position: relative;
  display: block;
  padding-left: 1.0em;
  color: #333333;
  line-height: 1.75;
}
.company-list .company-content a:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #d71619;
  content: "\f054";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.company-list .company-content a span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 641px) {
  .company-list .company-content a span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #333333;
    content: "";
    transform: scaleX(0);
    transform-origin: left top;
    transition: .2s;
  }
}
@media screen and (min-width: 641px) {
  .company-list .company-content a:hover span:after {
    transform: scaleX(1);
  }
}

#csr {
  background: #FFFFFF;
}
@media screen and (min-width: 641px) {
  #csr .top-contents-txt {
    margin-bottom: 40px;
  }
}

.group-list-wrap {
  margin: 0 auto;
  background: #FFFFFF;
}
@media screen and (min-width: 641px) {
  .group-list-wrap {
    width: 87%;
    padding: 40px 1.5%;
  }
}
@media screen and (min-width: 1200px) {
  .group-list-wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 640px) {
  .group-list-wrap {
    width: 87.5%;
    padding: 7.8125vw 0 4.6875vw;
  }
}
.group-list-wrap .group-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 980px) {
  .group-list-wrap .group-list {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .group-list-wrap .group-list {
    padding: 0 4.6875vw;
  }
}
.group-list-wrap .group-list a {
  display: block;
}
@media screen and (min-width: 641px) {
  .group-list-wrap .group-list a {
    width: 32%;
    margin: 0 0.5% 10px;
  }
}
@media screen and (min-width: 980px) {
  .group-list-wrap .group-list a {
    width: 17.3%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .group-list-wrap .group-list a {
    width: 48%;
    margin: 0 1% 3.125vw;
  }
}
.group-list-wrap .group-list a img {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .group-list-wrap .group-list a img {
    transition: .3s;
  }
}
@media screen and (min-width: 641px) {
  .group-list-wrap .group-list a:hover img {
    opacity: 0.7;
  }
}

#recruit {
  background: url(../img/top/bg_recruit.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 641px) {
  #recruit {
    padding: 115px 0 125px;
  }
}
#recruit .top-contents-title {
  color: #FFFFFF;
}
#recruit .top-contents-title:after {
  background: #FFFFFF;
}
#recruit .top-contents-txt {
  color: #FFFFFF;
}
@media screen and (min-width: 641px) {
  #recruit .top-contents-txt {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 641px) {
  .bnr-area {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0;
  }
}
@media screen and (max-width: 640px) {
  .bnr-area {
    padding: 9.375vw 6.25vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .bnr-area .swiper-container {
    overflow: visible;
  }
}
@media screen and (min-width: 641px) {
  .bnr-area .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 641px) {
  .bnr-area .swiper-slide {
    width: 22.92%;
    margin: 0 1.04%;
  }
}
@media screen and (min-width: 641px) {
  .bnr-area .swiper-slide img {
    transition: .3s;
  }
}
@media screen and (min-width: 641px) {
  .bnr-area .swiper-slide a:hover img {
    opacity: 0.7;
  }
}
@media screen and (min-width: 641px) {
  .bnr-area .swiper-pagination,
  .bnr-area .swiper-button-prev,
  .bnr-area .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .bnr-area .swiper-button-prev {
    left: -4.6875vw;
  }
}
@media screen and (max-width: 640px) {
  .bnr-area .swiper-button-next {
    right: -4.6875vw;
  }
}
@media screen and (max-width: 640px) {
  .bnr-area .swiper-pagination {
    bottom: -4.6875vw;
  }
}
.bnr-area .swiper-pagination span {
  background: #E0E0E0;
}
.bnr-area .swiper-pagination span.swiper-pagination-bullet-active {
  background: #d71619;
}
.bnr-area .no-link {
  pointer-events: none;
}


@media screen and (min-width: 641px) {
  .bnr-area2 {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .bnr-area2 {
    padding: 9.375vw 6.25vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .bnr-area2 .swiper-container {
    /* overflow: visible; */
  }
}
@media screen and (min-width: 641px) {
  .bnr-area2 .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 641px) {
  .bnr-area2 .swiper-slide {
    width: 70%;
    margin: 0 1.04%;
  }
}
@media screen and (min-width: 641px) {
  .bnr-area2 .swiper-slide img {
    transition: .3s;
  }
}
@media screen and (min-width: 641px) {
  .bnr-area2 .swiper-slide a:hover img {
    opacity: 0.7;
  }
}
@media screen and (min-width: 641px) {
  .bnr-area2 .swiper-pagination,
  .bnr-area2 .swiper-button-prev,
  .bnr-area2 .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .bnr-area2 .swiper-button-prev {
    left: -4.6875vw;
  }
}
@media screen and (max-width: 640px) {
  .bnr-area2 .swiper-button-next {
    right: -4.6875vw;
  }
}
@media screen and (max-width: 640px) {
  .bnr-area2 .swiper-pagination {
    bottom: -4.6875vw;
  }
}
.bnr-area2 .swiper-pagination span {
  background: #E0E0E0;
}
.bnr-area2 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #d71619;
}
.bnr-area2 .no-link {
  pointer-events: none;
}

/* 下層 */
.contents-header {
  position: relative;
  box-sizing: border-box;
  background-image: url(../img/bg_main.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 641px) {
  .contents-header {
    height: 400px;
    margin-top: 54px;
    padding: 140px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .contents-header {
    height: 71.09375vw;
    margin-top: 6.25vw;
    padding: 18.75vw 0 0;
  }
}
.feature .contents-header {
  background-image: url(../img/feature/bg_main.jpg);
}
.news .contents-header {
  background-image: url(../img/news/bg_main.jpg);
}
.our-business .contents-header {
  background-image: url(../img/our-business/bg_main.jpg);
}
.csr .contents-header {
  background-image: url(../img/csr/bg_main.jpg);
}
.company .contents-header {
  background-image: url(../img/company/bg_main.jpg);
}
.contact .contents-header {
  background-image: url(../img/contact/bg_main.jpg);
}
.recruit-entry .contents-header {
  background-image: url(../img/recruit-entry/bg_main.jpg);
}
.tvcm .contents-header {
  background-image: url(../img/tvcm/bg_main.jpg);
}
@media screen and (min-width: 641px) {
  .feature .contents-header, .our-business .contents-header, .contact .contents-header {
    padding-top: 105px;
  }
}
.contents-header .contents-title {
  margin: 0 auto;
  border: 1px #FFFFFF solid;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .contents-header .contents-title {
    width: 355px;
  }
}
@media screen and (max-width: 640px) {
  .contents-header .contents-title {
    width: 70%;
  }
}
.contents-header .contents-title span {
  display: block;
  padding: 0.6em 0;
  color: #FFFFFF;
  font-weight: bold;
}
.contents-header .contents-title .jpn {
  border-bottom: 1px #FFFFFF solid;
}
@media screen and (min-width: 641px) {
  .contents-header .contents-title .jpn {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .contents-header .contents-title .jpn {
    font-size: 5vw;
  }
}
@media screen and (min-width: 641px) {
  .contents-header .contents-title .eng {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .contents-header .contents-title .eng {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 641px) {
  .contents-header + .main-contents-block .main-contents-block-titlebox {
    margin-top: -80px;
  }
}
@media screen and (max-width: 640px) {
  .contents-header + .main-contents-block .main-contents-block-titlebox {
    margin-top: -12.5vw;
  }
}
.contents-header + .main-contents-block .page-link:nth-child(1) {
  background: none;
}
@media screen and (min-width: 641px) {
  .contents-header + .main-contents-block .page-link:nth-child(1) {
    justify-content: center;
  }
}
.contents-header.news-detail {
  height: auto;
  padding: 0;
}
@media screen and (min-width: 641px) {
  .contents-header .contents-nav {
    position: absolute;
    top: -54px;
    right: 0;
    display: flex;
    height: 54px;
    line-height: 54px;
  }
}
.contents-header .contents-nav a {
  display: block;
  padding: 0 2.0em;
  color: #333333;
}
@media screen and (min-width: 641px) {
  .contents-header .contents-nav a {
    font-size: 1.2rem;
    transition: .3s;
  }
}
@media screen and (min-width: 641px) {
  .contents-header .contents-nav a:hover {
    background: rgba(0, 0, 0, 0.06);
  }
}

#breadcrumb {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  background: #F7F7F7;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) {
  #breadcrumb {
    height: 54px;
    padding: 0 40px;
    font-size: 1.2rem;
    line-height: 54px;
  }
}
@media screen and (max-width: 640px) {
  #breadcrumb {
    height: 6.25vw;
    padding: 0 1.0em;
    font-size: 2.5vw;
    line-height: 6.25vw;
  }
}
#breadcrumb li {
  position: relative;
  display: inline-block;
  line-height: 1.0;
}
@media screen and (min-width: 641px) {
  #breadcrumb li {
    z-index: 100;
  }
}
#breadcrumb li a {
  display: block;
  color: #666666;
}
#breadcrumb li + li {
  padding-left: 3.0em;
}
#breadcrumb li + li:before {
  position: absolute;
  top: 0;
  left: 1.0em;
  content: "＞";
  color: #666666;
}
#breadcrumb li:first-of-type {
  padding: 0;
}
#breadcrumb li:first-of-type a {
  position: relative;
  width: 1.0em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#breadcrumb li:first-of-type a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "\f015";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  text-indent: 0;
}

@media screen and (min-width: 641px) {
  .main-contents-block {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 640px) {
  .main-contents-block {
    padding-bottom: 18.75vw;
  }
}

.main-contents-block-titlebox {
  position: relative;
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 641px) {
  .main-contents-block-titlebox {
    max-width: 1200px;
    margin-bottom: 100px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .main-contents-block-titlebox {
    margin-bottom: 9.375vw;
    padding: 7.8125vw 0;
  }
}
.main-contents-block-titlebox:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  background: #d71619;
  content: "";
}
@media screen and (min-width: 641px) {
  .main-contents-block-titlebox:before {
    width: 80px;
    height: 4px;
    margin-left: -40px;
  }
}
@media screen and (max-width: 640px) {
  .main-contents-block-titlebox:before {
    width: 12.5vw;
    height: 0.625vw;
    margin-left: -6.25vw;
  }
}
.main-contents-block-titlebox:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 1px;
  background: #333333;
  content: "";
}
@media screen and (min-width: 641px) {
  .main-contents-block-titlebox:after {
    height: 60px;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 640px) {
  .main-contents-block-titlebox:after {
    height: 9.375vw;
    margin-bottom: -4.6875vw;
  }
}
.main-contents-block-titlebox .main-contents-block-title {
  position: relative;
  line-height: 1.9;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .main-contents-block-titlebox .main-contents-block-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .main-contents-block-titlebox .main-contents-block-title {
    font-size: 3.75vw;
  }
}
.main-contents-block-titlebox .main-contents-block-description {
  margin: 1.5em auto 0;
  color: #666666;
  line-height: 1.7;
}
@media screen and (min-width: 641px) {
  .main-contents-block-titlebox .main-contents-block-description {
    width: 90%;
    max-width: 720px;
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .main-contents-block-titlebox .main-contents-block-description {
    width: 90%;
    font-size: 3.125vw;
  }
}

.page-link {
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 641px) {
  .page-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    padding: 45px 0;
  }
}
@media screen and (max-width: 640px) {
  .page-link-list {
    padding: 4.6875vw 0 3.125vw;
  }
}
.page-link a {
  position: relative;
  display: block;
  padding: 1.0em 0;
  background: #FFFFFF;
  color: #d71619;
  border: #d71619 solid;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .page-link a {
    width: 50%;
    margin: 15px 0;
    border-width: 1px 1px 4px 0;
    box-sizing: border-box;
    font-size: 1.4rem;
    transition: .3s;
  }
}
@media screen and (min-width: 980px) {
  .page-link a {
    width: 33.3333333%;
  }
}
@media screen and (max-width: 640px) {
  .page-link a {
    width: 90%;
    margin: 0 auto 1.5625vw;
    border-width: 1px 1px 2px 1px;
    font-size: 3.125vw;
  }
}
.page-link a:after {
  position: absolute;
  top: 50%;
  right: 1.0em;
  margin-top: -0.5em;
  content: "\f078";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.0;
}
@media screen and (min-width: 641px) {
  .page-link a:nth-of-type(2n-1) {
    border-left: 1px #d71619 solid;
  }
}
@media screen and (min-width: 980px) {
  .page-link a:nth-of-type(2n-1) {
    border-left: none;
  }
}
@media screen and (min-width: 980px) {
  .page-link a:nth-of-type(3n-2) {
    border-left: 1px #d71619 solid;
  }
}
@media screen and (min-width: 641px) {
  .page-link a:hover {
    background: #d71619;
    color: #FFFFFF;
  }
}

.main-contents-inner {
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 641px) {
  .main-contents-inner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 640px) {
  .main-contents-inner {
    padding: 7.8125vw 5%;
  }
}
.main-contents-inner .contents-block {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 641px) {
  .main-contents-inner .contents-block {
    width: 90%;
    max-width: 1124px;
  }
}

@media screen and (min-width: 980px) {
  .column2-wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  .column2-wrap.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 980px) {
  .column2-wrap .column-block {
    width: 48%;
  }
}

.common-table {
  margin: 0 auto;
  border-top: 1px #E6E6E6 solid;
}
@media screen and (min-width: 641px) {
  .common-table {
    width: 100%;
    max-width: 980px;
    margin-bottom: 70px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .common-table {
    width: 90%;
    margin-bottom: 10.9375vw;
    font-size: 3.125vw;
  }
}
.common-table tr {
  border-bottom: 1px #E6E6E6 solid;
}
.common-table th {
  padding: 1.5em;
  background: #F7F7F7;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.common-table td {
  padding: 1.5em;
  vertical-align: middle;
}
.common-table td p + p {
  margin-top: 0.5em;
}

.feature-full-image {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .feature-full-image .image {
    position: relative;
    left: -50%;
    width: 200%;
  }
}
.feature-full-image img {
  width: 100%;
}

.information-disclosure {
  counter-reset: idnum;
}
@media screen and (min-width: 641px) {
  .information-disclosure {
    padding-bottom: 60px;
  }
}
.information-disclosure .txt-box {
  position: relative;
}
@media screen and (min-width: 641px) {
  .information-disclosure .txt-box {
    padding-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .information-disclosure .txt-box {
    padding-top: 12.5vw;
  }
}
.information-disclosure .txt-box:before {
  position: absolute;
  top: 0;
  left: -0.4em;
  color: rgba(78, 103, 120, 0.12);
  counter-increment: idnum;
  content: counter(idnum,decimal-leading-zero);
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .information-disclosure .txt-box:before {
    font-size: 20rem;
  }
}
@media screen and (max-width: 640px) {
  .information-disclosure .txt-box:before {
    font-size: 31.25vw;
  }
}
@media screen and (min-width: 641px) {
  .information-disclosure .main-contents-inner {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  .information-disclosure .main-contents-inner {
    margin-bottom: 12.5vw;
  }
}
.information-disclosure .information-disclosure-image-box {
  position: relative;
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box {
    background: none;
  }
}
.information-disclosure .information-disclosure-image-box .contents-block {
  position: relative;
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box .contents-block {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box .contents-block .column-block {
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box .contents-block .contents-block-title,
  .information-disclosure .information-disclosure-image-box .contents-block .contents-block-txt {
    width: 522px;
  }
}
.information-disclosure .information-disclosure-image-box .contents-block figure img {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box .txt-box {
    margin-top: 30px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.95);
    z-index: +1;
  }
}
.information-disclosure .information-disclosure-image-box .fig-box {
  position: relative;
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box .fig-box:after {
    position: absolute;
    top: 30px;
    bottom: 30px;
    display: block;
    width: 80px;
    background: rgba(255, 255, 255, 0.95);
    content: "";
  }
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box.box02 .txt-box {
    margin-left: -60px;
  }
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box.box02 .contents-block-title,
  .information-disclosure .information-disclosure-image-box.box02 .contents-block-txt {
    margin-right: auto;
    margin-left: 40px;
  }
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box.box02 .fig-box:after {
    right: 0;
  }
}
.information-disclosure .information-disclosure-image-box.box03 {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box.box03 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box.box03 .txt-box {
    margin-right: -60px;
  }
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box.box03 .txt-box:before {
    right: 470px;
    left: auto;
  }
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box.box03 .contents-block-title,
  .information-disclosure .information-disclosure-image-box.box03 .contents-block-txt {
    margin-right: 40px;
    margin-left: auto;
  }
}
@media screen and (min-width: 980px) {
  .information-disclosure .information-disclosure-image-box.box03 .fig-box:after {
    left: 0;
  }
}

.scroll-box {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: .5s;
  transition-timing-function: ease-out;
  transform: translate3d(0, 0, 0);
}
.scroll-box .contents-block-title,
.scroll-box .contents-block-txt {
  top: 20px;
  opacity: 0;
  transition: .8s;
  transition-timing-function: ease-out;
  transform: translate3d(0, 0, 0);
}
.scroll-box.show {
  top: 0;
  opacity: 1;
}
.scroll-box.show .contents-block-title,
.scroll-box.show .contents-block-txt {
  top: 0;
  opacity: 1;
}

/* business */
@media screen and (min-width: 641px) {
  .business-contents {
    padding-top: 75px;
  }
}
@media screen and (max-width: 640px) {
  .business-contents {
    padding-top: 12.5vw;
  }
}
.business-contents .business-contents-block {
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 641px) {
  .business-contents .business-contents-block {
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .business-contents .business-contents-block {
    padding: 4.6875vw 0;
  }
}
@media screen and (min-width: 641px) {
  .business-contents .business-contents-block.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 641px) {
  .business-contents .business-contents-block.reverse .business-inner-contents {
    padding: 50px calc(50% - 562px) 0 62px;
  }
}
@media screen and (min-width: 641px) {
  .business-contents .business-contents-block .business-inner-contents {
    width: 500px;
    padding: 50px 62px 0 calc(50% - 562px);
  }
}
@media screen and (max-width: 640px) {
  .business-contents .business-contents-block .business-inner-contents {
    margin-bottom: 7.8125vw;
    padding: 0 5%;
  }
}
@media screen and (min-width: 641px) {
  .business-contents .business-contents-block .detail-btn {
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) {
  .business-contents .business-contents-block .business-contents-image {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .business-contents .business-contents-block .business-contents-image {
    margin-bottom: 4.6875vw;
  }
}
.business-contents .business-contents-block .business-contents-image img {
  width: 100%;
}

/* news */
@media screen and (min-width: 641px) {
  .news-wrap {
    display: flex;
    justify-content: center;
    padding: 80px 0;
    background: #FFFFFF;
  }
}
@media screen and (max-width: 640px) {
  .news-wrap {
    padding: 7.8125vw 5%;
  }
}
@media screen and (min-width: 641px) {
  .news-wrap .news-list {
    width: calc(100% - 290px);
    max-width: 860px;
    margin: 0 50px 0 5%;
  }
}
@media screen and (min-width: 980px) {
  .news-wrap .news-list {
    width: calc(100% - 340px);
    margin-right: 100px;
  }
}
@media screen and (min-width: 641px) {
  .news-wrap .side-nav {
    width: 240px;
    margin-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .news-wrap .side-nav {
    margin: 0 5%;
  }
}
.news-wrap .side-nav .side-contents {
  margin-bottom: 1.0em;
}
@media screen and (min-width: 641px) {
  .news-wrap .side-nav .side-contents {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .news-wrap .side-nav .side-contents {
    font-size: 3.4375vw;
  }
}
.news-wrap .side-nav .side-contents-title {
  margin-bottom: 1.0em;
  padding-bottom: 0.5em;
  border-bottom: 1px #333333 solid;
  color: #333333;
  font-weight: bold;
}
.news-wrap .side-nav ul {
  margin-bottom: 2.0em;
}
.news-wrap .side-nav ul li {
  margin-bottom: 1.0em;
}
.news-wrap .side-nav ul a {
  position: relative;
  display: block;
  padding-left: 1.0em;
  color: #333333;
}
.news-wrap .side-nav ul a:before {
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 8px;
  height: 2px;
  background: #d71619;
  content: "";
}

@media screen and (min-width: 641px) {
  .entry-wrap {
    width: calc(100% - 290px);
    max-width: 860px;
    margin: 0 50px 0 5%;
  }
}
@media screen and (min-width: 980px) {
  .entry-wrap {
    width: calc(100% - 340px);
    margin-right: 100px;
  }
}
@media screen and (max-width: 640px) {
  .entry-wrap {
    margin-bottom: 12.5vw;
  }
}
.entry-wrap .entry-header .entry-time {
  display: inline-block;
  margin-bottom: 1.0em;
  color: #666666;
}
@media screen and (min-width: 641px) {
  .entry-wrap .entry-header .entry-time {
    width: 85px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .entry-wrap .entry-header .entry-time {
    margin-right: 1.0em;
    margin-bottom: 1.0em;
    font-size: 3.125vw;
  }
}
.entry-wrap .entry-header .entry-category {
  display: inline-block;
  margin-bottom: 1.0em;
  border: 1px #d71619 solid;
  color: #d71619;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .entry-wrap .entry-header .entry-category {
    width: 140px;
    margin-right: 34px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .entry-wrap .entry-header .entry-category {
    width: 31.25vw;
    margin-bottom: 1.0em;
    font-size: 3.125vw;
  }
}
.entry-wrap .entry-body {
  margin-bottom: 3.0em;
}
@media screen and (min-width: 641px) {
  .entry-wrap .entry-body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .entry-wrap .entry-body {
    font-size: 3.4375vw;
  }
}
.entry-wrap .entry-body p {
  margin-bottom: 1.5em;
}
.entry-wrap .entry-body ul {
  margin-bottom: 1.5em;
  padding-left: 1.0em;
}
.entry-wrap .entry-body ol {
  margin-bottom: 1.5em;
  padding-left: 1.0em;
  list-style-type: decimal;
}
.entry-wrap .entry-body a {
  color: #d71619;
  text-decoration: underline;
}
@media screen and (min-width: 641px) {
  .entry-wrap .entry-body a:hover {
    text-decoration: none;
  }
}
.entry-wrap .entry-body .entory-sub-title {
  font-size: 125%;
  font-weight: bold;
}
.entry-wrap .entry-body .red {
  color: #d71619;
}
.entry-wrap .entry-body em {
  font-style: italic;
}
.entry-wrap .entry-body del {
  text-decoration: line-through;
}
.entry-wrap .entry-body img {
  height: auto;
  margin-bottom: 1.5em;
}
.entry-wrap .entry-body img.aligncenter {
  display: table;
  margin: 0 auto;
}
.entry-wrap .entry-body img.alignright {
  display: table;
  margin-left: auto;
}
.entry-wrap .entry-body .table-wrap {
  margin-bottom: 1.5em;
}
.entry-wrap .entry-body .table-wrap table {
  max-width: 100% !important;
}

/* csr */
@media screen and (min-width: 980px) {
  .csr-activity {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.csr-activity .csr-activity-box {
  margin-bottom: 2.0em;
}
@media screen and (min-width: 641px) {
  .csr-activity .csr-activity-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .csr-activity .csr-activity-box {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .csr-activity .csr-activity-box {
    font-size: 3.4375vw;
  }
}
@media screen and (min-width: 641px) {
  .csr-activity .csr-activity-image {
    width: 170px;
    margin-right: 20px;
  }
}
.csr-activity .csr-activity-image img {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .csr-activity .csr-activity-txt {
    flex: 1 0 0%;
  }
}

.csr-image img {
  margin-bottom: 2.0em;
  border: 1px #EEEEEE solid;
}

@media screen and (min-width: 641px) {
  .csr-btn-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 50px;
  }
}
.csr-btn-wrap .detail-btn {
  box-sizing: border-box;
}
@media screen and (min-width: 641px) {
  .csr-btn-wrap .detail-btn {
    width: 46.7%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .csr-btn-wrap .detail-btn {
    width: 100%;
    margin: 4.6875vw 0 0;
    padding-right: 2.0em;
    padding-left: 1.0em;
  }
}
@media screen and (min-width: 641px) {
  .csr-btn-wrap .detail-btn.large {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .csr-btn-wrap .detail-btn + .detail-btn {
    margin-top: 0;
  }
}

/* company */
.company-contents {
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 641px) {
  .company-contents {
    padding: 90px 0;
  }
}
@media screen and (max-width: 640px) {
  .company-contents {
    padding: 14.0625vw 0;
  }
}
@media screen and (min-width: 641px) {
  .company-contents + .company-contents {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .company-contents + .company-contents {
    margin-top: 15.625vw;
  }
}
@media screen and (min-width: 641px) {
  .company-contents .philosophy-txt {
    font-size: 1.6rem;
  }
}
.company-contents .company-image {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 641px) {
  .company-contents .outline-image {
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-bottom: 19.868%;
    background: url(../img/company/img_profile01-pc.png) no-repeat center top/contain;
  }
}
@media screen and (min-width: 641px) {
  .company-contents .outline-image img {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .company-contents .philosophy-num-list li {
    font-size: 1.6rem;
  }
}

.company-inner-contents {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .company-inner-contents {
    width: 90%;
    max-width: 1024px;
  }
}
@media screen and (max-width: 640px) {
  .company-inner-contents {
    padding: 0 5%;
  }
}
@media screen and (min-width: 641px) {
  .company-inner-contents + .company-inner-contents {
    margin-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .company-inner-contents + .company-inner-contents {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 640px) {
  .company-inner-contents .common-table {
    width: 100%;
  }
}

@media screen and (min-width: 641px) {
  .company-message-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .company-message-wrap {
    padding: 0 5%;
  }
}
@media screen and (min-width: 641px) {
  .company-message-txt {
    flex: 1 0 0%;
    margin-right: 80px;
  }
}
@media screen and (min-width: 641px) {
  .company-message-image {
    width: 278px;
  }
}
@media screen and (max-width: 640px) {
  .company-message-image {
    text-align: center;
  }
}
.company-message-autograph {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .group-wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .group-wrap {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 641px) {
  .group-wrap .group-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .group-wrap .group-box {
    margin-bottom: 3.0em;
  }
}
.group-wrap .group-box .group-logo {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .group-wrap .group-box .group-logo {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .group-wrap .group-box .group-logo {
    margin-bottom: 1.0em;
  }
}
.group-wrap .group-box .group-logo img {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .group-wrap .group-box .group-contents {
    width: 70%;
  }
}
.group-wrap .group-box .group-contents .group-contents-block {
  margin-bottom: 1.0em;
}
.group-wrap .group-box .group-contents .title {
  font-size: 120%;
  font-weight: bold;
}

.executive-wrap {
  border-top: 1px #E6E6E6 solid;
}
.executive-wrap .executive-box {
  position: relative;
  border-bottom: 1px #E6E6E6 solid;
}
@media screen and (min-width: 641px) {
  .executive-wrap .executive-box {
    font-size: 0;
  }
}
@media screen and (max-width: 640px) {
  .executive-wrap .executive-box {
    padding: 3.125vw 5%;
    font-size: 3.125vw;
  }
}
.executive-wrap .executive-type {
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .executive-wrap .executive-type {
    display: inline-block;
    width: 240px;
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 640px) {
  .executive-wrap .executive-type {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 641px) {
  .executive-wrap .executive-name {
    display: inline-block;
    width: 740px;
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 36px;
  }
}
.executive-wrap .executive-name .kana {
  display: inline-block;
  padding-left: 2.0em;
}
.executive-wrap .biography-btn {
  position: absolute;
  border: 1px #E6E6E6 solid;
  background: #F7F7F7;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .executive-wrap .biography-btn {
    top: 20px;
    right: 0;
    width: 178px;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 640px) {
  .executive-wrap .biography-btn {
    top: 3.125vw;
    right: 5%;
    padding: 0.2em 1.5em;
    font-size: 3.125vw;
  }
}
.executive-wrap .biography-btn:before, .executive-wrap .biography-btn:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background: #d71619;
  content: "";
  transition: .3s;
}
.executive-wrap .biography-btn:before {
  transform: rotate(90deg);
}
.executive-wrap .biography-btn.show:before, .executive-wrap .biography-btn.show:after {
  transform: rotate(180deg);
}
.executive-wrap .biography-btn.show + .biography-box {
  max-height: 300px;
}
@media screen and (min-width: 641px) {
  .executive-wrap .biography-btn.show + .biography-box {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .executive-wrap .biography-btn.show + .biography-box {
    padding: 3.125vw 0;
  }
}
.executive-wrap .biography-box {
  display: block;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: .3s;
}
@media screen and (min-width: 641px) {
  .executive-wrap .biography-box {
    padding-left: 240px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .executive-wrap .biography-box {
    font-size: 3.125vw;
  }
}

@media screen and (min-width: 641px) {
  .history-contents {
    display: flex;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .history-contents {
    margin-bottom: 6.25vw;
  }
}
.history-contents:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  .history-contents-title {
    width: 135px;
    margin-right: 30px;
    border-right: 1px #333333 solid;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 640px) {
  .history-contents-title {
    margin-bottom: 3.125vw;
    border-bottom: 1px #333333 solid;
    font-size: 3.75vw;
  }
}
.history-contents-title em {
  font-size: 140%;
}
@media screen and (min-width: 641px) {
  .history-contents-block {
    flex: 1 0 0%;
  }
}
.history-contents .year-block {
  display: flex;
  margin-bottom: 1.0em;
}
@media screen and (min-width: 641px) {
  .history-contents .year-block {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .history-contents .year-block {
    font-size: 3.4375vw;
  }
}
.history-contents .year-block .year-title {
  width: 8.0em;
}
.history-contents .year-block .year-contents {
  flex: 1 0 0%;
}
.history-contents .year-block .year-contents p {
  margin-bottom: 0.5em;
}
.history-contents .year-block .year-contents strong:before {
  content: "-";
}
.history-contents .year-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .history-contents .image-box {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 641px) {
  .history-contents .image-box .image {
    margin-bottom: 1.0em;
  }
}
@media screen and (min-width: 980px) {
  .history-contents .image-box .image {
    width: 48%;
  }
}

@media screen and (min-width: 641px) {
  .philosophy-block {
    width: 600px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

/* contact */
.contact-table input[type="text"] {
  width: 100%;
  padding: 0.2em 0;
  border: 1px #CCCCCC solid;
}
@media screen and (max-width: 640px) {
  .contact-table input[type="text"] {
    font-size: 16px;
  }
}
.contact-table input[type="text"].tel1, .contact-table input[type="text"].tel2, .contact-table input[type="text"].tel3 {
  width: 20%;
}
.contact-table input[type="text"].mail, .contact-table input[type="text"].mail-conf {
  width: 60%;
}
.contact-table input[type="text"].zip01 {
  width: 20%;
}
.contact-table input[type="text"].zip02 {
  width: 25%;
}
.contact-table .prefecture-wrap {
  margin: 0.5em 0;
}
.contact-table .mwform-radio-field label {
  margin-right: 0.5em;
}
.contact-table textarea {
  width: 100%;
  padding: 0.2em;
  border: 1px #CCCCCC solid;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .contact-table textarea {
    font-size: 16px;
  }
}

.mw_wp_form_confirm .txt12 {
  display: none;
}

@media screen and (min-width: 641px) {
  .contact-btn-wrap {
    display: flex;
    justify-content: center;
  }
}
.contact-btn-wrap .detail-btn {
  background: none;
}
@media screen and (min-width: 641px) {
  .contact-btn-wrap .detail-btn {
    margin: 0 10px;
    cursor: pointer;
  }
}
.contact-btn-wrap .back:after {
  right: auto;
  left: 1.0em;
  content: "\f053";
}

/* recruit */
@media screen and (min-width: 641px) {
  .recruit-top-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 640px) {
  .recruit-top-link {
    margin-bottom: 12.5vw;
  }
}
.recruit-top-link a {
  position: relative;
  display: block;
}
@media screen and (min-width: 641px) {
  .recruit-top-link a {
    width: 47.5%;
    overflow: hidden;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .recruit-top-link a {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 641px) {
  .recruit-top-link a img {
    transition: .3s;
  }
}
@media screen and (min-width: 641px) {
  .recruit-top-link a:hover img {
    transform: scale(1.1);
  }
}
.recruit-top-link .link-txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  transform: translateY(-50%);
}
.recruit-top-link .link-txt span {
  display: block;
}
@media screen and (min-width: 641px) {
  .recruit-top-link .link-txt .jpn {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit-top-link .link-txt .jpn {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 641px) {
  .recruit-top-link .link-txt .eng {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit-top-link .link-txt .eng {
    font-size: 3.125vw;
  }
}

@media screen and (min-width: 641px) {
  .recruit-contents {
    width: 90%;
    max-width: 1124px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .recruit-contents + .recruit-contents {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .recruit-contents + .recruit-contents {
    margin-top: 15.625vw;
  }
}

.notfound {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .notfound {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 640px) {
  .notfound {
    padding: 15.625vw 0 12.5vw;
  }
}
@media screen and (min-width: 641px) {
  .notfound .title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .notfound .title {
    margin-bottom: 4.6875vw;
  }
}
.notfound .title:before {
  display: block;
  color: #D6D6D6;
  content: "\f06a";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 641px) {
  .notfound .title:before {
    font-size: 12.4rem;
  }
}
@media screen and (max-width: 640px) {
  .notfound .title:before {
    font-size: 18.75vw;
  }
}
.notfound .txt {
  line-height: 1.75;
}
@media screen and (min-width: 641px) {
  .notfound .txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .notfound .txt {
    margin-bottom: 4.6875vw;
    padding: 0 5%;
    font-size: 3.75vw;
    text-align: left;
  }
}

/* footer */
#global-footer {
  position: relative;
  background: #FFFFFF;
}
@media screen and (min-width: 641px) {
  #global-footer {
    width: 100%;
  }
}
#global-footer .pagetop {
  position: fixed;
  bottom: 60px;
  transform: translateY(50%);
  z-index: +1;
}
@media screen and (min-width: 641px) {
  #global-footer .pagetop {
    right: 50px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 640px) {
  #global-footer .pagetop {
    right: 10px;
    width: 10.9375vw;
    height: 10.9375vw;
  }
}
#global-footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: #d71619;
  border: 1px #d71619 solid;
  border-radius: 100%;
  box-sizing: border-box;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 641px) {
  #global-footer .pagetop a {
    padding-top: 0.5em;
    font-size: 1.4rem;
    transition-duration: .3s;
  }
}
@media screen and (max-width: 640px) {
  #global-footer .pagetop a {
    font-size: 3.125vw;
  }
}
#global-footer .pagetop a:before {
  display: block;
  content: "\f106";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 641px) {
  #global-footer .pagetop a:before {
    transition-duration: .3s;
  }
}
@media screen and (min-width: 641px) {
  #global-footer .pagetop a:hover {
    background: #FFFFFF;
    color: #d71619;
  }
}
#global-footer .pagetop.absolute {
  position: absolute;
  bottom: 100%;
}
@media screen and (min-width: 641px) {
  #global-footer .ftr-contents {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 80px;
    border-bottom: 1px #ECECEC solid;
  }
}
@media screen and (min-width: 1200px) {
  #global-footer .ftr-contents {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 641px) {
  #global-footer .ftr-contents .logo {
    width: 292px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #global-footer .ftr-contents .logo {
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  #global-footer .ftr-contents .logo {
    padding: 12.5vw 0 8.4375vw;
  }
}
#global-footer .ftr-contents .logo a {
  display: block;
}
@media screen and (max-width: 640px) {
  #global-footer .ftr-contents .logo a {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  #global-footer .ftr-contents .ftr-contents-title {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px #E3E3E3 solid;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  #global-footer .ftr-contents .ftr-contents-title {
    position: relative;
    padding: 1.0em;
    background: #FFFFFF;
    border-top: 1px #E3E3E3 solid;
    font-size: 4.0625vw;
  }
}
@media screen and (max-width: 640px) {
  #global-footer .ftr-contents .ftr-contents-title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.9375vw;
    height: 100%;
    background: #d71619;
    content: "";
  }
}
@media screen and (min-width: 1200px) {
  #global-footer .ftr-contents .address {
    width: 350px;
    order: 2;
  }
}
@media screen and (min-width: 641px) {
  #global-footer .ftr-contents .address p {
    color: #666666;
    font-size: 1.2rem;
    line-height: 2.0;
  }
}
@media screen and (max-width: 640px) {
  #global-footer .ftr-contents .address p {
    margin-bottom: 6.25vw;
    padding: 1.0em;
    border-top: 1px #E3E3E3 solid;
    font-size: 3.4375vw;
  }
}
@media screen and (min-width: 641px) {
  #global-footer .ftr-contents .ftr-sitemap {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #global-footer .ftr-contents .ftr-sitemap {
    width: 350px;
    margin-bottom: 0;
    order: 3;
  }
}
@media screen and (min-width: 641px) {
  #global-footer .ftr-contents .ftr-sitemap ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#global-footer .ftr-contents .ftr-sitemap ul li {
  line-height: 2.3;
}
@media screen and (min-width: 641px) {
  #global-footer .ftr-contents .ftr-sitemap ul li {
    width: 50%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  #global-footer .ftr-contents .ftr-sitemap ul li {
    background: #F7F7F7;
    border-top: 1px #E3E3E3 solid;
    font-size: 3.125vw;
  }
}
#global-footer .ftr-contents .ftr-sitemap ul li a {
  position: relative;
  display: block;
  padding-left: 1.0em;
  color: #666666;
}
@media screen and (max-width: 640px) {
  #global-footer .ftr-contents .ftr-sitemap ul li a {
    padding: 1.0em 1.5em 1.0em 2.5em;
  }
}
#global-footer .ftr-contents .ftr-sitemap ul li a:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 2px;
  margin-top: -1px;
  background: #d71619;
  content: "";
}
@media screen and (min-width: 641px) {
  #global-footer .ftr-contents .ftr-sitemap ul li a:before {
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  #global-footer .ftr-contents .ftr-sitemap ul li a:before {
    left: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  #global-footer .ftr-contents .ftr-sitemap ul li a span {
    position: relative;
    display: inline-block;
  }
}
@media screen and (min-width: 641px) {
  #global-footer .ftr-contents .ftr-sitemap ul li a span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #333333;
    content: "";
    transform: scaleX(0);
    transform-origin: left top;
    transition: .2s;
  }
}
@media screen and (min-width: 641px) {
  #global-footer .ftr-contents .ftr-sitemap ul li a:hover span:after {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 641px) {
  #global-footer .site-nav {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
  }
}
@media screen and (min-width: 980px) {
  #global-footer .site-nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
#global-footer .site-nav #copyright {
  color: #666666;
}
@media screen and (min-width: 641px) {
  #global-footer .site-nav #copyright {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  #global-footer .site-nav #copyright {
    padding: 1.5em 0;
    text-align: center;
  }
}
@media screen and (min-width: 641px) {
  #global-footer .site-nav ul {
    display: flex;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  #global-footer .site-nav ul {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #global-footer .site-nav ul {
    border-bottom: 1px #E3E3E3 solid;
  }
}
@media screen and (min-width: 641px) {
  #global-footer .site-nav ul li {
    margin-right: 2.0em;
  }
}
@media screen and (min-width: 980px) {
  #global-footer .site-nav ul li {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  #global-footer .site-nav ul li {
    border-top: 1px #E3E3E3 solid;
  }
}
#global-footer .site-nav ul a {
  position: relative;
  display: block;
  color: #333333;
}
@media screen and (min-width: 641px) {
  #global-footer .site-nav ul a {
    padding-left: 1.0em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  #global-footer .site-nav ul a {
    padding: 1.0em 1.0em 1.0em 2.5em;
    font-size: 3.125vw;
  }
}
#global-footer .site-nav ul a:before {
  position: absolute;
  color: #d71619;
  content: "\f054";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 641px) {
  #global-footer .site-nav ul a:before {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  #global-footer .site-nav ul a:before {
    top: 50%;
    left: 1.0em;
    margin-top: -0.5em;
    line-height: 1.0;
  }
}
@media screen and (min-width: 641px) {
  #global-footer .site-nav ul a span {
    position: relative;
    display: inline-block;
  }
}
@media screen and (min-width: 641px) {
  #global-footer .site-nav ul a span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #333333;
    content: "";
    transform: scaleX(0);
    transform-origin: left top;
    transition: .2s;
  }
}
@media screen and (min-width: 641px) {.youtube iframe {
 width: 480px;
 height: 270px;
}

@media screen and (max-width: 480px) {
.youtube {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}

.youtube iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
}
  #global-footer .site-nav ul a:hover span:after {
    transform: scaleX(1);
  }
}
