@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Utsukushi400";
  src: url("../font/UtsukushiFONT.woff");
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: local("EB Garamond"), local("EBGaramond"), url(https://fonts.gstatic.com/s/ebgaramond/v8/kYZt1bJ8UsGAPRGnkXPeFfZraR2Tg8w2lzm7kLNL0-w.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: local("EB Garamond"), local("EBGaramond"), url(https://fonts.gstatic.com/s/ebgaramond/v8/kYZt1bJ8UsGAPRGnkXPeFV4sYYdJg5dU2qzJEVSuta0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: local("EB Garamond"), local("EBGaramond"), url(https://fonts.gstatic.com/s/ebgaramond/v8/kYZt1bJ8UsGAPRGnkXPeFdDiNsR5a-9Oe_Ivpu8XWlY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: local("EB Garamond"), local("EBGaramond"), url(https://fonts.gstatic.com/s/ebgaramond/v8/kYZt1bJ8UsGAPRGnkXPeFaE8kM4xWR1_1bYURRojRGc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: local("EB Garamond"), local("EBGaramond"), url(https://fonts.gstatic.com/s/ebgaramond/v8/kYZt1bJ8UsGAPRGnkXPeFYgp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  display: none;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #000;
}
@media screen and (min-width: 1051px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    height: 35px;
    padding: 5px 25px;
  }
}
@media screen and (max-width: 1050px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    height: 40px;
    padding: 10px;
    font-size: 14px;
  }
}

