
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: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav 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: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

/* フォームの初期化を追加 */
/* テキスト */
input[type="text"],
input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
  box-shadow: none; }

input[type="text"]:focus,
input[type="email"]:focus {
  box-shadow: none;
  outline: none; }

/* テキストエリア */
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: auto;
  width: 100%; }

textarea:focus {
  box-shadow: none;
  outline: none; }

/* セレクト */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  background: white; }

select::-ms-expand {
  display: none; }

select:focus {
  box-shadow: none;
  outline: none; }

input[type="text"],
input[type="email"],
input[type="tel"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  outline: none; }

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: auto;
  padding: 0.4em 0.8em;
  width: 100%; }

textarea:focus {
  box-shadow: none; }

input[type="submit"] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit; }

input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: none; }

input[type="submit"]::-moz-foucus-inner {
  border: none;
  padding: 0; }

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  padding: .5em .6em;
  display: inline-block;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.302);
  border: 1px solid #d7d7cd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*==================
 clearfix
===================*/
.footer__inner:after, .product__item:after {
  content: "";
  display: block;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
  clear: both; }

* html .footer__inner, * html .product__item {
  height: 1%; }

.footer__inner, .product__item {
  display: block; }

* html .footer__inner, * html .product__item {
  zoom: 1; }

*:first-child + html .footer__inner, *:first-child + html .product__item {
  zoom: 1; }

/*==================
 clearfix
===================*/
.footer__inner:after, .product__item:after {
  content: "";
  display: block;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
  clear: both; }

* html .footer__inner, * html .product__item {
  height: 1%; }

.footer__inner, .product__item {
  display: block; }

* html .footer__inner, * html .product__item {
  zoom: 1; }

*:first-child + html .footer__inner, *:first-child + html .product__item {
  zoom: 1; }

/* base */
html {
  font-size: 62.5%;
  box-sizing: border-box; }

*,
::before,
::after {
  box-sizing: inherit; }

body {
  font-size: 1.6rem;
  color: #222222;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em; }
  @media (max-width: 599px) {
    body {
      font-size: 1.4rem;
      line-height: 1.85; }
      body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0; } }

.inner {
  margin: 0 auto;
  max-width: calc(1440px + 5% * 2);
  padding: 0 5%;
  width: 100%; }
  @media (max-width: 599px) {
    .inner {
      padding: 0 20px;
      max-width: 550px !important; } }
  @media (max-width: 359px) {
    .inner {
      padding: 0 16px; } }

main {
  display: block;
  margin-top: 102px; }
  @media (max-width: 1024px) {
    main {
      margin-top: 88px; } }

.wrapper {
  overflow: hidden; }

.imgAuto {
  width: auto; }

.block {
  display: inline-block; }

@media (max-width: 599px) {
  .none--sp {
    display: none !important; } }
@media (max-width: 1024px) {
  .none--tb {
    display: none !important; } }
@media (min-width: 1025px) {
  .none--pc {
    display: none !important; } }

@media (max-width: 599px) {
  .show--sp {
    display: block !important; } }
@media (max-width: 1024px) {
  .show--tb {
    display: block !important; } }
@media (min-width: 1025px) {
  .show--pc {
    display: block !important; } }

@media (min-width: 1025px) {
  a[href*="tel:"] {
    cursor: default;
    text-decoration: none; } }
a {
  text-decoration: none;
  color: inherit;
  transition: .25s; }

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

li {
  list-style: none; }

a:focus {
  outline: none; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none; }

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
  font-weight: 400; }

/*----------------------------------------------------
  汎用レイアウト
----------------------------------------------------*/
.t_c {
  text-align: center; }

.t_r {
  text-align: right; }

.t_l {
  text-align: left; }

.mincho {
  font-family: 'BIZ UDPMincho', "ヒラギノ明朝 ProN W6","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", serif; }

/* ==========================================================================
  common header
  ========================================================================== */
/* ==========================================================================
  header
  ========================================================================== */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  background: #fff;
  z-index: 500; }
  @media (max-width: 1024px) {
    .header {
      height: 88px;
      position: fixed; }
      .header .header__item {
        margin-bottom: 20px;
        border-bottom: none !important; }
        .header .header__item .header__itemWrap {
          background-color: #fff;
          color: #131313;
          border: 1px solid #d9d6cf;
          padding: 1em　1em 1em 1.5em;
          display: flex; }
          .header .header__item .header__itemWrap:after {
            display: inline-block;
            content: ">";
            font-weight: 500;
            position: absolute;
            top: 52%;
            right: 10px;
            font-size: 2rem;
            transform: translate(0, -50%); }

          .header .header__item .header__itemWrap:before {
            content: none; } }
  .header__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__logo {
    text-align: center;
    width: 264px;
    position: relative;
    top: 3px;
    z-index: 10; }
    @media (max-width: 1024px) {
      .header__logo {
        width: 155px; } }
    .header__logo a {
      display: block;
      position: relative; }
      .header__logo a:hover {
        opacity: .7; }
  .header__wrap {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 41px; }
    @media (max-width: 1024px) {
      .header__wrap {
        flex-direction: column;
        padding: 0 5%; } }
  @media (max-width: 1024px) {
    .header__contents {
      width: 100%;
      transition: 0.3s;
      transform: translate(100%);
      font-weight: normal;
      left: 0;
      overflow-y: scroll;
      height: 100vh;
      position: fixed;
      right: 0;
      top: 88px;
      background: #212b69;
      z-index: 100;
      padding-top: 20px; }
      .header__contents.active {
        transform: translate(0); } }
  .header__list {
    height: 100%;
    display: flex; }
    @media (max-width: 1024px) {
      .header__list {
        width: 100%;
        flex-direction: column; } }
  .header__item span {
    line-height: 102px;
    font-weight: bold;
    font-size: 1.5rem; }
    @media (max-width: 1024px) {
      .header__item span {
        line-height: 46px; } }
  @media (max-width: 1024px) {
    .header__item:not(:last-child) {
      border-bottom: 1px solid #fff; } }
  .header__item .header__itemWrap {
    padding: 0 14px;
    line-height: 102px; }
    .header__item .header__itemWrap span {
      transition: .25s; }
    .header__item .header__itemWrap:hover span {
      opacity: .7; }
    @media (max-width: 1024px) {
      .header__item .header__itemWrap {
        color: #fff;
        padding: 12px 22px 12px 24px;
        font-size: 1.4rem;
        position: relative; }
        .header__item .header__itemWrap::before {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -4px;
          left: 0;
          transform: translateY(-50%);
          display: inline-block;
          width: 8px;
          height: 8px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          transform: rotate(45deg); } }
  @media (max-width: 1024px) {
    .header__nav {
      width: 100%; } }
  .header__links {
    display: flex;
    align-items: center;
    margin-left: 28px;
    height: 102px; }
    @media (max-width: 1024px) {
      .header__links {
        margin-right: 84px; } }
    @media (max-width: 375px) {
      .header__links {
        margin-right: 74px;
        margin-left: 0; } }
  .header__link {
    width: 225px;
    height: 55px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background-color: #19196F;
    font-weight: bold;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16); }
    .header__link span{
      font-size: 0.8em;
      margin-top: -5px;
    }
    @media (max-width: 480px) {
      .header__link {
        width: 170px;
        height: 50px;
        font-size: 1.2rem; }
      }
    .header__link:hover {
      background: #222299; }

/* ==========================================================================
  toggle
  ========================================================================== */
.toggle {
  background: #fff;
  cursor: pointer;
  display: none;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 60px; }
  @media (max-width: 375px) {
    .toggle {
      right: 26px;
      width: 43px; } }

@media (max-width: 1024px) {
  .toggle {
    display: block; } }
.toggle span {
  -webkit-transition: 0.35s ease-in-out;
  border-bottom: solid 2px #19196F;
  display: block;
  left: 6px;
  position: absolute;
  transition: 0.35s ease-in-out;
  width: 50px; }
  @media (max-width: 375px) {
    .toggle span {
      width: 45px; } }

.toggle span:nth-child(1) {
  top: 14px; }

.toggle span:nth-child(2) {
  top: 28px; }

.toggle span:nth-child(3) {
  top: 42px; }

.toggle.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  top: 28px;
  transform: rotate(-45deg); }

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  top: 28px;
  transform: rotate(45deg); }

