@charset "UTF-8";
/*
Theme Name: INTES Japan
Author: INTES Japan
Version: 1.0
*/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb72 {
  margin-bottom: 72px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb240 {
  margin-bottom: 240px;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: all 1s;
}
.fadein.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* CSS Document */
/* Reset
---------------------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12pt;
  color: #333333;
  line-height: 1.8;
  vertical-align: baseline;
  background: transparent;
}

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

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 12pt;
  color: #333333;
  line-height: 1.8;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Clearfix
---------------------------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/* Common Setting
---------------------------------------------------------------------------- */
.hidden {
  display: none;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb72 {
  margin-bottom: 72px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb240 {
  margin-bottom: 240px;
}

/* Container
---------------------------------------------------------------------------- */
#container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background-image: url(../image/bg-demo3.jpg);
  background-attachment: fixed;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Header
---------------------------------------------------------------------------- */
#header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  position: fixed;
  z-index: 400;
  box-shadow: 0 0 8px 0;
}

#header-content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#header-content .logo {
  float: left;
  width: 3%;
  height: auto;
  margin: 12px 2%;
}

#header-content #navigation {
  width: 1000px;
  position: absolute;
  top: 25%;
  right: 0;
}

#header-content #navigation-content li {
  float: left;
  margin: 0 1.6%;
  padding-bottom: 32px;
  position: relative;
}

#header-content #navigation-content li.menu-item-8 {
  margin-left: 4%;
}

#header-content #navigation-content li a {
  font-size: 11pt;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.8pt;
  display: block;
}

#header-content #navigation-content li.menu-item-8 a {
  color: #ffffff;
  font-weight: 600;
  line-height: 2.4;
  text-align: center;
  width: 9em;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, rgb(5, 72, 164), rgb(27, 72, 134));
  border-radius: 20px;
}

.submenu {
  width: 480px;
  padding: 8px 0;
  background-image: linear-gradient(90deg, rgb(5, 72, 164), rgb(27, 72, 134));
  border-radius: 8px;
  position: absolute;
  left: -216px;
  display: none;
}

.submenu li {
  text-align: center;
  float: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #3366cc;
}

.submenu li:last-child {
  border-bottom: none;
}

.submenu li a {
  color: #ffffff;
  font-size: 9pt;
  padding: 16px 0;
  display: block;
}

#SP-navigation-trigger {
  display: none;
}

#SP-navigation {
  display: none;
}

#SP-navigation-content {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 64px 0 0;
  background: #333333;
  position: relative;
}

#SP-navigation-content .close-trigger {
  width: 8%;
  margin: 0;
  position: absolute;
  right: 8%;
  top: 8px;
  display: block;
}

#SP-navigation-content li {
  text-align: center;
  width: 80%;
  height: auto;
  margin: 0;
  padding: 0 10%;
  border-bottom: 1px solid #555555;
}

#SP-navigation-content li.SP-sub-menu {
  background: #6699dd;
}

#SP-navigation-content li:first-child {
  border-top: 1px solid #555555;
}

#SP-navigation-content li a {
  text-decoration: none;
  color: #efefef;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0;
  display: block;
}

/* Key-visual
---------------------------------------------------------------------------- */
#key-visual {
  width: 100%;
  height: auto;
  margin: 0 auto 80px;
  padding: 0;
  position: relative;
}

.key-visual-content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.bxslider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bx-wrapper .bxslider {
  visibility: visible;
  opacity: 1;
}

.key-visual-sentence {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.6%;
  z-index: 200;
}

.key-visual-sentence p {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2em;
}

.key-visual-sentence .en-small {
  font-family: "Montserrat", sans-serif;
  font-size: 24pt;
  letter-spacing: 1pt;
}

.key-visual-sentence .en-large {
  font-family: "Montserrat", sans-serif;
  font-size: 80pt;
  letter-spacing: 1pt;
}

.key-visual-sentence .ja {
  font-size: 12pt;
  letter-spacing: 1.6pt;
}

/* Main
---------------------------------------------------------------------------- */
#main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#main-content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#main-content .section {
  width: 100%;
  height: auto;
  margin: 0 auto 160px;
  padding: 0;
}

#main-content .section-content {
  max-width: 1400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#main-content .section-content .caption {
  margin-bottom: 56px;
}

#main-content .section-content .caption-en {
  font-family: "Montserrat", sans-serif;
  font-size: 48pt;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.8pt;
}

#main-content .section-content .caption-ja {
  color: #0548a4;
  font-size: 14pt;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.8pt;
}

#main-content .section-content .detail {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 600;
  line-height: 2.4;
  text-align: center;
  width: 8em;
  margin: 0 auto;
  background-image: linear-gradient(90deg, rgb(5, 72, 164), rgb(27, 72, 134));
  border-radius: 20px;
}

#main-content .section-content .detail a {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 600;
  line-height: 2.4;
  text-align: center;
  width: 8em;
  margin: 0 auto;
  background-image: linear-gradient(90deg, rgb(5, 72, 164), rgb(27, 72, 134));
  border-radius: 20px;
  display: block;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: all 1s;
}

.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Main Content - Strengths Section
---------------------------------------------------------------------------- */
#main-content #strengths .section-content {
  max-width: 100%;
}

#main-content #strengths li {
  float: left;
  width: 33.333%;
  position: relative;
  z-index: 100;
}

#main-content #strengths .box {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}

#main-content #strengths .number {
  color: #ffffff;
  font-size: 48pt;
  font-weight: 600;
  margin-bottom: 64px;
}