input[type=checkbox] {
  display: none;
}
@media screen and (min-width: 1051px) {
  input[type=checkbox] {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 1050px) {
  input[type=checkbox] {
    width: 26px;
    height: 26px;
  }
}

input[type=checkbox] + label {
  position: relative;
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 36%;
  display: block;
  margin-top: -8px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 13px;
}
@media screen and (min-width: 1051px) {
  input[type=checkbox] + label:before {
    width: 25px;
    height: 25px;
    left: -44px;
  }
}
@media screen and (max-width: 1050px) {
  input[type=checkbox] + label:before {
    width: 25px;
    height: 25px;
    left: -34px;
  }
}

input[type=checkbox]:checked + label {
  position: relative;
}
input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  top: 36%;
  display: block;
  margin-top: -8px;
  border: 1px solid #000;
  background-color: #fff;
}
input[type=checkbox]:checked + label:after {
  content: "";
  border-right: 3px solid #010049;
  border-bottom: 3px solid #010049;
  display: block;
  position: absolute;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
@media screen and (min-width: 1051px) {
  input[type=checkbox]:checked + label:before {
    width: 25px;
    height: 25px;
    left: -44px;
    border-radius: 15px;
  }
  input[type=checkbox]:checked + label:after {
    width: 12px;
    height: 20px;
    top: -10%;
    left: -37px;
  }
}
@media screen and (max-width: 1050px) {
  input[type=checkbox]:checked + label:before {
    width: 25px;
    height: 25px;
    left: -34px;
  }
  input[type=checkbox]:checked + label:after {
    width: 8px;
    height: 16px;
    top: 8%;
    left: -24px;
  }
}

select {
  border: 1px solid #000;
}

textarea {
  width: 100%;
  resize: none;
  border: 1px solid #010049;
}
@media screen and (min-width: 1051px) {
  textarea {
    padding: 15px 24px;
  }
}
@media screen and (max-width: 1050px) {
  textarea {
    padding: 10px;
  }
}

main {
  position: relative;
  z-index: 1;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-hide {
  display: none !important;
}

@media screen and (min-width: 1051px) {
  .is-hidePcTab {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .is-hideSpTab {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .is-hideSp {
    display: none !important;
  }
}

.header {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-top: 7px solid #010049;
  background-color: rgba(252, 252, 252, 0.94);
  z-index: 5;
  color: #2D2D2D;
}
@media screen and (max-width: 1050px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 2;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}

.header__wrap {
  width: 100%;
  padding: 0% 5%;
  margin: 25px auto 0px;
  max-height: 250px;
}
@media screen and (max-width: 1050px) {
  .header__wrap {
    padding: 0px;
    height: 100%;
    margin: 5px auto;
    max-height: 50px;
  }
}

.header__wrapTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1050px) {
  .header__wrapTop {
    position: relative;
  }
}

.header__leftText {
  width: 30%;
  text-align: left;
  font-size: 13px;
}
@media screen and (max-width: 1050px) {
  .header__leftText {
    display: none;
  }
}

.header__logoWrap {
  max-width: 500px;
  width: 30%;
  display: block;
  z-index: 5;
  margin: 0px auto;
}
@media screen and (max-width: 1050px) {
  .header__logoWrap {
    padding: 0;
    width: 180px;
    margin: auto 0px;
    z-index: 0;
  }
}

.header__iconWrap {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1050px) {
  .header__iconWrap {
    display: none;
  }
}

.header__icon {
  margin-left: 10px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  max-width: 50px;
  width: 12%;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.header__nav {
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 0px 20px;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav li {
  width: 20%;
  text-align: center;
  font-size: 13px;
}
.header__nav li a {
  position: relative;
  padding-bottom: 25px;
  display: block;
}
.header__nav li a:hover {
  color: #7AE2DE;
}
.header__nav li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header__nav li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 30%;
  height: 2px;
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #7AE2DE;
  margin-left: 35%;
}
@media screen and (max-width: 1050px) {
  .header__nav {
    letter-spacing: 0.8px;
    background: rgba(238, 240, 232, 0.98);
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -7px;
    padding: 0px 5%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__nav li {
    width: 100%;
    padding: 15px 0 0 0px;
    font-size: 14px;
  }
  .header__nav li a {
    padding-bottom: 5px;
  }
  .header__nav li a:hover {
    color: #2D2D2D;
  }
  .header__nav li a:before {
    display: none;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header__nav.fade {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
  visibility: visible;
}

.g-nav__logoWrap {
  display: none;
}
@media screen and (max-width: 1050px) {
  .g-nav__logoWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-bottom: 1px solid #d0d2d1;
    margin: 40px auto 20px;
    padding-bottom: 20px;
  }
}
.g-nav__logoWrap img {
  max-width: 200px;
}

.g-logo {
  display: none;
}
@media screen and (max-width: 1050px) {
  .g-logo {
    margin: 20px auto 20px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.g-logo img {
  width: 40%;
  padding-bottom: 10px;
}

.header__navIcon-Wrap {
  display: none;
}
@media screen and (max-width: 1050px) {
  .header__navIcon-Wrap {
    display: block;
  }
}
.header__navIcon-Wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0px;
}
.header__navIcon-Wrap li {
  width: 70px;
  padding: 0 10px;
}

#headbar {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  padding: 0px 20px;
  border-bottom: 1px solid #E0E0E0;
  border-top: 7px solid #010049;
  background-color: rgba(252, 252, 252, 0.94);
  color: #2D2D2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1050px) {
  #headbar {
    display: none;
  }
}

.headbar__left {
  height: 100%;
  padding: 5px 0px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headbar__logo {
  margin-right: 20px;
  width: 240px;
}

.headbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 70%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 700px;
}
.headbar__menu li {
  font-size: 13px;
  margin-right: 10px;
}

.headbar__iconWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headbar__iconWrap li {
  margin-left: 10px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  max-width: 60px;
  width: 17%;
}

.g-nav-toggle {
  display: none;
}
@media screen and (max-width: 1050px) {
  .g-nav-toggle {
    display: block;
    position: absolute;
    opacity: 1;
    z-index: 10;
    top: 17px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
}
.g-nav-toggle span {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 1px;
  background-color: #273200;
  width: 100%;
  z-index: 10;
}
.g-nav-toggle span:nth-of-type(1) {
  top: 7px;
}
.g-nav-toggle span:nth-of-type(2) {
  top: 19px;
}

.g-nav-toggle.open {
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.g-nav-toggle.open span:nth-of-type(1) {
  -webkit-transform: translate(0, 6px) rotate(45deg);
          transform: translate(0, 6px) rotate(45deg);
}
.g-nav-toggle.open span:nth-of-type(2) {
  -webkit-transform: translate(0, -6px) rotate(-45deg);
          transform: translate(0, -6px) rotate(-45deg);
}

.footer {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2D2D2D;
  margin-top: 150px;
}
@media screen and (max-width: 1050px) {
  .footer {
    margin-top: 100px;
  }
}

.footer__linkWrap {
  background-color: #C5C5C6;
}

.footer__linkInner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 0px 60px;
}
@media screen and (max-width: 1050px) {
  .footer__linkInner {
    padding: 40px 20px 60px;
  }
}

.footer__linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1050px) {
  .footer__linkArea {
    display: block;
  }
}

.footer__linkGroup {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  width: calc(33.3333333333% - 10px);
  margin-left: 1%;
  margin-right: 1%;
  font-size: 1em;
}
@media screen and (max-width: 1050px) {
  .footer__linkGroup {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.footer__linkGroup h4 {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  padding: 5px 7px;
  border: 1px solid #FFFFFF;
  margin-bottom: 1em;
}
@media screen and (max-width: 1050px) {
  .footer__linkGroup h4 {
    padding: 10px;
    font-size: 15px;
  }
}
.footer__linkGroup li {
  font-size: 1em;
  margin-left: 7px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1050px) {
  .footer__linkGroup li {
    font-size: 14px;
  }
}

.footer__infoWrap {
  background-color: #010049;
  color: #fff;
}

.footer__infoInner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 60px 0px 40px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .footer__infoInner {
    padding: 40px 0px;
  }
}

.footer__logo {
  width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .footer__logo {
    width: 60%;
    max-width: 320px;
  }
}

.footer__information-title {
  line-height: 1;
  margin-top: 2em;
}
.footer__information-emphasis {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 0.5em;
}

.footer__information-text {
  margin-top: 10px;
  line-height: 1em;
  font-size: 1.2em;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  .footer__information-text {
    font-size: 15px;
  }
}

.footer__information-num {
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 0.5em;
}
@media screen and (max-width: 1050px) {
  .footer__information-num {
    font-size: 15px;
  }
}

.footer__map_btn {
  border-radius: 100px;
  border: 1px solid #FCFCFC;
  margin: 20px auto 0px;
  font-family: Arial, Helvetica, sans-serif;
  width: 18%;
}
@media screen and (max-width: 1050px) {
  .footer__map_btn {
    margin: 10px auto 0px;
    width: 35%;
  }
}
.footer__map_btn a {
  display: block;
  font-size: 16px;
}
.footer__map_btn a:hover {
  background: #fff;
  color: #010049;
  border-radius: 100px;
  opacity: 1;
}

.footer-navWrap {
  text-align: center;
  width: 90%;
  margin: 30px auto;
  margin-bottom: 1em;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__nav li {
  padding-right: 10px;
}
.footer__nav li::before {
  content: "";
  width: 1px;
  height: 10px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  background-color: #fff;
}
.footer__nav li:first-child::before {
  content: none;
}
.footer__nav a {
  font-size: 13px;
}

.footer__navIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.footer__navIcon li {
  max-width: 40px;
  margin: 0px 5px;
}

.footer__copyright {
  width: 100%;
  font-family: "PT Sans", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 9px;
  background-color: #FFFFFF;
  color: #010049;
  padding: 5px 40px;
}

.swiper-pagination-bullet-active {
  background-color: #C6C6C6;
}

.inner {
  width: calc(100% - 40px);
  max-width: 1520px;
  margin: 0 auto;
}

.inner2 {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
}

.top-common__text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 1050px) {
  .top-common__text {
    font-size: 15px;
  }
}

.top-common__buttonWrap {
  margin: 50px auto 0;
}
@media screen and (max-width: 1050px) {
  .top-common__buttonWrap {
    margin: 50px auto 0;
  }
}

.top-concept {
  background-color: #fff;
  padding: 135px 0 100px;
}
@media screen and (max-width: 1050px) {
  .top-concept {
    padding: 30px 0 0;
  }
}

.top-concept__heading {
  line-height: 1em;
  color: #2D2D2D;
  font-size: 35px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .top-concept__heading {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

.top-concept__figure {
  width: 100%;
  max-width: 1300px;
  margin: 48px auto 0;
}
@media screen and (max-width: 1050px) {
  .top-concept__figure {
    margin: 20px auto 0;
  }
}
.top-concept__figure .top-concept__img {
  width: 100%;
}

.top-workshop {
  background-color: #FFFEF4;
  padding: 70px 0 110px;
}
@media screen and (max-width: 1050px) {
  .top-workshop {
    padding: 50px 0;
  }
}

.top-workshop__list {
  margin: 40px auto 0;
}
@media screen and (max-width: 1050px) {
  .top-workshop__list {
    margin: 26px auto 0;
  }
}

.top-workshop__item:nth-child(n+2) {
  margin-top: 40px;
}

.top-workshop__img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.top-workshop__text {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1050px) {
  .top-workshop__text {
    margin-top: 5px;
    font-size: 14px;
  }
}

.top-online {
  padding: 70px 0 120px;
}
@media screen and (max-width: 1050px) {
  .top-online {
    padding: 50px 0 100px;
  }
}
.top-online .content__information {
  margin-top: 25px;
}

.top-online__figure {
  width: 100%;
  max-width: 900px;
  margin: 48px auto 0;
}
@media screen and (max-width: 1050px) {
  .top-online__figure {
    margin: 20px auto 0;
  }
}
.top-online__figure .top-concept__img {
  width: 100%;
}

.top-online__heading {
  font-size: 20px;
  text-align: center;
  margin: 92px auto 0;
}

.top-times {
  padding: 70px 0 120px;
  background-color: #FFFEF4;
}
@media screen and (max-width: 1050px) {
  .top-times {
    padding: 50px 0 100px;
  }
}
.top-times .content__headArea {
  position: relative;
  background: none;
}
.top-times .content__title {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .top-times .content__title {
    width: 100%;
    max-width: 320px;
  }
}
.top-times .content__title:before {
  display: none;
}

.top-times__list {
  margin: 0 auto 50px;
}
@media screen and (min-width: 1051px) {
  .top-times__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1050px) {
  .top-times__list {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1280px) {
  .top-times__item {
    width: calc((100% - 20px) / 3);
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1050px) {
  .top-times__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 1051px) {
  .top-times__item:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .top-times__item {
    width: 100%;
    max-width: 295px;
    margin: 0 auto;
  }
  .top-times__item:nth-child(n+2) {
    margin-top: 50px;
  }
}

.top-times__link {
  display: block;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-times__link:hover .top-times__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top-times__figure {
  margin-bottom: 10px;
  overflow: hidden;
}
.top-times__figure .top-times__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top-times__date {
  color: #727171;
  font-size: 16px;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 500;
}

.top-times__title {
  font-size: 18px;
  margin: 5px 0 15px;
  color: #010049;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  .top-times__title {
    font-size: 18px;
    margin: 5px 0 10px;
  }
}

.top-times__catItem {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.top-times__catLink {
  display: inline-block;
  padding: 3px 5px 5px;
  background-color: #010049;
  color: #fff;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #010049;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 1;
}
.top-times__catLink:hover {
  background-color: #fff;
  color: #010049;
}

.top-item {
  padding: 0 0 120px;
  background-color: #FFFEF4;
}
@media screen and (max-width: 1050px) {
  .top-item {
    padding: 0 0 100px;
  }
}

.top-item__list {
  margin: 0 auto 50px;
  max-width: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 30px;
}
@media screen and (max-width: 1050px) {
  .top-item__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-item__item {
  background-color: #fff;
  position: relative;
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 1050px) {
  .top-item__item {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 350px;
  }
  .top-item__item:nth-of-type(3n) {
    margin: 0 auto;
  }
}
.top-item__item::before {
  content: "詳しく見る";
  position: absolute;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  right: 15%;
  bottom: 4%;
  font-size: 14px;
  color: #010049;
}
@media screen and (max-width: 1050px) {
  .top-item__item::before {
    right: 40px;
    bottom: 3%;
  }
}
.top-item__item::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 5%;
  bottom: 4.5%;
  background: url("../img/common/arrow_list.svg") no-repeat center/cover;
}
@media screen and (max-width: 1050px) {
  .top-item__item::after {
    right: 15px;
    bottom: 4%;
  }
}

.top-item__link {
  display: block;
  padding: 25px 20px 50px;
  height: 100%;
}
@media screen and (max-width: 1050px) {
  .top-item__link {
    padding: 25px 20px 40px;
  }
}

@media screen and (min-width: 1280px) {
  .top-item__prev {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .top-item__prev {
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: ヒラギノ角ゴ Pro W3, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #010049;
    padding-right: 10px;
    width: 150px;
    margin: 0 0 auto;
  }
  .top-item__prev:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/common/arrow_list.svg") no-repeat center/cover;
  }
}

.top-item__figure {
  overflow: hidden;
}
.top-item__figure .top-item__img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.top-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-item__title {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 10px auto 20px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1279px) {
  .top-item__title {
    font-size: 16px;
    line-height: 1.5;
  }
}

.top-item__text {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 1050px) {
  .top-item__text {
    font-size: 15px;
  }
}

.top-information {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media screen and (max-width: 1050px) {
  .top-information {
    padding: 50px 0 100px;
  }
}

.top-information__list {
  display: block;
}

.top-information__item {
  display: block;
  background-color: #010049;
  color: #fff;
  padding: 50px 20px 38px;
  font-weight: 700;
  text-align: center;
  font-family: "游明朝体 StdN", "游明朝", YuMincho, serif;
}
@media screen and (max-width: 1050px) {
  .top-information__item {
    padding: 30px 27px;
  }
}
.top-information__item:nth-child(n+2) {
  margin-top: 30px;
}

.top-information__title {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "游明朝体 StdN", "游明朝", YuMincho, serif;
}
@media screen and (max-width: 1050px) {
  .top-information__title {
    font-size: 25px;
  }
}

.top-information__text {
  font-size: 18px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1050px) {
  .top-information__text {
    font-size: 16px;
    margin: 20px auto 0;
  }
}

.top-corporate {
  padding: 0 0 0px;
}
@media screen and (max-width: 1050px) {
  .top-corporate {
    padding: 0px;
  }
}

.top-corporate__list {
  display: block;
}

.top-corporate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #010049;
}
.top-corporate__item:last-child {
  border-bottom: 1px solid #010049;
}

.top-corporate__link {
  padding: 37px 40px 37px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .top-corporate__link {
    padding: 20px 0;
    display: block;
  }
}

.top-corporate__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% - 150px);
}
@media screen and (max-width: 1050px) {
  .top-corporate__box {
    display: block;
    width: 100%;
  }
}

.top-corporate__date {
  color: #2D2D2D;
  font-size: 16px;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  margin-right: 30px;
}

.top-corporate__title {
  font-size: 18px;
  color: #010049;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  .top-corporate__title {
    margin: 5px 0 15px;
  }
}

.top-corporate__arrow {
  position: relative;
  display: block;
  text-align: center;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #010049;
  padding-right: 12px;
  width: 150px;
}
@media screen and (max-width: 1050px) {
  .top-corporate__arrow {
    margin-left: auto;
  }
}
.top-corporate__arrow:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/arrow_list.svg") no-repeat center/cover;
}

@media screen and (max-width: 1050px) {
  .content {
    padding-top: 67px;
  }
}

a:hover {
  opacity: 0.7;
}

/*ボタン*/
.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  border-radius: 25px;
  max-width: 270px;
  margin: 0 auto;
  font-size: 14px;
  border: 1px solid #010049;
  position: relative;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button.--white {
  color: #010049;
  background-color: #fff;
}
.c-button.--white::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 25px;
  background: url("../img/common/arrow_navy.svg") no-repeat center/cover;
}
.c-button.--navy {
  color: #fff;
  background-color: #010049;
}
.c-button.--navy::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 25px;
  background: url("../img/common/arrow_white.svg") no-repeat center/cover;
}
.c-button:hover {
  opacity: 1;
}
.c-button:hover.--white {
  color: #fff;
  background-color: #010049;
  border: 1px solid #fff;
}
.c-button:hover.--white::before {
  background: url("../img/common/arrow_white.svg") no-repeat center/cover;
}
.c-button:hover.--navy {
  color: #010049;
  background-color: #fff;
}
.c-button:hover.--navy::before {
  background: url("../img/common/arrow_navy.svg") no-repeat center/cover;
}

/*ページ見出し*/
.content__headArea {
  max-width: 1020px;
  margin: 0px auto;
  width: calc(100% - 20px);
  display: block;
  text-align: center;
  padding: 50px 40px 50px;
  background: url("../img/common/h1_bg.svg") no-repeat center;
  background-size: 100px;
  color: #2D2D2D;
}
@media screen and (max-width: 1050px) {
  .content__headArea {
    width: 100%;
    padding: 20px 15px 20px;
  }
}

.content__title {
  line-height: 1.7;
  color: #2D2D2D;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .content__title {
    font-size: 20px;
  }
}

.content__titleSub {
  display: block;
  font-size: 18px;
  margin-top: -3px;
}

.content__titleEn {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .content__titleEn {
    font-size: 13px;
  }
}

/*コンテンツ見出し*/
.content__heading {
  padding-bottom: 90px;
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .content__heading {
    padding-bottom: 60px;
  }
}
.content__heading h2 {
  color: #2D2D2D;
  position: relative;
}
.content__heading h2::after {
  content: "";
  width: 40px;
  display: inline-block;
  background-color: #010049;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 20px);
  height: 5px;
}

/*背景画像のリード*/
.content__kvWrap {
  position: relative;
}
@media screen and (max-width: 1050px) {
  .content__kvWrap {
    margin: 30px auto;
  }
}

.content__read {
  position: absolute;
  max-width: 900px;
  width: 80%;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: -23%;
  padding: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1050px) {
  .content__read {
    width: 100%;
    position: static;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    top: 100%;
    padding: 30px 20px 0px;
    left: 0%;
    background-color: #fff;
  }
}
.content__read p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  text-align: center;
  color: #2D2D2D;
  line-height: 1.9;
}
@media screen and (max-width: 1050px) {
  .content__read p {
    font-size: 14px;
  }
}

/*下部OEMバナーとお問い合わせ導線*/
.content__information {
  margin-top: 100px;
}
@media screen and (max-width: 1050px) {
  .content__information {
    margin-top: 50px;
  }
}

.content__information-BnrWrap {
  max-width: 630px;
  width: 100%;
  margin: 0px auto 0px;
}
@media screen and (max-width: 1050px) {
  .content__information-BnrWrap {
    max-width: 500px;
    width: 80%;
  }
}

.content__information-BtnWrap {
  padding: 0px 20px;
  margin: 70px auto 0px;
}
@media screen and (max-width: 1050px) {
  .content__information-BtnWrap {
    margin-top: 50px;
  }
}

.content__kv {
  height: 600px;
  background-image: url("../img/item/mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1050px) {
  .content__kv {
    height: 250px;
  }
}

.item {
  max-width: 1120px;
  width: 100%;
  padding: 0px 40px;
  margin: 200px auto 0px;
}
@media screen and (max-width: 1050px) {
  .item {
    margin: 0 auto 50px;
    padding: 0px 20px;
  }
}

.item__inner {
  max-width: 800px;
  margin: 0 auto;
}

.item__emphasis {
  margin-bottom: 20px;
}

.item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .item__wrap {
    display: block;
  }
}
.item__wrap li {
  width: calc(50% - 10px);
  margin-top: 20px;
}
@media screen and (max-width: 1050px) {
  .item__wrap li {
    width: 80%;
    max-width: 450px;
    margin: 20px auto 0px;
  }
}

.item__img {
  cursor: pointer;
  overflow: hidden;
  display: block;
  background: #000;
}
.item__img img {
  height: auto;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease; /* ゆっくり変化させる */
}
.item__img img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03); /* 拡大 */
  opacity: 0.8;
}

@media screen and (max-width: 1050px) {
  .item__imgEmphasis {
    margin: 0 auto;
    width: 80%;
    max-width: 450px;
  }
}

.category__kv {
  height: 600px;
  background-image: url("../img/item/category_mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1050px) {
  .category__kv {
    height: 250px;
  }
}

.item-list {
  max-width: 1200px;
  width: 100%;
  padding: 0px 40px;
  margin: 200px auto 0px;
}
@media screen and (max-width: 1050px) {
  .item-list {
    margin: 0 auto 50px;
    padding: 0px 20px;
  }
}

.item-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .item-list__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.item__leftside {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 220px;
  font-size: 18px;
}
@media screen and (max-width: 1050px) {
  .item__leftside {
    width: 100%;
    margin: 40px auto 0;
  }
}

.item__categoryWrap h2 {
  font-size: 18px;
  height: 50px;
  padding: 15px 10px;
  color: #fff;
  background: #010049;
  text-align: center;
}

.item__category li {
  color: #2D2D2D;
  font-size: 18px;
  position: relative;
  max-height: 50px;
  border-bottom: 1px solid #010049;
}
.item__category li::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 10px;
  top: 30%;
  background: url("../img/common/arrow_list.svg") no-repeat center/cover;
}
.item__category a {
  display: block;
  padding: 11px 10px;
}

.item__rightside {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 80px;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  height: 100%;
}
.item__rightside::after {
  content: "";
  display: block;
  margin: 0 15px 30px 0;
  width: calc(33.3333333333% - 15px);
  height: 0;
}
@media screen and (max-width: 1050px) {
  .item__rightside {
    width: 100%;
    margin: 0 auto;
    max-width: 870px;
  }
  .item__rightside::after {
    content: "";
    display: block;
    margin: 0 5px 30px 5px;
    width: 100%;
    height: 0;
  }
}
@media (max-width: 909px) {
  .item__rightside {
    max-width: 500px;
  }
}

.item__box {
  border: 1px solid #C5C5C6;
  display: block;
  padding: 25px 25px 60px 25px;
  margin: 0 15px 30px 0;
  width: calc(33.3333333333% - 10px);
  max-width: 280px;
  position: relative;
}
.item__box:nth-of-type(3n) {
  margin: 0 0px 30px 0;
}
.item__box::nth-child(even) {
  margin-right: 0px;
}
@media screen and (max-width: 1050px) {
  .item__box {
    width: calc(50% - 10px);
    margin: 0 5px 30px 5px;
    padding: 10px 10px 50px 10px;
  }
  .item__box:nth-of-type(3n) {
    margin: 0 5px 30px 5px;
  }
}
.item__box::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 5%;
  bottom: 5%;
  background: url("../img/common/arrow_list.svg") no-repeat center/cover;
}
@media screen and (max-width: 1050px) {
  .item__box::after {
    right: 10px;
    bottom: 10px;
  }
}
.item__box::before {
  content: "詳しく見る";
  position: absolute;
  right: 15%;
  bottom: 5.5%;
  font-size: 14px;
  color: #010049;
}
@media screen and (max-width: 1050px) {
  .item__box::before {
    right: 35px;
    bottom: 6%;
  }
}