/* ==========================================================================
  common footer
  ========================================================================== */
/* ==========================================================================
  footer
  ========================================================================== */
.footer {
  background-color: #AEA9BA;
  position: relative; }
  .footer:before {
    content: "";
    display: block;
    width: 414px;
    height: 94px;
    background: url(../img/footer01-pc.png) no-repeat center center/cover;
    position: absolute;
    top: -82px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 599px) {
      .footer:before {
        width: 252px;
        height: 49px;
        top: -48px;
        background: url(../img/footer01-sp.png) no-repeat center center/cover; } }
  .footer__inner {
    margin: 0 auto;
    max-width: calc(1728px + 5% * 2);
    padding: 98px 5% 55px;
    width: 100%;
    position: relative; }
    @media (max-width: 1350px) {
      .footer__inner {
        padding: 50px 2%; } }
    @media (max-width: 1024px) {
      .footer__inner {
        padding: 50px 2% 64px; } }
  .footer__list {
    float: right;
    font-size: 0;
    padding-top: 7px; }
    @media (max-width: 1024px) {
      .footer__list {
        float: none;
        text-align: center;
        margin-bottom: 20px; } }
    @media (max-width: 1024px) {
      .footer__list {
        padding-top: 0; } }
  .footer__item {
    display: inline-block; }
    @media (max-width: 599px) {
      .footer__item {
        display: block;
        margin-bottom: 14px; } }
  .footer__itemWrap {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    padding: 0 22px;
    transition: .2s; }
    @media screen and (max-width: 1315px) {
      .footer__itemWrap {
        padding: 4px;
        font-size: 1.2rem; } }
    @media (max-width: 599px) {
      .footer__itemWrap {
        font-size: 1.5rem; } }
    .footer__itemWrap:hover span {
      opacity: .7; }

  .footer__link {
    width: 225px;
    height: 53px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    background-color: #19196F;
    font-weight: bold;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 20px; }
    @media screen and (max-width: 1315px) {
      .footer__link {
        margin-left: 10px;
        font-size: 1rem;
        width: 150px; } }