#main-content #strengths .title {
  color: #ffffff;
  font-size: 24pt;
  font-weight: 600;
  margin-bottom: 16px;
}

#main-content #strengths .sentence {
  color: #ffffff;
  line-height: 2.4;
  width: 80%;
  margin: 0 auto 64px;
}

#main-content #strengths img {
  filter: brightness(64%);
}

#main-content #analysis {
  background-image: url(../image/AdobeStock_745644043.jpeg);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 100;
}

#main-content #analysis .section-content {
  max-width: 1400px;
  padding: 80px 0;
}

#main-content #analysis .box {
  float: left;
  width: 32%;
  margin-top: 56px;
}

#main-content #analysis .caption-en {
  color: #ffffff;
}

#main-content #analysis .caption-ja {
  color: #ffffff;
}

#main-content #analysis .content .title {
  color: #ffffff;
  font-size: 24pt;
  font-weight: 600;
  margin-bottom: 56px;
}

#main-content #analysis .content .sentence {
  margin-bottom: 56px;
}

#main-content #analysis .content .sentence li {
  color: #ffffff;
  line-height: 2.4;
}

#main-content #analysis .content .detail {
  margin-left: 0;
  margin-bottom: 56px;
}

#main-content #analysis .content2 {
  width: 56%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}

#main-content #analysis .content2 li {
  float: left;
  width: 46%;
  margin: 20px 0 20px 4%;
  position: relative;
}

#main-content #analysis .content2 li .box2 {
  text-align: center;
  width: 100%;
  height: 28%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333333;
  display: none;
}

#main-content #analysis .content2 li .box2 .title {
  color: #ffffff;
  font-size: 10pt;
  margin: 2% 0;
}

#main-content #analysis .content2 li .box2 .detail {
  font-size: 8pt;
}

/* Main Content - Products Section
---------------------------------------------------------------------------- */
#main-content #products .content {
  border-bottom: 1px solid #dddddd;
}

#main-content #products .content a {
  padding: 24px 0;
  display: block;
}

#main-content #products .content .box li {
  float: left;
}

#main-content #products .content .box li.img {
  width: 16%;
  margin-right: 5%;
}

#main-content #products .content .box li.title {
  width: 16%;
  margin-right: 3%;
}

#main-content #products .content .box li.title .ja {
  font-size: 16pt;
  font-weight: 600;
  margin-bottom: 8px;
}

#main-content #products .content .box li.title .en {
  font-weight: 600;
  color: #0548a4;
}

#main-content #products .content .box li.sentence {
  width: 48%;
  margin-right: 4%;
}

#main-content #products .content .box li.detail {
  font-size: 8pt;
  margin-top: 4px;
}

#main-content #service {
  padding: 120px 0;
  background: #444444;
  position: relative;
  z-index: 100;
}

/* Main Content - Service Section
---------------------------------------------------------------------------- */
#main-content #service .caption-en {
  color: #ffffff;
}

#main-content #service .caption-ja {
  color: #ffffff;
}

#main-content #service .box {
  float: left;
  width: 32%;
}

#main-content #service .content .title {
  color: #ffffff;
  font-size: 24pt;
  font-weight: 600;
  margin-bottom: 56px;
}

#main-content #service .content .sentence {
  margin-bottom: 56px;
}

#main-content #service .content .sentence li {
  color: #ffffff;
  line-height: 2.4;
}

#main-content #service .content .detail {
  margin-left: 0;
  margin-bottom: 56px;
}

#main-content #service .content2 {
  width: 56%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}

#main-content #service .content2 li {
  float: left;
  width: 46%;
  margin: 20px 0 20px 4%;
  position: relative;
}

#main-content #service .content2 li .box2 {
  text-align: center;
  width: 100%;
  height: 28%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333333;
  display: none;
}

#main-content #service .content2 li .box2 .title {
  color: #ffffff;
  font-size: 10pt;
  margin: 2% 0;
}

#main-content #service .content2 li .box2 .detail {
  font-size: 8pt;
}

/* Main Content - Blog Section
---------------------------------------------------------------------------- */
#main-content #blog .section-content {
  max-width: 100%;
  position: relative;
}

#main-content #blog .content {
  margin-left: 0;
}

#main-content #blog .caption {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 56px;
}

#main-content #blog li {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-left: none;
}

#main-content #blog li a.block {
  padding: 32px;
  display: block;
}

#main-content #blog img {
  margin-bottom: 24px;
}

#main-content #blog .date {
  font-size: 11pt;
  margin-bottom: 24px;
}

#main-content #blog .title {
  font-weight: 600;
  height: 56px;
  margin-bottom: 24px;
  line-height: 1.6;
}

#main-content #blog .bx-wrapper .bx-prev {
  font-size: 0;
  margin-top: 16px;
  position: absolute;
  right: 56px;
}

#main-content #blog .bx-wrapper .bx-prev:before {
  width: 48px;
  height: 48px;
  content: "";
  background-image: url(../image/arrow_circle_left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
}

#main-content #blog .bx-wrapper .bx-next {
  font-size: 0;
  margin-top: 16px;
  position: absolute;
  right: 8px;
}

#main-content #blog .bx-wrapper .bx-next:before {
  width: 48px;
  height: 48px;
  content: "";
  background-image: url(../image/arrow_circle_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
}

#main-content #news {
  margin-bottom: 0;
  padding: 80px 0;
  margin-bottom: 80px;
  background: #f9f9f9;
}

