@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

/* ==========================================================================
viewport指定
============================================================================*/
/*------------------------------
BASE
-------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #fff;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}
html.is-text-large {
  font-size: 70.3%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", arial, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #231815;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
}

*:focus {
  outline: 0;
}

a {
  color: #4C4948;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}

/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-1em {
  margin-top: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mt-3em {
  margin-top: 3em;
}

.mb-3em {
  margin-bottom: 3em;
}

.mt-4em {
  margin-top: 4em;
}

.mb-4em {
  margin-bottom: 4em;
}

.mt-5em {
  margin-top: 5em;
}

.mb-5em {
  margin-bottom: 5em;
}

.mt-6em {
  margin-top: 6em;
}

.mb-6em {
  margin-bottom: 6em;
}

.mt-7em {
  margin-top: 7em;
}

.mb-7em {
  margin-bottom: 7em;
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-1em {
  padding-top: 1em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pt-2em {
  padding-top: 2em;
}

.pb-2em {
  padding-bottom: 2em;
}

.pt-3em {
  padding-top: 3em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pt-5em {
  padding-top: 5em;
}

.pb-5em {
  padding-bottom: 5em;
}

.pt-6em {
  padding-top: 6em;
}

.pb-6em {
  padding-bottom: 6em;
}

.pt-7em {
  padding-top: 7em;
}

.pb-7em {
  padding-bottom: 7em;
}

/* text -------------*/
/* ff */
.txt-en {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}

/* font color */
.txt-gray {
  color: #797E87;
}

.txt-red {
  color: #F13C40;
}

.txt-grn {
  color: #295641;
}

.txt-lim {
  color: #0cc755;
}

.txt-darkgry {
  color: #3C4350;
}

.txt-lightgry {
  color: #EAEAEA;
}

/* font size */
.txt-xsmall {
  font-size: 68.75%;
}

.txt-small {
  font-size: 75%;
}

.txt-large {
  font-size: 112.5%;
}

.txt-xlarge {
  font-size: 125%;
}

/* wrap */
.txt-wrap {
  word-break: break-all;
}

/* align */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

/* font weight */
.txt-fwL {
  font-weight: 300;
}

.txt-fwR {
  font-weight: 400;
}

.txt-fwM {
  font-weight: 500;
}

.txt-fwB {
  font-weight: 700;
}