.item__matter {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .item__matter {
    margin-top: 5px;
    font-size: 16px;
  }
}

.item__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.lineup-category__kv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.item-subject {
  max-width: 1200px;
  width: 100%;
  padding: 0px 40px;
  margin: 100px auto 0px;
}
@media screen and (max-width: 1050px) {
  .item-subject {
    margin: 0 auto 50px;
    padding: 0px 20px;
  }
}

.item-subject__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .item-subject__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.item-subject__right {
  width: calc(100% - 300px);
  margin-left: 80px;
}
@media screen and (max-width: 1050px) {
  .item-subject__right {
    width: 100%;
    margin: 50px auto 0px;
  }
}

.item-subject__title {
  padding-bottom: 40px;
  font-size: 25px;
  color: #2D2D2D;
}
@media screen and (max-width: 1050px) {
  .item-subject__title {
    font-size: 20px;
    text-align: center;
  }
}
.item-subject__title h2 {
  position: relative;
}
.item-subject__title h2::after {
  content: "";
  width: 40px;
  display: inline-block;
  background-color: #010049;
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 5px;
}
@media screen and (max-width: 1050px) {
  .item-subject__title h2::after {
    left: calc(50% - 20px);
  }
}

.item-subject__read {
  border-bottom: 1px solid #C5C5C6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.item-subject__read p {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 1050px) {
  .item-subject__read p {
    font-size: 16px;
  }
}