#main-content #news .caption {
  float: left;
  width: 40%;
}

#main-content #news .content {
  float: left;
  width: 60%;
}

#main-content #news .content dl {
  border-bottom: 1px solid #dddddd;
}

#main-content #news .content dl:first-child {
  border-top: 1px solid #dddddd;
}

#main-content #news .content dt {
  float: left;
  width: 30%;
  height: auto;
}

#main-content #news .content dt a {
  color: #999999;
  height: 80px;
  line-height: 80px;
  display: block;
}

#main-content #news .content dd {
  float: left;
  width: 70%;
  height: auto;
}

#main-content #news .content dd a {
  font-weight: 600;
  height: 80px;
  line-height: 80px;
  display: block;
}

#main-content #recruit {
  float: left;
  width: 50%;
  height: auto;
  position: relative;
  z-index: 100;
}

#main-content #recruit .caption {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}

#main-content #recruit .caption-en {
  color: #ffffff;
}

#main-content #recruit .caption-ja {
  color: #ffffff;
}

#main-content #recruit img {
  filter: brightness(64%);
}

#main-content #contact {
  float: right;
  width: 50%;
  height: auto;
  position: relative;
  z-index: 100;
}

#main-content #contact .caption {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}

#main-content #contact .caption-en {
  color: #ffffff;
}

#main-content #contact .caption-ja {
  color: #ffffff;
}

#main-content #contact img {
  filter: brightness(64%);
}

/* フォーム全体のスタイル */
.wpcf7 {
  max-width: 800px;
  width: 92%;
  height: auto;
  margin: 0 auto;
  padding: 56px 4%;
  background: #efefef;
  border-radius: 8px;
}

/* ラベルのスタイル */
.wpcf7-form label {
  display: block;
  margin-bottom: 12px;
}

/* 必須フィールドのラベルスタイル */
.wpcf7-form .required {
  background-color: #f58694; /* レッド */
  color: white;
  padding: 1px 5px 2px;
  border-radius: 4px;
  margin-left: 12px;
  font-size: 12px;
}

/* 任意フィールドのラベルスタイル */
.wpcf7-form .optional {
  background-color: #7fbfff; /* レッド */
  color: white;
  padding: 1px 5px 2px;
  border-radius: 4px;
  margin-left: 12px;
  font-size: 12px;
}

/* インプットフィールドのスタイル */
.wpcf7-form input {
  font-size: 16px;
  width: 96%;
  height: auto;
  margin: 0 auto 24px;
  padding: 12px 2%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}

/* テキストエリアのスタイル */
.wpcf7-form textarea {
  font-size: 16px;
  width: 96%;
  height: 160px;
  margin: 0 auto 24px;
  padding: 12px 2%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}

/* 送信ボタンのスタイル */
.wpcf7-form input[type=submit] {
  color: white;
  font-size: 16px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 12px 2%;
  background-color: #007bff; /* ブルー */
  transition: background-color 0.3s ease;
}

.wpcf7-form input[type=submit]:hover {
  background-color: #0056b3; /* 濃いブルー */
}

/* エラーメッセージと成功メッセージのスタイル */
.wpcf7-form .wpcf7-not-valid-tip {
  color: red;
  font-size: 16px;
}

.wpcf7-form .wpcf7-mail-sent-ok {
  color: green;
  font-size: 16px;
  margin-bottom: 20px;
}

/* Other
---------------------------------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 200;
  display: none;
}

#page-top a {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  width: 10em;
  line-height: 2.4;
  border-radius: 20px;
  background-image: linear-gradient(90deg, rgb(5, 72, 164), rgb(27, 72, 134));
  display: block;
}

/* Footer
---------------------------------------------------------------------------- */
#footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#footer-content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#footer-content .bx-upper {
  margin-bottom: 40px;
  padding: 0 5.6% 40px 8%;
  border-bottom: 1px solid #dddddd;
}

#footer-content .bx-lower {
  margin-bottom: 24px;
  padding: 0 8%;
}

#footer-content .logo {
  float: left;
  width: 20%;
}

#footer-content .logo li {
  margin-bottom: 24px;
}

#footer-content .logo li.France {
  width: 64%;
}

#footer-content .navigation {
  float: right;
  width: 40%;
}

#footer-content .navigation li {
  float: left;
  width: 33.333%;
  margin-bottom: 16px;
}

#footer-content .navigation li a {
  font-weight: 600;
  text-align: center;
  display: block;
}

#footer-content .info {
  float: left;
  width: 40%;
}

#footer-content .info .name {
  font-weight: 600;
  margin-bottom: 80px;
}

#footer-content .info .copy {
  font-family: "Montserrat", sans-serif;
  color: #999999;
}

#footer-content .sns {
  float: right;
  width: 20%;
}

#footer-content .sns li {
  float: left;
  width: 25.333%;
  margin: 0 4%;
}