/* font style */
.txt-italic {
  font-style: italic;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-1 {
  letter-spacing: 1em;
}

.ls-_5 {
  letter-spacing: 0.5em;
}

/* indent */
.indent-1 {
  margin-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  margin-left: 2em;
  text-indent: -2em;
}

.indent-23 {
  margin-left: 2.3em;
  text-indent: -2.3em;
}

.indent-25 {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

/**/
/*.txt-lead {
  font-size: 1.8rem;
  margin-bottom: 2em;
  &:last-child {
    margin-bottom: 0;
  }
  @include g.sp {
    font-size: 1.6rem;
  }
}*/
.txt-asterisk {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 75%;
  font-weight: 300;
}

.txt-annotation {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .txt-annotation {
    font-size: 1.2rem;
  }
}

/* hr -------------*/
.hr {
  margin: 5em auto;
  border-bottom: 1px solid #3C4350;
}
@media screen and (max-width: 768px) {
  .hr {
    margin: 4em auto;
  }
}

/*------------------------------
header
-------------------------------*/
.l-header {
  position: fixed;
  top: 25px;
  letter-spacing: 0.1em;
  background: #fff;
  z-index: 100;
  border-radius: 50px;
  margin: 0 1.5%;
  width: 97%;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-header .inner {
  width: 100%;
  margin: auto;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 24px 40px;
  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;
}
.l-header a {
  text-decoration: none;
}
.l-header .logo {
  max-width: 220px;
  width: 25%;
  height: auto;
}
.l-header .logo a:hover {
  opacity: 0.7;
}
.l-header .header_navi .navi-gnavi ul {
  text-align: right;
}
.l-header .header_navi .navi-gnavi ul li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.l-header .header_navi .navi-gnavi ul li span {
  display: block;
  padding: 5px 9px;
  position: relative;
}
.l-header .header_navi .navi-gnavi ul li a {
  display: block;
  padding: 5px 9px;
  position: relative;
}
.l-header .header_navi .navi-gnavi ul li a:after {
  content: "";
  display: block;
  margin: 5px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #249663;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -3px;
  visibility: hidden;
}
.l-header .header_navi .navi-gnavi ul li .subNav {
  position: absolute;
  top: 35px;
  left: 50%;
  background: #f0f3fa;
  text-align: left;
  font-size: 1.3rem;
  border-radius: 10px;
  -webkit-box-shadow: 7px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  width: 200px;
  margin-left: -100px;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
}
.l-header .header_navi .navi-gnavi ul li .subNav a {
  background: url(../img/arrow-simple.svg) no-repeat right center;
  background-size: 7px;
  display: inline;
  padding-right: 15px;
  padding: 4px 9px;
}
.l-header .header_navi .navi-gnavi ul li .subNav span {
  padding: 4px 9px;
  display: inline;
  color: #4C4948;
}
.l-header .header_navi .navi-gnavi ul li .subNav dl dt {
  padding: 4px 0;
}
.l-header .header_navi .navi-gnavi ul li .subNav dl dd {
  padding: 4px 0;
  margin-left: 1em;
  font-weight: 300;
}
.l-header .header_navi .navi-gnavi ul li .blc3 {
  width: 600px;
  margin-left: -300px;
}
.l-header .header_navi .navi-gnavi ul li .blc3 .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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
}
.l-header .header_navi .navi-gnavi ul li .blc3 .inner dl.w1 {
  width: 28%;
}
.l-header .header_navi .navi-gnavi ul li .blc3 .inner dl.w2 {
  width: 35%;
}
.l-header .header_navi .navi-gnavi ul li:hover > .subNav {
  z-index: 4;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.l-header .header_navi .navi-gnavi ul .contact a {
  background: #611a7a url(../img/ico-mail.svg) no-repeat right 15px center;
  border-radius: 20px;
  color: #fff;
  padding: 3px 45px 3px 15px;
}
.l-header .hamburger-menu {
  margin: 0 auto;
  cursor: pointer;
  position: fixed;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 100;
}
.l-header .hamburger-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/icon_menu.svg") no-repeat center;
  background-size: 40px;
}
@media screen and (max-width: 768px) {
  .l-header .hamburger-menu {
    display: block;
  }
}
.l-header .hamburger-menu-close {
  margin: 0 auto;
  cursor: pointer;
  position: fixed;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: none;
}
.l-header .hamburger-menu-close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/icon_menu_close.svg");
  background-size: 40px;
}
@media screen and (max-width: 768px) {
  .l-header .hamburger-menu-close {
    display: block;
  }
}
.l-header .sp-contact-btn {
  display: none;
  position: absolute;
  top: 15px;
  right: 65px;
  background-image: url("../img/icon_mail.svg");
  background-size: 40px;
}
.l-header .sp-contact-btn a {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("../img/icon_mail.svg");
  background-size: 40px;
}
@media screen and (max-width: 768px) {
  .l-header .sp-contact-btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    background: none;
    top: 0;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .l-header .inner {
    padding: 20px 5%;
    display: block;
  }
  .l-header .logo {
    width: 37%;
  }
  .l-header .header_navi {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #EDEDED;
    border-radius: 0px 0px 0px 8px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    padding: 80px 20px 40px;
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    overflow-y: scroll;
  }
  .l-header .header_navi .navi-gnavi ul {
    text-align: left;
  }
  .l-header .header_navi .navi-gnavi ul li {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    background: url(../img/title_ico.svg) no-repeat left top 0.8em;
    padding-left: 13px;
  }
  .l-header .header_navi .navi-gnavi ul li a {
    display: block;
    padding: 5px 9px;
    font-size: 4vw;
  }
  .l-header .header_navi .navi-gnavi ul li span {
    display: block;
    padding: 5px 9px;
    font-size: 4vw;
  }
  .l-header .header_navi .navi-gnavi ul li .cate_btn:after {
    content: "+";
    display: block;
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    top: 4px;
    visibility: visible;
    background: none;
    width: 14px;
    height: 14px;
    left: inherit;
    bottom: inherit;
    margin: 0;
  }
  .l-header .header_navi .navi-gnavi ul li .is-open:after {
    content: "ー";
    font-size: 1.3rem;
    top: 6px;
  }
  .l-header .header_navi .navi-gnavi ul li .cate_btn + .subNav {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: static;
    margin: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0.5em 0;
    font-size: 1.3rem;
    border-radius: 0;
    border-top: 1px solid #cec9c9;
    border-bottom: 1px solid #cec9c9;
  }
  .l-header .header_navi .navi-gnavi ul li .cate_btn.is-open + .subNav {
    display: block;
  }
  .l-header .header_navi .navi-gnavi ul li .blc3 {
    width: 100%;
    margin-left: 0;
  }
  .l-header .header_navi .navi-gnavi ul li .blc3 .inner {
    display: block;
    padding: 0;
  }
  .l-header .header_navi .navi-gnavi ul li .blc3 .inner dl.w1 {
    width: 100%;
  }
  .l-header .header_navi .navi-gnavi ul li .blc3 .inner dl.w2 {
    width: 100%;
  }
  .l-header .header_navi .navi-gnavi ul .contact {
    display: none;
  }
  .l-header .header_navi .navi-gnavi ul .sp-menu {
    display: block;
    margin: 0 0 20px;
  }
  .l-header .header_navi .navi-gnavi ul .sp-menu p {
    margin: 0;
    padding-left: 2em;
  }
  .l-header .header_navi .navi-gnavi ul .sp-menu a {
    color: #000;
    padding: 0;
  }
  .l-header .header_navi .navi-gnavi ul .sp-menu:before {
    display: none;
  }
}

.is-open .header_navi {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .l-header.change-color {
    background: rgba(255, 255, 255, 0.8);
  }
}
.page-intro .l-header .header_navi .navi-gnavi ul li:nth-of-type(1) a:after {
  visibility: visible;
}

.page-info .l-header .header_navi .navi-gnavi ul li:nth-of-type(2) a:after {
  visibility: visible;
}

.page-summary .l-header .header_navi .navi-gnavi ul li:nth-of-type(3) a:after {
  visibility: visible;
}

.page-service .l-header .header_navi .navi-gnavi ul li:nth-of-type(4) a:after, .page-railway .l-header .header_navi .navi-gnavi ul li:nth-of-type(4) a:after, .page-metropolitan .l-header .header_navi .navi-gnavi ul li:nth-of-type(4) a:after {
  visibility: visible;
}

/*------------------------------
footer
-------------------------------*/
.l-footer {
  background-image: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(35%, #1eb4c3), color-stop(67%, #60cccb), to(#5acc99));
  background-image: linear-gradient(90deg, #b399de, #1eb4c3 35%, #60cccb 67%, #5acc99);
  padding-top: 4px;
  position: relative;
  z-index: 1;
}
.l-footer .sec-inner {
  background: #f0f5fa;
}
.l-footer .sec-inner .footer-inner {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  padding: 85px 0 40px;
  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;
}
.l-footer .sec-inner .footer-inner .footer_logo {
  width: 23%;
}
.l-footer .sec-inner .footer-inner .footer_logo .logo {
  max-width: 250px;
}
.l-footer .sec-inner .footer-inner .footer_nav {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.l-footer .sec-inner .footer-inner .footer_nav .blc {
  margin-left: 50px;
  text-align: left;
}
.l-footer .sec-inner .footer-inner .footer_nav .blc a {
  color: #3e3a39;
  text-decoration: none;
  background: url(../img/arrow-simple.svg) no-repeat right center;
  background-size: 7px;
  padding-right: 15px;
}
.l-footer .sec-inner .footer-inner .footer_nav .blc p {
  font-size: 2rem;
  margin: 0 0 1.2em;
}
.l-footer .sec-inner .footer-inner .footer_nav .blc dl {
  margin: 0 0 1.2em;
}
.l-footer .sec-inner .footer-inner .footer_nav .blc dl dt {
  font-size: 2rem;
  border-bottom: 1px solid #9da1ac;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
.l-footer .sec-inner .footer-inner .footer_nav .blc dl dd {
  font-size: 1.5rem;
  padding-bottom: 0.4em;
}
.l-footer .sec-inner .footer-inner .footer_nav .blc dl dd a {
  color: #4C4948;
}
.l-footer .sec-inner .footer-inner .footer_nav .blc dl dd.blc3 {
  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;
}
.l-footer .sec-inner .footer-inner .footer_nav .blc dl dd.blc3 dl {
  width: 32%;
  margin-bottom: 0;
}
.l-footer .sec-inner .footer-inner .footer_nav .blc dl dd.blc3 dl dt {
  border-bottom: none;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.l-footer .sec-inner .footer-inner .footer_nav .blc dl dd.blc3 dl dt span {
  color: #4C4948;
}
.l-footer .sec-inner .footer-inner .footer_nav .blc dl dd.blc3 dl dd {
  margin-left: 1em;
}
.l-footer .sec-inner .footer-inner .footer_nav .blc dl dd.blc3 dl dt.mt {
  margin-top: 1em;
}
.l-footer .sec-inner .footer-inner .footer_nav_l {
  width: 54%;
  text-align: right;
}
.l-footer .sec-inner .footer-inner .footer_nav_r {
  width: 23%;
  text-align: right;
}
.l-footer .sec-inner .footer-inner .footer_nav_r .blc {
  margin-top: 3.7em;
}
.l-footer .sec-inner .footer-inner2 {
  text-align: center;
  padding-bottom: 40px;
}
.l-footer .sec-inner .footer-inner2 ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.l-footer .sec-inner .footer-inner2 ul li a {
  color: #9d9d9e;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0 1.2em;
}
.l-footer .sec-inner .footer-inner2 ul li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #9d9d9e;
  vertical-align: middle;
  margin-right: 5px;
}
.l-footer .sec-inner .footer-inner2 ul li:first-child:before {
  display: none;
}
.l-footer .sec-inner .footer-inner2 .copyright {
  font-size: 1.1rem;
  color: #585c6a;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 3px;
  }
  .l-footer .sec-inner .footer-inner {
    width: 90%;
    padding: 50px 0 40px;
    display: block;
  }
  .l-footer .sec-inner .footer-inner .footer_logo {
    width: 100%;
    margin-bottom: 40px;
  }
  .l-footer .sec-inner .footer-inner .footer_logo .logo {
    max-width: 200px;
  }
  .l-footer .sec-inner .footer-inner .footer_nav {
    width: 100%;
    text-align: left;
  }
  .l-footer .sec-inner .footer-inner .footer_nav .blc {
    width: 100%;
    margin-left: 0;
    margin-right: 1%;
  }
  .l-footer .sec-inner .footer-inner .footer_nav .blc p {
    font-size: 1.5rem;
  }
  .l-footer .sec-inner .footer-inner .footer_nav .blc dl dt {
    font-size: 1.5rem;
  }
  .l-footer .sec-inner .footer-inner .footer_nav .blc dl dd {
    font-size: 1.3rem;
  }
  .l-footer .sec-inner .footer-inner .footer_nav .blc dl dd.blc3 {
    display: block;
  }
  .l-footer .sec-inner .footer-inner .footer_nav .blc dl dd.blc3 dl {
    width: 100%;
    margin-bottom: 1em;
  }
  .l-footer .sec-inner .footer-inner .footer_nav .blc dl dd.blc3 dl dd.mt {
    margin-top: 1em;
  }
  .l-footer .sec-inner .footer-inner2 {
    width: 90%;
    margin: auto;
    text-align: left;
    padding-bottom: 40px;
  }
  .l-footer .sec-inner .footer-inner2 ul {
    margin-bottom: 20px;
  }
  .l-footer .sec-inner .footer-inner2 ul li {
    display: block;
    margin-bottom: 10px;
  }
  .l-footer .sec-inner .footer-inner2 ul li a {
    font-size: 1.1rem;
    display: block;
    padding: 0;
    text-align: left;
  }
  .l-footer .sec-inner .footer-inner2 ul li:before {
    display: none;
  }
  .l-footer .sec-inner .footer-inner2 .copyright {
    line-height: 1.3;
  }
}

.contents_blc .sec-inner {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto 60px;
  position: relative;
}
.contents_blc .sec-inner-panel {
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 1300px;
  width: 90%;
  margin: 0 auto 60px;
  border-radius: 20px;
  padding: 100px 70px;
}

.l-main {
  margin: 0 0 0;
}

.sec-kasou {
  background: #fff;
  position: relative;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .contents_blc {
    width: 100%;
    margin: 0 auto 40px;
  }
  .contents_blc .sec-inner {
    width: 90%;
    margin: 0 auto;
  }
  .contents_blc .sec-inner-panel {
    margin: 0 auto 40px;
    border-radius: 10px;
    padding: 6%;
  }
  .sec-kasou {
    padding-top: 20px;
  }
}
.ct_txt-wrap, .ct_txt-wrap-kasou {
  overflow: hidden;
  position: absolute;
  top: -10%;
  right: 0;
  width: 100%;
  z-index: 1;
}
.ct_txt-wrap .ct_txt, .ct_txt-wrap-kasou .ct_txt {
  width: 54%;
  height: 54%;
  margin: 0 -3% 0 auto;
  opacity: 0.6;
}
.ct_txt-wrap .ct_txt img, .ct_txt-wrap-kasou .ct_txt img {
  -webkit-animation: rotate_anime 180s linear infinite;
  animation: rotate_anime 180s linear infinite;
}
@media screen and (max-width: 768px) {
  .ct_txt-wrap, .ct_txt-wrap-kasou {
    display: none;
  }
}

.ct_txt-wrap-kasou {
  top: 0;
}
.ct_txt-wrap-kasou .ct_txt {
  margin: 150px -8% 0 auto;
}

.ct_txt-wrap.is-sticky, .ct_txt-wrap-kasou.is-sticky {
  position: fixed;
}

@-webkit-keyframes rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.txt-m750 {
  max-width: 750px;
}

/*------------------------------
下層ヘッダ
-------------------------------*/
.page-head {
  background: url(../img/arch-kasou.svg) no-repeat bottom -1px center;
  background-size: 100% auto;
  width: 100%;
  height: 39vw;
}
.page-head .page-title {
  width: 92%;
  margin: 0 auto;
  padding-top: 170px;
}
.page-head .page-title .sec-title {
  font-size: 6.5rem;
  color: #FFF;
  letter-spacing: 0.07em;
}
.page-head .page-title .sec-title h1 {
  font-weight: 400;
}
.page-head .page-title .sec-title h1 .sub {
  display: block;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: -15px;
  margin-top: 60px;
}
.page-head .page-title .sec-title .txt-en {
  font-size: 3rem;
  letter-spacing: 0.13em;
  font-weight: 100;
  margin-top: -15px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-head .page-title .sec-title {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page-head {
    height: inherit;
  }
  .page-head .page-title {
    padding: 50px 0;
  }
  .page-head .page-title .sec-title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
  .page-head .page-title .sec-title h1 {
    margin: 10px 0;
  }
  .page-head .page-title .sec-title h1 .sub {
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  .page-head .page-title .sec-title .txt-en {
    font-size: 1.2rem;
  }
}

/*------------------------------
下層リード
-------------------------------*/
.blc-lead {
  padding: 30px 0 10px;
}
.blc-lead .sec-inner p {
  text-align: left;
  font-size: 1.9rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .blc-lead .sec-inner p {
    font-size: 1.4rem;
  }
}

/*------------------------------
リスト
-------------------------------*/
ul.disc {
  list-style: disc;
  padding-left: 1.8em;
}

/*------------------------------
パンクズ
-------------------------------*/
.breadcrumb {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.breadcrumb li {
  display: inline-block;
  padding-right: 4px;
  position: relative;
  letter-spacing: 1.65px;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:last-child {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

/*------------------------------
ページネーション
-------------------------------*/
.pagenation {
  margin: 100px 0 0;
  text-align: center;
  font-family: "Urbanist", sans-serif;
}
.pagenation .page-numbers {
  font-size: 1.6rem;
  padding: 0 10px;
  color: #8C8C8C;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.pagenation .current {
  color: #ED6C00;
}
.pagenation .prev {
  width: 40px;
  height: 40px;
  background: #ED6C00;
  border: 0;
  margin: 0 10px;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
}
.pagenation .prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 14px;
  top: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0 0 2px 3px;
}
.pagenation .next {
  width: 40px;
  height: 40px;
  background: #ED6C00;
  border: 0;
  margin: 0 10px;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
}
.pagenation .next:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 14px;
  top: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 3px 2px 0;
}
@media screen and (max-width: 768px) {
  .pagenation {
    margin: 40px 0 0;
  }
  .pagenation .page-numbers {
    font-size: 1.3rem;
  }
  .pagenation .prev {
    width: 30px;
    height: 30px;
  }
  .pagenation .prev:before {
    width: 6px;
    height: 6px;
  }
  .pagenation .next {
    width: 30px;
    height: 30px;
  }
  .pagenation .next:before {
    width: 6px;
    height: 6px;
  }
}

/*------------------------------
見出し
-------------------------------*/
.sec-title {
  margin-bottom: 5em;
}
.sec-title .title {
  margin-bottom: 2em;
  position: relative;
}
.sec-title .title .txt-en {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2em;
  color: #611a7a;
  position: relative;
}
.sec-title .title .txt-en:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/title_ico.svg);
  position: absolute;
  left: -20px;
  top: 3px;
}
.sec-title .title .jp {
  font-size: 5rem;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: 0.05em;
  display: block;
}
.sec-title p {
  font-size: 1.9rem;
  line-height: 210%;
  margin: 0;
  max-width: 840px;
  width: 72%;
}
.sec-title .btn-more-right {
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec-title {
    margin-bottom: 2.5em;
  }
  .sec-title .title .txt-en {
    font-size: 1.2rem;
    margin-left: 20px;
  }
  .sec-title .title .txt-en:before {
    top: 0;
  }
  .sec-title .title .jp {
    font-size: 3.2rem;
  }
  .sec-title p {
    font-size: 1.6rem;
    width: 100%;
  }
}

.kasou-title {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .kasou-title {
    font-size: 1.8rem;
  }
}

.midashi-maru {
  position: relative;
}
.midashi-maru:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/title_ico.svg);
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -6px;
}

/*------------------------------
テーブルレイアウト
-------------------------------*/
.table-layout {
  width: 100%;
  font-size: 1.7rem;
  font-weight: 400;
  border-spacing: 0;
  background: rgba(255, 255, 255, 0.7);
}
.table-layout th {
  text-align: left;
  border-bottom: 1px solid #878787;
  width: 100px;
  color: #885aa3;
  padding: 1.5em 0;
  font-weight: 500;
}
.table-layout td {
  padding: 1.5em 0;
  border-bottom: 1px solid #878787;
}
.table-layout td p {
  margin: 0.6em 0;
  font-weight: 400;
}
.table-layout td strong {
  font-weight: 500;
}
.table-layout td table {
  font-weight: 400;
}
.table-layout td table td {
  border-bottom: none;
  padding: 0.3em 1.2em 0.3em 0;
  letter-spacing: 0.02em;
}
.table-layout td table td:last-child {
  padding-right: 0;
}
.table-layout td table .padding-0 {
  padding-right: 0;
}
.table-layout td a {
  color: #885aa3;
  border-bottom: 1px solid #885aa3;
  text-decoration: none;
}
.table-layout tr:last-child th {
  border-bottom: none;
}
.table-layout tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .table-layout {
    font-size: 1.3rem;
  }
  .table-layout th {
    padding: 1em 0 0.5em;
    width: 100%;
    display: block;
  }
  .table-layout td {
    padding: 1em 0;
    width: 100%;
    display: block;
    border-bottom: none;
  }
  .table-layout td .sp-wide td {
    display: table-cell;
    width: auto;
  }
  .table-layout tr:last-child th {
    border-bottom: 1px solid #878787;
  }
}

/*------------------------------
ページ内リンクボタン
-------------------------------*/
.page-link-list {
  padding: 50px 0;
}
.page-link-list ul {
  text-align: center;
}
.page-link-list ul li {
  display: inline-block;
  width: 160px;
  margin: 0 20px;
}
.page-link-list ul li a {
  background: #611a7a;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  .page-link-list {
    padding: 20px 0;
  }
  .page-link-list ul li {
    margin-bottom: 20px;
  }
}

/*------------------------------
ボタン
-------------------------------*/
.btn-more {
  width: 220px;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(35%, #1eb4c3), color-stop(67%, #60cccb), to(#5acc99));
  background-image: linear-gradient(90deg, #b399de, #1eb4c3 35%, #60cccb 67%, #5acc99);
  padding: 2px;
  border-radius: 30px;
}
.btn-more a {
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
  background: #fff url(../img/btn-arrow.svg) no-repeat right 15px center;
  border-radius: 27px;
  padding: 10px 20px;
}
.btn-more a:hover {
  opacity: 1;
  background: url(../img/btn-arrow-w.svg) no-repeat right 10px center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn-more a {
    font-size: 1.5rem;
    background-size: 20px auto;
  }
}

.btn-more.for-sp {
  display: none;
}

.btn-more.right {
  margin-left: auto;
}

.btn-more.center {
  margin: 30px auto 0;
}

.btn-more.down a {
  background: #fff url(../img/btn-arrow-down.svg) no-repeat right 15px center;
  border-radius: 27px;
}
.btn-more.down a:hover {
  background: url(../img/btn-arrow-down-w.svg) no-repeat right 15px center;
}

.btn-more.large {
  width: 90%;
  max-width: 350px;
  border-radius: 50px;
  margin-top: 60px;
}
.btn-more.large a {
  border-radius: 45px;
  padding: 16px 20px;
}

@media screen and (max-width: 768px) {
  .btn-more.for-pc {
    display: none;
  }
  .btn-more.for-sp {
    display: block;
  }
}
.zoom {
  text-align: center;
  margin-top: 10px;
}
.zoom img {
  max-width: 60%;
}

/*-------------------------
 リンク 
---------------------------*/
.link-newwin {
  background: url(../img/ico-newwin.svg) no-repeat center right;
  background-size: auto 70%;
  padding-right: 1.3em;
}

/*-------------------------
 開くリスト
---------------------------*/
.toggle-list {
  background: #f0f5fa;
  border-radius: 20px;
  padding: 0 80px;
  margin-bottom: 25px;
}
.toggle-list .title {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 40px 0;
  cursor: pointer;
  position: relative;
}
.toggle-list .title:after {
  content: "";
  display: block;
  right: 0;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  position: absolute;
  background: url(../img/btn_s-arrow_down.svg);
  background-size: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.toggle-list .title .sub {
  font-size: 1.8rem;
  display: block;
  letter-spacing: 0.03em;
  padding: 0 80px 0 0;
}
.toggle-list .title .txt-en {
  font-size: 2rem;
  color: #1eb4c3;
  font-weight: 100;
  padding-left: 1em;
}
.toggle-list .title.is-open:after {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toggle-list .list {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.toggle-list .list dl {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  background: url(../img/dot-line.png) no-repeat top center;
  background-size: 100% auto;
  padding: 0.7em 0;
}
.toggle-list .list dl dt {
  width: 55%;
  padding-right: 3%;
}
.toggle-list .list dl dd {
  width: 45%;
}
.toggle-list .list dl dd a {
  display: block;
  background: url(../img/toggle-link.svg) no-repeat right center;
  background-size: 30px;
  padding-right: 40px;
}
.toggle-list .list dl:last-child {
  padding-bottom: 50px;
}
.toggle-list .list .head {
  font-weight: 700;
  color: #1eb4c3;
  background: none;
}
@media screen and (max-width: 768px) {
  .toggle-list {
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .toggle-list .title {
    font-size: 1.8rem;
    padding: 20px 0;
  }
  .toggle-list .title:after {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .toggle-list .title .sub {
    font-size: 1.2rem;
    padding: 0 40px 0 0;
  }
  .toggle-list .title .txt-en {
    font-size: 1.2rem;
    padding-left: 0;
    display: block;
  }
  .toggle-list .title.is-open {
    background-size: 30px;
  }
  .toggle-list .list dl {
    font-size: 1.3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .toggle-list .list dl dd {
    padding-left: 3%;
  }
  .toggle-list .list dl:last-child {
    padding-bottom: 20px;
  }
}

/*-------------------------
 form 
---------------------------*/
input, select, textarea {
  background: #f1f6f3;
  border: none;
  font-size: 1.6rem;
  padding: 1.5em;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bcd1c8;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #bcd1c8;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bcd1c8;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bcd1c8;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #bcd1c8;
}

.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 32px;
  height: 32px;
  border: 2px solid #8C8C8C;
  cursor: pointer;
  background: #fff;
  vertical-align: bottom;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 4.5px;
  left: 3.5px;
  width: 22px;
  height: 13px;
  border-bottom: 3px solid #ED6C00;
  border-left: 3px solid #ED6C00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.radioButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #95AAA0;
  border-radius: 9999px;
  background: #fff;
  cursor: pointer;
  vertical-align: sub;
  margin-right: 5px;
}

.radioButton:checked {
  border: none;
  background-color: #249663;
}

.radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 9999px;
  background-color: #ffffff;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 33%;
  margin-right: 3.5%;
}
@media screen and (max-width: 768px) {
  .dropdown {
    width: 100%;
    margin-bottom: 10px;
  }
}

.dropdown select {
  width: 100%;
  margin: 0;
  border-radius: 8px;
  background: #f1f6f3;
  border: none;
  font-size: 1.6rem;
  padding: 1.5em;
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.dropdown::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 1em;
  margin-top: -12px;
  z-index: 2;
  background: url(../img/cmn/icon-link-btm-gr.svg) no-repeat center;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
}

.form-btn {
  border-radius: 45px;
  background: #295641 url("../img/inquiry/arrow.svg") no-repeat right 15px center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  color: #FFF;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 24px 40px;
  width: 100%;
  max-width: 280px;
  margin-top: 40px;
  border: none;
  cursor: pointer;
}

.form-btn-back {
  border-radius: 45px;
  background: #95AAA0 url("../img/inquiry/arrow-back.svg") no-repeat left 15px center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  color: #FFF;
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 24px 40px;
  width: 100%;
  max-width: 280px;
  margin-top: 40px;
  border: none;
  cursor: pointer;
}

/*-------------------------
 スライダー 
---------------------------*/
.l-main .splide__pagination {
  margin-top: 30px;
}
.l-main .splide__pagination li {
  margin: 0 8px;
}
.l-main .splide__pagination li button {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  padding: 0;
  border: 1px solid #885aa3;
  background: #fff;
  cursor: pointer;
}
.l-main .splide__pagination li .is-active {
  background: #885aa3;
}
@media screen and (max-width: 768px) {
  .l-main .splide__pagination {
    margin-top: 20px;
  }
  .l-main .splide__pagination li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 10px;
  }
}

/*-------------------------
 モーダル 
---------------------------*/
.modal {
  display: none;
}

.fancybox-bg {
  background: #536082;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.fancybox-content {
  padding: 80px 120px;
  overflow: initial;
  max-width: 960px;
  width: 80%;
}

.fancybox-slide--html .fancybox-close-small {
  width: 62px;
  height: 62px;
  background: url(../img/modal_close.png) no-repeat;
  background-size: 100%;
  right: -80px;
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.fancybox-navigation .fancybox-button {
  width: 78px;
  height: 80px;
}
.fancybox-navigation .fancybox-button svg {
  display: none;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  opacity: 0.4;
}

.fancybox-navigation .fancybox-button--arrow_left {
  background: url(../img/modal_prev.png) no-repeat;
  background-size: 100%;
  left: 2%;
}

.fancybox-navigation .fancybox-button--arrow_right {
  background: url(../img/modal_next.png) no-repeat;
  background-size: 100%;
  right: 2%;
}

.modal-data {
  background: #fff;
  border-radius: 20px;
}
.modal-data .tit {
  color: #8f98ae;
  font-size: 3.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.modal-data .tit span {
  background: url(../img/product/hatena_blue.svg) no-repeat right center;
  padding-right: 50px;
}
.modal-data .inner {
  padding-top: 50px;
}
.modal-data .inner .lead {
  font-size: 2rem;
  font-weight: 700;
}
.modal-data .inner p {
  font-size: 1.7rem;
  line-height: 2.2;
  margin: 1em 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
  .fancybox-content {
    padding: 30px;
  }
  .fancybox-slide--html .fancybox-close-small {
    width: 32px;
    height: 57px;
    right: -42px;
  }
  .fancybox-navigation .fancybox-button {
    width: 38px;
    height: 45px;
  }
  .fancybox-button[disabled],
  .fancybox-button[disabled]:hover {
    opacity: 0.4;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 2%;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 2%;
  }
  .modal-data {
    border-radius: 15px;
    padding-bottom: 20px;
    width: 70%;
  }
  .modal-data .tit {
    padding-bottom: 10px;
  }
  .modal-data .tit img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .fancybox-content {
    padding: 15px;
  }
  .fancybox-slide--html .fancybox-close-small {
    width: 25px;
    height: 57px;
    right: -30px;
  }
  .fancybox-navigation .fancybox-button {
    width: 38px;
    height: 45px;
  }
  .fancybox-button[disabled],
  .fancybox-button[disabled]:hover {
    opacity: 0.4;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 2%;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 2%;
  }
  .modal-data {
    border-radius: 15px;
    padding-bottom: 20px;
    width: 80%;
  }
  .modal-data .tit {
    font-size: 3rem;
  }
  .modal-data .tit span {
    padding-right: 40px;
    background-size: 30px;
  }
  .modal-data .inner {
    display: block;
    padding-top: 0;
  }
  .modal-data .inner .lead {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .modal-data .inner p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.blc-Contact {
  max-width: 1160px;
  width: 90%;
  margin: 120px auto 100px;
  border-radius: 20px;
  background: url(../img/contactarea_bg.jpg) no-repeat;
  background-size: cover;
  padding: 2% 6% 3%;
  position: relative;
  z-index: 1;
}
.blc-Contact .sec-title {
  margin-bottom: 2em;
}
.blc-Contact .sec-title .title {
  color: #fff;
}
.blc-Contact .sec-title .title .txt-en {
  color: #fff;
}
.blc-Contact .contact-links {
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.blc-Contact .contact-links .link {
  width: 33%;
  color: #fff;
  text-align: center;
  position: relative;
}
.blc-Contact .contact-links .link:before {
  content: "";
  display: block;
  height: 100px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
}
.blc-Contact .contact-links .link .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.blc-Contact .contact-links .link .title strong {
  font-size: 2.6rem;
  border-bottom: 1px solid #fff;
  margin-right: 10px;
}
.blc-Contact .contact-links .link .btn-more {
  margin: 0 auto;
  text-align: left;
}
.blc-Contact .contact-links .link:last-child:after {
  content: "";
  display: block;
  height: 100px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .blc-Contact {
    margin: 0 auto 100px;
    border-radius: 10px;
    background: url(../img/contactarea_bg_sp.jpg) no-repeat center;
    background-size: cover;
    padding: 5% 8% 4%;
  }
  .blc-Contact .sec-title .title {
    color: #fff;
  }
  .blc-Contact .sec-title .title .txt-en {
    color: #fff;
  }
  .blc-Contact .contact-links {
    display: block;
  }
  .blc-Contact .contact-links .link {
    width: 100%;
    margin-bottom: 30px;
  }
  .blc-Contact .contact-links .link:before {
    content: "";
    display: block;
    height: 100px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
  }
  .blc-Contact .contact-links .link:after {
    content: "";
    display: block;
    height: 100px;
    width: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
  }
  .blc-Contact .contact-links .link .title {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  .blc-Contact .contact-links .link .btn-more {
    margin: 0 auto;
    text-align: left;
  }
}

.page-product .blc-Contact {
  margin: 40px auto 100px;
}

/*-------------------------
 pagetop 
---------------------------*/
.pagetop {
  width: 50px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/pagetop.svg") no-repeat top center;
  background-size: 50px;
  text-decoration: none;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 15px;
    right: 15px;
  }
}

.pagetop.active {
  opacity: 1;
  visibility: visible;
}

/*-------------------------
 アンカーリンク 
---------------------------*/
.anchor {
  padding-top: 110px;
  margin-top: -110px;
  width: 1px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.scroll-posi {
  padding-top: 110px;
  margin-top: -110px;
}

@media screen and (max-width: 768px) {
  .sp-anchor {
    padding-top: 80px !important;
    margin-top: -80px !important;
  }
}

a[href*="tel:"] {
  text-decoration: none;
}

@media screen and (min-width: 769px), print {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/*--------------
SCROLL  フェードイン
--------------*/
.scrollIn.fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.scrollIn.fade.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 1;
  position: relative;
}

/*------------------------------
top
-------------------------------*/
.page-top .sec_topimg {
  position: relative;
}
.page-top .sec_topimg .topimg .title {
  position: relative;
  z-index: 1;
  width: 89%;
  margin: 0 auto;
  padding: 17% 0 30%;
}
.page-top .sec_topimg .topimg .title h1 {
  width: 33%;
}
.page-top .sec_topimg .topimg .title h1 img {
  width: 100%;
}
.page-top .sec_topimg .topimg .mainimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.page-top .sec_topimg .topimg .mainimg .visual {
  height: 100vw;
}
.page-top .sec_topimg .topimg .mainimg .visual .img {
  position: absolute;
  top: 0;
  width: 100%;
  width: 122%;
  height: 136.5vw;
  margin: -21% 0 0 15%;
}
.page-top .sec_topimg .topimg .mainimg .visual .img img {
  width: 100%;
}
.page-top .sec_topimg .topimg .mainimg .visual .maru01 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-animation: maru01 2s ease-out;
  animation: maru01 2s ease-out;
}
@-webkit-keyframes maru01 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes maru01 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.page-top .sec_topimg .topimg .mainimg .visual .maru02 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-animation: maru02 3s ease-out;
  animation: maru02 3s ease-out;
}
.page-top .sec_topimg .topimg .mainimg .visual .maru02 img {
  -webkit-animation: maru02rotate_anime 180s linear infinite;
  animation: maru02rotate_anime 180s linear infinite;
}
@-webkit-keyframes maru02 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes maru02 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes maru02rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes maru02rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-top .sec_topimg .topimg .mainimg .visual .topimg-cnt_slide {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-animation: topimg-cnt 3s ease-out;
  animation: topimg-cnt 3s ease-out;
  position: absolute;
  right: 8.5%;
  top: 15.8%;
  width: 30.5%;
}
.page-top .sec_topimg .topimg .mainimg .visual .topimg-cnt_slide img {
  width: 100%;
}
@-webkit-keyframes topimg-cnt {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes topimg-cnt {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-top .sec_topimg .topimg .mainimg .visual .maru_ph {
  position: absolute;
}
.page-top .sec_topimg .topimg .mainimg .visual .maru_ph01 {
  right: -12%;
  top: -6%;
  width: 72%;
  height: 72%;
  -webkit-transform: rotate(215deg);
  transform: rotate(215deg);
  -webkit-animation: maru_ph01-fade 3s ease-out;
  animation: maru_ph01-fade 3s ease-out;
}
@-webkit-keyframes maru_ph01-fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes maru_ph01-fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-top .sec_topimg .topimg .mainimg .visual .maru_ph02 {
  right: -5%;
  top: 1.5%;
  width: 58%;
  height: 58%;
  -webkit-transform: rotate(27deg);
  transform: rotate(27deg);
  -webkit-animation: maru_ph02-fade 3s ease-out;
  animation: maru_ph02-fade 3s ease-out;
}
@-webkit-keyframes maru_ph02-fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes maru_ph02-fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-top .sec_topimg .topimg .mainimg .visual .circle-frame {
  position: absolute;
  top: -5px;
  left: calc(50% - 5px);
  width: 10px;
  height: calc(50% + 5px);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotate 180s linear infinite;
  animation: rotate 180s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-top .sec_topimg .topimg .mainimg .visual .ph01 {
  width: 15vw;
  height: 15vw;
  -webkit-transform: rotate(-215deg);
  transform: rotate(-215deg);
}
.page-top .sec_topimg .topimg .mainimg .visual .ph01 img {
  -webkit-animation: ph01rotate_anime 180s linear infinite;
  animation: ph01rotate_anime 180s linear infinite;
}
@-webkit-keyframes ph01rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes ph01rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.page-top .sec_topimg .topimg .mainimg .visual .ph02 {
  width: 10vw;
  height: 10vw;
  -webkit-transform: rotate(-27deg);
  transform: rotate(-27deg);
}
.page-top .sec_topimg .topimg .mainimg .visual .ph02 img {
  -webkit-animation: ph02rotate_anime 180s linear infinite;
  animation: ph02rotate_anime 180s linear infinite;
}
@-webkit-keyframes ph02rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes ph02rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.page-top .sec_topimg:after {
  content: "";
  background: url(../img/top/arch-01.svg) no-repeat bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 17%;
  position: absolute;
  bottom: 0;
}
.page-top .top-Aboutus {
  background-color: #e3eaf3;
  padding-bottom: 200px;
  position: relative;
}
.page-top .top-Aboutus .sec-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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 40px 0;
}
.page-top .top-Aboutus .sec-inner .sec-title {
  width: 40%;
  margin-bottom: 1em;
}
.page-top .top-Aboutus .sec-inner .sec-title p {
  margin-bottom: 40px;
}
.page-top .top-Aboutus .sec-inner .img {
  width: 55%;
}
.page-top .top-Aboutus .sec-inner .img .logo {
  width: 70%;
  max-width: 450px;
  margin-left: auto;
}
.page-top .top-Aboutus .roop-container {
  overflow: hidden;
  width: 100%;
  margin-top: 150px;
  position: relative;
  z-index: 1;
}
.page-top .top-Aboutus .roop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: roop 50s linear infinite;
  animation: roop 50s linear infinite;
}
.page-top .top-Aboutus .roop img {
  height: 19vw;
  width: auto;
  max-width: inherit;
  margin-right: 30px;
  border-radius: 10px;
}
@-webkit-keyframes roop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-204%);
    transform: translateX(-204%);
  }
}
@keyframes roop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-204%);
    transform: translateX(-204%);
  }
}
.page-top .top-Products {
  background-color: #e3eaf3;
  padding-bottom: 100px;
}
.page-top .top-Products .link-products {
  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;
  max-width: 960px;
  margin: 0 auto;
}
.page-top .top-Products .link-products .link {
  width: 47%;
}
.page-top .top-Products .link-products .link .thumb {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  border-radius: 20px;
}
.page-top .top-Products .link-products .link .thumb img {
  vertical-align: top;
  border-radius: 20px;
}
.page-top .top-Products .link-products .link .txt {
  padding-left: 20px;
}
.page-top .top-Products .link-products .link .txt .title {
  font-size: 3.4rem;
  position: relative;
  font-weight: 600;
}
.page-top .top-Products .link-products .link .txt .title:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/title_ico.svg);
  position: absolute;
  left: -22px;
  top: 23px;
}
.page-top .top-Products .link-products .link .txt .lead {
  font-size: 2.3rem;
}
.page-top .top-CaseStudies {
  background-color: #f0f5fa;
  padding-top: 280px;
  padding-bottom: 130px;
  position: relative;
}
.page-top .top-CaseStudies:after {
  content: "";
  background: url(../img/top/arch-02.svg) no-repeat bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 10vw;
  position: absolute;
  top: 0;
}
.page-top .top-CaseStudies .solving-img {
  max-width: 1160px;
  width: 90%;
  margin: -40px auto 120px;
}
.page-top .top-CaseStudies .solving-img img {
  border-radius: 20px;
}
.page-top .top-CaseStudies .casestudies-title {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto 20px;
  font-size: 3.5rem;
  font-weight: 500;
}
.page-top .top-CaseStudies .casestudies_slide .casestudy {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 0;
  height: 100%;
}
.page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .img {
  width: 47.5%;
}
.page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .img img {
  border-radius: 0 5px 5px 0;
}
.page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail {
  width: 47.5%;
  padding-right: 2%;
  min-height: 300px;
  position: relative;
}
.page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .category {
  font-size: 1.1rem;
  color: #1eb4c3;
  border-radius: 4px;
  border: 1px solid #1eb4c3;
  display: block;
  padding: 1px 0;
  width: 130px;
  text-align: center;
  margin-bottom: 10px;
}
.page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
}
.page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #4c4c56;
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .txt {
  width: 50%;
}
.page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .txt .date {
  font-size: 1.4rem;
  font-weight: 300;
}
.page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .btns {
  width: 50%;
  text-align: right;
  padding-right: 10%;
}
.page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .btns .btn {
  display: inline-block;
  margin-left: 6px;
}
.page-top .top-CompanyProfile {
  padding-top: 280px;
  padding-bottom: 200px;
  position: relative;
}
.page-top .top-CompanyProfile:after {
  content: "";
  background: url(../img/top/arch-03.svg) no-repeat bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 10vw;
  position: absolute;
  top: 0;
}
.page-top .top-CompanyProfile .casestudies-title {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto 20px;
  font-size: 3.5rem;
  font-weight: 500;
}
.page-top .top-CompanyProfile .overflow {
  padding: 0;
  overflow: hidden;
}
.page-top .top-CompanyProfile .overflow .overflow-inner {
  margin-inline: auto;
  max-width: 1180px;
  padding: 0;
}
.page-top .top-CompanyProfile .overflow .overflow-inner .overflow_sliderwrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.page-top .top-CompanyProfile .companyprofile_slide .companyprofile {
  background: #f0f3fa;
  border-radius: 20px;
  padding-bottom: 80px;
  position: relative;
  width: 410px;
}
.page-top .top-CompanyProfile .companyprofile_slide .companyprofile .companyprofile-inner {
  padding: 20px;
}
.page-top .top-CompanyProfile .companyprofile_slide .companyprofile .companyprofile-inner .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.page-top .top-CompanyProfile .companyprofile_slide .companyprofile .companyprofile-inner .title {
  font-size: 2.6rem;
  font-weight: 500;
  padding-left: 20px;
  background: url(../img/title_ico.svg) no-repeat left center;
  margin: 0 15px 10px;
}
.page-top .top-CompanyProfile .companyprofile_slide .companyprofile .companyprofile-inner p {
  margin: 0 15px 0;
}
.page-top .top-CompanyProfile .companyprofile_slide .companyprofile .companyprofile-inner .btn-more {
  margin: 2em 2% 2% auto;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.page-top .top-News {
  padding-bottom: 120px;
}
.page-top .top-News .sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-top .top-News .sec-inner .sec-title {
  width: 375px;
  padding-right: 100px;
}
.page-top .top-News .sec-inner .news_list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 55px 0 0;
  border-top: 1px solid #585c6a;
  background: rgba(255, 255, 255, 0.6);
}
.page-top .top-News .sec-inner .news_list li {
  border-bottom: 1px solid #b7b9c0;
}
.page-top .top-News .sec-inner .news_list li a {
  text-decoration: none;
  display: block;
  padding: 1.5em 0 1.5em;
  padding-right: 70px;
  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;
}
.page-top .top-News .sec-inner .news_list li a .data {
  width: 250px;
}
.page-top .top-News .sec-inner .news_list li a .data .date {
  width: 125px;
  display: inline-block;
}
.page-top .top-News .sec-inner .news_list li a .data .category {
  font-size: 1.3rem;
  color: #fff;
  background: #611a7a;
  border-radius: 30px;
  padding: 1px 12px;
  margin: 0 25px 0 0;
  width: 80px;
  text-align: center;
  display: inline-block;
}
.page-top .top-News .sec-inner .news_list li a p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.page-top .top-News .sec-inner .news_list li a.newwin {
  background: url(../img/btn_s-newwin.svg) no-repeat right center;
  background-size: 36px;
}
.page-top .top-News .sec-inner .news_list li a.arrow {
  background: url(../img/btn_s-arrow.svg) no-repeat right center;
  background-size: 36px;
}
.page-top .top-News .sec-inner .news_list li:last-child {
  border-bottom: 1px solid #585c6a;
}
.page-top .top-News .sec-inner .news_list .mailmag {
  background: #f0f3fa url(../img/top/mailmag_bg.svg) no-repeat right bottom;
  border-radius: 10px;
  margin: 60px 0 0;
  padding: 30px 75px;
}
.page-top .top-News .sec-inner .news_list .mailmag .title {
  font-size: 1.9rem;
  font-weight: 500;
}
.page-top .top-News .sec-inner .news_list .mailmag p {
  font-weight: 300;
}
.page-top .top-News .sec-inner .news_list .mailmag .link a {
  color: #611a7a;
  display: inline-block;
  border-bottom: 1px solid #611a7a;
  text-decoration: none;
  line-height: 1.6;
}
.page-top .top-Recruit .sec-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;
  padding: 0 0 0;
}
.page-top .top-Recruit .sec-inner .sec-title {
  width: 41%;
}
.page-top .top-Recruit .sec-inner .sec-title .lead {
  color: #08246a;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}
.page-top .top-Recruit .sec-inner .sec-title p {
  margin-bottom: 40px;
  width: 100%;
}
.page-top .top-Recruit .sec-inner .img {
  width: 53.5%;
  margin-right: -4%;
}
@media screen and (min-width: 1100px) and (max-width: 1366px) {
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data {
    display: block;
    margin-top: 10px;
    position: static;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .txt {
    width: 100%;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .btns {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .btns .btn {
    display: inline-block;
    width: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner {
    display: block;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .img {
    width: 86%;
    margin: auto;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .img img {
    border-radius: 5px;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail {
    width: 86%;
    margin: 15px auto 0;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data {
    display: block;
    margin-top: 10px;
    position: static;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .txt {
    width: 100%;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .btns {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .btns .btn {
    display: inline-block;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-top .sec_topimg .topimg {
    width: 90%;
  }
  .page-top .sec_topimg .topimg .title {
    padding: 25% 0 120%;
  }
  .page-top .sec_topimg .topimg .title h1 {
    width: 73%;
  }
  .page-top .sec_topimg .topimg .mainimg {
    top: -12vw;
  }
  .page-top .sec_topimg .topimg .mainimg .visual {
    height: 200vw;
  }
  .page-top .sec_topimg .topimg .mainimg .visual .img {
    width: 266%;
    margin: 0 0 0 -71%;
  }
  .page-top .sec_topimg .topimg .mainimg .visual .topimg-cnt_slide {
    right: 4.5%;
    top: 38.8%;
    width: 66%;
  }
  .page-top .sec_topimg .topimg .mainimg .visual .maru_ph01 {
    right: -36%;
    top: 38vw;
    width: 143vw;
    height: 143vw;
  }
  .page-top .sec_topimg .topimg .mainimg .visual .maru_ph02 {
    right: -23%;
    top: 50vw;
    width: 116vw;
    height: 116vw;
  }
  .page-top .sec_topimg .topimg .mainimg .visual .ph01 {
    width: 30vw;
    height: 30vw;
  }
  .page-top .sec_topimg .topimg .mainimg .visual .ph02 {
    width: 22vw;
    height: 22vw;
  }
  .page-top .top-Aboutus {
    padding-bottom: 80px;
    margin-bottom: 0;
  }
  .page-top .top-Aboutus .sec-inner {
    display: block;
    padding: 40px 0;
  }
  .page-top .top-Aboutus .sec-inner .sec-title {
    width: 100%;
    margin-bottom: 1em;
  }
  .page-top .top-Aboutus .sec-inner .sec-title p {
    margin-bottom: 20px;
  }
  .page-top .top-Aboutus .sec-inner .img {
    display: none;
  }
  .page-top .top-Aboutus .roop-container {
    margin-top: 10px;
  }
  .page-top .top-Aboutus .roop {
    -webkit-animation: roop 30s linear infinite;
    animation: roop 30s linear infinite;
  }
  .page-top .top-Aboutus .roop img {
    height: 42vw;
    margin-right: 15px;
    border-radius: 10px;
  }
  .page-top .top-Products {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .page-top .top-Products .link-products {
    display: block;
  }
  .page-top .top-Products .link-products .link {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-top .top-Products .link-products .link .thumb {
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .page-top .top-Products .link-products .link .thumb img {
    border-radius: 10px;
  }
  .page-top .top-Products .link-products .link .txt {
    padding-left: 20px;
  }
  .page-top .top-Products .link-products .link .txt .title {
    font-size: 2.6rem;
  }
  .page-top .top-Products .link-products .link .txt .title:before {
    top: 16px;
  }
  .page-top .top-Products .link-products .link .txt .lead {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .page-top .top-Products .link-products .link .txt p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .page-top .top-CaseStudies {
    padding-top: 90px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .page-top .top-CaseStudies .solving-img {
    margin: -10px auto 60px;
  }
  .page-top .top-CaseStudies .solving-img img {
    border-radius: 10px;
  }
  .page-top .top-CaseStudies .casestudies-title {
    font-size: 2.4rem;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner {
    display: block;
    padding: 0;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .img {
    width: 100%;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .img img {
    border-radius: 0;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail {
    width: 100%;
    padding: 5%;
    min-height: auto;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .category {
    font-size: 1.3rem;
    width: 130px;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .title {
    display: none;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data {
    position: static;
    display: block;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .txt {
    width: 100%;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .txt .date {
    display: none;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .txt .company {
    font-size: 2.2rem;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .btns {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .page-top .top-CaseStudies .casestudies_slide .casestudy .casestudy-inner .case-detail .data .btns .btn {
    display: inline-block;
    width: 50px;
  }
  .page-top .top-CompanyProfile {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .page-top .top-CompanyProfile:after {
    height: 9.8vw;
  }
  .page-top .top-CompanyProfile .casestudies-title {
    max-width: 1180px;
    width: 90%;
    margin: 0 auto 20px;
    font-size: 3.5rem;
    font-weight: 500;
  }
  .page-top .top-CompanyProfile .companyprofile_slide .companyprofile {
    width: 98%;
  }
  .page-top .top-CompanyProfile .companyprofile_slide .companyprofile .companyprofile-inner {
    border-radius: 10px;
    padding: 10px;
  }
  .page-top .top-CompanyProfile .companyprofile_slide .companyprofile .companyprofile-inner .img {
    border-radius: 7px;
    margin-bottom: 10px;
  }
  .page-top .top-CompanyProfile .companyprofile_slide .companyprofile .companyprofile-inner .title {
    font-size: 2.2rem;
    padding-left: 20px;
    background: url(../img/title_ico.svg) no-repeat left center;
    margin: 0 0 10px;
  }
  .page-top .top-CompanyProfile .companyprofile_slide .companyprofile .companyprofile-inner p {
    margin: 0 10px 0 22px;
  }
  .page-top .top-CompanyProfile .companyprofile_slide .companyprofile .companyprofile-inner .btn-more {
    margin: 2em 2% 2% auto;
  }
  .page-top .top-CompanyProfile .companyprofile_slide .companyprofile .companyprofile-inner .btn.link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 50px;
  }
  .page-top .top-News {
    padding-bottom: 50px;
  }
  .page-top .top-News .sec-inner {
    display: block;
  }
  .page-top .top-News .sec-inner .sec-title {
    width: 100%;
    padding-right: 0;
  }
  .page-top .top-News .sec-inner .news_list {
    width: 100%;
    margin: 20px 0 0;
  }
  .page-top .top-News .sec-inner .news_list li a .data {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-top .top-News .sec-inner .news_list li a .data .date {
    font-size: 1.6rem;
    width: 95px;
  }
  .page-top .top-News .sec-inner .news_list li a p {
    width: 100%;
  }
  .page-top .top-News .sec-inner .news_list .mailmag {
    background-size: 150% auto;
    margin: 30px 0 0;
    padding: 20px 5% 20px 10%;
  }
  .page-top .top-News .sec-inner .news_list .mailmag .title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .page-top .top-News .sec-inner .news_list .mailmag .title:before {
    top: 24%;
  }
  .page-top .top-Recruit {
    padding-bottom: 40px;
  }
  .page-top .top-Recruit .sec-inner {
    display: block;
    padding: 0 0 40px;
  }
  .page-top .top-Recruit .sec-inner .sec-title {
    width: 100%;
  }
  .page-top .top-Recruit .sec-inner .sec-title p {
    margin-bottom: 20px;
  }
  .page-top .top-Recruit .sec-inner .img {
    width: 100%;
    margin-right: 0;
  }
}

/*------------------------------
下層共通レイアウト
-------------------------------*/
.contents-lnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contents-lnav .lnav {
  position: sticky;
  top: 150px;
  left: 10%;
  width: 21%;
  max-width: 250px;
  z-index: 2;
  padding: 0 0 0 20px;
  margin-top: 150px;
  margin-bottom: 90px;
  background: url(../img/case/lnav-dot.svg) no-repeat left center;
}
.contents-lnav .lnav dl dt {
  display: none;
}
.contents-lnav .lnav dl dd ul li a {
  font-weight: 700;
  text-decoration: none;
  padding: 0.5em 0;
  display: block;
}
.contents-lnav .lnav dl dd ul li a.active {
  color: #1EB4C3;
}
.contents-lnav .case-detail-inner {
  width: 63%;
}
.contents-lnav .case-detail-inner .sec-title {
  margin-bottom: 60px;
  width: 90%;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .contents-lnav {
    display: block;
  }
  .contents-lnav .lnav {
    display: none;
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .contents-lnav .lnav dl dt {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    position: relative;
    color: #ED6C00;
  }
  .contents-lnav .lnav dl dt:after {
    content: "＋";
    position: absolute;
    right: 0;
    top: 10px;
  }
  .contents-lnav .lnav dl dd {
    height: 0px;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .contents-lnav .lnav dl dd ul li a.active {
    color: #4C4948;
  }
  .contents-lnav .lnav dl.show dt:after {
    content: "ー";
  }
  .contents-lnav .case-detail-inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .contents-lnav {
    display: block;
  }
  .contents-lnav .lnav {
    display: none;
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .contents-lnav .lnav dl dt {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    position: relative;
    color: #ED6C00;
  }
  .contents-lnav .lnav dl dt:after {
    content: "＋";
    position: absolute;
    right: 0;
    top: 10px;
  }
  .contents-lnav .lnav dl dd {
    height: 0px;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .contents-lnav .lnav dl dd ul li a.active {
    color: #4C4948;
  }
  .contents-lnav .lnav dl.show dt:after {
    content: "ー";
  }
  .contents-lnav .case-detail-inner {
    width: 90%;
    margin: 0 auto;
  }
  .contents-lnav .case-detail-inner .sec-title {
    margin-bottom: 30px;
    width: 100%;
  }
}

/*------------------------------
私たちについて
-------------------------------*/
.page-about {
  background: url(../img/about/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
.page-about .about-detail .copy {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.page-about .about-detail .copy strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(33%, #1eb4c3), color-stop(60%, #60cccb), to(#5acc99));
  background: linear-gradient(90deg, #b399de 0%, #1eb4c3 33%, #60cccb 60%, #5acc99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-about .about-detail .text {
  font-size: 2rem;
  padding: 50px 0 0 70px;
  line-height: 2.5;
}
.page-about .about-detail .waku {
  background-image: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(35%, #1eb4c3), color-stop(67%, #60cccb), to(#5acc99));
  background-image: linear-gradient(90deg, #b399de, #1eb4c3 35%, #60cccb 67%, #5acc99);
  padding: 2px;
  border-radius: 300px;
  margin-top: 120px;
}
.page-about .about-detail .waku .inner {
  background: #f0f5fa;
  border-radius: 300px;
  padding: 25px 120px 35px;
}
.page-about .about-detail .waku .inner .kasou-title {
  text-align: center;
}
.page-about .about-detail .waku .inner .kasou-title strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(33%, #1eb4c3), color-stop(60%, #60cccb), to(#5acc99));
  background: linear-gradient(90deg, #b399de 0%, #1eb4c3 33%, #60cccb 60%, #5acc99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-about .about-detail .waku .inner p {
  font-size: 1.9rem;
  line-height: 2.2;
  margin: 0.5em 0 0;
}
.page-about .about-detail .strong_blc {
  margin-top: 130px;
}
.page-about .about-detail .strong_blc p {
  font-size: 1.7rem;
  padding: 10px 70px 0;
}
.page-about .about-detail .strong_blc .blc {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0f5fa;
  border-radius: 300px;
  padding: 40px 35px;
  margin: 25px auto 0;
  position: relative;
  max-width: 1090px;
}
.page-about .about-detail .strong_blc .blc .title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1EB4C3;
  width: 35%;
  padding-left: 100px;
  height: 120px;
  display: table;
}
.page-about .about-detail .strong_blc .blc .title span {
  color: #885aa3;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}
.page-about .about-detail .strong_blc .blc .title01 {
  background: url(../img/about/icon-01.svg) no-repeat left center;
  background-size: 100px;
}
.page-about .about-detail .strong_blc .blc .title02 {
  background: url(../img/about/icon-02.svg) no-repeat left center;
  background-size: 100px;
}
.page-about .about-detail .strong_blc .blc .title03 {
  background: url(../img/about/icon-03.svg) no-repeat left center;
  background-size: 100px;
}
.page-about .about-detail .strong_blc .blc .title04 {
  background: url(../img/about/icon-04.svg) no-repeat left center;
  background-size: 100px;
}
.page-about .about-detail .strong_blc .blc .list {
  width: 63%;
}
.page-about .about-detail .strong_blc .blc .list ul {
  border-left: 1px solid #bababa;
}
.page-about .about-detail .strong_blc .blc .list ul li {
  font-size: 1.8rem;
  list-style: disc;
  margin: 0.3em 0 0.3em 2.5em;
}
.page-about .about-detail .strong_blc .blc .list ul .nodot {
  list-style: none;
  margin-left: 0.7em;
}
.page-about .roop-container {
  overflow: hidden;
  width: 100%;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.page-about .roop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: roop 50s linear infinite;
  animation: roop 50s linear infinite;
}
.page-about .roop img {
  height: 19vw;
  width: auto;
  max-width: inherit;
  margin-right: 30px;
  border-radius: 10px;
}
@keyframes roop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-204%);
    transform: translateX(-204%);
  }
}
@media screen and (max-width: 768px) {
  .page-about {
    background-size: 120% auto;
  }
  .page-about .about-detail .copy {
    font-size: 1.6rem;
  }
  .page-about .about-detail .text {
    font-size: 1.4rem;
    padding: 30px 0 0 0;
    line-height: 2;
  }
  .page-about .about-detail .waku {
    border-radius: 50px;
    margin-top: 60px;
  }
  .page-about .about-detail .waku .inner {
    border-radius: 48px;
    padding: 25px 40px 35px;
  }
  .page-about .about-detail .waku .inner .kasou-title {
    font-size: 1.6rem;
  }
  .page-about .about-detail .waku .inner p {
    font-size: 1.3rem;
    line-height: 2;
  }
  .page-about .about-detail .strong_blc {
    margin-top: 50px;
  }
  .page-about .about-detail .strong_blc p {
    font-size: 1.4rem;
    padding: 10px 0 0;
  }
  .page-about .about-detail .strong_blc .blc {
    display: block;
    border-radius: 30px;
    padding: 20px 30px 20px;
    margin: 25px auto 0;
  }
  .page-about .about-detail .strong_blc .blc .title {
    font-size: 1.8rem;
    width: 100%;
    padding-left: 60px;
    height: 40px;
  }
  .page-about .about-detail .strong_blc .blc .title span {
    text-align: left;
  }
  .page-about .about-detail .strong_blc .blc .title01 {
    background: url(../img/about/icon-01.svg) no-repeat left center;
    background-size: 40px;
  }
  .page-about .about-detail .strong_blc .blc .title02 {
    background: url(../img/about/icon-02.svg) no-repeat left center;
    background-size: 40px;
  }
  .page-about .about-detail .strong_blc .blc .title03 {
    background: url(../img/about/icon-03.svg) no-repeat left center;
    background-size: 40px;
  }
  .page-about .about-detail .strong_blc .blc .title04 {
    background: url(../img/about/icon-04.svg) no-repeat left center;
    background-size: 40px;
  }
  .page-about .about-detail .strong_blc .blc .list {
    width: 100%;
  }
  .page-about .about-detail .strong_blc .blc .list ul {
    margin-top: 15px;
    padding-top: 10px;
    border-left: none;
    border-top: 1px solid #bababa;
  }
  .page-about .about-detail .strong_blc .blc .list ul li {
    font-size: 1.5rem;
    margin: 0.3em 0 0.3em 1em;
  }
  .page-about .about-detail .strong_blc .blc .list ul .nodot {
    list-style: none;
    margin-left: 0.7em;
  }
  .page-about .roop-container {
    margin-top: 50px;
  }
  .page-about .roop {
    -webkit-animation: roop 30s linear infinite;
    animation: roop 30s linear infinite;
  }
  .page-about .roop img {
    height: 42vw;
    margin-right: 15px;
    border-radius: 10px;
  }
}

/*------------------------------
製品紹介
-------------------------------*/
.page-product {
  background: url(../img/product/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
.page-product .product-index .lead {
  font-size: 2.6rem;
  padding: 50px 0 0 70px;
}
.page-product .product-index .lead strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(33%, #1eb4c3), color-stop(60%, #60cccb), to(#5acc99));
  background: linear-gradient(90deg, #b399de 0%, #1eb4c3 33%, #60cccb 60%, #5acc99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-product .product-index .detail-lead {
  font-size: 2.4rem;
  padding: 50px 0 0 70px;
}
.page-product .product-index .detail-lead strong {
  font-weight: 700;
}
.page-product .product-index .text {
  font-size: 1.7rem;
  padding: 15px 70px 0 70px;
  line-height: 2.3;
}
.page-product .product-index .img {
  margin-top: 50px;
}
.page-product .product-index .img .option-img-midashi {
  text-align: center;
  font-size: 3rem;
  color: #09246a;
  margin-bottom: 25px;
  font-weight: 700;
}
.page-product .product-index .waku {
  background-image: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(35%, #1eb4c3), color-stop(67%, #60cccb), to(#5acc99));
  background-image: linear-gradient(90deg, #b399de, #1eb4c3 35%, #60cccb 67%, #5acc99);
  padding: 2px;
  border-radius: 300px;
  margin-top: 50px;
}
.page-product .product-index .waku .inner {
  background: #f0f5fa;
  border-radius: 300px;
  padding: 25px 120px 35px;
}
.page-product .product-index .waku .inner .kasou-title {
  text-align: center;
}
.page-product .product-index .waku .inner .kasou-title strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(33%, #1eb4c3), color-stop(60%, #60cccb), to(#5acc99));
  background: linear-gradient(90deg, #b399de 0%, #1eb4c3 33%, #60cccb 60%, #5acc99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-product .product-index .waku .inner p {
  font-size: 1.9rem;
  line-height: 2.2;
  margin: 0.5em 0 0;
}
.page-product .product-index .features_blc {
  margin-top: 130px;
}
.page-product .product-index .features_blc ul {
  padding: 20px 0 0 70px;
}
.page-product .product-index .features_blc ul li {
  font-size: 2.6rem;
  padding: 0.5em 0;
}
.page-product .product-index .features_blc ul li .num {
  font-size: 8rem;
  line-height: 1;
  vertical-align: middle;
  width: 120px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(33%, #1eb4c3), color-stop(60%, #60cccb), to(#5acc99));
  background: linear-gradient(90deg, #b399de 0%, #1eb4c3 33%, #60cccb 60%, #5acc99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  letter-spacing: 0.1em;
  margin-right: 15px;
  font-weight: 100;
}
.page-product .product-index .features_blc .features_txt {
  position: relative;
}
.page-product .product-index .features_blc .features_txt .num {
  font-size: 6rem;
  line-height: 1;
  width: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(33%, #1eb4c3), color-stop(60%, #60cccb), to(#5acc99));
  background: linear-gradient(90deg, #b399de 0%, #1eb4c3 33%, #60cccb 60%, #5acc99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 48px;
  font-weight: 100;
}
.page-product .product-index .features_blc .features_txt .features_tit {
  font-size: 2.4rem;
  padding: 50px 0 0 100px;
  font-weight: 500;
}
.page-product .product-index .features_blc .features_txt .features_tit strong {
  font-weight: 700;
}
.page-product .product-index .features_blc .features_txt p {
  font-size: 1.7rem;
  padding: 15px 70px 0 100px;
  line-height: 2.3;
  margin: 0 0 1em;
}
.page-product .product-index .features_blc .num-l .num {
  font-size: 8rem;
  left: 64px;
  top: 34px;
}
.page-product .product-index .features_blc .num-l .features_tit {
  font-size: 2.2rem;
  padding: 40px 0 0 180px;
}
.page-product .product-index .features_blc .num-l p {
  padding: 0 70px 0 180px;
  margin: 0;
}
.page-product .product-index .features_blc .features_list li {
  font-size: 2.2rem;
  position: relative;
}
.page-product .product-index .features_blc .features_list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #231815;
  position: absolute;
  left: -20px;
  top: 1.5em;
}
.page-product .product-index .index_blc {
  background: #e3eaf3;
  border-radius: 5px;
  padding: 40px 30px 60px;
  margin-top: 40px;
}
.page-product .product-index .index_blc .logo {
  text-align: center;
}
.page-product .product-index .index_blc .eco-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: 110px 0 0;
}
.page-product .product-index .index_blc .eco-list .eco-blc {
  width: 24.4%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  text-align: center;
  padding: 55px 0 80px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.page-product .product-index .index_blc .eco-list .eco-blc .icon {
  background: #fff;
  width: 120px;
  border-radius: 120px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin: -134px auto 20px;
}
.page-product .product-index .index_blc .eco-list .eco-blc .icon img {
  vertical-align: top;
}
.page-product .product-index .index_blc .eco-list .eco-blc .eco-tit {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.3;
}
.page-product .product-index .index_blc .eco-list .eco-blc .eco-tit .name {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.page-product .product-index .index_blc .eco-list .eco-blc .eco-tit .name-01 {
  color: #885aa3;
}
.page-product .product-index .index_blc .eco-list .eco-blc .eco-tit .name-02 {
  color: #418cc8;
}
.page-product .product-index .index_blc .eco-list .eco-blc .eco-tit .name-03 {
  color: #60cccb;
}
.page-product .product-index .index_blc .eco-list .eco-blc .eco-tit .name-04 {
  color: #5acc99;
}
.page-product .product-index .index_blc .eco-list .eco-blc p {
  font-size: 1.5rem;
  padding: 0 20px;
}
.page-product .product-index .index_blc .eco-list .eco-blc .btn-more {
  position: absolute;
  text-align: left;
  bottom: 20px;
  left: 50%;
  margin-left: -110px;
}
.page-product .product-index .index_blc .BaseKitOne {
  background: #73bbde;
  border-radius: 10px;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 15px 0 0;
}
.page-product .product-index .index_blc .BaseKitOne a {
  display: block;
  text-decoration: none;
  padding: 20px 0 5px;
  color: #fff;
}
.page-product .product-index .index_blc .BaseKitOne a .mini {
  font-size: 1.7rem;
  font-weight: 700;
  display: block;
}
.page-product .product-index .index_blc .BaseKitOne a .tit {
  background: url(../img/product/hatena.svg) no-repeat right center;
  padding-right: 50px;
}
.page-product .product-index .index_blc .architecture_blc {
  text-align: center;
  padding: 50px 0;
}
.page-product .product-index .index_blc .architecture_blc .txt {
  font-size: 2.1rem;
  font-weight: 500;
}
.page-product .product-index .index_blc .architecture_blc .architecture-list {
  padding: 15px 50px 0;
  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;
}
.page-product .product-index .index_blc .architecture_blc .architecture-list .blc {
  width: 32.6%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 45px 0 35px;
}
.page-product .product-index .index_blc .architecture_blc .architecture-list .blc p {
  margin: 15px 0 0;
}
.page-product .product-index .index_blc .option_blc {
  max-width: 780px;
  width: 90%;
  margin: 50px auto 0;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(196, 208, 225)), to(rgb(223, 230, 242)));
  background-image: linear-gradient(90deg, rgb(196, 208, 225), rgb(223, 230, 242));
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 30px 20px;
  position: relative;
}
.page-product .product-index .index_blc .option_blc:before {
  content: "＋";
  display: block;
  color: #885aa3;
  position: absolute;
  top: -84px;
  left: 0;
  width: 100%;
  font-size: 4rem;
  font-weight: 200;
  text-align: center;
}
.page-product .product-index .index_blc .option_blc .tit {
  text-align: center;
  font-size: 1.8rem;
}
.page-product .product-index .index_blc .option_blc .blc {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eaedf1;
  padding: 20px 35px;
}
.page-product .product-index .index_blc .option_blc .blc .txt {
  line-height: 1.5;
}
.page-product .product-index .index_blc .option_blc .blc .txt .option_name {
  font-size: 3rem;
  font-weight: 600;
}
.page-product .product-index .index_blc .option_blc .blc .txt p {
  font-size: 1.5rem;
  margin: 0;
}
.page-product .product-index .index_blc .option_blc .blc:last-child {
  border-bottom: none;
}
.page-product .product-index .partner_product {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 780px;
  width: 90%;
  margin: 90px auto 40px;
  border-radius: 100px;
  background: #ccd7e6;
  padding: 24px 60px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.page-product .product-index .partner_product .txt {
  font-size: 2.4rem;
}
.page-product .product-index .partner_product:before {
  content: "＋";
  display: block;
  color: #885aa3;
  position: absolute;
  top: -84px;
  left: 0;
  width: 100%;
  font-size: 4rem;
  font-weight: 200;
  text-align: center;
}
.page-product .product-index .package_blc {
  margin-top: 130px;
}
.page-product .product-index .package_blc .lead {
  font-size: 2.4rem;
}
.page-product .product-index .package_blc .text {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-product {
    background-size: 120% auto;
  }
  .page-product .product-index .lead {
    font-size: 1.6rem;
    padding: 30px 0 0 0;
  }
  .page-product .product-index .detail-lead {
    font-size: 1.6rem;
    padding: 30px 0 0 0;
  }
  .page-product .product-index .text {
    font-size: 1.4rem;
    padding: 15px 0 0 0;
    line-height: 2.3;
  }
  .page-product .product-index .img {
    margin-top: 20px;
  }
  .page-product .product-index .img .option-img-midashi {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .page-product .product-index .waku {
    border-radius: 50px;
    margin-top: 30px;
  }
  .page-product .product-index .waku .inner {
    border-radius: 48px;
    padding: 25px 40px 35px;
  }
  .page-product .product-index .waku .inner .kasou-title {
    font-size: 1.6rem;
  }
  .page-product .product-index .waku .inner p {
    font-size: 1.3rem;
    line-height: 2;
  }
  .page-product .product-index .features_blc {
    margin-top: 50px;
  }
  .page-product .product-index .features_blc ul {
    padding: 20px 0 0 0;
  }
  .page-product .product-index .features_blc ul li {
    font-size: 1.6rem;
    padding: 0.5em 0;
  }
  .page-product .product-index .features_blc ul li .num {
    font-size: 4rem;
    width: 100%;
  }
  .page-product .product-index .features_blc .features_txt {
    position: relative;
  }
  .page-product .product-index .features_blc .features_txt .num {
    font-size: 4rem;
    width: 70px;
    top: 20px;
  }
  .page-product .product-index .features_blc .features_txt .features_tit {
    font-size: 1.6rem;
    padding: 20px 0 0 70px;
    font-weight: 500;
  }
  .page-product .product-index .features_blc .features_txt .features_tit strong {
    font-weight: 700;
  }
  .page-product .product-index .features_blc .features_txt p {
    font-size: 1.3rem;
    padding: 15px 0 0 70px;
    line-height: 2;
    margin: 0 0 1em;
  }
  .page-product .product-index .features_blc .num-l .num {
    font-size: 4rem;
    left: 0;
    top: 20px;
  }
  .page-product .product-index .features_blc .num-l .features_tit {
    font-size: 1.6rem;
    padding: 20px 0 0 70px;
  }
  .page-product .product-index .features_blc .num-l p {
    padding: 0 0 0 70px;
    margin: 0;
  }
  .page-product .product-index .features_blc .features_list {
    padding: 20px 0 0 23px;
  }
  .page-product .product-index .features_blc .features_list li {
    font-size: 1.6rem;
  }
  .page-product .product-index .features_blc .features_list li:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #231815;
    position: absolute;
    left: -20px;
    top: 1.5em;
  }
  .page-product .product-index .index_blc {
    padding: 20px;
  }
  .page-product .product-index .index_blc .logo img {
    max-width: 200px;
  }
  .page-product .product-index .index_blc .eco-list {
    display: block;
    margin: 50px 0 0;
  }
  .page-product .product-index .index_blc .eco-list .eco-blc {
    width: 100%;
    padding: 50px 0 70px;
    margin-top: 50px;
  }
  .page-product .product-index .index_blc .eco-list .eco-blc .icon {
    width: 60px;
    border-radius: 60px;
    margin: -84px auto 20px;
  }
  .page-product .product-index .index_blc .eco-list .eco-blc .eco-tit {
    font-size: 1.5rem;
  }
  .page-product .product-index .index_blc .eco-list .eco-blc .eco-tit .name {
    display: block;
    font-size: 2rem;
  }
  .page-product .product-index .index_blc .eco-list .eco-blc p {
    font-size: 1.3rem;
    padding: 0 20px;
  }
  .page-product .product-index .index_blc .eco-list .eco-blc .btn-more {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -110px;
  }
  .page-product .product-index .index_blc .BaseKitOne {
    font-size: 2rem;
  }
  .page-product .product-index .index_blc .BaseKitOne a {
    padding: 15px 0;
  }
  .page-product .product-index .index_blc .BaseKitOne a .mini {
    font-size: 1.1rem;
  }
  .page-product .product-index .index_blc .BaseKitOne a .tit {
    background-size: 25px;
    padding: 10px 35px 10px 0;
  }
  .page-product .product-index .index_blc .architecture_blc {
    padding: 30px 0;
  }
  .page-product .product-index .index_blc .architecture_blc .txt {
    font-size: 1.6rem;
  }
  .page-product .product-index .index_blc .architecture_blc .architecture-list {
    padding: 0 30px 0;
    display: block;
  }
  .page-product .product-index .index_blc .architecture_blc .architecture-list .blc {
    width: 100%;
    font-size: 1.5rem;
    padding: 25px 0 15px;
    margin-top: 15px;
  }
  .page-product .product-index .index_blc .architecture_blc .architecture-list .blc .icon img {
    width: 60px;
  }
  .page-product .product-index .index_blc .architecture_blc .architecture-list .blc p {
    margin: 15px 0 0;
  }
  .page-product .product-index .index_blc .option_blc {
    padding: 20px 15px 10px;
    margin: 25px auto 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(196, 208, 225)), to(rgb(231, 236, 243)));
    background-image: linear-gradient(90deg, rgb(196, 208, 225), rgb(231, 236, 243));
  }
  .page-product .product-index .index_blc .option_blc:before {
    top: -50px;
    font-size: 2.5rem;
  }
  .page-product .product-index .index_blc .option_blc .tit {
    font-size: 1.5rem;
  }
  .page-product .product-index .index_blc .option_blc .blc {
    display: block;
    padding: 20px 0;
  }
  .page-product .product-index .index_blc .option_blc .blc .txt {
    padding-bottom: 15px;
  }
  .page-product .product-index .index_blc .option_blc .blc .txt .option_name {
    font-size: 1.6rem;
  }
  .page-product .product-index .index_blc .option_blc .blc .txt p {
    font-size: 1.3rem;
  }
  .page-product .product-index .partner_product {
    display: block;
    margin: 55px auto 40px;
    border-radius: 20px;
    padding: 24px 30px;
  }
  .page-product .product-index .partner_product .txt {
    font-size: 1.6rem;
    padding-bottom: 15px;
  }
  .page-product .product-index .partner_product:before {
    top: -50px;
    font-size: 2.5rem;
  }
  .page-product .product-index .package_blc {
    margin-top: 50px;
  }
  .page-product .product-index .package_blc .lead {
    font-size: 1.6rem;
  }
}

.page-product-totalbom {
  background: url(../img/product/totalbom/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
.page-product-totalbom .product-index .detail-lead strong {
  color: #885aa3;
}
.page-product-totalbom .product-index .features_blc .features_txt .features_tit strong {
  color: #885aa3;
}
@media screen and (max-width: 768px) {
  .page-product-totalbom {
    background-size: 120% auto;
  }
}

.page-product-quickcim {
  background: url(../img/product/quickcim/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
.page-product-quickcim .product-index .detail-lead strong {
  color: #418cc8;
}
.page-product-quickcim .product-index .features_blc .features_txt .features_tit strong {
  color: #418cc8;
}
@media screen and (max-width: 768px) {
  .page-product-quickcim {
    background-size: 120% auto;
  }
}

.page-product-smart {
  background: url(../img/product/smart/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
.page-product-smart .product-index .detail-lead strong {
  color: #1eb4c3;
}
.page-product-smart .product-index .features_blc .features_list li strong {
  color: #1eb4c3;
}
@media screen and (max-width: 768px) {
  .page-product-smart {
    background-size: 120% auto;
  }
}

.page-product-primecoa {
  background: url(../img/product/primecoa/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
.page-product-primecoa .product-index .detail-lead strong {
  color: #4bbe7d;
}
.page-product-primecoa .product-index .features_blc .num-l .num {
  color: #8fddba;
  background: none;
  -webkit-text-fill-color: unset;
}
.page-product-primecoa .product-index .features_blc .num-l .features_tit strong {
  color: #4bbe7d;
}
@media screen and (max-width: 768px) {
  .page-product-primecoa {
    background-size: 120% auto;
  }
}

.page-product-option {
  background: url(../img/product/img-head-option.jpg) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .page-product-option {
    background-size: 120% auto;
  }
}

.page-product-partner {
  background: url(../img/product/partner/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .page-product-partner {
    background-size: 120% auto;
  }
  .page-product-partner .product-partner-list .toggle-list .list {
    padding-bottom: 1px;
  }
  .page-product-partner .product-partner-list .toggle-list .list dl {
    display: block;
  }
  .page-product-partner .product-partner-list .toggle-list .list dl dt {
    width: 100%;
  }
  .page-product-partner .product-partner-list .toggle-list .list dl dd {
    width: 100%;
    padding-left: 0;
  }
}

.page-product-faq {
  background: url(../img/product/faq/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
.page-product-faq .faq-list {
  margin-top: 60px;
}
.page-product-faq .faq-list .toggle-list {
  padding: 0;
  background: #a0b5d3;
  margin-bottom: 40px;
}
.page-product-faq .faq-list .toggle-list .title {
  font-size: 2.4rem;
  background: #f0f5fa;
  border-radius: 20px;
  padding: 50px 160px 50px 150px;
  letter-spacing: 0.03em;
  position: relative;
}
.page-product-faq .faq-list .toggle-list .title .q_num {
  background: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(50%, #b399de), color-stop(70%, #60cccb), to(#5acc99));
  background: linear-gradient(90deg, #b399de 0%, #b399de 50%, #60cccb 70%, #5acc99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-size: 6rem;
  font-weight: 100;
  position: absolute;
  left: 0;
  width: 140px;
  text-align: right;
  top: 20px;
  padding-left: 0;
}
.page-product-faq .faq-list .toggle-list .title:after {
  right: 80px;
}
.page-product-faq .faq-list .toggle-list .list {
  color: #fff;
  font-size: 2.4rem;
}
.page-product-faq .faq-list .toggle-list .list p {
  padding: 55px 50px 55px 150px;
  position: relative;
  margin: 0;
}
.page-product-faq .faq-list .toggle-list .list p .q_num {
  font-style: italic;
  font-size: 6rem;
  font-weight: 100;
  position: absolute;
  left: 0;
  width: 140px;
  text-align: right;
  top: 22px;
  padding-left: 0;
}
.page-product-faq .faq-list .toggle-list .list p a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-product-faq {
    background-size: 120% auto;
  }
  .page-product-faq .faq-list {
    margin-top: 20px;
  }
  .page-product-faq .faq-list .toggle-list {
    margin-bottom: 20px;
  }
  .page-product-faq .faq-list .toggle-list .title {
    font-size: 1.5rem;
    border-radius: 10px;
    padding: 20px 60px 20px 70px;
    line-height: 1.6;
  }
  .page-product-faq .faq-list .toggle-list .title .q_num {
    font-size: 3rem;
    left: 0;
    top: 12px;
    width: 65px;
  }
  .page-product-faq .faq-list .toggle-list .title:after {
    right: 20px;
  }
  .page-product-faq .faq-list .toggle-list .list {
    font-size: 1.4rem;
  }
  .page-product-faq .faq-list .toggle-list .list p {
    padding: 25px 20px 25px 70px;
  }
  .page-product-faq .faq-list .toggle-list .list p .q_num {
    font-size: 3rem;
    left: 0;
    top: 12px;
    width: 65px;
  }
}

.page-product-partnerproducts {
  background: url(../img/product/img-head-option.jpg) no-repeat top center;
  background-size: 100% auto;
}
.page-product-partnerproducts .partnerproducts-list {
  margin: 70px 70px 0;
  background: rgba(255, 255, 255, 0.7);
}
.page-product-partnerproducts .partnerproducts-list dl {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  background: url(../img/dot-line.png) no-repeat top center;
  background-size: 100% auto;
  padding: 0.7em 0;
}
.page-product-partnerproducts .partnerproducts-list dl dt {
  width: 33%;
  padding-right: 3%;
}
.page-product-partnerproducts .partnerproducts-list dl dt a {
  color: #1683ce;
  font-weight: 700;
  text-decoration: none;
  display: block;
  background: url(../img/product/link-icon.svg) no-repeat left center;
  background-size: 30px;
  padding-left: 40px;
}
.page-product-partnerproducts .partnerproducts-list dl dd {
  width: 33%;
}
.page-product-partnerproducts .partnerproducts-list dl:last-child {
  background-image: url(../img/dot-line.png), url(../img/dot-line.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100% auto;
}
.page-product-partnerproducts .partnerproducts-list .head {
  font-weight: 700;
  color: #1eb4c3;
  background: none;
}
.page-product-partnerproducts .text.txt-annotation {
  display: table;
  margin-left: auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-product-partnerproducts {
    background-size: 120% auto;
  }
  .page-product-partnerproducts .partnerproducts-list {
    margin: 20px 0 0;
  }
  .page-product-partnerproducts .partnerproducts-list dl {
    font-size: 1.5rem;
    background: url(../img/dot-line.png) no-repeat top center;
    background-size: 100% auto;
    padding: 0.7em 0;
  }
  .page-product-partnerproducts .partnerproducts-list dl dt {
    width: 100%;
    padding-right: 0;
  }
  .page-product-partnerproducts .partnerproducts-list dl dt a {
    color: #1683ce;
    font-weight: 700;
    text-decoration: none;
    display: block;
    background: url(../img/product/link-icon.svg) no-repeat left center;
    background-size: 25px;
    padding-left: 30px;
  }
  .page-product-partnerproducts .partnerproducts-list dl dd {
    width: 50%;
    vertical-align: top;
    padding: 5px 10px 0;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .page-product-partnerproducts .partnerproducts-list .head {
    display: none;
  }
}

.product-cmn-link_blc {
  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;
  max-width: 1160px;
  width: 90%;
  margin: 140px auto 0;
}
.product-cmn-link_blc .blc {
  width: 49%;
  border-radius: 10px;
  padding: 70px 0;
  text-align: center;
  color: #fff;
  font-size: 4rem;
}
.product-cmn-link_blc .blc .btn-more.center {
  margin: 10px auto 0;
  text-align: left;
}
.product-cmn-link_blc .blc-01 {
  background: url(../img/product/cmn-link01-bg.jpg) no-repeat center center;
  background-size: cover;
}
.product-cmn-link_blc .blc-02 {
  background: url(../img/product/cmn-link02-bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .product-cmn-link_blc {
    display: block;
    margin: 60px auto 0;
  }
  .product-cmn-link_blc .blc {
    width: 100%;
    padding: 30px 0;
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

/*------------------------------
企業情報
-------------------------------*/
.page-company {
  background: url(../img/company/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
.page-company .company-index .sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-company .company-index .company-link {
  width: 31%;
  margin: 0 1.1% 30px;
  -webkit-box-shadow: 7px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.page-company .company-index .company-link .inner {
  padding-bottom: 110px;
}
.page-company .company-index .company-link .inner .img {
  margin-bottom: 20px;
}
.page-company .company-index .company-link .inner .title {
  font-size: 2.6rem;
  font-weight: 500;
  margin: 0 7% 10px;
}
.page-company .company-index .company-link .inner p {
  margin: 0 7% 0;
}
.page-company .company-index .company-link .inner .btn-more {
  margin: 2em 2% 2% auto;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.page-company .company-profile .sec-inner {
  max-width: 1020px;
}
.page-company .company-philosophy {
  padding-top: 35px;
}
.page-company .company-philosophy .philosophy-blc {
  margin-bottom: 100px;
}
.page-company .company-philosophy .philosophy-blc:last-child {
  margin-bottom: 0;
}
.page-company .company-philosophy .philosophy-blc .title {
  color: #4c4948;
  font-weight: 400;
}
.page-company .company-philosophy .philosophy-blc .philosophy {
  font-size: 7rem;
  font-weight: 100;
  background: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(33%, #1eb4c3), color-stop(60%, #60cccb), to(#5acc99));
  background: linear-gradient(90deg, #b399de 0%, #1eb4c3 33%, #60cccb 60%, #5acc99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
  margin: -10px 0 0;
}
.page-company .company-philosophy .philosophy-blc p {
  font-size: 2.5rem;
  margin: 0;
}
.page-company .company-history .sec-inner {
  max-width: 1020px;
}
.page-company .company-history .sec-inner .table-layout th {
  font-size: 3rem;
  font-weight: 200;
  width: 140px;
  padding: 1.2em 0;
  vertical-align: top;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(33%, #1eb4c3), color-stop(60%, #60cccb), to(#5acc99));
  background: linear-gradient(90deg, #b399de 0%, #1eb4c3 33%, #60cccb 60%, #5acc99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-company .company-history .sec-inner .table-layout td {
  padding: 2em 0 0.7em;
  vertical-align: top;
}
.page-company .company-history .sec-inner .table-layout td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
  letter-spacing: 0.02em;
}
.page-company .company-history .sec-inner .table-layout td dl dt {
  width: 65px;
  font-weight: 700;
}
.page-company .company-history .sec-inner .table-layout td dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-company .company-access .access-blc {
  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;
  border-bottom: 1px solid #bdbdbd;
  padding: 50px 0;
}
.page-company .company-access .access-blc .data {
  width: 51%;
}
.page-company .company-access .access-blc .data .title {
  font-size: 2.6rem;
  margin-bottom: 1em;
}
.page-company .company-access .access-blc .data dl {
  font-size: 1.7rem;
  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;
}
.page-company .company-access .access-blc .data dl dt {
  color: #885aa3;
  width: 100px;
  margin-bottom: 1em;
}
.page-company .company-access .access-blc .data dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 1em;
  font-weight: 400;
}
.page-company .company-access .access-blc .map {
  width: 46%;
}
.page-company .company-access .access-blc .map iframe {
  vertical-align: top;
}
.page-company .company-access .access-blc:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-company {
    background-size: 120% auto;
  }
  .page-company .company-index .sec-inner {
    display: block;
  }
  .page-company .company-index .company-link {
    width: 90%;
    margin: 0 auto 20px;
    border-radius: 10px;
  }
  .page-company .company-index .company-link .inner {
    padding-bottom: 100px;
  }
  .page-company .company-index .company-link .inner .img {
    margin-bottom: 10px;
  }
  .page-company .company-index .company-link .inner .title {
    font-size: 2.2rem;
    font-weight: 500;
    margin: 0 5% 10px;
  }
  .page-company .company-index .company-link .inner p {
    margin: 0 5% 0;
  }
  .page-company .company-philosophy {
    padding-top: 20px;
    padding-bottom: 60px;
    width: 90%;
    margin: auto;
  }
  .page-company .company-philosophy .philosophy-blc {
    margin-bottom: 50px;
  }
  .page-company .company-philosophy .philosophy-blc .philosophy {
    font-size: 4rem;
  }
  .page-company .company-philosophy .philosophy-blc p {
    font-size: 1.6rem;
  }
  .page-company .company-history .sec-inner .table-layout th {
    width: 100%;
    padding: 1.2em 0 0.3em;
  }
  .page-company .company-access .access-blc {
    display: block;
    padding: 20px 0 50px;
  }
  .page-company .company-access .access-blc .data {
    width: 100%;
  }
  .page-company .company-access .access-blc .data .title {
    font-size: 1.8rem;
    margin-left: 20px;
  }
  .page-company .company-access .access-blc .data dl {
    font-size: 1.4rem;
  }
  .page-company .company-access .access-blc .data dl dt {
    width: 80px;
  }
  .page-company .company-access .access-blc .map {
    width: 100%;
  }
}

.page-profile {
  background: url(../img/company/company_profile/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .page-profile {
    background-size: 120% auto;
  }
}

.page-philosophy {
  background: url(../img/company/philosophy/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .page-philosophy {
    background-size: 120% auto;
  }
}

.page-history {
  background: url(../img/company/history/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .page-history {
    background-size: 120% auto;
  }
}

.page-access {
  background: url(../img/company/access/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .page-access {
    background-size: 120% auto;
  }
}

/*------------------------------
課題別
-------------------------------*/
.page-solving {
  background: url(../img/solving/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
.page-solving .solving-index .solving-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;
}
.page-solving .solving-index .solving-list .solving-blc {
  width: 31%;
  margin: 0 1.1% 30px;
  -webkit-box-shadow: 7px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.page-solving .solving-index .solving-list .solving-blc .solution {
  background: #08246a;
  color: #fff;
  font-size: 1.6vw;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  height: 6.5vw;
  display: table;
  width: 100%;
}
.page-solving .solving-index .solving-list .solving-blc .solution span {
  display: table-cell;
  vertical-align: middle;
}
.page-solving .solving-index .solving-list .solving-blc .txt {
  background: url(../img/solving/solving_bg.svg) no-repeat;
  background-size: 100% auto;
  padding: 0 9% 20px;
  height: 16vw;
  width: 100%;
  display: table;
}
.page-solving .solving-index .solving-list .solving-blc .txt p {
  margin: 0;
  font-size: 1.8rem;
  display: table-cell;
  vertical-align: middle;
}
.page-solving .solving-index .solving-list .solving-blc .btn {
  padding: 20px 0 30px;
}
.page-solving .solving-index .solving-list .solving-blc .btn .btn-more.center {
  margin-top: 0;
}
.page-solving .modal {
  background: #fff url(../img/solving/solving_detail_bg.svg) no-repeat top center;
  background-size: 100% auto;
  padding: 0 120px 20px;
}
.page-solving .modal .lead {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 500;
  height: 177px;
  width: 100%;
  display: table;
}
.page-solving .modal .lead span {
  display: table-cell;
  vertical-align: middle;
}
.page-solving .modal .tit {
  font-size: 6rem;
  color: #97a2be;
  text-align: center;
  font-weight: 100;
  line-height: 1;
  padding: 30px 0 10px;
}
.page-solving .modal .txt {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 50px;
}
.page-solving .modal .txt p {
  font-size: 2.4rem;
  color: #08246a;
  margin: 0;
}
.page-solving .modal .links {
  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;
  padding: 40px 0;
}
.page-solving .modal .links .link-blc {
  width: 49%;
}
.page-solving .modal .links .link-blc h3 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}
.page-solving .modal .links .link-blc .bnr {
  background: #f0f5fa;
  border-radius: 10px;
  margin-top: 10px;
}
.page-solving .modal .links .link-blc .bnr a {
  display: block;
  padding: 20px;
  text-decoration: none;
  background: url(../img/btn_s-arrow.svg) no-repeat right 15px center;
  height: 80px;
}
.page-solving .modal .links .link-blc .bnr .logo {
  max-width: 70%;
  max-height: 42px;
  vertical-align: middle;
}
.page-solving .modal .links .link-blc .bnr .totalbom {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #885aa3;
  line-height: 38px;
}
.page-solving .modal .links .link-blc .bnr .quickcim {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #418cc8;
  line-height: 38px;
}
.page-solving .modal .links .link-blc .bnr-02 {
  background: url(../img/contactarea_bg.jpg) no-repeat;
  background-size: cover;
}
.page-solving .modal .links .link-blc .bnr-02 a {
  padding: 20px 20px 20px 50px;
}
.page-solving .modal .links .link-blc .bnr-02 a .midashi {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.page-solving .modal .links .link-blc .bnr-02 a .midashi:before {
  width: 20px;
  height: 20px;
  left: -27px;
  background-size: 20px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .page-solving {
    background-size: 120% auto;
  }
  .page-solving .solving-index .solving-list {
    display: block;
  }
  .page-solving .solving-index .solving-list .solving-blc {
    width: 100%;
    margin: 0 1.1% 20px;
    border-radius: 10px;
  }
  .page-solving .solving-index .solving-list .solving-blc .solution {
    font-size: 1.7rem;
    height: 14vw;
  }
  .page-solving .solving-index .solving-list .solving-blc .solution span {
    display: table-cell;
    vertical-align: middle;
  }
  .page-solving .solving-index .solving-list .solving-blc .txt {
    background: url(../img/solving/solving_bg_sp.svg) no-repeat;
    background-size: 100% auto;
    padding: 0 9% 0;
    height: 43vw;
  }
  .page-solving .solving-index .solving-list .solving-blc .txt p {
    font-size: 1.5rem;
  }
  .page-solving .solving-index .solving-list .solving-blc .btn {
    padding: 10px 0 20px;
  }
  .page-solving .modal {
    background: #fff url(../img/solving/solving_detail_bg_sp.svg) no-repeat top center;
    background-size: 100% auto;
    padding: 0 5%;
  }
  .page-solving .modal .lead {
    font-size: 1.6rem;
    height: auto;
    padding: 20px 0;
  }
  .page-solving .modal .tit {
    font-size: 2rem;
  }
  .page-solving .modal .txt {
    padding-bottom: 20px;
  }
  .page-solving .modal .txt p {
    font-size: 1.6rem;
  }
  .page-solving .modal .links {
    display: block;
    padding: 20px 0 0;
  }
  .page-solving .modal .links .link-blc {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-solving .modal .links .link-blc h3 {
    font-size: 1.3rem;
  }
  .page-solving .modal .links .link-blc .bnr {
    margin-top: 5px;
  }
  .page-solving .modal .links .link-blc .bnr a {
    padding: 10px;
    background: url(../img/btn_s-arrow.svg) no-repeat right 10px center;
    background-size: 30px;
    height: 60px;
  }
  .page-solving .modal .links .link-blc .bnr a .logo {
    max-height: 34px;
  }
  .page-solving .modal .links .link-blc .bnr a .totalbom {
    font-size: 2.2rem;
  }
  .page-solving .modal .links .link-blc .bnr a .quickcim {
    font-size: 2.2rem;
  }
  .page-solving .modal .links .link-blc .bnr-02 a {
    padding: 11px 10px 11px 40px;
  }
  .page-solving .modal .links .link-blc .bnr-02 a .midashi {
    font-size: 2rem;
  }
}

/*------------------------------
導入事例
-------------------------------*/
.page-case {
  background: url(../img/case/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
.page-case .page-head .page-title .breadcrumb {
  color: #231815;
}
.page-case .page-head .page-title .breadcrumb li:last-child {
  color: #231815;
}
.page-case .page-head .page-title .breadcrumb li a {
  color: #231815;
}
.page-case .page-head .page-title .sec-title {
  color: #231815;
}
.page-case .case-index .midashi {
  font-size: 3.6rem;
}
.page-case .case-index .page-link-list {
  padding: 50px 0;
}
.page-case .case-index .page-link-list ul {
  text-align: center;
}
.page-case .case-index .page-link-list ul li {
  display: inline-block;
  width: 160px;
  margin: 0 20px;
}
.page-case .case-index .page-link-list ul li .filter-button {
  background: #fff;
  color: #1eb4c3;
  border: 1px solid #1eb4c3;
  border-radius: 5px;
  font-size: 1.4rem;
  display: block;
  width: 160px;
  padding: 6px 0;
  cursor: pointer;
  font-weight: 500;
}
.page-case .case-index .page-link-list ul li .current {
  background: #1eb4c3;
  color: #fff;
}
.page-case .case-index .case-links {
  padding: 10px 0 0;
  display: grid;
  grid-auto-rows: 1fr;
}
.page-case .case-index .case-links .case-link {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  display: none;
}
.page-case .case-index .case-links .case-link .inner {
  background: #f0f5fa;
  border-radius: 10px;
  overflow: hidden;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  margin-bottom: 30px;
  height: 92%;
}
.page-case .case-index .case-links .case-link .inner .img {
  width: 31%;
}
.page-case .case-index .case-links .case-link .inner .img img {
  width: 100%;
}
.page-case .case-index .case-links .case-link .inner .case-detail {
  width: 65%;
  padding-right: 2%;
  position: relative;
}
.page-case .case-index .case-links .case-link .inner .case-detail .category {
  font-size: 1.1rem;
  color: #1eb4c3;
  border-radius: 4px;
  border: 1px solid #1eb4c3;
  display: block;
  padding: 1px 0;
  width: 130px;
  text-align: center;
  margin-bottom: 10px;
}
.page-case .case-index .case-links .case-link .inner .case-detail .title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
}
.page-case .case-index .case-links .case-link .inner .case-detail .data {
  position: absolute;
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.page-case .case-index .case-links .case-link .inner .case-detail .data .txt {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 700;
}
.page-case .case-index .case-links .case-link .inner .case-detail .data .txt .date {
  font-size: 1.4rem;
  font-weight: 300;
  color: #4c4c56;
}
.page-case .case-index .case-links .case-link .inner .case-detail .data .btns {
  width: 50%;
  text-align: right;
  padding-right: 2%;
}
.page-case .case-index .case-links .case-link .inner .case-detail .data .btns .btn {
  display: inline-block;
}
.page-case .case-index .case-links .case-link.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-case .case-index .btn-more {
  height: 56px;
}
.page-case .case-company-list {
  margin-top: 50px;
}
.page-case .case-company-list .toggle-list .list dl dt {
  position: relative;
  padding-right: 100px;
}
.page-case .case-company-list .toggle-list .list dl dt .btns {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -17px;
  display: inline-block;
}
.page-case .case-company-list .toggle-list .list dl dt .btns .btn {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin-left: 0;
}
.page-case .case-company-list .toggle-list .list dl dt .btns .btn a img {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .page-case {
    background-size: 120% auto;
  }
  .page-case .case-index .midashi {
    font-size: 1.8rem;
    margin-left: 11%;
  }
  .page-case .case-index .page-link-list {
    padding: 20px 0;
  }
  .page-case .case-index .page-link-list ul li {
    width: 43%;
    margin: 0 1% 10px;
  }
  .page-case .case-index .page-link-list ul li .filter-button {
    width: 100%;
  }
  .page-case .case-index .case-links {
    padding: 10px 0 0;
    display: block;
  }
  .page-case .case-index .case-links .case-link {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    display: none;
  }
  .page-case .case-index .case-links .case-link .inner {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
  }
  .page-case .case-index .case-links .case-link .inner .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-case .case-index .case-links .case-link .inner .case-detail {
    width: 100%;
    padding-right: 0;
    min-height: inherit;
  }
  .page-case .case-index .case-links .case-link .inner .case-detail .title {
    font-size: 1.6rem;
  }
  .page-case .case-index .case-links .case-link .inner .case-detail .data {
    position: static;
  }
  .page-case .case-index .case-links .case-link .inner .case-detail .data .txt {
    font-size: 1.4rem;
  }
  .page-case .case-index .case-links .case-link .inner .case-detail .data .txt .date {
    font-size: 1.3rem;
  }
  .page-case .case-index .case-links .case-link .inner .case-detail .data .btns {
    padding-right: 0;
  }
  .page-case .case-index .case-links .case-link .inner .case-detail .data .btns .btn img {
    width: 40px;
  }
  .page-case .case-company-list {
    margin-top: 20px;
  }
  .page-case .case-company-list .toggle-list .list dl dt {
    padding-right: 3%;
  }
  .page-case .case-company-list .toggle-list .list dl dt .btns {
    position: static;
    margin-top: 5px;
    display: block;
  }
  .page-case .case-company-list .toggle-list .list dl dt .btns .btn {
    width: 30px;
  }
}

.page-case-detail {
  background: #F0F5FA;
}
.page-case-detail .page-head {
  background: none;
  height: 14vw;
}
.page-case-detail .page-head .breadcrumb {
  color: #231815;
}
.page-case-detail .page-head .breadcrumb li a {
  color: #231815;
}
@media screen and (max-width: 768px) {
  .page-case-detail .page-head {
    height: 10vw;
  }
}
.page-case-detail .blc-lead .case-title {
  background: url(../img/case/case-lead-bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
  padding: 70px 0 100px;
}
.page-case-detail .blc-lead .info {
  max-width: 1180px;
  width: 90%;
  margin: -60px auto 0;
  background: -webkit-gradient(linear, left top, right top, from(#B399DE), color-stop(33%, #1EB4C3), color-stop(66%, #60CCCB), to(#5ACC99));
  background: linear-gradient(90deg, #B399DE 0%, #1EB4C3 33%, #60CCCB 66%, #5ACC99 100%);
  border-radius: 20px;
  padding: 2px;
  position: relative;
}
.page-case-detail .blc-lead .info:before {
  content: "";
  display: block;
  width: 16px;
  height: 32px;
  background: url(../img/case/info-waku-arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: -29px;
  margin-left: -8px;
}
.page-case-detail .blc-lead .info .inner {
  background: #fff;
  border-radius: 19px;
  padding: 60px 70px 50px 90px;
}
.page-case-detail .blc-lead .info .inner .name {
  font-size: 2.8rem;
  font-weight: 400;
}
.page-case-detail .blc-lead .info .inner .name strong {
  font-weight: 500;
}
.page-case-detail .blc-lead .info .inner .detail {
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page-case-detail .blc-lead .info .inner .detail .txt {
  width: 70%;
  margin-top: 1em;
}
.page-case-detail .blc-lead .info .inner .detail .txt p {
  font-size: 1.7rem;
  line-height: 2.2;
}
.page-case-detail .blc-lead .info .inner .detail .txt dl {
  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;
  font-size: 1.4rem;
  background: url(../img/dot-line.png) no-repeat bottom center;
  background-size: auto 1px;
  padding: 0.7em 0;
}
.page-case-detail .blc-lead .info .inner .detail .txt dl dt {
  width: 100px;
}
.page-case-detail .blc-lead .info .inner .detail .txt dl dd {
  width: calc(100% - 100px);
  font-weight: 400;
}
.page-case-detail .blc-lead .info .inner .detail .txt dl:last-child {
  background: none;
}
.page-case-detail .blc-lead .info .inner .detail .img {
  width: 24%;
}
.page-case-detail .blc-lead .info .inner .detail .img img {
  margin-top: 30px;
}
.page-case-detail .blc-lead .info .inner .detail .img .cap {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-case-detail .blc-lead .case-title {
    font-size: 1.8rem;
    padding: 30px 5% 80px;
  }
  .page-case-detail .blc-lead .info {
    margin: -40px auto 0;
    border-radius: 10px;
  }
  .page-case-detail .blc-lead .info .inner {
    border-radius: 9px;
    padding: 30px 7% 20px 9%;
  }
  .page-case-detail .blc-lead .info .inner .name {
    font-size: 1.8rem;
  }
  .page-case-detail .blc-lead .info .inner .detail {
    display: block;
  }
  .page-case-detail .blc-lead .info .inner .detail .txt {
    width: 100%;
  }
  .page-case-detail .blc-lead .info .inner .detail .txt p {
    font-size: 1.4rem;
  }
  .page-case-detail .blc-lead .info .inner .detail .txt dl {
    font-size: 1.3rem;
  }
  .page-case-detail .blc-lead .info .inner .detail .img {
    width: 100%;
  }
  .page-case-detail .blc-lead .info .inner .detail .img img {
    margin-top: 30px;
  }
  .page-case-detail .blc-lead .info .inner .detail .img .cap {
    font-size: 1.1rem;
  }
}
.page-case-detail .case-detail .case-detail-inner .midashi-maru {
  font-size: 2rem;
  margin-bottom: 1.7em;
}
.page-case-detail .case-detail .case-detail-inner .case-lead {
  font-size: 3.4rem;
  margin-bottom: 1em;
  color: #1EB4C3;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
.page-case-detail .case-detail .case-detail-inner .case-lead ul {
  margin-left: 1.5em;
}
.page-case-detail .case-detail .case-detail-inner .case-lead ul li {
  list-style: disc;
}
.page-case-detail .case-detail .case-detail-inner .midashi-sub {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.3em;
  position: relative;
}
.page-case-detail .case-detail .case-detail-inner .case-lead-sub {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1EB4C3;
  margin-bottom: 1.3em;
  line-height: 1.6;
  position: relative;
}
.page-case-detail .case-detail .case-detail-inner p {
  font-size: 1.7rem;
  line-height: 2.4;
  margin: 0 0 2em;
  position: relative;
}
.page-case-detail .case-detail .case-detail-inner .more-txt {
  position: relative;
}
.page-case-detail .case-detail .case-detail-inner .more-txt p {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.page-case-detail .case-detail .case-detail-inner .more-txt .blue {
  color: #1EB4C3;
}
.page-case-detail .case-detail .case-detail-inner .more-txt .mb-2em {
  margin-bottom: 2em;
}
.page-case-detail .case-detail .case-detail-inner .more-txt ol {
  margin-left: 1.5em;
  font-size: 1.7rem;
}
.page-case-detail .case-detail .case-detail-inner .more-txt ol li {
  list-style: decimal;
  font-weight: 400;
}
.page-case-detail .case-detail .case-detail-inner .more-txt ul {
  margin-left: 1.5em;
  font-size: 1.5rem;
}
.page-case-detail .case-detail .case-detail-inner .more-txt ul li {
  list-style: disc;
  font-weight: 400;
}
.page-case-detail .case-detail .case-detail-inner .staff-img {
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.page-case-detail .case-detail .case-detail-inner .staff-img .ph {
  width: 49%;
}
.page-case-detail .case-detail .case-detail-inner .staff-img .cap {
  width: 49%;
  font-size: 1.4rem;
  font-weight: 400;
}
.page-case-detail .case-detail .case-detail-inner .staff-img-small .ph {
  width: 25%;
}
.page-case-detail .case-detail .case-detail-inner .staff-img-small .cap {
  width: 71%;
}
.page-case-detail .case-detail .case-detail-inner .zu {
  padding: 2.5em 0 3.5em;
}
.page-case-detail .case-detail .case-detail-inner .case-detail {
  padding: 90px 0 30px;
}
.page-case-detail .case-detail .case-detail-inner .case-detail .case-detail-wrap {
  width: 90%;
  max-width: 790px;
}
.page-case-detail .case-detail .case-detail-inner .case-detail01 {
  padding: 150px 0 30px;
}
.page-case-detail .case-detail .case-detail-inner .case-detail02 {
  padding: 90px 0 70px;
  position: relative;
}
.page-case-detail .case-detail .case-detail-inner .case-detail02:before {
  content: "";
  display: block;
  background: #fff;
  width: 159%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.page-case-detail .case-detail .case-detail-inner .case-detail04 {
  padding: 90px 0 90px;
  position: relative;
}
.page-case-detail .case-detail .case-detail-inner .case-detail04:before {
  content: "";
  display: block;
  background: #fff;
  width: 159%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-case-detail .case-detail .case-detail-inner .case-detail01 {
    padding: 150px 0 30px;
  }
  .page-case-detail .case-detail .case-detail-inner .case-detail02:before {
    width: 134%;
    right: -5.6%;
  }
  .page-case-detail .case-detail .case-detail-inner .case-detail04:before {
    width: 134%;
    right: -5.6%;
  }
}
@media screen and (max-width: 768px) {
  .page-case-detail .case-detail .case-detail-inner .midashi-maru {
    font-size: 1.4rem;
  }
  .page-case-detail .case-detail .case-detail-inner .case-lead {
    font-size: 1.8rem;
  }
  .page-case-detail .case-detail .case-detail-inner .midashi-sub {
    font-size: 1.6rem;
  }
  .page-case-detail .case-detail .case-detail-inner .case-lead-sub {
    font-size: 1.8rem;
  }
  .page-case-detail .case-detail .case-detail-inner p {
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .page-case-detail .case-detail .case-detail-inner .more-txt p {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
  }
  .page-case-detail .case-detail .case-detail-inner .more-txt ol {
    margin-left: 1.4em;
  }
  .page-case-detail .case-detail .case-detail-inner .more-txt ul {
    margin-left: 1.4em;
  }
  .page-case-detail .case-detail .case-detail-inner .staff-img {
    display: block;
    word-wrap: 80%;
    margin: auto;
  }
  .page-case-detail .case-detail .case-detail-inner .staff-img .ph {
    width: 100%;
  }
  .page-case-detail .case-detail .case-detail-inner .staff-img .cap {
    width: 100%;
    font-size: 1.1rem;
  }
  .page-case-detail .case-detail .case-detail-inner .zu {
    padding: 1.5em 0 1.5em;
  }
  .page-case-detail .case-detail .case-detail-inner .case-detail {
    padding: 40px 0 0;
  }
  .page-case-detail .case-detail .case-detail-inner .case-detail .case-detail-wrap {
    width: 100%;
  }
  .page-case-detail .case-detail .case-detail-inner .case-detail02 {
    padding: 40px 0 30px;
  }
  .page-case-detail .case-detail .case-detail-inner .case-detail02:before {
    width: 134%;
    right: -5.6%;
  }
  .page-case-detail .case-detail .case-detail-inner .case-detail04 {
    padding: 40px 0 30px;
  }
  .page-case-detail .case-detail .case-detail-inner .case-detail04:before {
    width: 134%;
    right: -5.6%;
  }
}
.page-case-detail .case-matome {
  background: #fff;
  padding: 140px 0 0;
}
.page-case-detail .case-matome .sec-inner {
  margin-bottom: 0;
}
.page-case-detail .case-matome .midashi {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 1em;
}
.page-case-detail .case-matome .matome-blc {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #199FBB;
  border-radius: 300px;
  padding: 50px 50px;
  margin-bottom: 60px;
  position: relative;
}
.page-case-detail .case-matome .matome-blc:after {
  content: "";
  width: 57px;
  height: 17px;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  bottom: -38px;
  background: url(../img/case/matome-arrow.svg) no-repeat;
  background-size: 100%;
}
.page-case-detail .case-matome .matome-blc .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1EB4C3;
  width: 31%;
  padding-left: 140px;
  height: 120px;
  line-height: 1.4;
  display: table;
}
.page-case-detail .case-matome .matome-blc .title span {
  background: -webkit-gradient(linear, left top, right top, from(#199FBB), color-stop(33%, #13A4B5), color-stop(66%, #16A9B6), to(#16A9AB));
  background: linear-gradient(90deg, #199FBB 0%, #13A4B5 33%, #16A9B6 66%, #16A9AB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table-cell;
  vertical-align: middle;
}
.page-case-detail .case-matome .matome-blc .title01 {
  background: url(../img/case/matome-ico-01.svg) no-repeat left center;
  background-size: 120px;
}
.page-case-detail .case-matome .matome-blc .title02 {
  background: url(../img/case/matome-ico-02.svg) no-repeat left center;
  background-size: 120px;
}
.page-case-detail .case-matome .matome-blc .title03 {
  background: url(../img/case/matome-ico-03.svg) no-repeat left center;
  background-size: 120px;
}
.page-case-detail .case-matome .matome-blc .list {
  width: 67%;
}
.page-case-detail .case-matome .matome-blc .list ul {
  border-left: 2px dotted #1EB4C3;
}
.page-case-detail .case-matome .matome-blc .list ul li {
  font-size: 1.8rem;
  list-style: disc;
  margin-left: 2.5em;
}
.page-case-detail .case-matome .matome-blc .list ul .nodot {
  list-style: none;
  margin-left: 0.7em;
}
.page-case-detail .case-matome .last {
  margin-bottom: 20px;
}
.page-case-detail .case-matome .last:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-case-detail .case-matome {
    padding: 50px 0 0;
    margin-bottom: 0;
  }
  .page-case-detail .case-matome .midashi {
    font-size: 1.8rem;
  }
  .page-case-detail .case-matome .matome-blc {
    display: block;
    padding: 20px 30px 20px;
    border-radius: 30px;
    margin-bottom: 40px;
  }
  .page-case-detail .case-matome .matome-blc:after {
    bottom: -32px;
  }
  .page-case-detail .case-matome .matome-blc .title {
    font-size: 1.8rem;
    width: 100%;
    padding-left: 60px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .page-case-detail .case-matome .matome-blc .title01 {
    background-size: 40px;
  }
  .page-case-detail .case-matome .matome-blc .title02 {
    background-size: 40px;
  }
  .page-case-detail .case-matome .matome-blc .title03 {
    background-size: 40px;
  }
  .page-case-detail .case-matome .matome-blc .list {
    width: 100%;
  }
  .page-case-detail .case-matome .matome-blc .list ul {
    border-left: none;
    border-top: 2px dotted #1EB4C3;
    padding-top: 10px;
  }
  .page-case-detail .case-matome .matome-blc .list ul li {
    font-size: 1.5rem;
    margin-left: 1em;
  }
}
.page-case-detail .case-other {
  background: #fff;
  padding: 140px 0 0;
}
.page-case-detail .case-other .midashi {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 1em;
}
.page-case-detail .case-other .case-other_slide .casestudy {
  background: #F0F5FA;
  border-radius: 10px;
  overflow: hidden;
}
.page-case-detail .case-other .case-other_slide .casestudy .casestudy-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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 0;
  height: 100%;
}
.page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .img {
  width: 47.5%;
}
.page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .img img {
  border-radius: 0 5px 5px 0;
}
.page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail {
  width: 47.5%;
  padding-right: 2%;
  min-height: 300px;
  position: relative;
}
.page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .category {
  font-size: 1.1rem;
  color: #1eb4c3;
  border-radius: 4px;
  border: 1px solid #1eb4c3;
  display: block;
  padding: 1px 0;
  width: 130px;
  text-align: center;
  margin-bottom: 10px;
}
.page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
}
.page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #4c4c56;
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .txt {
  width: 50%;
}
.page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .txt .date {
  font-size: 1.4rem;
  font-weight: 300;
}
.page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .btns {
  width: 50%;
  text-align: right;
  padding-right: 10%;
}
.page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .btns .btn {
  display: inline-block;
}
@media screen and (min-width: 1100px) and (max-width: 1366px) {
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data {
    display: block;
    margin-top: 10px;
    position: static;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .txt {
    width: 100%;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .btns {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .btns .btn {
    display: inline-block;
    width: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner {
    display: block;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .img {
    width: 86%;
    margin: auto;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .img img {
    border-radius: 5px;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail {
    width: 86%;
    margin: 15px auto 0;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data {
    display: block;
    margin-top: 10px;
    position: static;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .txt {
    width: 100%;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .btns {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .btns .btn {
    display: inline-block;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-case-detail .case-other {
    padding: 50px 0 0;
    margin-bottom: 0;
  }
  .page-case-detail .case-other .midashi {
    font-size: 1.8rem;
  }
  .page-case-detail .case-other .case-other_slide .casestudy {
    background: #F0F5FA;
    border-radius: 10px;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner {
    display: block;
    padding: 24px 7%;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .img img {
    border-radius: 5px;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail {
    width: 100%;
    padding-right: 0;
    min-height: inherit;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data {
    position: static;
    margin-top: 20px;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .txt {
    width: 50%;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .txt .date {
    font-size: 1.2rem;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .btns {
    padding-right: 0;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .btns .btn {
    display: inline-block;
  }
  .page-case-detail .case-other .case-other_slide .casestudy .casestudy-inner .case-detail .data .btns .btn img {
    width: 40px;
  }
}
.page-case-detail .case-relate {
  background: #fff;
  padding: 140px 0 0;
}
.page-case-detail .case-relate .sec-inner {
  margin-bottom: 0;
  padding-bottom: 140px;
}
.page-case-detail .case-relate .midashi {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 1em;
}
.page-case-detail .case-relate .link-bnr a {
  background: #F0F5FA url(../img/btn_s-arrow.svg) no-repeat right 70px center;
  border-radius: 10px;
  overflow: hidden;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px;
  text-decoration: none;
  font-size: 1.9rem;
}
.page-case-detail .case-relate .link-bnr a .logo {
  width: 33%;
  max-width: 337px;
}
.page-case-detail .case-relate .link-bnr a .logo img {
  mix-blend-mode: multiply;
}
.page-case-detail .case-relate .link-bnr a .txt {
  width: 67%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .page-case-detail .case-relate {
    padding: 50px 0 0;
    margin-bottom: 0;
  }
  .page-case-detail .case-relate .sec-inner {
    padding-bottom: 60px;
  }
  .page-case-detail .case-relate .midashi {
    font-size: 1.8rem;
  }
  .page-case-detail .case-relate .link-bnr a {
    background: #F0F5FA url(../img/btn_s-arrow.svg) no-repeat right 20px center;
    background-size: 40px;
    display: block;
    padding: 20px 60px 20px 20px;
    font-size: 1.3rem;
  }
  .page-case-detail .case-relate .link-bnr a .logo {
    width: 100%;
    max-width: 200px;
  }
  .page-case-detail .case-relate .link-bnr a .txt {
    width: 100%;
    padding-left: 0;
  }
}
.page-case-detail .l-contact {
  background: #fff;
  padding-bottom: 100px;
}
.page-case-detail .l-contact .blc-Contact {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-case-detail .l-contact {
    padding-bottom: 50px;
  }
}

/*------------------------------
news
-------------------------------*/
.page-topics {
  background: url(../img/news/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
.page-topics .news-blc .sec-inner {
  max-width: 1020px;
}
.page-topics .news-blc .sec-inner .news_list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: rgba(255, 255, 255, 0.6);
}
.page-topics .news-blc .sec-inner .news_list .year {
  font-size: 7rem;
  font-weight: 100;
  margin: -10px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(33%, #1eb4c3), color-stop(60%, #60cccb), to(#5acc99));
  background: linear-gradient(90deg, #b399de 0%, #1eb4c3 33%, #60cccb 60%, #5acc99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
}
.page-topics .news-blc .sec-inner .news_list ul {
  border-top: 2px solid;
  -o-border-image: linear-gradient(to right, #b399de, #1eb4c3, #60cccb, #5acc99) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(#1eb4c3), color-stop(#60cccb), to(#5acc99)) 1;
  border-image: linear-gradient(to right, #b399de, #1eb4c3, #60cccb, #5acc99) 1;
  margin-bottom: 70px;
}
.page-topics .news-blc .sec-inner .news_list ul li {
  border-bottom: 1px solid #b7b9c0;
}
.page-topics .news-blc .sec-inner .news_list ul li a {
  text-decoration: none;
  display: block;
  padding: 2em 0 2em;
  padding-right: 70px;
  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;
  color: #231815;
}
.page-topics .news-blc .sec-inner .news_list ul li a .data {
  width: 250px;
}
.page-topics .news-blc .sec-inner .news_list ul li a .data .date {
  width: 125px;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
}
.page-topics .news-blc .sec-inner .news_list ul li a .data .category {
  font-size: 1.3rem;
  color: #fff;
  background: #611a7a;
  border-radius: 30px;
  padding: 3px 12px;
  margin: 0 25px 0 0;
  width: 90px;
  text-align: center;
  display: inline-block;
}
.page-topics .news-blc .sec-inner .news_list ul li a p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  font-size: 1.5rem;
}
.page-topics .news-blc .sec-inner .news_list ul li a.newwin {
  background: url(../img/btn_s-newwin.svg) no-repeat right center;
  background-size: 48px;
}
.page-topics .news-blc .sec-inner .news_list ul li a.arrow {
  background: url(../img/btn_s-arrow.svg) no-repeat right center;
  background-size: 48px;
}
.page-topics .news-blc .sec-inner .news_list ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page-topics {
    background-size: 120% auto;
  }
  .page-topics .news-blc .sec-inner .news_list {
    margin: 0 0 30px 0;
  }
  .page-topics .news-blc .sec-inner .news_list .year {
    font-size: 3rem;
    margin: 0.5em 0 0;
  }
  .page-topics .news-blc .sec-inner .news_list ul li a {
    padding: 1.5em 0 1.5em;
    padding-right: 70px;
    font-size: 1.3rem;
    display: block;
  }
  .page-topics .news-blc .sec-inner .news_list ul li a .data {
    width: 250px;
  }
  .page-topics .news-blc .sec-inner .news_list ul li a .data .date {
    width: 125px;
    font-size: 1.3rem;
  }
  .page-topics .news-blc .sec-inner .news_list ul li a .data .category {
    font-size: 1.2rem;
    padding: 1px 5px;
    margin: 0 10px 0 0;
  }
  .page-topics .news-blc .sec-inner .news_list ul li a p {
    margin: 0.5em 0 0;
    font-size: 1.3rem;
  }
  .page-topics .news-blc .sec-inner .news_list ul li a.newwin {
    background-size: 32px;
  }
  .page-topics .news-blc .sec-inner .news_list ul li a.arrow {
    background-size: 32px;
  }
}

.single-post {
  background: none;
}
.single-post .page-head {
  background: url(../img/arch-kasou.svg), -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(33%, #1eb4c3), color-stop(60%, #60cccb), to(#5acc99));
  background: url(../img/arch-kasou.svg), linear-gradient(90deg, #b399de 0%, #1eb4c3 33%, #60cccb 60%, #5acc99 100%);
  background-repeat: no-repeat;
  background-position: bottom -1px center, center;
  background-size: 100% auto;
  height: 27vw;
}
.single-post .contents_news_detal .sec-inner {
  max-width: 1020px;
}
.single-post .contents_news_detal .sec-inner .topics-title .sec-title .topics-tit {
  font-size: 4rem;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#b399de), color-stop(33%, #1eb4c3), color-stop(60%, #60cccb), to(#5acc99));
  background: linear-gradient(90deg, #b399de 0%, #1eb4c3 33%, #60cccb 60%, #5acc99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-post .contents_news_detal .sec-inner .topics-title .sec-title h1 {
  font-size: 3.5rem;
  font-weight: 500;
}
.single-post .contents_news_detal .sec-inner .topics-title .sec-title .data {
  font-size: 2rem;
}
.single-post .contents_news_detal .sec-inner .tablepress td {
  padding: 1em 0.5em;
}
@media screen and (max-width: 768px) {
  .single-post {
    background-size: 120% auto;
  }
  .single-post .contents_news_detal .sec-inner .topics-title .sec-title .topics-tit {
    font-size: 2rem;
  }
  .single-post .contents_news_detal .sec-inner .topics-title .sec-title h1 {
    font-size: 2rem;
    font-weight: 500;
  }
  .single-post .contents_news_detal .sec-inner .topics-title .sec-title .data {
    font-size: 1.4rem;
  }
  .single-post .contents_news_detal .sec-inner .tablepress th {
    width: auto !important;
  }
  .single-post .contents_news_detal .sec-inner .tablepress td {
    padding: 1em 0;
  }
  .single-post .contents_news_detal .sec-inner .tablepress td img {
    width: 100%;
  }
}

/*------------------------------
ポリシー系
-------------------------------*/
.page-policy .page-head {
  background-color: #8f98ae;
}
.page-policy .policy-blc .sec-inner {
  max-width: 1040px;
}
.page-policy .policy-blc .sec-inner .midashi {
  font-size: 2rem;
}
.page-policy .policy-blc .sec-inner p {
  font-size: 1.7rem;
  line-height: 2.2;
  margin: 0 0 2em;
}
.page-policy .policy-blc .sec-inner dl {
  margin: 5em 0 0;
}
.page-policy .policy-blc .sec-inner dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1em;
}
.page-policy .policy-blc .sec-inner dl dd {
  font-size: 1.7rem;
  line-height: 2.2;
  margin: 0 0 5em;
}
.page-policy .policy-blc .sec-inner dl dd table {
  border-top: 1px solid #B3B3B3;
  border-left: 1px solid #B3B3B3;
  width: 100%;
  font-size: 1.6rem;
  border-collapse: collapse;
}
.page-policy .policy-blc .sec-inner dl dd table thead td {
  background: #08246A;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #B3B3B3;
  padding: 0.5em;
}
.page-policy .policy-blc .sec-inner dl dd table tr th {
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
  vertical-align: middle;
  padding: 1em;
  background: #E3EAF3;
  width: 37%;
}
.page-policy .policy-blc .sec-inner dl dd table tr td {
  font-weight: 400;
  border-bottom: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
  vertical-align: middle;
  padding: 1em;
}
.page-policy .policy-blc .sec-inner dl dd ol {
  font-weight: 400;
}
.page-policy .policy-blc .sec-inner dl dd ul {
  font-weight: 400;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.page-policy .policy-blc .sec-inner dl dd ul li {
  list-style: disc;
  margin-left: 1em;
}
.page-policy .policy-blc .sec-inner dl dd ul .tit {
  list-style: none;
  margin-left: -1.5em;
  font-weight: 700;
}
.page-policy .policy-blc .sec-inner dl dd ul .nodot {
  list-style: none;
  margin-left: -1em;
}
@media screen and (max-width: 768px) {
  .page-policy .policy-blc {
    padding: 2em 0;
  }
  .page-policy .policy-blc .sec-inner .midashi {
    font-size: 1.6rem;
  }
  .page-policy .policy-blc .sec-inner p {
    font-size: 1.3rem;
    line-height: 2;
    margin: 0 0 2em;
  }
  .page-policy .policy-blc .sec-inner dl {
    margin: 3em 0 0;
  }
  .page-policy .policy-blc .sec-inner dl dt {
    font-size: 1.8rem;
  }
  .page-policy .policy-blc .sec-inner dl dd {
    font-size: 1.3rem;
    line-height: 2;
    margin: 0 0 3em;
  }
  .page-policy .policy-blc .sec-inner dl dd table {
    font-size: 1.3rem;
  }
}

/*------------------------------
サイトマップ
-------------------------------*/
.page-sitemap .page-head {
  background-color: #8f98ae;
}
.page-sitemap .sitemap-blc .sec-inner {
  max-width: 1040px;
}
.page-sitemap .sitemap-blc .sec-inner .midashi {
  font-size: 2rem;
  margin-bottom: 2.5em;
}
.page-sitemap .sitemap-blc .sec-inner a {
  background: url(../img/arrow-simple.svg) no-repeat right center;
  background-size: 7px;
  padding-right: 15px;
  text-decoration: none;
}
.page-sitemap .sitemap-blc .sec-inner dl .midashi {
  margin-bottom: 1em;
}
.page-sitemap .sitemap-blc .sec-inner dl dt {
  border-bottom: 1px solid #bebaba;
  padding-bottom: 0.3em;
}
.page-sitemap .sitemap-blc .sec-inner dl dd dl {
  margin-bottom: 2em;
}
.page-sitemap .sitemap-blc .sec-inner dl dd dl dt {
  border: none;
}
.page-sitemap .sitemap-blc .sec-inner dl dd dl dd {
  display: inline-block;
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .page-sitemap .sitemap-blc {
    padding: 2em 0;
  }
  .page-sitemap .sitemap-blc .sec-inner .midashi {
    font-size: 1.6rem;
  }
  .page-sitemap .sitemap-blc .sec-inner dl .midashi {
    margin-bottom: 1em;
  }
  .page-sitemap .sitemap-blc .sec-inner dl dt {
    border-bottom: 1px solid #bebaba;
    padding-bottom: 0.3em;
  }
  .page-sitemap .sitemap-blc .sec-inner dl dd dl {
    margin-bottom: 2em;
  }
  .page-sitemap .sitemap-blc .sec-inner dl dd dl dt {
    border: none;
  }
  .page-sitemap .sitemap-blc .sec-inner dl dd dl dd {
    display: block;
    margin-bottom: 1em;
  }
}

/*------------------------------
inquiry お問い合わせ
-------------------------------*/
.page-contact {
  background: url(../img/contact/img-head.jpg) no-repeat top center;
  background-size: 100% auto;
}
.page-contact .contact-index {
  padding-bottom: 80px;
}
.page-contact .contact-index .blc {
  background: rgba(227, 234, 243, 0.7);
  border: 7px solid #ecf0f7;
  border-radius: 10px;
  text-align: center;
}
.page-contact .contact-index .blc .logo {
  height: 190px;
  display: table;
  width: 100%;
  background: url(../img/contact/bg.svg) no-repeat bottom center;
  background-size: 100% auto;
}
.page-contact .contact-index .blc .logo span {
  display: table-cell;
  vertical-align: middle;
}
.page-contact .contact-index .blc .logo span img {
  max-height: 80px;
}
.page-contact .contact-index .blc .txt {
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0;
  padding: 30px 0 20px;
}
.page-contact .contact-index .blc .btn-more {
  text-align: left;
  margin: 0 auto 40px;
}
.page-contact .contact-index .blc .btn-more a {
  background: url(../img/btn-arrow-contact.svg) no-repeat right 15px center;
  color: #fff;
}
.page-contact .contact-index .blc .btn-more:hover a {
  background: url(../img/btn-arrow-contact.svg) no-repeat right 10px center;
}
.page-contact .contact-index .contact-blc2 {
  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-bottom: 30px;
}
.page-contact .contact-index .contact-blc2 .blc {
  width: 48.8%;
}
.page-contact .contact-index .contact-blc1 .blc {
  padding: 30px 0;
}
.page-contact .contact-form .sec-inner {
  max-width: 1040px;
  padding-bottom: 80px;
}
.page-contact .contact-form .sec-inner .lead {
  font-size: 1.7rem;
  margin-bottom: 60px;
}
.page-contact .contact-form .sec-inner .smpForm .ss_privacy {
  background: #E3EAF3;
  border: none;
  padding: 40px 40px 0;
}
.page-contact .contact-form .sec-inner .smpForm .ss_privacy .ss_privacy_field {
  border: none;
  background: none;
}
.page-contact .contact-form .sec-inner .smpForm .ss_privacy .ss_privacy_field .ss_grid {
  margin-top: 0.6em;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  height: 213px;
}
.page-contact .contact-form .sec-inner .smpForm .ss_field {
  background: #E3EAF3;
  border: none;
  padding: 20px 40px;
}
.page-contact .contact-form .sec-inner .smpForm .ss_field .ss_grid {
  display: block;
  padding-top: 5px;
}
.page-contact .contact-form .sec-inner .smpForm .ss_field .ss_grid input {
  background: #fff;
  border: none;
  width: 100%;
  border-radius: 5px;
  padding: 0.7em;
  margin-top: 0.3em;
}
.page-contact .contact-form .sec-inner .smpForm .ss_field .ss_grid select {
  background: #fff;
  border: none;
  width: 100%;
  border-radius: 5px;
  padding: 0.7em;
  margin-top: 0.3em;
}
.page-contact .contact-form .sec-inner .smpForm .ss_field .ss_grid input[type=radio] {
  width: 20px;
  height: 20px;
  border: none;
  vertical-align: text-bottom;
  margin: 0 5px 0 20px;
}
.page-contact .contact-form .sec-inner .smpForm .ss_field .ss_grid input[type=radio]:first-child {
  margin: 0 5px 0 0;
}
.page-contact .contact-form .sec-inner .smpForm .ss_field:first-child {
  padding: 40px;
  margin: 0 0 40px;
}
.page-contact .contact-form .sec-inner .smpForm .ss_field:first-child .ss_grid .ss_input {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-contact .contact-form .sec-inner .smpForm .ss_field:first-child .ss_grid .ss_input input {
  border: none;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.page-contact .contact-form .sec-inner .smpForm .ss_field:first-child .ss_grid .ss_input .ss_bottomComment {
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  padding-left: 0.5em;
}
.page-contact .contact-form .sec-inner .smpForm .ss_field:first-child .ss_grid .ss_input br {
  display: none;
}
.page-contact .contact-form .sec-inner .smpForm .ss_field:last-child {
  padding-bottom: 40px;
}
.page-contact .contact-form .sec-inner .smpForm #ss_name .ss_grid, .page-contact .contact-form .sec-inner .smpForm #ss_name_ka .ss_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-contact .contact-form .sec-inner .smpForm #ss_name .ss_grid .ss_input, .page-contact .contact-form .sec-inner .smpForm #ss_name_ka .ss_grid .ss_input {
  width: 49%;
}
.page-contact .contact-form .sec-inner .smpForm #ss_name {
  padding-top: 40px;
}
.page-contact .contact-form .sec-inner .smpForm #ss_zip .ss_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page-contact .contact-form .sec-inner .smpForm #ss_zip .ss_grid .ss_input:first-child {
  width: 190px;
}
.page-contact .contact-form .sec-inner .smpForm #ss_zip .ss_grid .ss_input:first-child input {
  width: 180px;
}
.page-contact .contact-form .sec-inner .smpForm #ss_zip .ss_grid .ss_input:last-child {
  width: 400px;
}
.page-contact .contact-form .sec-inner .smpForm #ss_zip .ss_grid .ss_input:last-child input {
  width: 180px;
  margin: 0.3em 10px 0;
}
.page-contact .contact-form .sec-inner .smpForm .ss_btnArea {
  padding-top: 2em;
}
.page-contact .contact-form .sec-inner .smpForm .ss_btnArea input {
  font-size: 2.6rem;
  font-weight: 700;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#199FBB), color-stop(33%, #13A4B5), color-stop(66%, #16A9B6), to(#16A9AB));
  background: linear-gradient(90deg, #199FBB 0%, #13A4B5 33%, #16A9B6 66%, #16A9AB 100%);
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0.5em 1em;
}
.page-contact .contact-form .sec-inner .smpForm .ss_enquete_form {
  background: #E3EAF3;
  border: none;
  padding: 20px 40px;
}
.page-contact .contact-form .sec-inner .smpForm .ss_enquete_form .ss_enquete_field {
  border: none;
  padding: 0 0 40px;
  background: none;
}
.page-contact .contact-form .sec-inner .smpForm .ss_enquete_form .ss_enquete_field .ss_grid {
  display: block;
  padding-top: 5px;
}
.page-contact .contact-form .sec-inner .smpForm .ss_enquete_form .ss_enquete_field .ss_grid textarea {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 0.7em;
  margin-top: 0.3em;
  height: 10em;
  line-height: 1.6;
}
.page-contact .contact-form .sec-inner .smpForm .ss_enquete_form .ss_enquete_field .ss_grid select {
  background: #fff;
  border: none;
  width: 100%;
  border-radius: 5px;
  padding: 0.7em;
  margin-top: 0.3em;
}
.page-contact .contact-form .sec-inner .ss_complete_message {
  height: 70%;
}
@media screen and (max-width: 768px) {
  .page-contact {
    background-size: 120% auto;
  }
  .page-contact .contact-index {
    padding-bottom: 10px;
  }
  .page-contact .contact-index .blc {
    border: 5px solid #ecf0f7;
    margin-bottom: 15px;
  }
  .page-contact .contact-index .blc .logo {
    height: 120px;
    background-size: 100% auto;
  }
  .page-contact .contact-index .blc .logo span img {
    max-height: 50px;
  }
  .page-contact .contact-index .blc .txt {
    font-size: 1.6rem;
    padding: 20px 0 20px;
    line-height: 1.5;
  }
  .page-contact .contact-index .blc .btn-more {
    margin: 0 auto 20px;
  }
  .page-contact .contact-index .contact-blc2 {
    margin-bottom: 0;
  }
  .page-contact .contact-index .contact-blc2 .blc {
    width: 100%;
  }
  .page-contact .contact-index .contact-blc1 .blc {
    padding: 30px 0;
  }
  .page-contact .contact-form .sec-inner {
    padding-bottom: 40px;
  }
  .page-contact .contact-form .sec-inner .lead {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_privacy {
    padding: 20px 20px 0;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_privacy .ss_privacy_field .ss_grid {
    padding: 15px;
    font-size: 1.4rem;
    height: 200px;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_field {
    padding: 10px 20px;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_field .ss_grid {
    display: block;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_field .ss_grid input {
    background: #fff;
    border: none;
    width: 100%;
    border-radius: 5px;
    padding: 0.7em;
    margin-top: 0.3em;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_field .ss_grid select {
    background: #fff;
    border: none;
    width: 100%;
    border-radius: 5px;
    padding: 0.7em;
    margin-top: 0.3em;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_field:first-child {
    padding: 20px;
    margin-bottom: 20px;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_field:first-child .ss_grid .ss_input {
    font-size: 1.6rem;
    display: block;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_field:first-child .ss_grid .ss_input input {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_field:first-child .ss_grid .ss_input .ss_bottomComment {
    font-size: 1.2rem;
    padding-left: 0;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_field:first-child .ss_grid .ss_input br {
    display: block;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_field:last-child {
    padding-bottom: 20px;
  }
  .page-contact .contact-form .sec-inner .smpForm #ss_name .ss_grid, .page-contact .contact-form .sec-inner .smpForm #ss_name_ka .ss_grid {
    display: block;
  }
  .page-contact .contact-form .sec-inner .smpForm #ss_name .ss_grid .ss_input, .page-contact .contact-form .sec-inner .smpForm #ss_name_ka .ss_grid .ss_input {
    width: 100%;
  }
  .page-contact .contact-form .sec-inner .smpForm #ss_name {
    padding-top: 20px;
  }
  .page-contact .contact-form .sec-inner .smpForm #ss_zip .ss_grid .ss_input:first-child {
    width: 40%;
  }
  .page-contact .contact-form .sec-inner .smpForm #ss_zip .ss_grid .ss_input:first-child input {
    width: 95%;
  }
  .page-contact .contact-form .sec-inner .smpForm #ss_zip .ss_grid .ss_input:last-child {
    width: 60%;
  }
  .page-contact .contact-form .sec-inner .smpForm #ss_zip .ss_grid .ss_input:last-child input {
    width: 80%;
    margin: 0.3em 0 0 10px;
  }
  .page-contact .contact-form .sec-inner .smpForm #ss_zip .ss_grid .ss_input .ss_leftComment {
    display: inline-block;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_btnArea input {
    font-size: 2rem;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_enquete_form {
    padding: 10px 20px;
  }
  .page-contact .contact-form .sec-inner .smpForm .ss_enquete_form .ss_enquete_field {
    padding: 0 0 20px;
  }
}
.page-contact .pp-agree {
  text-align: center;
  padding-bottom: 120px;
}
.page-contact .pp-agree .agree-check {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}
.page-contact .pp-agree .agree-check .mini {
  font-size: 1.4rem;
  font-weight: 400;
}
.page-contact .pp-agree .btn {
  margin-top: 3em;
}
.page-contact .pp-agree .btn a {
  background: #ED6C00;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1em 3em;
  display: inline-block;
  margin: 0 20px 20px;
}
.page-contact .pp-agree .nosubmit {
  opacity: 0.3;
}
.page-contact .pp-agree .nosubmit a {
  pointer-events: none;
}
.page-contact .form_blc {
  width: 90%;
  max-width: 800px;
  margin: 55px auto 0;
}
.page-contact .form_blc .wpforms-field-label {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0.3em 0 0.6em 0;
}
.page-contact .form_blc .wpforms-required-label {
  background: #FF3400;
  color: #fff;
  font-size: 1.3rem;
  padding: 1px 10px;
}
.page-contact .form_blc input {
  border-radius: 2px !important;
  border: 1px solid #D9D9D9 !important;
  background: #F9F9F9 !important;
  max-width: 100% !important;
}
.page-contact .form_blc select {
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  background-color: #F9F9F9;
  max-width: 100% !important;
}
.page-contact .form_blc .form-btn {
  margin: 3em auto 0;
  background: #ED6C00 !important;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  height: 72px;
  width: 300px;
  max-width: 300px !important;
  text-align: center;
  display: block;
}
.page-contact .back-btn {
  padding-bottom: 120px;
}
.page-contact .back-btn a {
  margin: 2em auto 0;
  background: #4C4948;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  height: 72px;
  line-height: 72px;
  width: 300px;
  text-align: center;
  display: block;
}
.page-contact .back-btn p {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-contact .contents_other .sec-inner .txt p {
    margin-left: 1.7em;
  }
  .page-contact .contents_other .sec-inner .gray-blc {
    margin-top: 2em;
  }
  .page-contact .contents_other .sec-inner .gray-blc .tit {
    font-size: 1.8rem;
  }
  .page-contact .contents_other .sec-inner .gray-blc p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page-contact .pp-agree {
    padding-bottom: 60px;
  }
  .page-contact .pp-agree .agree-check {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page-contact .pp-agree .agree-check .mini {
    font-size: 1.2rem;
  }
  .page-contact .pp-agree .btn {
    margin-top: 3em;
  }
  .page-contact .pp-agree .btn a {
    font-size: 1.4rem;
    width: 80%;
    max-width: 300px;
  }
  .page-contact .form_blc .wpforms-field-label {
    font-size: 1.5rem;
  }
  .page-contact .form_blc .form-btn {
    font-size: 1.6rem;
  }
  .page-contact .back-btn {
    padding-bottom: 60px;
  }
  .page-contact .back-btn a {
    font-size: 1.6rem;
  }
  .page-contact .back-btn p {
    font-size: 1.2rem;
  }
}

.noufound {
  padding: 100px 0;
}
.noufound .sec-inner p {
  text-align: center;
}
.noufound .top_back {
  margin-top: 40px;
}
.noufound .top_back .btn-more {
  margin: 20px auto 0;
}