.item-subject__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .item-subject__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.item-subject__imgOne {
  width: calc(50% - 20px);
  max-width: 430px;
}
@media screen and (max-width: 1050px) {
  .item-subject__imgOne {
    width: 100%;
    margin: 0 auto;
  }
  .item-subject__imgOne:first-child {
    margin: 0 auto 20px;
  }
}

.item-subject__table {
  margin-top: 40px;
  border: 1px solid #2D2D2D;
  width: 100%;
}
.item-subject__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.item-subject__table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  padding: 10px;
  width: 20%;
  background-color: #010049;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.item-subject__table dt.--last {
  border-bottom: none;
}
@media screen and (max-width: 1050px) {
  .item-subject__table dt {
    width: 30%;
  }
}
.item-subject__table dd {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 300;
  padding: 10px;
  width: 80%;
  background-color: #fff;
  border-bottom: 1px solid #2D2D2D;
  line-height: 1.5;
}
.item-subject__table dd.--last {
  border-bottom: none;
}
@media screen and (max-width: 1050px) {
  .item-subject__table dd {
    width: 70%;
  }
}

.item-subject__btnWrap {
  margin-top: 30px;
}
.item-subject__btnWrap .c-button {
  height: 50px;
  margin: 0 0 0 auto;
  max-width: 360px;
}