/* Media Query
---------------------------------------------------------------------------- */
@media (max-width: 1500px) {
  #main-content #aboutUs .section-content,
  #main-content #analysis .section-content,
  #main-content #products .section-content,
  #main-content #service .section-content,
  #main-content #blog .section-content,
  #main-content #news .section-content {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
  }
  #main-content #analysis .content2 li .box2 .title {
    font-size: 8pt;
  }
  #main-content #service .content2 li .box2 .title {
    font-size: 8pt;
  }
  #main-content #blog .content {
    margin-left: -4%;
    margin-right: -4%;
  }
  #footer-content .bx-upper {
    padding: 0 2.6% 40px 4%;
  }
  #footer-content .bx-lower {
    padding: 0 4%;
  }
}
@media (max-width: 1200px) {
  #header-content #navigation {
    width: 900px;
    top: 28%;
    right: 0;
  }
  #header-content #navigation-content li.menu-item-8 {
    margin-left: 2%;
  }
  #header-content #navigation-content li a {
    font-size: 10pt;
  }
  #header-content .logo {
    width: 4%;
  }
  .key-visual-sentence {
    top: 50%;
    transform: translateY(-50%);
  }
  #main-content #strengths .number {
    font-size: 36pt;
    margin-bottom: 48px;
  }
  #main-content #strengths .title {
    font-size: 16pt;
    margin-bottom: 12px;
  }
  #main-content #strengths .sentence {
    font-size: 10pt;
    margin-bottom: 48px;
  }
  #main-content #analysis .content2 li .box2 .title {
    font-size: 8pt;
  }
  #main-content #analysis .content2 li .box2 .detail {
    display: none;
  }
  #main-content #service .content2 li .box2 .title {
    font-size: 8pt;
  }
  #main-content #service .content2 li .box2 .detail {
    display: none;
  }
  #main-content #products .content .box li.img {
    width: 16%;
    margin-right: 5%;
  }
  #main-content #products .content .box li.title {
    width: 16%;
    margin-right: 3%;
  }
  #main-content #products .content .box li.title .ja {
    font-size: 10pt;
    margin-bottom: 0;
  }
  #main-content #products .content .box li.title .en {
    font-size: 10pt;
  }
  #main-content #products .content .box li.sentence {
    font-size: 10pt;
  }
  #main-content #products .content .box li.detail {
    font-size: 6pt;
    width: 6em;
  }
  #main-content #news .caption {
    width: 30%;
  }
  #main-content #news .content {
    width: 70%;
  }
  #main-content #recruit .caption-en {
    font-size: 32pt;
  }
  #main-content #recruit .caption-ja {
    font-size: 8pt;
  }
  #main-content #contact .caption-en {
    font-size: 32pt;
  }
  #main-content #contact .caption-ja {
    font-size: 8pt;
  }
}
@media (max-width: 1000px) {
  #header-content #navigation {
    display: none;
  }
  .submenu {
    display: none;
  }
  #SP-navigation-trigger {
    width: 4%;
    position: absolute;
    top: 20%;
    right: 2%;
    display: block;
  }
  .key-visual-content {
    min-width: 1000px;
    margin-top: 50px;
  }
  .key-visual-sentence .en-small {
    font-size: 20pt;
  }
  .key-visual-sentence .en-large {
    font-size: 64pt;
  }
  .key-visual-sentence .ja {
    font-size: 10pt;
  }
  #main-content #strengths .number {
    font-size: 24pt;
    margin-bottom: 32px;
  }
  #main-content #strengths .title {
    font-size: 12pt;
    margin-bottom: 8px;
  }
  #main-content #strengths .sentence {
    font-size: 8pt;
    margin-bottom: 32px;
  }
  #main-content #analysis .box {
    float: none;
    width: 100%;
  }
  #main-content #analysis .content .title {
    margin-bottom: 28px;
  }
  #main-content #analysis .content .sentence {
    margin-bottom: 28px;
  }
  #main-content #analysis .content2 {
    width: 100%;
    position: static;
    transform: none;
  }
  #main-content #analysis .content2 li {
    width: 49%;
    margin-left: 2%;
  }
  #main-content #analysis .content2 li.first {
    margin-left: 0;
  }
  #main-content #analysis .content2 li .box2 .detail {
    display: block;
  }
  #main-content #service .box {
    float: none;
    width: 100%;
  }
  #main-content #service .content .title {
    margin-bottom: 28px;
  }
  #main-content #service .content .sentence {
    margin-bottom: 28px;
  }
  #main-content #service .content2 {
    width: 100%;
    position: static;
    transform: none;
  }
  #main-content #service .content2 li {
    width: 49%;
    margin-left: 2%;
  }
  #main-content #service .content2 li.first {
    margin-left: 0;
  }
  #main-content #service .content2 li .box2 .detail {
    display: block;
  }
  #footer-content .logo {
    width: 30%;
  }
  #footer-content .navigation {
    width: 60%;
  }
  #footer-content .info {
    width: 60%;
  }
  #footer-content .sns {
    width: 30%;
  }
}
@media (max-width: 900px) {
  #header-content .logo {
    width: 5%;
    left: 2%;
  }
  #SP-navigation-trigger {
    width: 5%;
    top: 18%;
    right: 2%;
  }
  .key-visual-content {
    min-width: 900px;
  }
}
@media (max-width: 800px) {
  #header-content .logo {
    width: 6%;
  }
  #SP-navigation-trigger {
    width: 6%;
  }
  .key-visual-content {
    min-width: 800px;
  }
  .key-visual-sentence .en-small {
    font-size: 16pt;
  }
  .key-visual-sentence .en-large {
    font-size: 48pt;
  }
  .key-visual-sentence .ja {
    font-size: 8pt;
  }
  #main-content .section {
    margin: 0 auto 120px;
  }
  #main-content #strengths li {
    float: none;
    width: 100%;
  }
  #main-content #strengths .number {
    font-size: 48pt;
    margin-bottom: 64px;
  }
  #main-content #strengths .title {
    font-size: 24pt;
    margin-bottom: 16px;
  }
  #main-content #strengths .sentence {
    font-size: 12pt;
    width: 64%;
    margin-bottom: 64px;
  }
  #main-content #analysis .content2 li {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  #main-content #analysis .content2 li.first {
    margin: 20px 0;
  }
  #main-content #analysis .content2 li .box2 .title {
    color: #ffffff;
    font-size: 12pt;
    margin: 2% 0;
  }
  #main-content #products .content .box li {
    float: left;
  }
  #main-content #products .content .box li.img {
    width: 40%;
    margin-right: 5%;
  }
  #main-content #products .content .box li.title {
    width: 55%;
    margin-right: 0;
  }
  #main-content #products .content .box li.title .ja {
    font-size: 16pt;
    margin-bottom: 8px;
  }
  #main-content #products .content .box li.title .en {
    margin-bottom: 16px;
  }
  #main-content #products .content .box li.sentence {
    display: none;
  }
  #main-content #products .content .box li.detail {
    font-size: 8pt;
    width: 8em;
  }
  #main-content #service .content2 li {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  #main-content #service .content2 li.first {
    margin: 20px 0;
  }
  #main-content #service .content2 li .box2 .title {
    color: #ffffff;
    font-size: 12pt;
    margin: 2% 0;
  }
  #main-content #news .caption {
    float: none;
    width: 100%;
  }
  #main-content #news .content {
    float: none;
    width: 100%;
  }
  #main-content #recruit {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  #main-content #contact {
    float: none;
    width: 100%;
  }
}
@media (max-width: 700px) {
  #header-content .logo {
    width: 7%;
  }
  #SP-navigation-trigger {
    width: 7%;
  }
  .key-visual-content {
    min-width: 700px;
  }
}
@media (max-width: 600px) {
  html,
  body,
  div,
  span,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  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,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 10pt;
  }
  a {
    font-size: 10pt;
  }
  .key-visual-content {
    min-width: 600px;
  }
  #main-content .section-content .caption-en {
    font-size: 32pt;
  }
  #main-content .section-content .caption-ja {
    font-size: 8pt;
  }
  #header-content .logo {
    width: 8%;
  }
  #SP-navigation-trigger {
    width: 8%;
  }
  #SP-navigation-content .close-trigger {
    width: 16%;
  }
  #key-visual {
    margin: 0 auto 120px;
  }
  .key-visual-sentence {
    left: 4%;
  }
  .key-visual-sentence .en-small {
    font-size: 12pt;
  }
  .key-visual-sentence .en-large {
    font-size: 40pt;
  }
  .key-visual-sentence .ja {
    font-size: 8pt;
  }
  #main-content #analysis .content2 li .box2 .title {
    font-size: 10pt;
  }
  #main-content #service .content2 li .box2 .title {
    font-size: 10pt;
  }
  #main-content #blog li a.block {
    padding: 16px;
  }
  #main-content #blog img {
    margin-bottom: 12px;
  }
  #main-content #blog .date {
    margin-bottom: 12px;
  }
  #main-content #blog .title {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  #main-content #strengths .number {
    font-size: 32pt;
    margin-bottom: 40px;
  }
  #main-content #strengths .title {
    font-size: 16pt;
    margin-bottom: 12px;
  }
  #main-content #strengths .sentence {
    font-size: 10pt;
    width: 80%;
    margin-bottom: 40px;
  }
  #main-content #analysis .content .title {
    font-size: 16pt;
  }
  #main-content #products .content .box li.title .ja {
    font-size: 12pt;
    margin-bottom: 0;
  }
  #main-content #products .content .box li.title .en {
    margin-bottom: 0;
  }
  #main-content #service .content .title {
    font-size: 16pt;
  }
  #main-content #news .content dl {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  #main-content #news .content dt {
    float: none;
    width: 100%;
  }
  #main-content #news .content dt a {
    height: 24px;
    line-height: 24px;
  }
  #main-content #news .content dd {
    float: none;
    width: 100%;
  }
  #main-content #news .content dd a {
    height: 24px;
    line-height: 24px;
  }
  #footer-content .navigation li {
    width: 50%;
  }
  #footer-content .navigation li a {
    font-size: 9pt;
  }
  #footer-content .info .name {
    font-size: 9pt;
  }
  #footer-content .info .name a {
    font-size: 9pt;
  }
  #footer-content .info .copy {
    font-size: 9pt;
  }
}
/* CSS Document */
/* Blog Single Post Page
---------------------------------------------------------------------------- */
#main-content #Single .section-content {
  max-width: 1400px;
}