.sub{
  font-size: 0.8em;
  margin-top: -5px;
}
    .footer__link:hover {
      background: #222299; }
    @media (max-width: 599px) {
      .footer__link {
        margin: 0 auto;
        background-color: transparent;
        border: 1px solid #fff;
        box-shadow: none;
        height: 55px;
        width: 180px;
        font-size: 1.1rem;
        border-radius: 18px;
        position: relative;
        padding-left: 10px; }
        .footer__link:before {
          content: ">";
          position: absolute;
          left: 12px; }
        .footer__link:hover {
          background: transparent;
          opacity: .8; } }
  .footer__info {
    float: left;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    }
    @media (max-width: 1024px) {
      .footer__info {
        float: none;
        justify-content: center; } }
    @media (max-width: 599px) {
      .footer__info {
        display: block;
        text-align: center; } }
  .footer__logo {
    width: 183px;
    margin-right: 20px; }
    @media (max-width: 599px) {
      .footer__logo {
        width: 138px;
        margin: 0 auto 25px; } }
  .footer__txt {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.67; }
    @media (max-width: 599px) {
      .footer__txt {
        font-size: 1.1rem; } }

/* ==========================================================================
common parts
========================================================================== */
/* ==========================================================================
pages
========================================================================== */
/* ==========================================================================
  mv
  ========================================================================== */
.mv {
  width: 100%;
  height: 689px;
  background: url(../img/mv01.jpg) no-repeat top center/cover; }
  @media (max-width: 1024px) {
    .mv {
      height: 620px; } }
  @media screen and (max-width: 820px) {
    .mv {
      height: 498px; } }
  @media (max-width: 599px) {
    .mv {
      height: 569px; } }
  .mv__wrap {
    padding-top: 4px;
    height: 100%;
    position: relative; }
  .mv__contents {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex; }
    @media (max-width: 599px) {
      .mv__contents {
        display: block; } }
    .mv__contents:before {
      content: "";
      display: block;
      width: 275px;
      height: 600px;
      background-color: #7A7585;
      position: absolute;
      top: -115px;
      left: -112px;
      transform: rotate(31deg); }
      @media (max-width: 599px) {
        .mv__contents:before {
          top: -238px;
          left: -177px;
          transform: rotate(19deg); } }
    .mv__contents:after {
      content: "";
      display: block;
      width: 955px;
      height: 175px;
      background: url(../img/mv02-pc.png) no-repeat center center/cover;
      position: absolute;
      top: -24px;
      right: 65px; }
      @media (max-width: 599px) {
        .mv__contents:after {
          top: 20px;
          left: 8px;
          display: block;
          width: 337px;
          height: 183px;
          background: url(../img/mv02-sp.png) no-repeat center center/cover; } }
  .mv__left {
    width: 50%;
    position: relative;
    z-index: 10; }
    @media (max-width: 599px) {
      .mv__left {
        width: 100%;
        height: 340px; } }
  .mv__right {
    width: 50%;
    position: relative;
    z-index: 10; }
    @media (max-width: 599px) {
      .mv__right {
        width: 100%;
        height: 225px; } }
  @media (max-width: 599px) {
    .mv__img {
      width: 100%;
      max-width: 314px;
      height: 271px;
      position: absolute;
      top: 0;
      right: 10px;
      z-index: 5; } }
  .mv__img--item {
    position: absolute; }
  .mv__img--large {
    width: 100%;
    max-width: 665px;
    left: 0;
    bottom: 3px; }
    @media (max-width: 599px) {
      .mv__img--large {
        max-width: 229px;
        top: 0;
        right: 0;
        left: auto; } }
  .mv__img--small {
    width: 64%;
    max-width: 481px;
    top: 16px;
    right: 0; }
    @media (max-width: 599px) {
      .mv__img--small {
        max-width: 145px;
        top: auto;
        right: auto;
        left: 0;
        bottom: 0; } }
  .mv__letter {
    width: 806px;
    position: absolute;
    left: 33px;
    bottom: 7px; }
    @media screen and (max-width: 820px) {
      .mv__letter {
        width: 601px; } }
    @media (max-width: 599px) {
      .mv__letter {
        width: 382px;
        left: 0; } }
    @media screen and (max-width: 374px) {
      .mv__letter {
        width: 300px; } }
  .mv__catchbg {
    width: 1091px;
    position: absolute;
    right: 0;
    top: 44px; }
    @media (max-width: 1024px) {
      .mv__catchbg {
        width: 897px; } }
    @media screen and (max-width: 820px) {
      .mv__catchbg {
        width: 760px; } }
    @media (max-width: 599px) {
      .mv__catchbg {
        width: 428px;
        top: 175px;
        right: auto;
        left: 0;
        z-index: 1; } }
  .mv__catch {
    width: 1094px;
    position: absolute;
    right: 0;
    top: 117px; }
    @media (max-width: 1024px) {
      .mv__catch {
        width: 900px; } }
    @media screen and (max-width: 820px) {
      .mv__catch {
        width: 677px; } }
    @media (max-width: 599px) {
      .mv__catch {
        width: 419px;
        top: 7px;
        right: auto;
        left: 0; } }
    @media screen and (max-width: 374px) {
      .mv__catch {
        width: 300px; } }



.Youtube{
  margin: 50px auto;
  text-align: center;
  width: 80%;
  height: 600px;
  margin-bottom: 70px;
}
@media (max-width: 599px) {
.Youtube{
  margin: 0px auto 0px;
  text-align: center;
  width: 100%;
  height: 240px;
}
}


/* ==========================================================================
  intro
  ========================================================================== */
.intro__inner {
  margin: 0 auto;
  max-width: calc(1440px + 5% * 2);
  padding: 0 5%;
  width: 100%; }
.intro__copy {
  width: 100%;
  height: 814px;
  background: url(../img/intro01-pc.png) no-repeat top center/cover;
  padding-top: 45px;
  position: relative;
  z-index: 10; }
  @media (max-width: 599px) {
    .intro__copy {
      height: 750px;
      padding-top: 19px;
      background: url(../img/intro01-sp.png) no-repeat center center/cover; } }
  .intro__copy--ttl {
    max-width: 1088px;
    width: 100%;
    background-color: #fff;
    font-size: 6.5rem;
    font-weight: bold;
    color: #26255E;
    text-align: center;
    margin: 0 auto;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
    margin-bottom: 80px;
    letter-spacing: .125em; }
    @media (max-width: 1024px) {
      .intro__copy--ttl {
        font-size: 4rem;
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .intro__copy--ttl {
        font-size: 2.2rem;
        margin-bottom: 15px; } }
    @media screen and (max-width: 330px) {
      .intro__copy--ttl {
        font-size: 1.8rem; } }
    .intro__copy--ttl .txt {
      display: inline-block;
      margin-left: 55px; }
      @media (max-width: 1024px) {
        .intro__copy--ttl .txt {
          margin-left: 0; } }
      @media (max-width: 599px) {
        .intro__copy--ttl .txt {
          line-height: 37px; } }
  .intro__copy--catch {
    text-align: center;
    border-bottom: 1px solid #fff;
    max-width: 711px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 33px;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .intro__copy--catch {
        padding-bottom: 25px; } }
    @media (max-width: 599px) {
      .intro__copy--catch {
        padding-bottom: 9px; } }
    .intro__copy--catch .txt {
      display: inline-block;
      font-size: 3.4rem;
      color: #fff;
      line-height: 1;
      letter-spacing: .125em; }
      @media (max-width: 1024px) {
        .intro__copy--catch .txt {
          font-size: 2.7rem; } }
      @media (max-width: 599px) {
        .intro__copy--catch .txt {
          font-size: 2rem;
          line-height: 1.5;
          letter-spacing: 0.08em; } }
      @media screen and (max-width: 420px) {
        .intro__copy--catch .txt {
          font-size: 1.6rem; } }
  .intro__copy--text {
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
    line-height: 2.63;
    letter-spacing: .125em; }
    @media (max-width: 1024px) {
      .intro__copy--text {
        font-size: 1.7rem; } }
    @media (max-width: 599px) {
      .intro__copy--text {
        font-size: 1.5rem;
        line-height: 3.3;
        letter-spacing: 0.08em; } }
    @media screen and (max-width: 420px) {
      .intro__copy--text {
        font-size: 1.3rem; } }
    .intro__copy--text a {
      text-decoration: underline; }
.intro__standard {
  position: absolute;
  top: 201px;
  right: 63px; }
  @media (max-width: 1024px) {
    .intro__standard {
      position: static;
      display: flex;
      justify-content: space-between;
      width: 420px;
      margin: 23px auto 0; } }
  @media (max-width: 599px) {
    .intro__standard {
      justify-content: center;
      width: 100%; } }
  @media screen and (max-width: 420px) {
    .intro__standard {
      margin-top: 49px; } }
  @media screen and (max-width: 366px) {
    .intro__standard {
      margin-top: 23px; } }
  .intro__standard--item {
    width: 108px; }
    .intro__standard--item:not(:last-of-type) {
      margin-bottom: 22px; }
    @media (max-width: 599px) {
      .intro__standard--item {
        width: auto; }
        .intro__standard--item:nth-of-type(2) {
          margin: 0 14px; } }
    @media (max-width: 599px) {
      .intro__standard--item img {
        width: auto; } }
.intro__flow {
  width: 100%;
  height: 755px;
  background: url(../img/intro02-pc.jpg) no-repeat top center/cover;
  position: relative;
  margin-top: -89px; }
  @media (max-width: 1024px) {
    .intro__flow {
      height: 610px; } }
  @media screen and (max-width: 900px) {
    .intro__flow {
      height: 550px; } }
  @media (max-width: 599px) {
    .intro__flow {
      height: 883px;
      margin-top: -79px;
      background: url(../img/intro02-sp.png) no-repeat center center/cover; } }
  .intro__flow--ttl {
    font-size: 3.7rem;
    color: #000;
    text-align: center;
    letter-spacing: .125em;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 5px; }
    @media (max-width: 1024px) {
      .intro__flow--ttl {
        font-size: 2rem;
        top: 40px; } }
    @media (max-width: 599px) {
      .intro__flow--ttl {
        font-size: 2.1rem;
        top: 3px; } }
    @media screen and (max-width: 330px) {
      .intro__flow--ttl {
        font-size: 1.8rem; } }
    .intro__flow--ttl .txt {
      letter-spacing: .0637em; }
  .intro__flow--img {
    width: 95%;
    max-width: 1196px;
    position: absolute;
    top: 167px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 599px) {
      .intro__flow--img {
        max-width: 223px;
        top: 87px; } }
  .intro__flow--result {
    width: 95%;
    max-width: 1438px;
    height: 171px;
    background: url(../img/intro07-pc.jpg) no-repeat center center/cover;
    position: absolute;
    bottom: -46px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .intro__flow--result {
        height: 140px; } }
    @media (max-width: 599px) {
      .intro__flow--result {
        height: 176px;
        bottom: -87px; } }
    .intro__flow--result .txt {
      font-size: 5.6rem;
      color: #fff; }
      @media (max-width: 1024px) {
        .intro__flow--result .txt {
          font-size: 3.4rem; } }
      @media (max-width: 599px) {
        .intro__flow--result .txt {
          font-size: 3rem;
          text-align: center; }
          .intro__flow--result .txt small {
            font-size: 2.3rem; } }
      @media screen and (max-width: 340px) {
        .intro__flow--result .txt {
          font-size: 2.4rem; } }
    .intro__flow--result .deco {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .intro__flow--result .deco img {
        width: 20px;
        position: absolute; }
        @media (max-width: 599px) {
          .intro__flow--result .deco img {
            width: 18px; } }
        .intro__flow--result .deco img.lefttop {
          top: 11px;
          left: 18px; }
          @media (max-width: 599px) {
            .intro__flow--result .deco img.lefttop {
              top: 8px;
              left: 7px; } }
        .intro__flow--result .deco img.leftbottom {
          bottom: 11px;
          left: 18px; }
          @media (max-width: 599px) {
            .intro__flow--result .deco img.leftbottom {
              bottom: 8px;
              left: 7px; } }
        .intro__flow--result .deco img.righttop {
          top: 11px;
          right: 18px; }
          @media (max-width: 599px) {
            .intro__flow--result .deco img.righttop {
              top: 8px;
              right: 7px; } }
        .intro__flow--result .deco img.rightbottom {
          bottom: 11px;
          right: 18px; }
          @media (max-width: 599px) {
            .intro__flow--result .deco img.rightbottom {
              bottom: 8px;
              right: 7px; } }

/* ==========================================================================
  product
  ========================================================================== */
.product {
  background-color: #EBEFF2;
  padding-top: 246px;
  padding-bottom: 209px; }
  @media (max-width: 1024px) {
    .product {
      padding-top: 206px;
      padding-bottom: 169px; } }
  @media (max-width: 599px) {
    .product {
      padding-top: 126px;
      padding-bottom: 128px; } }
  .product__inner {
    margin: 0 auto;
    max-width: calc(1500px + 5% * 2);
    padding: 0 5%;
    width: 100%; }
  .product__list {
    margin-bottom: 148px; }
    @media screen and (max-width: 830px) {
      .product__list {
        margin-bottom: 100px; } }
    @media (max-width: 599px) {
      .product__list {
        margin-bottom: 39px; } }
  .product__item {
    margin-bottom: 76px; }
    @media (max-width: 599px) {
      .product__item {
        position: relative;
        margin-bottom: 26px; } }
    .product__item--leftimg .product__item--img {
      float: left; }
      @media (max-width: 599px) {
        .product__item--leftimg .product__item--img {
          float: none; } }
    .product__item--leftimg .product__item--content {
      float: right;
      padding-left: 32px;
      margin-left: -23px;
      left: -24px; }
      @media (max-width: 599px) {
        .product__item--leftimg .product__item--content {
          float: none;
          padding-left: 0px;
          margin-left: 0px;
          left: 0px; } }
    .product__item--leftimg .product__item--wrap {
      left: -32px; }
      @media (max-width: 599px) {
        .product__item--leftimg .product__item--wrap {
          left: 0px;
          margin-bottom: 304px; } }
    .product__item--leftimg .product__item--ttl {
      background: url(../img/product01-pc.png) no-repeat center right/cover;
      padding-left: 50px; }
      @media screen and (max-width: 830px) {
        .product__item--leftimg .product__item--ttl {
          padding-left: 40px; } }
      @media (max-width: 599px) {
        .product__item--leftimg .product__item--ttl {
          background: url(../img/product01-sp.png) no-repeat center right/cover;
          padding-left: 50px; } }
      @media screen and (max-width: 390px) {
        .product__item--leftimg .product__item--ttl {
          padding-left: 20px; } }
    .product__item--leftimg .product__item--label {
      clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
      position: absolute;
      bottom: 0;
      left: 372px; }
      @media (max-width: 1024px) {
        .product__item--leftimg .product__item--label {
          left: 290px; } }
      @media screen and (max-width: 830px) {
        .product__item--leftimg .product__item--label {
          left: 217px; } }
      @media (max-width: 599px) {
        .product__item--leftimg .product__item--label {
          left: 266px; } }
      @media screen and (max-width: 390px) {
        .product__item--leftimg .product__item--label {
          left: 186px; } }
      .product__item--leftimg .product__item--label .txt {
        margin-left: 6px; }
        @media (max-width: 599px) {
          .product__item--leftimg .product__item--label .txt {
            margin-left: 0; } }
    .product__item--rightimg .product__item--img {
      float: right; }
      @media (max-width: 599px) {
        .product__item--rightimg .product__item--img {
          float: none; } }
    .product__item--rightimg .product__item--content {
      float: left;
      padding-right: 74px;
      margin-right: -23px;
      right: -74px;
      text-align: right; }
      @media screen and (max-width: 1100px) {
        .product__item--rightimg .product__item--content {
          padding-right: 60px;
          right: -60px; } }
      @media screen and (max-width: 830px) {
        .product__item--rightimg .product__item--content {
          padding-right: 10px;
          right: -10px; } }
      @media (max-width: 599px) {
        .product__item--rightimg .product__item--content {
          float: none;
          padding-right: 0px;
          margin-right: 0px;
          right: 0px;
          text-align: left; } }
    .product__item--rightimg .product__item--wrap {
      right: -74px; }
      @media screen and (max-width: 1100px) {
        .product__item--rightimg .product__item--wrap {
          right: -60px; } }
      @media screen and (max-width: 830px) {
        .product__item--rightimg .product__item--wrap {
          right: -50px; } }
      @media (max-width: 599px) {
        .product__item--rightimg .product__item--wrap {
          right: 0;
          margin-bottom: 304px; } }
    .product__item--rightimg .product__item--ttl {
      background: url(../img/product02-pc.png) no-repeat center left/cover;
      padding-right: 60px; }
      @media screen and (max-width: 830px) {
        .product__item--rightimg .product__item--ttl {
          padding-right: 50px; } }
      @media (max-width: 599px) {
        .product__item--rightimg .product__item--ttl {
          background: url(../img/product02-sp.png) no-repeat center left/cover;
          padding-right: 0;
          position: relative;
          left: 88px;
          padding-left: 30px; } }
      @media screen and (max-width: 390px) {
        .product__item--rightimg .product__item--ttl {
          padding-left: 20px; } }
    .product__item--rightimg .product__item--label {
      clip-path: polygon(0 0, 86% 0%, 100% 100%, 0% 100%);
      position: absolute;
      bottom: 0;
      right: 372px; }
      @media (max-width: 1024px) {
        .product__item--rightimg .product__item--label {
          right: 290px; } }
      @media screen and (max-width: 830px) {
        .product__item--rightimg .product__item--label {
          right: 217px; } }
      @media (max-width: 599px) {
        .product__item--rightimg .product__item--label {
          right: auto;
          left: 0; } }
      .product__item--rightimg .product__item--label .txt {
        margin-right: 6px; }
        @media (max-width: 599px) {
          .product__item--rightimg .product__item--label .txt {
            margin-right: 0; } }
    .product__item--first .product__item--img {
      width: 477px; }
      @media (max-width: 1024px) {
        .product__item--first .product__item--img {
          width: 348px; } }
      @media screen and (max-width: 830px) {
        .product__item--first .product__item--img {
          width: 258px; } }
      @media (max-width: 599px) {
        .product__item--first .product__item--img {
          width: 272px;
          position: absolute;
          top: 68px;
          left: 50%;
          transform: translateX(-50%); } }
    .product__item--first .product__item--content {
      width: calc(100% - 477px); }
      @media (max-width: 1024px) {
        .product__item--first .product__item--content {
          width: calc(100% - 348px); } }
      @media screen and (max-width: 830px) {
        .product__item--first .product__item--content {
          width: calc(100% - 258px); } }
      @media (max-width: 599px) {
        .product__item--first .product__item--content {
          width: 100%; } }
    .product__item--second .product__item--img {
      width: 508px; }
      @media (max-width: 1024px) {
        .product__item--second .product__item--img {
          width: 378px; } }
      @media screen and (max-width: 830px) {
        .product__item--second .product__item--img {
          width: 288px; } }
      @media (max-width: 599px) {
        .product__item--second .product__item--img {
          width: 255px;
          position: absolute;
          top: 68px;
          left: 50%;
          transform: translateX(-50%); } }
    .product__item--second .product__item--content {
      width: calc(100% - 508px); }
      @media (max-width: 1024px) {
        .product__item--second .product__item--content {
          width: calc(100% - 378px); } }
      @media screen and (max-width: 830px) {
        .product__item--second .product__item--content {
          width: calc(100% - 288px); } }
      @media (max-width: 599px) {
        .product__item--second .product__item--content {
          width: 100%; } }
    .product__item--third .product__item--img {
      width: 488px; }
      @media (max-width: 1024px) {
        .product__item--third .product__item--img {
          width: 358px; } }
      @media screen and (max-width: 830px) {
        .product__item--third .product__item--img {
          width: 268px; } }
      @media (max-width: 599px) {
        .product__item--third .product__item--img {
          width: 270px;
          position: absolute;
          top: 68px;
          left: 50%;
          transform: translateX(-50%); } }
    .product__item--third .product__item--content {
      width: calc(100% - 488px); }
      @media (max-width: 1024px) {
        .product__item--third .product__item--content {
          width: calc(100% - 358px); } }
      @media screen and (max-width: 830px) {
        .product__item--third .product__item--content {
          width: calc(100% - 268px); } }
      @media (max-width: 599px) {
        .product__item--third .product__item--content {
          width: 100%; } }
    .product__item--img {
      position: relative; }
    .product__item--content {
      position: relative; }
    .product__item--wrap {
      position: relative;
      margin-bottom: 43px;
      display: inline-block; }
    .product__item--ttl {
      font-size: 4.1rem;
      color: #fff;
      width: 389px;
      line-height: 64px;
      display: inline-block; }
      @media (max-width: 1024px) {
        .product__item--ttl {
          font-size: 3.1rem;
          width: 310px; } }
      @media screen and (max-width: 830px) {
        .product__item--ttl {
          font-size: 2.3rem;
          width: 236px; } }
      @media (max-width: 599px) {
        .product__item--ttl {
          font-size: 2.9rem;
          line-height: 46px;
          width: 279px; } }
      @media screen and (max-width: 390px) {
        .product__item--ttl {
          font-size: 2.3rem;
          width: 200px; } }
    .product__item--label {
      width: 140px;
      background-color: #fff;
      text-align: center; }
      @media screen and (max-width: 830px) {
        .product__item--label {
          width: 100px; } }
      .product__item--label .txt {
        color: #0C1951;
        font-size: 2.2rem;
        line-height: 48px; }
        @media screen and (max-width: 830px) {
          .product__item--label .txt {
            font-size: 1.6rem; } }
        @media (max-width: 599px) {
          .product__item--label .txt {
            font-size: 1.5rem;
            line-height: 35px; } }
    .product__item--tag {
      margin-bottom: 25px; }
      .product__item--tag .tag {
        color: #fff;
        font-size: 1.1rem;
        display: inline-block;
        background-color: #34383b;
        line-height: 32px;
        padding: 0 1.76em;
        min-width: 102px;
        text-align: center; }
        @media (max-width: 599px) {
          .product__item--tag .tag {
            font-size: 1.2rem; } }
      @media (max-width: 599px) {
        .product__item--tag {
          margin-bottom: 12px; } }
    .product__item--text {
      font-size: 1.7rem;
      line-height: 2.2;
      color: #3E3E3E; }
      @media screen and (max-width: 1350px) {
        .product__item--text {
          text-align: left; } }
      @media (max-width: 1024px) {
        .product__item--text {
          font-size: 1.5rem;
          line-height: 2; } }
      @media (max-width: 599px) {
        .product__item--text {
          letter-spacing: 0;
          line-height: 2.35; } }
  .product__link {
    display: inline-block;
    width: 466px;
    height: 180px;
    background: url(../img/product06.jpg) no-repeat center center/cover;
    transition: .2s;
    padding-top: 28px; }
    @media (max-width: 599px) {
      .product__link {
        width: 299px;
        height: 115px; } }
    @media screen and (max-width: 390px) {
      .product__link {
        width: 250px; } }
    .product__link:hover {
      opacity: .95; }
      .product__link:hover .btn {
        background-color: #fff;
        color: #3E3E3E; }
    .product__link span {
      color: #fff;
      display: block;
      text-align: center;
      line-height: 1; }
    .product__link .txt {
      font-size: 1.7rem;
      margin-bottom: 28px; }
      @media (max-width: 599px) {
        .product__link .txt {
          font-size: 1rem;
          margin-bottom: 12px; } }
    .product__link .btn {
      font-size: 1.6rem;
      border: 1px solid #fff;
      width: 157px;
      height: 40px;
      line-height: 40px;
      margin: 0 auto;
      transition: .2s; }
      @media (max-width: 599px) {
        .product__link .btn {
          font-size: 1rem;
          width: 100px;
          height: 25px;
          line-height: 25px; } }

/* ==========================================================================
  conversion
  ========================================================================== */
.conversion {
  padding-top: 150px;
  padding-bottom: 120px;
  position: relative; }
  @media (max-width: 599px) {
    .conversion {
      padding-top: 71px;
      padding-bottom: 38px; } }
  .conversion__inner {
    margin: 0 auto;
    max-width: calc(1635px + 5% * 2);
    padding: 0 5%;
    width: 100%; }
  .conversion__ttl {
    width: 98%;
    max-width: 1313px;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1024px) {
      .conversion__ttl {
        top: -50px; } }
    @media (max-width: 599px) {
      .conversion__ttl {
        max-width: 377px;
        top: -63px; } }
  .conversion__wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 67px;
    margin-bottom: 75px; }
    @media (max-width: 599px) {
      .conversion__wrap {
        display: block;
        padding-bottom: 79px;
        margin-bottom: 26px; } }
    .conversion__wrap:after {
      content: "";
      display: block;
      width: 75px;
      height: 41px;
      background: url(../img/conversion07.png) no-repeat center center/cover;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .conversion__img {
    width: 50%;
    max-width: 813px;
    height: 542px;
    background: url(../img/conversion02-pc.png) no-repeat center center/cover;
    order: 1; }
    @media (max-width: 599px) {
      .conversion__img {
        max-width: 100%;
        width: 100%;
        height: 286px; } }
  .conversion__contents {
    width: 50%;
    padding-left: 25px;
    order: 2; }
    @media (max-width: 599px) {
      .conversion__contents {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        margin-bottom: 15px; } }
  .conversion__list {
    background-color: #fafcff;
    box-shadow: 7px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding: 51px 20px 51px 50px; }
    @media (max-width: 1024px) {
      .conversion__list {
        padding: 30px 20px 30px 20px; } }
    .conversion__list--item {
      font-size: 2.2rem;
      font-weight: bold;
      position: relative;
      padding-left: 40px;
      letter-spacing: 0; }
      @media (max-width: 1024px) {
        .conversion__list--item {
          font-size: 1.6rem; } }
      .conversion__list--item:not(:last-of-type) {
        margin-bottom: 27px; }
      .conversion__list--item:before {
        content: "";
        display: block;
        width: 21px;
        height: 26px;
        background: url(../img/conversion08-pc.png) no-repeat center center/cover;
        position: absolute;
        top: 7px;
        left: 0; }
        @media (max-width: 1024px) {
          .conversion__list--item:before {
            top: 0; } }
  .conversion__catch {
    color: #000000;
    text-align: center;
    margin-bottom: 82px; }
    @media (max-width: 599px) {
      .conversion__catch {
        color: #092E69;
        margin-bottom: 42px; } }
    .conversion__catch span {
      line-height: 1;
      display: inline-block; }
    .conversion__catch .small {
      font-size: 3.2rem;
      margin-bottom: 19px; }
      @media (max-width: 599px) {
        .conversion__catch .small {
          font-size: 2rem; } }
    .conversion__catch .large {
      font-size: 5.4rem;
      border-bottom: 15px solid #3D3E62;
      position: relative; }
      @media (max-width: 599px) {
        .conversion__catch .large {
          font-size: 2.6rem;
          border-bottom: 6px solid #092E69; } }
      .conversion__catch .large:before {
        content: "";
        display: block;
        width: 10px;
        height: 15px;
        background: url(../img/conversion04.png) no-repeat center center/cover;
        position: absolute;
        bottom: -15px;
        left: -10px; }
        @media (max-width: 599px) {
          .conversion__catch .large:before {
            content: none; } }
      .conversion__catch .large:after {
        content: "";
        display: block;
        width: 10px;
        height: 15px;
        background: url(../img/conversion05.png) no-repeat center center/cover;
        position: absolute;
        bottom: -15px;
        right: -10px; }
        @media (max-width: 599px) {
          .conversion__catch .large:after {
            content: none; } }
      .conversion__catch .large small {
        font-size: 3.9rem; }
        @media (max-width: 599px) {
          .conversion__catch .large small {
            font-size: 2.6rem; } }
  .conversion__area {
    width: 814px;
    background-color: #212B69;
    color: #fff;
    margin: 0 auto;
    display: flex;
    padding: 41px 0; }
    @media (max-width: 1024px) {
      .conversion__area {
        width: 526px; } }
    @media (max-width: 599px) {
      .conversion__area {
        width: 98%;
        max-width: 380px;
        padding: 21px 0; } }
  .conversion__box {
    width: 50%;
    text-align: center;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 3px;
    position: relative; }
    .conversion__box:first-of-type:after {
      content: "";
      width: 1px;
      height: 98px;
      background-color: #fff;
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 599px) {
        .conversion__box:first-of-type:after {
          height: 46px; } }
    .conversion__box--ttl {
      font-size: 2.2rem;
      line-height: 1;
      margin-bottom: 28px; }
      @media (max-width: 599px) {
        .conversion__box--ttl {
          font-size: .9rem;
          margin-bottom: 8px; } }
    .conversion__box .tel {
      font-size: 3.8rem; }
      @media (max-width: 1024px) {
        .conversion__box .tel {
          font-size: 2.8rem; } }
      @media (max-width: 599px) {
        .conversion__box .tel {
          font-size: 1.7rem; } }
    .conversion__box .mail {
      display: inline-block;
      width: 67px; }
      .conversion__box .mail:hover {
        opacity: .6; }
      @media (max-width: 599px) {
        .conversion__box .mail {
          width: 28px; } }

/* ==========================================================================
  works
  ========================================================================== */
.works__outinner {
  background: -moz-linear-gradient(top, #9f9ba7, #ebeff2);
  background: -webkit-linear-gradient(top, #9f9ba7, #ebeff2);
  background: linear-gradient(to bottom, #9f9ba7, #ebeff2);
  padding-bottom: 117px; }
  @media (max-width: 1024px) {
    .works__outinner {
      padding-bottom: 76px; } }
  @media (max-width: 599px) {
    .works__outinner {
      background: #fff;
      padding-bottom: 70px; } }
.works__inner {
  margin: 0 auto;
  max-width: calc(1350px + 5% * 2);
  padding: 0 5%;
  width: 100%;
  position: relative; }
.works__ttl {
  padding: 54px 0 66px;
  text-align: center;
  background: url(../img/work04-pc.jpg) no-repeat center center/cover; }
  @media (max-width: 599px) {
    .works__ttl {
      padding: 37px 0 40px;
      background: url(../img/work04-sp.jpg) no-repeat center center/cover; } }
  .works__ttl .txt {
    padding: 0 26px 22px;
    line-height: 1;
    display: inline-block;
    font-size: 2.4rem;
    color: #fff;
    border-bottom: 4px solid #fff; }
    @media (max-width: 599px) {
      .works__ttl .txt {
        font-size: 2rem;
        padding: 0 13px 11px; } }
.works__list {
  padding-top: 50px;
  max-width: 1072px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 599px) {
    .works__list {
      padding-top: 24px;
      margin-bottom: 0 !important; } }
@media (max-width: 599px) {
  .works__item {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 13px;
    margin: 0 3px 3px; } }
.works__item--ttl {
  font-size: 2.5rem;
  color: #0C1951;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding: 18px 28px 17px;
  line-height: 1;
  margin-bottom: 34px; }
  @media (max-width: 599px) {
    .works__item--ttl {
      text-align: center;
      padding-top: 36px;
      margin-bottom: 22px; } }
.works__item--contents {
  background-color: #fff;
  display: flex;
  padding: 26px 70px 26px 0; }
  @media (max-width: 1024px) {
    .works__item--contents {
      display: block;
      padding: 26px 0px; } }
  @media (max-width: 599px) {
    .works__item--contents {
      padding-top: 0;
      padding-bottom: 87px; } }
.works__item--img {
  width: calc(100% - 560px);
  margin-top: 36px; }
  @media (max-width: 1024px) {
    .works__item--img {
      width: 100%;
      margin-top: 0;
      margin-bottom: 30px; } }
  .works__item--img--wrap {
    margin: 0 auto;
    width: 95%;
    text-align: center;
    max-width: 404px; }
    .works__item--img--wrap.small {
      max-width: 382px; }
.works__item--list {
  width: 560px; }
  @media (max-width: 1024px) {
    .works__item--list {
      margin: 0 auto; } }
  @media screen and (max-width: 690px) {
    .works__item--list {
      width: 480px; } }
  @media (max-width: 599px) {
    .works__item--list {
      width: 100%; } }
  .works__item--list--col {
    display: flex;
    font-size: 1.7rem; }
    .works__item--list--col:not(:last-of-type) {
      margin-bottom: 7px; }
    @media (max-width: 599px) {
      .works__item--list--col {
        justify-content: center; } }
  .works__item--list--ttl {
    color: #fff;
    margin-right: 7px;
    background-color: #212b69;
    text-align: center;
    width: 110px;
    line-height: 1.706;
    height: 29px;
    flex-shrink: 0; }
  .works__item--list--txt {
    color: #000;
    background-color: #c4c8d4;
    width: 149px;
    padding: 0 16px;
    line-height: 1.706;
    letter-spacing: -0.033em; }
    @media (max-width: 599px) {
      .works__item--list--txt {
        width: 150px; } }
    .works__item--list--txt.textarea {
      width: calc(100% - 117px);
      max-width: 443px; }
      @media screen and (max-width: 690px) {
        .works__item--list--txt.textarea {
          width: 365px; } }
      @media (max-width: 599px) {
        .works__item--list--txt.textarea {
          width: 150px; } }
      .works__item--list--txt.textarea.small {
        font-size: 1.3rem;
        padding: 0 16px; }
    .works__item--list--txt.small {
      font-size: 1.5rem;
      padding: 0 0 0 16px;
      letter-spacing: 0; }
.works__arrow {
  width: 97%;
  max-width: 1328px;
  position: absolute;
  top: 315px;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 1024px) {
    .works__arrow {
      top: 430px; } }
  @media (max-width: 599px) {
    .works__arrow {
      top: 400px; } }
  .works__arrow .arrow {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    transition: .2s;
    position: relative;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
    @media (max-width: 599px) {
      .works__arrow .arrow {
        width: 47px;
        height: 47px; } }
    .works__arrow .arrow:before {
      color: #707070;
      font-size: 4rem;
      position: absolute;
      top: 49%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
      @media (max-width: 599px) {
        .works__arrow .arrow:before {
          font-size: 3rem; } }
    .works__arrow .arrow:hover {
      background-color: rgba(255, 255, 255, 0.7); }
  .works__arrow .slide_prev {
    float: left; }
    .works__arrow .slide_prev:before {
      content: "<"; }
  .works__arrow .slide_next {
    float: right; }
    .works__arrow .slide_next:before {
      content: ">"; }

.slide_btn {
  font-size: 0;
  text-align: center;
  margin-top: 129px; }
  @media (max-width: 1024px) {
    .slide_btn {
      margin-top: 100px; } }
  @media (max-width: 599px) {
    .slide_btn {
      margin-top: 33px; } }
  .slide_btn > li {
    display: inline-block; }
    .slide_btn > li button {
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      appearance: none;
      width: 193px;
      height: 15px;
      background-color: #c5c8ce;
      transition: .2;
      content: "";
      color: transparent;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      @media (max-width: 1024px) {
        .slide_btn > li button {
          width: 150px; } }
      @media (max-width: 599px) {
        .slide_btn > li button {
          width: 18px;
          height: 17px; } }
      .slide_btn > li button:before {
        font-size: 1.3rem;
        color: #0C1951;
        font-weight: bold;
        content: "アルミブロック";
        position: relative;
        top: -33px;
        font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif; }
        @media (max-width: 599px) {
          .slide_btn > li button:before {
            display: none; } }
      .slide_btn > li button:hover {
        opacity: .8; }
    .slide_btn > li.slick-active button {
      background-color: #143f64; }
    .slide_btn > li:first-of-type button:before {
      content: "アルミブロック"; }
    @media (max-width: 599px) {
      .slide_btn > li:nth-of-type(2) {
        margin: 0 9px; } }
    .slide_btn > li:nth-of-type(2) button:before {
      content: "アルミ複合形状爪"; }
    .slide_btn > li:last-of-type button:before {
      content: "ベアリングホルダー"; }


/* コンタクトフォーム */

.sec-title {
  text-align: center;
  font-family: serif;
  font-size: 1.6em;
  letter-spacing: .1em;
  color: #fff;
  line-height: 2.5em;
}

.sec-title::after {
  content: '';
  display: block;
  width: 150px;
  height: 4px;
  margin: 0 auto;
  background-color: #fff;
}

.contact-wrapper {
  background-image: url(../img/contact-background.png);
  background-image: -webkit-image-set(url(../img/contact-background.png) 1x, url(../img/contact-background@2x.png) 2x);
  background-image: image-set(url(../img/contact-background.png) 1x, url(../img/contact-background@2x.png) 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0 140px;
  position: relative;
}

.contact-wrapper figure {
  width: 420px;
  margin: 0 calc(50% - 210px);
  position: absolute;
  bottom: 0;
  z-index: 100;
}

.contact-wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  background-color: #526980;
  opacity: .7;
  position: absolute;
}

.contact-wrapper > * {
  position: relative;
  z-index: 10;
}

.contact-wrapper form {
  max-width: 800px;
  margin: 0 auto;
  
}

.contact-wrapper form .common-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}

.contact-wrapper form .common-data input {
  margin-bottom: 30px;
}

.contact-wrapper form .common-data textarea {
  height: 180px;
}

.contact-wrapper form .common-data input, .contact-wrapper form .common-data textarea {
  display: block;
  background-color: #fff;
  font-family: serif;
  font-size: 1.1em;
  letter-spacing: 0;
  font-weight: bold;
  padding: .8em;
  -webkit-box-shadow: 2px 4px 8px rgba(17, 17, 17, 0.15);
          box-shadow: 2px 4px 8px rgba(17, 17, 17, 0.15);
  border: 4px solid rgba(27, 190, 255, 0);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact-wrapper form .common-data input::-webkit-input-placeholder, .contact-wrapper form .common-data textarea::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.3);
}

.contact-wrapper form .common-data input:-ms-input-placeholder, .contact-wrapper form .common-data textarea:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.3);
}

.contact-wrapper form .common-data input::-ms-input-placeholder, .contact-wrapper form .common-data textarea::-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.3);
}

.contact-wrapper form .common-data input::placeholder, .contact-wrapper form .common-data textarea::placeholder {
  color: rgba(17, 17, 17, 0.3);
}

.contact-wrapper form .common-data input:focus, .contact-wrapper form .common-data textarea:focus {
  border: 4px solid rgba(22, 165, 248, 0.8);
  background-color: #f7fdfd;
  -webkit-box-shadow: 4px 2px 10px rgba(79, 166, 216, 0.2) inset;
          box-shadow: 4px 2px 10px rgba(79, 166, 216, 0.2) inset;
}

.contact-wrapper form .file-data {
  font-family: serif;
  margin-top: 45px;
}

.contact-wrapper form .file-data p {
  color: #fff;
  line-height: 2em;
}

.contact-wrapper form .file-data ul {
  background-color: #fff;
  margin-top: 12px;
  padding: 1em .8em;
}

.contact-wrapper form .file-data ul li {
  position: relative;
}

.contact-wrapper form .file-data ul li:not(:last-child) {
  margin-bottom: 6px;
}

.contact-wrapper form .file-data ul li input {
  display: none;
}

.contact-wrapper form .file-data ul li label {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.contact-wrapper form .file-data ul li label:hover .button {
  opacity: .6;
}

.contact-wrapper form .file-data ul li label.choiced p {
  color: #333;
  font-weight: bold;
}

.contact-wrapper form .file-data ul li label.choiced + figure {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  cursor: pointer;
  -webkit-box-shadow: 4px 2px 10px rgba(17, 17, 17, 0.2);
          box-shadow: 4px 2px 10px rgba(17, 17, 17, 0.2);
}

.contact-wrapper form .file-data ul li label.choiced + figure:hover {
  opacity: .6;
}

.contact-wrapper form .file-data ul li figure {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.contact-wrapper form .file-data ul li .button {
  background-color: #4F525F;
  color: #fff;
  font-size: .9em;
  font-weight: normal;
  width: 135px;
  height: 30px;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.contact-wrapper form .file-data ul li p {
  color: #C5C8CE;
  font-size: .9em;
  font-weight: normal;
  margin-left: 12px;
}

.submit-button {
  width: 223px;
  height: 43px;
  border-radius: 43px;
  margin: 50px auto;
  background-color: #7AB5B7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  cursor: pointer;
  -webkit-box-shadow: 4px 2px 10px rgba(17, 17, 17, 0.2);
          box-shadow: 4px 2px 10px rgba(17, 17, 17, 0.2);
}

.submit-button:hover {
  opacity: .6;
}

.tell-button {
  background-image: url(../img/contact-button.png);
  background-image: -webkit-image-set(url(../img/contact-button.png) 1x, url(../img/contact-button@2x.png) 2x);
  background-image: image-set(url(../img/contact-button.png) 1x, url(../img/contact-button@2x.png) 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 800px;
  margin: 0 auto;
  font-family: serif;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 4px 2px 10px rgba(17, 17, 17, 0.2);
          box-shadow: 4px 2px 10px rgba(17, 17, 17, 0.2);
}

.tell-button::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  background-color: #0756a0;
  opacity: .4;
  position: absolute;
}

.tell-button a {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.4em;
  color: #fff;
}

.tell-button a p:first-of-type {
  font-size: 1.2em;
  line-height: 2.2em;
}

.tell-button a p:last-of-type {
  font-size: 2em;
}

@media only screen and (max-width: 480px) {


.contact-wrapper {
  padding-top: 30px;
}
.contact-wrapper .sec-title {
  height: 100px;
}
.contact-wrapper figure {
  width: 210px;
  margin: 0 calc(50% - 105px);
}
.contact-wrapper form .common-data {
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-wrapper form .common-data input, .contact-wrapper form .common-data textarea {
  width: 86%;
}
.contact-wrapper form .file-data {
  width: 86%;
  margin: 30px auto 0;
  font-size: .7em;
}
.submit-button {
  margin: 30px auto;
}
.detail-box {
  padding: 0;
}
.detail-box > figure {
  width: 90%;
  margin-bottom: 60px;
}
.tell-button {
  width: 80%;
}
.tell-button a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.tell-button a p:first-of-type {
  font-size: 1em;
}
.tell-button a span, .tell-button a br {
  display: none;
}


}



/* 機械設備/対応可能サイズページ */


#Equipment{
text-align: center;
max-width: 90vw;
margin: 0 auto;
}

.equ_top{
position: relative;
}
.equ_ttl{
color: #FFF;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
font-size:min(3vw,30px);
}

.equ_sp_bg{
width: 100%;
}

.equ_box{
margin: 40px auto;
}


.equ_sp_img{
margin: auto;
}

#Equipment h2{
font-size: 2rem;
font-weight: bold;
display: inline-block;
border-bottom: 1px solid;
padding-bottom: 10px;
margin: 30px auto;
}