.times__inner {
  max-width: 1200px;
  width: 100%;
  margin: 70px auto 0px;
  padding: 0px 40px;
}
@media screen and (max-width: 1050px) {
  .times__inner {
    margin: 0 auto 50px;
    padding: 0px 20px;
  }
}

.times__title {
  margin: 0 auto;
}
.times__title h1 {
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .times__title h1 {
    max-width: 200px;
    margin: 50px auto 0px;
  }
}

.times__headArea {
  max-width: 1020px;
  margin: 100px auto 0px;
  width: calc(100% - 20px);
  display: block;
  text-align: center;
  padding: 0px;
  color: #2D2D2D;
}
@media screen and (max-width: 1050px) {
  .times__headArea {
    margin: 40px auto 0px;
  }
}

.times__new {
  line-height: 1em;
  color: #2D2D2D;
  font-size: 26px;
}
@media screen and (max-width: 1050px) {
  .times__new {
    font-size: 18px;
  }
}

.times__newEn {
  font-size: 14px;
}

.times__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.times__list::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 15px);
  max-width: 380px;
  height: 0;
}
@media screen and (max-width: 1050px) {
  .times__list {
    margin-top: 15px;
  }
  .times__list::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 450px;
    height: 0;
    margin: 50px auto 0px;
  }
}

.times__article {
  margin: 0 15px 70px 0;
  width: calc(33.3333333333% - 15px);
  max-width: 380px;
}
.times__article:nth-of-type(3n) {
  margin: 0 0px 70px 0;
}
@media screen and (max-width: 1050px) {
  .times__article {
    margin: 50px auto 0px;
    width: 100%;
    max-width: 450px;
    padding: 0px 20px;
  }
  .times__article:nth-of-type(3n) {
    margin: 50px auto 0px;
  }
}

.times__article img {
  height: 69%;
}

.times__data {
  padding: 10px 0px 0px;
}
.times__data h3 {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #010049;
  margin: 5px auto 0px;
}

.times__app {
  color: #727171;
  font-size: 16px;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
}

.times__tag {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 300;
  color: #fff;
  background: #010049;
  font-size: 15px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 15px 5px 0px 0px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .times__tag {
    margin: 10px 3px 0px 0px;
  }
}

.times__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .times__pagination {
    margin: 50px auto 0px;
  }
}
.times__pagination a {
  color: #2D2D2D;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 5px;
}
.times__pagination a.--active {
  background-color: #010049;
  color: white;
}
.times__pagination a:hover {
  background-color: #ddd;
}