#main-content #Single .section-content .articles {
  border-bottom: 1px solid #dddddd;
}

#main-content #Single .section-content h3.caption {
  font-size: 48pt;
  margin-bottom: 24px;
}

#main-content #Single .section-content .date {
  color: #999999;
  font-size: 12pt;
  font-weight: 600;
  margin-bottom: 48px;
}

#main-content #Single .section-content .category {
  font-size: 12pt;
  font-weight: 600;
  margin-bottom: 80px;
}

#main-content #Single .section-content ul.post-categories li {
  float: left;
  width: auto;
  height: auto;
  margin-right: 8px;
  padding: 4px 12px;
  border-radius: 4px;
  background: #dddddd;
}

#main-content #Single .section-content .thumbnail {
  margin-bottom: 80px;
  border-radius: 8px;
}

#main-content #Single .section-content .content {
  font-size: 16pt;
  padding-bottom: 160px;
  margin-bottom: 0;
}

#main-content #Single .section-content .content p {
  font-size: 16pt;
  margin-bottom: 40px;
  line-height: 2;
}

#main-content #Single .section-content .content a {
  font-size: 16pt;
  margin-bottom: 40px;
  line-height: 2;
}

#main-content #Single .section-content .content ul {
  margin-bottom: 40px;
}

#main-content #Single .section-content .content li {
  font-size: 16pt;
  line-height: 2;
}

#main-content #Single .section-content .content h4 {
  font-size: 24pt;
  margin-bottom: 40px;
}

#main-content #Single .section-content .content h5 {
  font-size: 16pt;
  margin-bottom: 40px;
}

#main-content #Single .section-content .content img {
  margin-bottom: 40px;
}

#main-content #Single .section-content .content .postIndex {
  margin-bottom: 80px;
  padding: 40px;
  border-radius: 8px;
  background: #ededed;
}

#main-content #Single .section-content .content .postIndex .mokuji {
  font-weight: 600;
  padding-bottom: 24px;
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd;
}

#main-content #Single .section-content .content .postIndex ul {
  padding: 24px 0;
  border-bottom: 1px solid #dddddd;
}

#main-content #Single .section-content .content .postIndex li {
  margin-left: 1em;
}

#main-content #Single .section-content .content .postIndex li.postSubject {
  font-weight: 600;
  margin-left: 0;
}

#main-content #Single .section-content .post-footer {
  padding: 40px 0;
  border-bottom: 1px solid #dddddd;
}

#main-content #Single .section-content .post-footer .category {
  float: left;
  margin-bottom: 0;
}

#main-content #Single .section-content .post-footer .next {
  float: right;
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: 16px;
}

#main-content #Single .section-content .post-footer .next a {
  font-size: 12pt;
  font-weight: 600;
}

#main-content #Single .section-content .post-footer .prev {
  float: right;
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: 16px;
}

#main-content #Single .section-content .post-footer .prev a {
  font-size: 12pt;
  font-weight: 600;
}

#main-content #Single .section-content .post-footer2 {
  padding: 40px 0;
  border-bottom: 1px solid #dddddd;
}

#main-content #Single .section-content .post-footer2 li {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

/* Blog Archive Page
---------------------------------------------------------------------------- */
#main-content #Archive .section-content {
  max-width: 1400px;
}

#main-content #Archive .section-content .title {
  font-size: 16pt;
  font-weight: 600;
}

#main-content #Archive .section-content .date {
  color: #999999;
  font-size: 12pt;
  font-weight: 600;
  margin-bottom: 16px;
}

#main-content #Archive .section-content .category {
  font-size: 12pt;
  font-weight: 600;
  margin-bottom: 16px;
}

#main-content #Archive .section-content ul.post-categories li {
  float: left;
  width: auto;
  height: auto;
  margin-right: 8px;
  padding: 4px 12px;
  border-radius: 4px;
  background: #dddddd;
}

#main-content #Archive .section-content .articles {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}

#main-content #Archive .section-content .articles a img {
  float: left;
  width: 38%;
}

#main-content #Archive .section-content .articles .box {
  float: right;
  width: 60%;
}

#main-content #Archive .section-content .post-footer {
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}

#main-content #Archive .section-content .post-footer .page-numbers {
  font-weight: 600;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  border-radius: 50%;
}

#main-content #Archive .section-content .post-footer .current {
  color: #ffffff;
  background: #333333;
}

/* Main Sub Common
---------------------------------------------------------------------------- */
#main-content .subSection .section-content {
  max-width: 100%;
}

#main-content .subSection .section-content .caption {
  max-width: 1400px;
  margin: 0 auto 160px;
}

#main-content .subSection .section-content .img-wide {
  margin: 0 auto 160px;
}

#main-content .subSection .section-content .content {
  max-width: 1400px;
  margin: 0 auto 160px;
}

#main-content .subSection .section-content .content2 {
  max-width: 1400px;
  margin: 0 auto 160px;
}

#main-content .subSection .section-content .content3 {
  max-width: 1400px;
  margin: 0 auto 160px;
}

#main-content .subSection .section-content p {
  line-height: 2.4;
}

#main-content .subSection .section-content p.headline {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

#main-content .subSection .section-content h4 {
  font-size: 24pt;
  font-weight: 600;
  margin-bottom: 80px;
}

#main-content .subSection .section-content .content2 {
  max-width: 1400px;
  margin: 0 auto;
}

#main-content .subSection .section-content .content2 li.fadein {
  margin-bottom: 160px;
  padding-bottom: 160px;
  border-bottom: 1px solid #dddddd;
}

#main-content .subSection .section-content .content2 li .box {
  float: left;
  width: 48%;
}

#main-content .subSection .section-content .content2 li img {
  float: right;
  width: 48%;
}

#main-content .subSection .section-content .content2 li.reverse .box {
  float: right;
  width: 48%;
}

#main-content .subSection .section-content .content2 li.reverse img {
  float: left;
  width: 48%;
}

#main-content .subSection .section-content .contentabout li {
  margin-left: 24px;
  list-style-type: disc;
}

#main-content .subSection .section-content .sentence li {
  margin-left: 24px;
  list-style-type: disc;
}

#main-content .subSection .section-content .number {
  font-size: 48pt;
  font-weight: 600;
  text-align: center;
  margin: -24px auto 24px;
}

#main-content .subSection .section-content .title {
  font-size: 24pt;
  font-weight: 600;
  margin-bottom: 16px;
}