.times-article__inner {
  max-width: 1200px;
  width: 100%;
  padding: 0px 40px;
  margin: 100px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .times-article__inner {
    margin: 50px auto 50px;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.times__leftside {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 80px;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .times__leftside {
    width: 100%;
    margin: 0 auto;
  }
}

.times-article_headArea {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1050px) {
  .times-article_headArea {
    margin-bottom: 40px;
  }
}

.times-article_titleArea {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #010049;
}
.times-article_titleArea h1 {
  font-size: 32px;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 600;
  color: #010049;
}
@media screen and (max-width: 1050px) {
  .times-article_titleArea h1 {
    font-size: 23px;
  }
}

.times-article_dayArea {
  font-size: 20px;
  color: #727171;
  margin-top: 15px;
}

.times-article_main p {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  color: #2D2D2D;
  font-size: 18px;
  margin-bottom: 30px;
}
.times-article_main img {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1050px) {
  .times-article_main img {
    margin-bottom: 30px;
  }
}

.times__rightside {
  width: 300px;
  font-size: 18px;
}
@media screen and (max-width: 1050px) {
  .times__rightside {
    width: 100%;
    margin: 50px auto 0;
  }
}

.times__newWrap {
  margin-bottom: 50px;
}

.times__categoryWrap h2, .times__newWrap h2 {
  font-size: 18px;
  height: 50px;
  padding: 15px 10px;
  color: #fff;
  background: #010049;
  text-align: center;
}

.times__category {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.times__category li {
  color: #2D2D2D;
  font-size: 18px;
  position: relative;
  max-height: 50px;
  border-bottom: 1px solid #010049;
}
.times__category li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  left: 10px;
  top: 35%;
  background: url("../img/common/times_cat.svg") no-repeat center/cover;
}
.times__category a {
  display: block;
  padding: 11px 40px;
}

.times__newitem {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.times__newitem img {
  width: 30%;
  max-width: 100px;
  margin-right: 10px;
}
.times__newitem .times__newdata {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  width: calc(70% - 10px);
}
.times__newitem .times__newdata p {
  font-size: 14px;
  color: #2D2D2D;
  line-height: 1.2;
}
.times__newitem .times__newdata span {
  font-size: 13px;
  color: #727171;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
}

.page-numbers {
  color: #2D2D2D;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 5px;
}
.page-numbers:hover {
  background-color: #ddd;
}
.page-numbers.current {
  background-color: #010049;
  color: #fff;
}

.oem {
  width: 100%;
}
.oem__read {
  max-width: 1120px;
  width: 100%;
  padding: 0px 40px;
  margin: 30px auto 0px;
  text-align: center;
}
.oem__read p {
  color: #2D2D2D;
  font-size: 18px;
  line-height: 2.5;
}
@media screen and (max-width: 1050px) {
  .oem__read p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1050px) {
  .oem__read {
    padding: 0px 20px;
  }
}

.oem__emphasis {
  margin: 0 auto 50px;
  max-width: 500px;
  width: 50%;
}
@media screen and (max-width: 1050px) {
  .oem__emphasis {
    width: 95%;
  }
}

.oem__capable {
  max-width: 1120px;
  margin: 100px auto 0px;
  padding: 0 40px;
}
@media screen and (max-width: 1050px) {
  .oem__capable {
    margin: 70px auto 0px;
    padding: 0 20px;
  }
}

.oem__createWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.oem__create {
  width: calc(50% - 40px);
  max-width: 500px;
  text-align: center;
  margin-bottom: 50px;
}
.oem__create img {
  max-width: 370px;
}
.oem__create h3 {
  color: #2D2D2D;
  font-size: 20px;
  margin-top: 20px;
}
.oem__create p {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  color: #2D2D2D;
  margin-top: 10px;
  font-size: 16px;
}
.oem__create span {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 30px;
  width: 160px;
  border: 1px solid #010049;
  font-size: 18px;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  color: #010049;
}
@media screen and (max-width: 1050px) {
  .oem__create {
    width: 100%;
  }
  .oem__create img {
    max-width: 320px;
    width: 70%;
  }
  .oem__create h3 {
    font-size: 18px;
  }
  .oem__create span {
    font-size: 16px;
  }
}

.oem__sample {
  margin-top: 50px;
  padding: 100px 0px 120px;
  background-color: #F8F8F8;
}
@media screen and (max-width: 1050px) {
  .oem__sample {
    margin-top: 20px;
    padding: 50px 0px 20px;
  }
}

.oem__sampleInner {
  max-width: 860px;
  margin: 0px auto;
}
@media screen and (max-width: 1050px) {
  .oem__sampleInner {
    padding: 0 20px;
  }
}

.oem__sampleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.oem__example {
  width: calc(50% - 20px);
  max-width: 400px;
  text-align: center;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.oem__example img {
  max-width: 370px;
}
.oem__example h3 {
  color: #2D2D2D;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
}
.oem__example p {
  font-size: 16px;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  color: #2D2D2D;
  margin-top: 15px;
}
.oem__example .c-button {
  max-width: 100%;
  height: 60px;
  margin-top: 20px;
  border-radius: 30px;
}
@media screen and (max-width: 1050px) {
  .oem__example .c-button {
    height: 45px;
  }
}
.oem__example:nth-child(even) {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 100px;
}
@media screen and (max-width: 1050px) {
  .oem__example {
    width: 100%;
    max-width: 450px;
    margin-bottom: 30px;
  }
  .oem__example img {
    max-width: 450px;
  }
  .oem__example h3 {
    font-size: 18px;
  }
  .oem__example p {
    margin-top: 10px;
  }
  .oem__example:nth-child(even) {
    top: 0px;
    margin-bottom: 30px;
  }
}
.oem__example:nth-of-type(3), .oem__example:nth-of-type(5), .oem__example:nth-of-type(7), .oem__example:nth-of-type(9) {
  margin-right: auto;
  margin-left: 15px;
}
@media screen and (max-width: 1050px) {
  .oem__example:nth-of-type(3), .oem__example:nth-of-type(5), .oem__example:nth-of-type(7), .oem__example:nth-of-type(9) {
    margin: 0 auto 30px;
  }
}
.oem__example:nth-of-type(4), .oem__example:nth-of-type(6), .oem__example:nth-of-type(8), .oem__example:nth-of-type(10) {
  margin-right: 15px;
}
@media screen and (max-width: 1050px) {
  .oem__example:nth-of-type(4), .oem__example:nth-of-type(6), .oem__example:nth-of-type(8), .oem__example:nth-of-type(10) {
    margin: 0 auto 30px;
  }
}

.oem__flow {
  max-width: 980px;
  margin: 100px auto 0px;
  padding: 0px 40px;
}
@media screen and (max-width: 1050px) {
  .oem__flow {
    padding: 0px 20px;
    margin: 70px auto 0px;
  }
}

.oem__flowWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .oem__flowWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.oem__flowList {
  width: calc(33.3333333333% - 10px);
  max-width: 300px;
  padding: 0 20px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.oem__flowList h3 {
  color: #2D2D2D;
  font-size: 20px;
  margin: 15px 0px 0px;
  font-weight: 600;
}
.oem__flowList p {
  color: #2D2D2D;
  margin-top: 15px;
  font-size: 16px;
}
.oem__flowList a {
  border-bottom: 1px solid #010049;
  color: #010049;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
}
.oem__flowList:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 33px;
  top: 30%;
  right: -30px;
  pointer-events: none;
  background: url("../img/oem/allow_flow.png") no-repeat center/cover;
}
.oem__flowList:nth-of-type(3n):after {
  content: none;
}
@media screen and (max-width: 1050px) {
  .oem__flowList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 540px;
    padding: 0px;
    text-align: left;
    margin: 0 auto 50px;
  }
  .oem__flowList h3 {
    font-size: 18px;
    margin: 0px;
  }
  .oem__flowList p {
    margin-top: 10px;
  }
  .oem__flowList:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 20px;
    height: 13px;
    right: 0;
    left: 50%;
    top: 115%;
  }
  .oem__flowList:nth-of-type(3n):after {
    content: "";
  }
  .oem__flowList:nth-of-type(6n):after {
    content: none;
  }
}

.oem__flowCircle {
  height: 200px;
  width: 100%;
  padding: 45px 0 0 0px;
  position: relative;
}
.oem__flowCircle::before {
  content: "";
  height: 200px;
  width: 200px;
  position: absolute;
  border: 3px solid #010049;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.oem__flowCircle img {
  max-width: 100px;
}
@media screen and (max-width: 1050px) {
  .oem__flowCircle {
    text-align: center;
    padding: 0px;
    height: auto;
    width: 20%;
    margin-right: 30px;
    position: relative;
  }
  .oem__flowCircle::before {
    height: 70px;
    width: 70px;
    z-index: 1;
  }
  .oem__flowCircle img {
    max-width: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 3.2rem;
  }
}

@media screen and (max-width: 1050px) {
  .oem__flowText {
    width: 80%;
  }
}

.oem__btnWrap {
  max-width: 630px;
  width: 100%;
  margin: 30px auto 0px;
}
@media screen and (max-width: 1050px) {
  .oem__btnWrap {
    max-width: 500px;
    width: 100%;
  }
}

.oem-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  border-radius: 40px;
  max-width: 400px;
  margin: 0 auto;
  font-size: 20px;
  border: 1px solid #010049;
  position: relative;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #010049;
}
.oem-button::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 25px;
  background: url("../img/common/arrow_white.svg") no-repeat center/cover;
}
.oem-button:hover {
  color: #010049;
  background-color: #fff;
}
.oem-button:hover::before {
  background: url("../img/common/arrow_navy.svg") no-repeat center/cover;
}

.oem__regard {
  max-width: 1200px;
  width: 100%;
  margin: 150px auto 0px;
  padding: 0px 40px;
}
@media screen and (max-width: 1050px) {
  .oem__regard {
    padding: 0px 20px;
    margin: 70px auto 0px;
  }
}

.oem__regard .times__list {
  margin-top: 0px;
}

.flow {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2D2D2D;
}

.flow__headArea {
  max-width: 1020px;
  width: 70%;
  margin: 50px auto 0;
}
@media screen and (max-width: 1050px) {
  .flow__headArea {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
  }
}

.flow__heading {
  display: block;
  width: 70%;
  margin: 0px auto 0;
}
@media screen and (max-width: 1050px) {
  .flow__heading {
    width: 100%;
    max-width: 450px;
  }
}

.flow__readArea {
  margin: 0 auto;
  max-width: 1170px;
  padding: 40px 40px 0px 40px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .flow__readArea {
    padding: 40px 20px 0px 20px;
  }
}

.flow__readText {
  line-height: 2.5em;
  font-size: 16px;
}

.flow__separate {
  width: 100%;
  clear: both;
  background-position: center top;
}
.flow__separate.--flow01, .flow__separate.--flow02, .flow__separate.--flow03, .flow__separate.--flow04, .flow__separate.--flow05, .flow__separate.--flow06 {
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
.flow__separate.--flow01 {
  background-image: url(../img/flow/flow01.jpg);
}
.flow__separate.--flow02 {
  background-image: url(../img/flow/flow02.jpg);
}
.flow__separate.--flow03 {
  background-image: url(../img/flow/flow03.jpg);
}
.flow__separate.--flow04 {
  background-image: url(../img/flow/flow04.jpg);
}
.flow__separate.--flow05 {
  background-image: url(../img/flow/flow05.jpg);
}
.flow__separate.--flow06 {
  background-image: url(../img/flow/flow06.jpg);
}

.flow__contentArea {
  max-width: 900px;
  width: 100%;
  padding: 50px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .flow__contentArea {
    padding: 0px 20px 50px;
  }
}

.flow__process {
  font-size: 20px;
  position: relative;
  display: block;
  margin: 70px auto 40px;
  text-align: center;
}
.flow__process::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 55px;
  top: -70px;
  background: url("../img/flow/allow.png") no-repeat center/cover;
  right: 0;
  left: 0;
  margin: auto;
}
.flow__process.--top::before {
  content: none;
}
@media screen and (max-width: 1050px) {
  .flow__process {
    margin: 100px auto 40px;
  }
  .flow__process::before {
    width: 30px;
    height: 45px;
  }
}

.flow__cont {
  margin: 0 auto;
  text-align: center;
  list-style-type: none;
  overflow: hidden;
  width: 90%;
  max-width: 750px;
}

.flow__contImg {
  width: 100%;
}
.flow__contImg.--harf {
  width: 50% !important;
}

.flow__textArea {
  margin-top: 30px;
}

.flow__text {
  font-size: 16px;
  line-height: 1.6em;
}

.flow__strain {
  max-width: 1020px;
  width: 70%;
  margin: 50px auto 0;
}
@media screen and (max-width: 1050px) {
  .flow__strain {
    width: 100%;
    margin: 50px auto 0;
  }
}

.flow__strainHead {
  display: block;
  width: 70%;
  margin: 0px auto 0;
}
@media screen and (max-width: 1050px) {
  .flow__strainHead {
    width: 100%;
    margin: 30px auto 0;
    max-width: 450px;
  }
}

.flow__strainImg {
  margin: 50px auto 0px;
}
@media screen and (max-width: 1050px) {
  .flow__strainImg {
    padding: 0 20px;
  }
}

.flow__contactArea {
  text-align: center;
  max-width: 630px;
  width: 100%;
  margin: 50px auto 0px;
}
@media screen and (max-width: 1050px) {
  .flow__contactArea {
    max-width: 500px;
    width: 80%;
    margin: 30px auto 0px;
  }
}

.flow__contactText {
  margin-bottom: 20px;
  font-size: 16px;
}

.concept {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2D2D2D;
}
.concept section {
  margin-bottom: 120px;
}
@media screen and (max-width: 1050px) {
  .concept section {
    margin-bottom: 50px;
  }
}

.concept__topics {
  margin: 0px auto;
  font-size: 28px;
  display: block;
  text-align: center;
  margin: 0 0 30px 0px;
  background: url("../img/common/h1_bg.svg") no-repeat center;
  background-size: 100px;
  color: #2D2D2D;
}
@media screen and (max-width: 1050px) {
  .concept__topics {
    width: 100%;
    font-size: 20px;
    background-size: 65px;
  }
}
.concept__topics::after {
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 15px;
  content: "";
  background-color: #7AE2DE;
  margin-left: auto;
  margin-right: auto;
}

.concept__textWrap {
  max-width: 800px;
  width: 100%;
  padding: 0px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .concept__textWrap {
    padding: 0px 20px;
  }
}

.concept__text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  font-weight: lighter;
  margin-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  .concept__text {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 2.3px;
  }
}
.concept__text.--mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1050px) {
  .concept__text.--mb50 {
    margin-bottom: 30px;
  }
}

.concept__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1050px) {
  .concept__imgWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.concept__img {
  width: 230px;
  margin: 0 40px;
}
@media screen and (max-width: 1050px) {
  .concept__img {
    width: 200px;
    margin: 0 auto 20px;
  }
}

.concept__separate {
  width: 100%;
  clear: both;
  background-position: center;
  border-bottom: 6px solid #010049;
}
.concept__separate.--concept01, .concept__separate.--concept02, .concept__separate.--concept03, .concept__separate.--concept04 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  background-attachment: fixed;
}
@media screen and (max-width: 1050px) {
  .concept__separate.--concept01, .concept__separate.--concept02, .concept__separate.--concept03, .concept__separate.--concept04 {
    height: 200px;
    background-attachment: inherit;
  }
}
.concept__separate.--concept01 {
  background-image: url(../img/concept/separate_bg01.jpg);
}
.concept__separate.--concept02 {
  background-image: url(../img/concept/separate_bg02.jpg);
}
.concept__separate.--concept03 {
  background-image: url(../img/concept/separate_bg03.jpg);
}
.concept__separate.--concept04 {
  background-image: url(../img/concept/separate_bg04.jpg);
}

.contact {
  max-width: 900px;
  width: 100%;
  padding: 0px 40px;
  margin: 0 auto;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1050px) {
  .contact {
    margin: 0 auto 100px;
    padding: 0px 20px;
  }
}

.contact__wrap {
  margin-bottom: 100px;
}

.contact__head {
  padding-bottom: 30px;
  font-size: 20px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1050px) {
  .contact__head {
    padding-bottom: 30px;
  }
}

.contact__headTitle {
  color: #2D2D2D;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 500;
  position: relative;
}
.contact__headTitle::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 15px;
  background-color: #7AE2DE;
}