#main-content .subSection .section-content .sentence {
  line-height: 2.4;
}

/* Subpage Common Sections
---------------------------------------------------------------------------- */
#main-content #subAnalysis .section-content .content li {
  margin-left: 1em;
  list-style: decimal;
}

#main-content #subAnalysis .section-content .title {
  margin-bottom: 40px;
}

#main-content #subAnalysis .section-content .sentence {
  margin-bottom: 40px;
}

#main-content #subAnalysis .content2 .detail {
  margin: 0 auto;
}

#main-content #subProducts .section-content .content li {
  margin-left: 1em;
  list-style: decimal;
}

#main-content #subProducts .section-content .title {
  margin-bottom: 40px;
}

#main-content #subProducts .section-content .title .ja {
  font-size: 24pt;
  font-weight: 600;
}

#main-content #subProducts .section-content .sentence {
  margin-bottom: 40px;
}

#main-content #subProducts .content2 .detail {
  margin: 0 auto;
}

#main-content #subService .section-content .content li {
  margin-left: 1em;
  list-style: decimal;
}

#main-content #subService .section-content .title {
  margin-bottom: 40px;
}

#main-content #subService .section-content .sentence {
  margin-bottom: 40px;
}

#main-content #subService .content2 .detail {
  margin: 0 auto;
}

#main-content #subSupport {
  max-width: 800px;
}

#main-content #subSupport h4 {
  color: #0548a4;
  border-top: 2px solid #0548a4;
  border-bottom: 2px solid #0548a4;
  margin-bottom: 40px;
}

#main-content #subSupport li {
  margin-left: 24px;
  list-style-type: disc;
}

#main-content #subSupport li a {
  font-size: 32px;
}

/* Company Page
---------------------------------------------------------------------------- */
#main-content #subCompany .section-content .content {
  margin-bottom: 240px;
}

#main-content #subCompany .section-content .content .box {
  float: left;
  width: 64%;
}

#main-content #subCompany .section-content .content .shimozono {
  float: right;
  width: 24%;
}

#main-content #subCompany .section-content .content .shimozono p.s {
  font-weight: 600;
  margin: 12px 0 -6px;
}

#main-content #subCompany .section-content .content .shimozono p.l {
  font-size: 16pt;
  font-weight: 600;
}

#main-content #subCompany .section-content .content3 {
  max-width: 1000px;
  margin-bottom: 240px;
}

#main-content #subCompany .section-content .content3 dl {
  border-bottom: 1px solid #dddddd;
  background: #f9f9f9;
}

#main-content #subCompany .section-content .content3 dl:first-child {
  border-top: 1px solid #dddddd;
}

#main-content #subCompany .section-content .content3 dt {
  float: left;
  font-weight: bold;
  width: 24%;
  height: auto;
  padding: 40px 1.5em;
  box-sizing: border-box;
  background: #f9f9f9;
}

#main-content #subCompany .section-content .content3 dd {
  float: left;
  width: 76%;
  height: auto;
  padding: 40px 1.5em;
  box-sizing: border-box;
  background: #ffffff;
}

/* Recruit Page
---------------------------------------------------------------------------- */
#main-content #subRecruit .section-content .content3 {
  max-width: 1000px;
  margin-bottom: 240px;
}

#main-content #subRecruit .section-content .content3 dl {
  border-bottom: 1px solid #dddddd;
  background: #f9f9f9;
}

#main-content #subRecruit .section-content .content3 dl:first-child {
  border-top: 1px solid #dddddd;
}

#main-content #subRecruit .section-content .content3 dt {
  float: left;
  font-weight: bold;
  width: 24%;
  height: auto;
  padding: 40px 1.5em;
  box-sizing: border-box;
  background: #f9f9f9;
}

#main-content #subRecruit .section-content .content3 dd {
  float: left;
  width: 76%;
  height: auto;
  padding: 40px 1.5em;
  box-sizing: border-box;
  background: #ffffff;
}

#main-content #subRecruit .section-content .content3 dd li {
  margin-left: 1em;
  list-style: disc;
}

#main-content #subContact {
  max-width: 800px;
}

#main-content #subContact h4 {
  color: #0548a4;
  border-top: 2px solid #0548a4;
  border-bottom: 2px solid #0548a4;
}

/* Main モジュール
---------------------------------------------------------------------------- */
.ea-header a {
  margin-bottom: 0 !important;
}