.content__BtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1050px) {
  .content__BtnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content__btn {
  width: 220px;
}
@media screen and (max-width: 1050px) {
  .content__btn {
    margin-bottom: 20px;
    max-width: 350px;
    width: 100%;
  }
}

.content__text {
  font-size: 16px;
}

.content__text .--num {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 500;
  font-size: 24px;
}

.content__text .--rec {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 500;
}

.company {
  width: 100%;
  color: #2D2D2D;
}
.company__separate {
  width: 100%;
  clear: both;
  background-position: center center;
}
.company__separate.--company01, .company__separate.--company02, .company__separate.--company03 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.company__separate.--company01 {
  background-image: url("../img/company/separate_bg01.jpg");
  height: 450px;
  background-attachment: fixed;
}
.company__separate.--company02 {
  background-image: url(../img/company/separate_bg02.jpg);
  height: 450px;
  background-attachment: fixed;
}
.company__separate.--company03 {
  background-image: url(../img/company/separate_bg03.jpg);
  height: 450px;
  background-attachment: fixed;
}
@media screen and (max-width: 1050px) {
  .company__separate.--company01, .company__separate.--company02, .company__separate.--company03 {
    background-size: contain;
    height: 350px;
    background-attachment: scroll;
  }
}

.company__container {
  max-width: 1120px;
  margin: 130px auto 0px;
  padding: 0 40px;
}
@media screen and (max-width: 1050px) {
  .company__container {
    margin: 20px auto 0px;
    padding: 0 20px;
  }
}

.company__container-top {
  max-width: 1120px;
  margin: 30px auto 130px;
  padding: 0 40px;
}
@media screen and (max-width: 1050px) {
  .company__container-top {
    margin: 30px auto 30px;
    padding: 0 20px;
  }
}

.company__heading, .company__heading-row {
  margin-bottom: 35px;
}
.company__heading h2, .company__heading-row h2 {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 35px 0px;
  line-height: 1.5;
}
.company__heading h2::after, .company__heading-row h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 15px;
  background-color: #7AE2DE;
}
@media screen and (max-width: 1050px) {
  .company__heading h2, .company__heading-row h2 {
    font-size: 18px;
  }
}

.company__heading-row {
  width: 100%;
}

.company__layout-right {
  text-align: right;
  margin-top: 1em;
}

.company__text p {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 1em;
}
.company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company__row.--noflex {
  display: block;
}
@media screen and (max-width: 1050px) {
  .company__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company__row-left {
  width: 25%;
}
@media screen and (max-width: 1050px) {
  .company__row-left {
    width: 100%;
  }
}

.company__row-right {
  width: 75%;
}
@media screen and (max-width: 1050px) {
  .company__row-right {
    width: 100%;
  }
}
.company__row-right dl {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.company__row-right dt {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  max-width: 200px;
  width: 30%;
  margin: 0 20px 0 0px;
}
@media screen and (max-width: 1050px) {
  .company__row-right dt {
    margin: 0 20px 0 0px;
    max-width: 200px;
    width: 30%;
  }
}
.company__row-right dd {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  max-width: calc(100% - 110px);
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px dotted #D5D5D5;
}

.company__history-small {
  margin: 0px 5px;
  font-size: 13px;
}

.company__row-img {
  max-width: 470px;
  margin-top: 20px;
}

.company__row-mapbtn {
  margin: 20px 100px 0 0px;
}
@media screen and (max-width: 1050px) {
  .company__row-mapbtn {
    margin: 20px 0px 0 0px;
  }
}

.company__row-mapbtn .c-button {
  margin: 0 0 0px auto;
  height: 35px;
  max-width: 145px;
}
.company__row-mapbtn .c-button.--white::before {
  left: 10px;
}
.company__row-mapbtn .c-button.--white:hover::before {
  left: 10px;
}

.company-recruit {
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 300;
}

.company-recruit__wrap {
  line-height: 1.5;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #D5D5D5;
}

.company-recruit__job {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.company-recruit__comment {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  .company-recruit__comment {
    text-align: left;
    margin-bottom: 30px;
  }
}

.company-recruit__linkWrap {
  margin-bottom: 20px;
}
.company-recruit__linkWrap:last-child {
  margin-bottom: 0px;
}

#company-message {
  margin-bottom: 150px;
}
@media screen and (max-width: 1050px) {
  #company-message {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1050px) {
  #company-any01 {
    margin-bottom: 50px;
  }
}

#company-any02 {
  margin-bottom: 150px;
}
@media screen and (max-width: 1050px) {
  #company-any02 {
    margin-bottom: 20px;
  }
}

.privacy {
  max-width: 1120px;
  width: 100%;
  padding: 0px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .privacy {
    margin: 0 auto 100px;
    padding: 0px 20px;
  }
}

p, li {
  font-size: 16px;
  line-height: 1.56;
}
@media screen and (min-width: 1051px) {
  p, li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1050px) {
  p, li {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1051px) {
  .privacy__read {
    margin: 0px auto 30px;
  }
}
@media screen and (max-width: 1050px) {
  .privacy__read {
    margin: 0px auto 30px;
  }
}

.privacy__title {
  font-size: 25px;
  padding-bottom: 50px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1051px) {
  .privacy__title {
    font-size: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .privacy__title {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.privacy__inner {
  margin: 0 auto 0px;
}

.privacy__unit {
  margin-bottom: 50px;
}
@media screen and (min-width: 1051px) {
  .privacy__unit {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .privacy__unit {
    margin-bottom: 30px;
  }
}

.privacy__edit {
  padding-bottom: 10px;
  padding-left: 0.8em;
  text-indent: -0.8em;
  font-family: ヒラギノ角ゴ Pro W3, sans-serif;
  font-weight: 500;
}
.privacy__edit.--list_top {
  margin-bottom: 0px;
}
@media screen and (min-width: 1051px) {
  .privacy__edit {
    font-size: 15px;
  }
}
@media screen and (max-width: 1050px) {
  .privacy__edit {
    font-size: 15px;
  }
}
.privacy__edit:before {
  content: "";
  width: 5px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background-color: #010049;
}

.privacy__text.--mt20 {
  margin-top: 20px;
}
@media screen and (min-width: 1051px) {
  .privacy__text.--mt20 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1050px) {
  .privacy__text.--mt20 {
    margin-top: 10px;
  }
}

.privacy__dotList {
  padding-top: 20px;
}
@media screen and (min-width: 1051px) {
  .privacy__dotList {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1050px) {
  .privacy__dotList {
    padding-top: 10px;
  }
}
.privacy__dotList.--list_top {
  padding-top: 0px;
}
.privacy__dotList li {
  text-indent: 0em;
  padding-left: 1rem;
  padding-bottom: 7px;
  line-height: 1.56;
  position: relative;
}
.privacy__dotList li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #010049;
  border-radius: 5px;
}
.privacy__dotList li:last-child {
  padding-bottom: 0px;
}

.privacy__numList {
  padding-left: 1.4em;
  counter-reset: number 0;
  padding-top: 10px;
}
@media screen and (min-width: 1051px) {
  .privacy__numList {
    padding-left: 1em;
  }
}
@media screen and (max-width: 1050px) {
  .privacy__numList {
    padding-left: 1em;
  }
}
.privacy__numList li {
  text-indent: -1.2em;
  padding-left: 2rem;
  padding-bottom: 7px;
  line-height: 1.56;
}
@media screen and (min-width: 1051px) {
  .privacy__numList li {
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 1050px) {
  .privacy__numList li {
    padding-bottom: 2px;
  }
}
.privacy__numList li::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  margin-top: 6px;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  vertical-align: top;
}
.privacy__numList li:last-child {
  padding-bottom: 0px;
}

.privacy__grayBack {
  margin: 30px auto;
  background-color: #F8F8F8;
  padding: 20px;
}
@media screen and (min-width: 1051px) {
  .privacy__grayBack {
    margin: 20px auto;
  }
}
@media screen and (max-width: 1050px) {
  .privacy__grayBack {
    margin: 20px auto;
  }
}

.privacy__sending {
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 1051px) {
  .privacy__sending {
    font-size: 15px;
  }
}
@media screen and (max-width: 1050px) {
  .privacy__sending {
    font-size: 15px;
  }
}