/* Media Query
---------------------------------------------------------------------------- */
@media (max-width: 1500px) {
  #main-content .subSection .caption,
  #main-content .subSection .content,
  #main-content .subSection .content2,
  #main-content .subSection .content3,
  #main-content .subSection .articles,
  #main-content .subSection .post-footer,
  #main-content .subSection .post-footer2,
  #main-content #Single .section-content .post-footer,
  #main-content #Single .section-content .post-footer2 {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
  }
  #main-content .subSection .articles .caption {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #main-content .subSection .articles .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  #main-content .subSection .section-content h4 {
    font-size: 20pt;
  }
  #main-content .subSection .section-content .number {
    font-size: 40pt;
    margin: -24px auto 16px;
  }
  #main-content .subSection .section-content .title {
    font-size: 20pt;
  }
  #main-content #Single .section-content h3.caption {
    font-size: 40pt;
  }
}
@media (max-width: 1000px) {
  #main-content #Single .section-content h3.caption {
    font-size: 32pt;
  }
}
@media (max-width: 800px) {
  #main-content .subSection {
    margin-top: -80px;
    margin-bottom: 80px;
  }
  #main-content .subSection .section-content .caption {
    margin-bottom: 80px;
  }
  #main-content .subSection .section-content .img-wide {
    min-width: 800px;
    margin-bottom: 80px;
  }
  #main-content .subSection .section-content .content {
    margin-bottom: 80px;
  }
  #main-content .subSection .section-content .content2 {
    margin-bottom: 80px;
  }
  #main-content .subSection .section-content .content3 {
    margin-bottom: 80px;
  }
  #main-content .subSection .section-content .content2 li.fadein {
    margin-bottom: 40px;
    padding-bottom: 80px;
  }
  #main-content .subSection .section-content .content2 li .box {
    float: none;
    width: 100%;
  }
  #main-content .subSection .section-content .content2 li img {
    float: none;
    width: 100%;
  }
  #main-content .subSection .section-content .content2 li.reverse .box {
    float: none;
    width: 100%;
  }
  #main-content .subSection .section-content .content2 li.reverse img {
    float: none;
    width: 100%;
  }
  #main-content .subSection .section-content h4 {
    font-size: 24pt;
  }
  #main-content .subSection .section-content .number {
    font-size: 48pt;
    margin: 0 auto 24px;
  }
  #main-content .subSection .section-content .title {
    font-size: 24pt;
    margin-bottom: 16px;
  }
  #main-content .subSection .section-content .sentence {
    margin-bottom: 32px;
  }
  #main-content #Single .section-content h3.caption {
    font-size: 24pt;
    margin-bottom: 12px;
  }
  #main-content #Single .section-content .content {
    font-size: 12pt;
    padding-bottom: 80px;
  }
  #main-content #Single .section-content .content p {
    font-size: 12pt;
    margin-bottom: 40px;
  }
  #main-content #Single .section-content .content a {
    font-size: 12pt;
    margin-bottom: 40px;
  }
  #main-content #Single .section-content .content li {
    font-size: 12pt;
  }
  #main-content #Single .section-content .date {
    font-size: 10pt;
    margin-bottom: 24px;
  }
  #main-content #Single .section-content .category {
    font-size: 10pt;
    margin-bottom: 40px;
  }
  #main-content #Archive .section-content .title {
    font-size: 12pt;
  }
  #main-content #Archive .section-content .date {
    font-size: 10pt;
    margin-bottom: 16px;
  }
  #main-content #Archive .section-content .category {
    font-size: 10pt;
    margin-bottom: 16px;
  }
  #main-content #subAnalysis .content2 .detail {
    margin: 0 auto 56px;
  }
  #main-content #subProducts .content2 .detail {
    margin: 0 auto 56px;
  }
  #main-content #subService .content2 .detail {
    margin: 0 auto 56px;
  }
}
@media (max-width: 700px) {
  #main-content .subSection .section-content .img-wide {
    min-width: 700px;
  }
}
@media (max-width: 600px) {
  #main-content .subSection .section-content .img-wide {
    min-width: 600px;
  }
  #main-content .subSection .section-content h4 {
    font-size: 20pt;
  }
  #main-content .subSection .section-content .number {
    font-size: 40pt;
  }
  #main-content .subSection .section-content .title {
    font-size: 20pt;
  }
  #main-content #Single .section-content .category {
    font-size: 10pt;
  }
  #main-content #Archive .section-content .category {
    font-size: 10pt;
  }
  #main-content #Single .section-content .post-footer .next a {
    font-size: 10pt;
  }
  #main-content #Single .section-content .post-footer .prev a {
    font-size: 10pt;
  }
  #main-content #Single .section-content .post-footer2 li {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
  #main-content #Archive .section-content .articles a img {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  #main-content #Archive .section-content .articles .box {
    float: none;
    width: 100%;
  }
  #main-content #Archive .section-content .title {
    margin-bottom: 12px;
  }
  #main-content #Archive .section-content .date {
    margin-bottom: 12px;
  }
  #main-content #subCompany .section-content .content .box {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  #main-content #subCompany .section-content .content .shimozono {
    float: none;
    width: 100%;
  }
  #main-content #subCompany .section-content .content .shimozono img {
    float: left;
    width: 32%;
    margin-right: 4%;
  }
  #main-content #subCompany .section-content .content .shimozono .name {
    float: left;
    width: 64%;
  }
  #main-content #subCompany .section-content .content3 dl {
    border-bottom: 1px solid #dddddd;
    background: #f9f9f9;
  }
  #main-content #subCompany .section-content .content3 dl:first-child {
    border-top: 1px solid #dddddd;
  }
  #main-content #subCompany .section-content .content3 dt {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px 1.5em;
    box-sizing: border-box;
    background: #f9f9f9;
  }
  #main-content #subCompany .section-content .content3 dd {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px 1.5em;
    box-sizing: border-box;
    background: #ffffff;
  }
  #main-content #subRecruit .section-content .content3 dl {
    border-bottom: 1px solid #dddddd;
    background: #f9f9f9;
  }
  #main-content #subRecruit .section-content .content3 dl:first-child {
    border-top: 1px solid #dddddd;
  }
  #main-content #subRecruit .section-content .content3 dt {
    float: none;
    width: 100%;
    padding: 20px 1.5em;
  }
  #main-content #subRecruit .section-content .content3 dd {
    float: none;
    width: 100%;
    padding: 20px 1.5em;
  }
}

/*# sourceMappingURL=style.css.map */
