@charset "UTF-8";
/* =================================
   SubPage
==================================== */
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

/*==============================
intersection of SubPgae
==============================*/
.page-module {
  margin-top: 4.375em;
  margin-bottom: 4em;
}
.page-module .page-mv {
  height: 11.25em;
  background: url(../img/module/page_mv_bg@2x.jpg) no-repeat center/cover;
}
.page-module .page-mv-inner {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-module .page-ttl {
  position: relative;
  padding-top: .65em;
  font-size: 2.25em;
  font-weight: 700;
  color: #2b4c8c;
  letter-spacing: .05em;
  line-height: 1.35;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.page-module .page-ttl:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -.2em;
  bottom: 0;
  height: 1.35em;
  margin: auto;
  font-family: 'Rubik', sans-serif;
  font-size: 2.5em;
  display: block;
  letter-spacing: .05em;
  color: #009bd2;
  content: attr(data-ttl);
  opacity: .1;
  line-height: 1.35;
  z-index: -1;
}
.page-module .l-breadcrumbs {
  padding: 0.4em 0 0;
}
.page-module .l-breadcrumbs .breadcrumbs-list {
  display: -webkit-flex;
  display: flex;
}
.page-module .l-breadcrumbs .breadcrumbs-list li {
  font-size: .875em;
  color: #2b4c8c;
  letter-spacing: .05em;
  line-height: 1.5;
}
.page-module .l-breadcrumbs .breadcrumbs-list a {
  text-decoration: underline;
  color: #2b4c8c;
}
.page-module .l-breadcrumbs .breadcrumbs-list a:hover, .page-module .l-breadcrumbs .breadcrumbs-list a:active {
  text-decoration: none;
}
.page-module .l-breadcrumbs .breadcrumbs-list li:not(:last-child):after {
  display: inline-block;
  content: '';
  width: 3em;
  height: .5em;
  vertical-align: middle;
  background: url(../img/module/icon_arw_01.svg) no-repeat center 40%/0.25em;
}

.l-contents {
  padding-bottom: 9.375em;
}

.point-list li {
  position: relative;
  padding-left: 1.5em;
  letter-spacing: .05em;
}
.point-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
  color: #009bd2;
  font-size: 1.5em;
  line-height: 1.25;
}
.point-list li + li {
  margin-top: 1em;
}

.line-headline {
  position: relative;
  margin-bottom: 2.5em;
  padding: .25em 0 .5em;
  font-size: 1.25em;
  line-height: 1.35;
  color: #2b4c8c;
  font-weight: 700;
  border-bottom: 2px solid #cfedff;
}
.line-headline:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 4em;
  height: 2px;
  content: '';
  background-color: #1d64a1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF1D64A1', endColorstr='#FF009BD2');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNjRhMSIvPjxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjMTg2ZGE5Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwNTkxYzkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDliZDIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1d64a1), color-stop(19%, #186da9), color-stop(75%, #0591c9), color-stop(100%, #009bd2));
  background-image: -moz-linear-gradient(left, #1d64a1 0%, #186da9 19%, #0591c9 75%, #009bd2 100%);
  background-image: -webkit-linear-gradient(left, #1d64a1 0%, #186da9 19%, #0591c9 75%, #009bd2 100%);
  background-image: linear-gradient(to right, #1d64a1 0%, #186da9 19%, #0591c9 75%, #009bd2 100%);
}

.line-headline2 {
  text-align: center;
}
.line-headline2 > span {
  display: inline-block;
  font-size: 1.125em;
  padding: 0 1em;
  position: relative;
  margin-bottom: 2em;
  font-weight: 700;
  letter-spacing: .05em;
  color: #2b4c8c;
  line-height: 1.35;
  z-index: 1;
}
.line-headline2 > span:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: .5em;
  background: #cfedff;
  z-index: -1;
}

.center-headline {
  position: relative;
  margin-bottom: 1.65em;
  font-size: 2.25em;
  line-height: 1.35;
  letter-spacing: .05em;
  font-weight: 700;
  color: #2b4c8c;
  text-align: center;
}

.small-wrap {
  max-width: 800px;
  margin: auto;
}

.middle-wrap {
  max-width: 1000px;
  margin: auto;
}

.page-link {
  padding: 4.375em 0;
  background: url(../img/module/bg_patternn_01.svg) repeat left top/2px;
}
.page-link .page-link-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-link .page-link-list li {
  margin: 0 .83%;
  width: 31.5%;
  max-width: 240px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.page-link .page-link-list li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: calc(100% - 3.125em);
  border: 1px solid #009bd2;
  background: #fff;
  z-index: -1;
}
.page-link .page-link-list a {
  display: block;
  position: relative;
}
.page-link .page-link-list a:after {
  right: 3px;
  bottom: 3px;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 10px solid transparent;
  border-right: 10px solid #009bd2;
  transition: border .3s,right .3s,bottom .3s;
}
.page-link .page-link-list a:hover img, .page-link .page-link-list a:active img {
  opacity: 2;
}
.page-link .page-link-list a:hover .page-link-img, .page-link .page-link-list a:active .page-link-img {
  background: #cfedff;
}
.page-link .page-link-list a:hover:after, .page-link .page-link-list a:active:after {
  bottom: 0;
  right: 0;
  border-right-color: #2b4c8c;
}
.page-link .page-link-img {
  overflow: hidden;
  width: 6.25em;
  height: 6.25em;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cfedff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: background .3s;
}
.page-link .page-link-img img {
  max-width: 70%;
}
.page-link .page-link-txt {
  padding: 1em 2%;
  text-align: center;
  line-height: 1.5;
  color: #2b4c8c;
  font-weight: 700;
}

_:-ms-lang(x)::-ms-backdrop, .page-link .page-link-img img {
  width: 70%;
}

/*==============================
l-pp
==============================*/
.l-pp .pp-intro {
  margin: 0 0 2em;
  font-weight: 700;
  color: #2b4c8c;
  letter-spacing: .05em;
}
.l-pp .point-list {
  margin: 0 0 4em;
}
.l-pp .pp-add {
  letter-spacing: .05em;
}
.l-pp .pp-add h3 {
  font-weight: 700;
}
.l-pp .pp-add a {
  color: #2b4c8c;
  text-decoration: underline;
}
.l-pp .pp-add a:hover, .l-pp .pp-add a:active {
  text-decoration: none;
}
.l-pp .pp-add-note {
  position: relative;
  letter-spacing: .05em;
  color: #2b4c8c;
  font-weight: 700;
  margin-bottom: .5em;
}
.l-pp .pp-add-note:after {
  position: absolute;
  content: '';
  width: 100%;
  height: .33em;
  bottom: .3em;
  left: 0;
  z-index: -1;
  background-color: #c6e9f7;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFC6E9F7', endColorstr='#FFF2FAFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2ZTlmNyIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjY2ZlY2Y5Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlN2Y2ZmYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2VmZjlmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZmFmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c6e9f7), color-stop(17%, #cfecf9), color-stop(50%, #e7f6ff), color-stop(75%, #eff9ff), color-stop(100%, #f2faff));
  background-image: -moz-linear-gradient(left, #c6e9f7 0%, #cfecf9 17%, #e7f6ff 50%, #eff9ff 75%, #f2faff 100%);
  background-image: -webkit-linear-gradient(left, #c6e9f7 0%, #cfecf9 17%, #e7f6ff 50%, #eff9ff 75%, #f2faff 100%);
  background-image: linear-gradient(to right, #c6e9f7 0%, #cfecf9 17%, #e7f6ff 50%, #eff9ff 75%, #f2faff 100%);
}

/*==============================
l-contact
==============================*/
.l-contact .contact-intro {
  margin: 0 0 2em;
  font-weight: 700;
  color: #2b4c8c;
  letter-spacing: .05em;
}
.l-contact .contact-tel {
  margin: 0 0 4em;
  text-align: center;
}
.l-contact .contact-tel p {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: .05em;
  color: #2b4c8c;
  line-height: 1.35;
  font-size: 1.125em;
  z-index: 1;
}
.l-contact .contact-tel p:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: .5em;
  background: #cfedff;
  z-index: -1;
}
.l-contact .contact-tel a {
  color: #2b4c8c;
  display: inline-block;
}
.l-contact .contact-tel-no {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 3em;
  line-height: 1.5;
}
.l-contact .contact-tel-no:before {
  display: inline-block;
  content: '';
  width: .8em;
  height: .76em;
  background: url(../img/module/icon_tel.svg) no-repeat left center/contain;
}
.l-contact .contact-tel-note {
  display: block;
  line-height: 1.25;
}
.l-contact .contact-tel-note .time {
  font-family: 'Rubik', sans-serif;
  font-size: 1.25em;
}
.l-contact .contact-table {
  width: 100%;
  margin: auto;
  max-width: 600px;
}
.l-contact .contact-table tr {
  display: block;
}
.l-contact .contact-table th,
.l-contact .contact-table td {
  display: block;
  width: 100%;
}
.l-contact .contact-table th {
  font-weight: 700;
  color: #2b4c8c;
  letter-spacing: .05em;
  padding-bottom: .25em;
}
.l-contact .contact-table .must {
  font-size: .7em;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #009bd2;
  border-radius: 2px;
  padding: .1em .5em;
  margin: 0 0 0 1em;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-top: -.35em;
}
.l-contact .contact-table .contact-radio {
  padding: 1em 1em .5em;
  background: #e9f7ff;
}
.l-contact .contact-table .contact-radio label {
  display: inline-block;
  margin: 0 1em .5em 0;
}
.l-contact .contact-table tr + tr {
  margin-top: 2em;
}
.l-contact input[type=text],
.l-contact input[type=tel],
.l-contact input[type=email],
.l-contact textarea {
  padding: .5em 1em;
  border: none;
  -webkit-appearance: none;
  box-shadow: none;
  font-size: 1em;
  letter-spacing: .05em;
  background: #e9f7ff;
  transition: background .3s;
}
.l-contact input[type=text]:focus,
.l-contact input[type=tel]:focus,
.l-contact input[type=email]:focus,
.l-contact textarea:focus {
  outline: none;
  background: #fff;
  border: 1px solid #cfedff;
}
.l-contact input[type=text],
.l-contact input[type=tel],
.l-contact input[type=email] {
  width: 100%;
  max-width: 500px;
  height: 2.5em;
}
.l-contact textarea {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue" , "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
.l-contact input[type="radio"],
.l-contact input[type="checkbox"] {
  margin: 0 .5em 0 0;
}
.l-contact .contact-note {
  margin-top: 2em;
  text-align: center;
}
.l-contact .contact-note a {
  color: #2b4c8c;
  text-decoration: underline;
}
.l-contact .contact-note a:hover, .l-contact .contact-note a:active {
  text-decoration: none;
}
.l-contact .contact-check {
  font-weight: 700;
  text-align: center;
  margin-top: 1em;
  color: #2b4c8c;
}
.l-contact .submit-btn {
  margin: 2em auto 0;
  max-width: 300px;
  position: relative;
  width: 100%;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  letter-spacing: .075em;
  border-radius: 2.5em;
  z-index: 1;
}
.l-contact .submit-btn span {
  display: block;
  border-radius: 2.5em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fd9b06;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFD9B06', endColorstr='#FFFBC70D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOWIwNiIvPjxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjZmJiZTBiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmJjNzBkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fd9b06), color-stop(73%, #fbbe0b), color-stop(100%, #fbc70d));
  background-image: -moz-linear-gradient(left, #fd9b06 0%, #fbbe0b 73%, #fbc70d 100%);
  background-image: -webkit-linear-gradient(left, #fd9b06 0%, #fbbe0b 73%, #fbc70d 100%);
  background-image: linear-gradient(to right, #fd9b06 0%, #fbbe0b 73%, #fbc70d 100%);
}
.l-contact .submit-btn span:after {
  position: absolute;
  content: '';
  width: 120%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transform-origin: left top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.l-contact .submit-btn span:hover:after, .l-contact .submit-btn span:active:after {
  transform: skewX(-30deg) scale(1, 1);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiZGQ5OCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZiYmUwYiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZiYmUwYiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDliMDYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(123, 221, 152, 0.8)), color-stop(30%, rgba(251, 190, 11, 0.8)), color-stop(50%, rgba(251, 190, 11, 0.8)), color-stop(100%, rgba(253, 155, 6, 0)));
  background-image: -moz-linear-gradient(left, rgba(123, 221, 152, 0.8) 0%, rgba(251, 190, 11, 0.8) 30%, rgba(251, 190, 11, 0.8) 50%, rgba(253, 155, 6, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(123, 221, 152, 0.8) 0%, rgba(251, 190, 11, 0.8) 30%, rgba(251, 190, 11, 0.8) 50%, rgba(253, 155, 6, 0) 100%);
  background-image: linear-gradient(to right, rgba(123, 221, 152, 0.8) 0%, rgba(251, 190, 11, 0.8) 30%, rgba(251, 190, 11, 0.8) 50%, rgba(253, 155, 6, 0) 100%);
  z-index: 2;
}
.l-contact .submit-btn input {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  padding: 1.195em 1em;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  border-radius: 2.5em;
  position: relative;
  overflow: hidden;
  margin-left: -.075em;
  z-index: 3;
}
.l-contact .submit-btn input:focus {
  outline: none;
}
.l-contact .submit-btn.back {
  max-width: 200px;
}
.l-contact .submit-btn.back span {
  background: #ccc;
  transition: background .3s;
}
.l-contact .submit-btn.back span:after {
  content: none;
}
.l-contact .submit-btn.back span:hover, .l-contact .submit-btn.back span:active {
  background: #009bd2;
}
.l-contact .submit-btn.back span input {
  padding: .8em 1em;
}
.l-contact .mail-error-box .contact-intro {
  text-align: center;
}
.l-contact .error_messe {
  text-align: center;
}
.l-contact .error_messe + .error_messe {
  margin-top: .5em;
}
.l-contact .mail-confirm-box td {
  border: 1px solid #cfedff;
  padding: .5em 1em;
  background: #e9f7ff;
}
.l-contact .mail-confirm-box tr:last-child {
  display: none;
}

.l-thanks {
  padding-bottom: 0;
}
.l-thanks .contact-thanks {
  padding: 0 0 4.375em;
}
.l-thanks .thanks-intro {
  margin: 0 0 2em;
  text-align: center;
  letter-spacing: .05em;
}
.l-thanks .more-btn {
  margin: 3.5em auto 0;
  max-width: 160px;
  font-size: .875em;
}
.l-thanks .more-btn a {
  padding: 0.8em 1em;
}

/*==============================
l-company
==============================*/
.l-company .company-table {
  width: 100%;
}
.l-company .company-table th {
  position: relative;
  padding: 2em 1em;
  width: 10em;
  line-height: 1.5;
  color: #2b4c8c;
  font-weight: 700;
  border-bottom: 2px solid #cfedff;
  letter-spacing: .05em;
  vertical-align: top;
}
.l-company .company-table th:after {
  opacity: .8;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #1d64a1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF1D64A1', endColorstr='#FF009BD2');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNjRhMSIvPjxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjMTg2ZGE5Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwNTkxYzkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDliZDIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1d64a1), color-stop(19%, #186da9), color-stop(75%, #0591c9), color-stop(100%, #009bd2));
  background-image: -moz-linear-gradient(left, #1d64a1 0%, #186da9 19%, #0591c9 75%, #009bd2 100%);
  background-image: -webkit-linear-gradient(left, #1d64a1 0%, #186da9 19%, #0591c9 75%, #009bd2 100%);
  background-image: linear-gradient(to right, #1d64a1 0%, #186da9 19%, #0591c9 75%, #009bd2 100%);
}
.l-company .company-table td {
  padding: 2em 1em 2em 2em;
  line-height: 1.5;
  width: calc(100% - 10em);
  letter-spacing: .05em;
  border-bottom: 2px solid #cfedff;
}
.l-company .company-table .point-list li:before {
  line-height: 1;
}
.l-company .company-table .point-list li + li {
  margin-top: .5em;
}
.l-company .company-history div {
  display: -webkit-flex;
  display: flex;
}
.l-company .company-history div dt {
  width: 10em;
  color: #009bd2;
}
.l-company .company-history div dd {
  width: calc(100% - 10em);
}
.l-company .company-history div + div {
  margin-top: .5em;
}
.l-company .company-note {
  font-size: .875em;
}

/*==============================
l-manufacture
==============================*/
.l-manufacture {
  padding-bottom: 0;
}
.l-manufacture .manufacture-intro-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 3em 0 6.25em;
}
.l-manufacture .manufacture-intro-img {
  width: 27%;
  min-width: 240px;
}
.l-manufacture .manufacture-intro-txt {
  width: 70%;
  max-width: calc(100% - 260px);
  text-align: center;
}
.l-manufacture .manufacture-intro-txt h2 {
  font-size: 3em;
  line-height: 1.5;
  color: #2b4c8c;
  font-weight: 700;
}
.l-manufacture .manufacture-intro-txt h3 {
  font-size: 2em;
  font-weight: 700;
  color: #009bd2;
}
.l-manufacture .manufacture-intro-txt .more-btn {
  margin: 3em auto 0;
}
.l-manufacture .manufacture-intro-txt .more-note a {
  color: #022a41;
}
.l-manufacture .manufacture-intro-txt .more-note a:hover, .l-manufacture .manufacture-intro-txt .more-note a:active {
  color: #009bd2;
}
.l-manufacture .manufacture-first {
  padding: 6.25em 0;
  background: url(../img/module/bg_patternn_01.svg) repeat left top/2px;
}
.l-manufacture .manufacture-first .manufacture-first-ttl {
  margin: 0 0 1.65em;
  position: relative;
  margin-bottom: 1.65em;
  font-size: 2.25em;
  line-height: 1.35;
  letter-spacing: .05em;
  font-weight: 700;
  color: #2b4c8c;
  text-align: center;
}
.l-manufacture .manufacture-first .manufacture-first-ttl:before {
  font-family: 'Rubik', sans-serif;
  font-size: .44em;
  margin-bottom: .7em;
  display: block;
  letter-spacing: .05em;
  color: #009bd2;
  content: attr(data-ttl);
}
.l-manufacture .manufacture-first .manufacture-first-ttl span {
  padding: 0 .15em;
  position: relative;
  display: inline-block;
  transform: rotate(-17.5deg);
}
.l-manufacture .manufacture-first .manufacture-first-ttl span:before {
  position: absolute;
  top: -.4em;
  right: -.3em;
  width: .52em;
  height: .83em;
  content: '';
  transform: rotate(17.5deg);
  background: url(../img/module/icon_moya.svg) no-repeat center/contain;
}
.l-manufacture .manufacture-first .manufacture-first-ttl span:after {
  position: absolute;
  left: -.05em;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  margin: auto;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background: #cfedff;
  z-index: -1;
}
.l-manufacture .manufacture-first .manufacture-first-ttl:before {
  margin: 0;
}
.l-manufacture .manufacture-first .manufacture-first-list {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-manufacture .manufacture-first .manufacture-first-list li {
  margin: 0 .83%;
  width: 31.5%;
  max-width: 240px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.l-manufacture .manufacture-first .manufacture-first-list li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: calc(100% - 4.21875em);
  border: 1px solid #009bd2;
  background: #fff;
  z-index: -1;
}
.l-manufacture .manufacture-first .manufacture-first-img {
  overflow: hidden;
}
.l-manufacture .manufacture-first .manufacture-first-img img {
  border-radius: 50%;
}
.l-manufacture .manufacture-first .manufacture-first-txt {
  display: inline-block;
  padding: 1.25em 2% 1.56em;
  text-align: left;
  line-height: 1.5;
}
.l-manufacture .manufacture-first .manufacture-first-txt strong {
  color: #009bd2;
}
.l-manufacture .manufacture-point {
  padding: 6.25em 0;
  overflow: hidden;
}
.l-manufacture .manufacture-point .manufacture-point-intro {
  margin: 0 auto 6.25em;
  max-width: 800px;
  letter-spacing: .05em;
}
.l-manufacture .manufacture-point .manufacture-point-list li {
  position: relative;
}
.l-manufacture .manufacture-point .manufacture-point-list li:nth-child(odd) .manufacture-point-no,
.l-manufacture .manufacture-point .manufacture-point-list li:nth-child(odd) .manufacture-point-stl {
  padding: 0 40% 0 0;
  max-width: 1000px;
  margin-right: 8%;
  margin-left: auto;
}
.l-manufacture .manufacture-point .manufacture-point-list li:nth-child(odd) .manufacture-point-stl:after {
  left: 0%;
  background-color: #f2faff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF2FAFF', endColorstr='#FFC6E9F7');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZmFmZiIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZWZmOWZmIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlN2Y2ZmYiLz48c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2NmZWNmOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M2ZTlmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f2faff), color-stop(25%, #eff9ff), color-stop(50%, #e7f6ff), color-stop(83%, #cfecf9), color-stop(100%, #c6e9f7));
  background-image: -moz-linear-gradient(left, #f2faff 0%, #eff9ff 25%, #e7f6ff 50%, #cfecf9 83%, #c6e9f7 100%);
  background-image: -webkit-linear-gradient(left, #f2faff 0%, #eff9ff 25%, #e7f6ff 50%, #cfecf9 83%, #c6e9f7 100%);
  background-image: linear-gradient(to right, #f2faff 0%, #eff9ff 25%, #e7f6ff 50%, #cfecf9 83%, #c6e9f7 100%);
}
.l-manufacture .manufacture-point .manufacture-point-list li:nth-child(odd) .manufacture-point-img {
  right: 0;
}
.l-manufacture .manufacture-point .manufacture-point-list li:nth-child(odd) .manufacture-point-body {
  padding: 1.8em 40% 1.8em 0;
  max-width: 1000px;
  margin-right: 8%;
  margin-left: auto;
}
.l-manufacture .manufacture-point .manufacture-point-list li:nth-child(odd) .manufacture-point-body:after {
  right: 0;
  background-color: #f2faff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF2FAFF', endColorstr='#FFC6E9F7');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZmFmZiIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZWZmOWZmIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlN2Y2ZmYiLz48c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2NmZWNmOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M2ZTlmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f2faff), color-stop(25%, #eff9ff), color-stop(50%, #e7f6ff), color-stop(83%, #cfecf9), color-stop(100%, #c6e9f7));
  background-image: -moz-linear-gradient(left, #f2faff 0%, #eff9ff 25%, #e7f6ff 50%, #cfecf9 83%, #c6e9f7 100%);
  background-image: -webkit-linear-gradient(left, #f2faff 0%, #eff9ff 25%, #e7f6ff 50%, #cfecf9 83%, #c6e9f7 100%);
  background-image: linear-gradient(to right, #f2faff 0%, #eff9ff 25%, #e7f6ff 50%, #cfecf9 83%, #c6e9f7 100%);
}
.l-manufacture .manufacture-point .manufacture-point-list li:nth-child(even) .manufacture-point-no,
.l-manufacture .manufacture-point .manufacture-point-list li:nth-child(even) .manufacture-point-stl {
  padding: 0 0 0 40%;
  max-width: 1000px;
  margin-left: 8%;
}
.l-manufacture .manufacture-point .manufacture-point-list li:nth-child(even) .manufacture-point-stl:after {
  right: 0%;
  background-color: #c6e9f7;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFC6E9F7', endColorstr='#FFF2FAFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2ZTlmNyIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjY2ZlY2Y5Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlN2Y2ZmYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2VmZjlmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZmFmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c6e9f7), color-stop(17%, #cfecf9), color-stop(50%, #e7f6ff), color-stop(75%, #eff9ff), color-stop(100%, #f2faff));
  background-image: -moz-linear-gradient(left, #c6e9f7 0%, #cfecf9 17%, #e7f6ff 50%, #eff9ff 75%, #f2faff 100%);
  background-image: -webkit-linear-gradient(left, #c6e9f7 0%, #cfecf9 17%, #e7f6ff 50%, #eff9ff 75%, #f2faff 100%);
  background-image: linear-gradient(to right, #c6e9f7 0%, #cfecf9 17%, #e7f6ff 50%, #eff9ff 75%, #f2faff 100%);
}
.l-manufacture .manufacture-point .manufacture-point-list li:nth-child(even) .manufacture-point-img {
  left: 0;
}
.l-manufacture .manufacture-point .manufacture-point-list li:nth-child(even) .manufacture-point-body {
  padding: 1.8em 0 1.8em 40%;
  max-width: 1000px;
  margin-left: 8%;
}
.l-manufacture .manufacture-point .manufacture-point-list li:nth-child(even) .manufacture-point-body:after {
  left: 0;
  background-color: #c6e9f7;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFC6E9F7', endColorstr='#FFF2FAFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2ZTlmNyIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjY2ZlY2Y5Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlN2Y2ZmYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2VmZjlmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZmFmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c6e9f7), color-stop(17%, #cfecf9), color-stop(50%, #e7f6ff), color-stop(75%, #eff9ff), color-stop(100%, #f2faff));
  background-image: -moz-linear-gradient(left, #c6e9f7 0%, #cfecf9 17%, #e7f6ff 50%, #eff9ff 75%, #f2faff 100%);
  background-image: -webkit-linear-gradient(left, #c6e9f7 0%, #cfecf9 17%, #e7f6ff 50%, #eff9ff 75%, #f2faff 100%);
  background-image: linear-gradient(to right, #c6e9f7 0%, #cfecf9 17%, #e7f6ff 50%, #eff9ff 75%, #f2faff 100%);
}
.l-manufacture .manufacture-point .manufacture-point-list > li + li {
  margin-top: 6.25em;
}
.l-manufacture .manufacture-point .manufacture-point-no {
  color: #009bd2;
  font-size: 1.75em;
  line-height: 0.7;
  margin-bottom: 0.5em;
}
.l-manufacture .manufacture-point .manufacture-point-no:before {
  content: 'Point';
  font-family: 'Rubik', sans-serif;
  font-size: .5em;
  padding: 0 .5em  0 0;
}
.l-manufacture .manufacture-point .manufacture-point-stl {
  position: relative;
  margin: 0 0 .7em;
  font-size: 1.875em;
  line-height: 1.5;
  letter-spacing: .05em;
  font-weight: 700;
  color: #2b4c8c;
}
.l-manufacture .manufacture-point .manufacture-point-stl:after {
  position: absolute;
  content: '';
  width: 61%;
  height: .33em;
  bottom: .1em;
  z-index: -1;
}
.l-manufacture .manufacture-point .manufacture-point-img {
  position: absolute;
  top: 0;
  width: 44%;
  max-width: 500px;
}
.l-manufacture .manufacture-point .manufacture-point-body {
  position: relative;
  letter-spacing: .05em;
  min-height: 12.35em;
}
.l-manufacture .manufacture-point .manufacture-point-body:after {
  position: absolute;
  width: calc((92vw - 1200px) / 2 + 1200px	);
  height: 100%;
  content: '';
  top: 0;
  z-index: -1;
}
.l-manufacture .manufacture-point .manufacture-point-sub {
  max-width: 1000px;
  margin: 2em auto 0;
  color: #20353f;
  letter-spacing: .05em;
  line-height: 2;
}
.l-manufacture .manufacture-point .manufacture-point-sub .point-list li {
  line-height: 1.5;
}
.l-manufacture .manufacture-point .manufacture-point-sub .point-list li:before {
  line-height: 1;
}
.l-manufacture .manufacture-point .manufacture-point-sub .point-list li + li {
  margin-top: .5em;
}
.l-manufacture .manufacture-last {
  padding-top: 6.25em;
}
.l-manufacture .manufacture-last .center-headline {
  font-size: 1.7em;
  line-height: 1.5;
}
.l-manufacture .manufacture-last p {
  max-width: 800px;
  margin: auto;
  letter-spacing: .05em;
}

/*==============================
l-introduce
==============================*/
.l-introduce {
  padding-bottom: 0;
}
.l-introduce .introduce-first {
  margin: 0 auto 6.25em;
  max-width: 800px;
  letter-spacing: .05em;
}
.l-introduce .introduce-case {
  padding: 6.25em 0 9.375em;
  background: url(../img/module/bg_patternn_01.svg) repeat left top/2px;
}
.l-introduce .introduce-case-box {
  position: relative;
  padding: 2em 4% 2em 48%;
  margin: auto;
  background: #fff;
}
.l-introduce .introduce-case-box + .introduce-case-box {
  margin-top: 4.5em;
}
.l-introduce .introduce-case-ttl {
  margin-bottom: 1em;
}
.l-introduce .introduce-case-logo {
  height: 2em;
  margin: 0 0 .3em;
}
.l-introduce .introduce-case-logo img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  object-position: left;
}
.l-introduce .introduce-case-name {
  margin: 0 0 1em;
  letter-spacing: .05em;
  line-height: 1.35;
}
.l-introduce .introduce-case-img {
  position: absolute;
  margin-bottom: 1.2em;
  text-align: center;
  left: 4%;
  top: 2.5em;
  width: 40%;
}
.l-introduce .introduce-case-img img {
  width: 100%;
}
.l-introduce .introduce-case-txt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-introduce .introduce-case-txt div {
  display: -webkit-flex;
  display: flex;
}
.l-introduce .introduce-case-txt dt {
  font-weight: 700;
  font-size: .875em;
  color: #009bd2;
  letter-spacing: .05em;
  white-space: nowrap;
}
.l-introduce .introduce-case-txt dt:after {
  content: ':';
  padding: 0 .25em;
}
.l-introduce .introduce-case-txt dd {
  letter-spacing: .05em;
}
.l-introduce .introduce-case-txt .industry dd {
  padding-right: 1em;
}
.l-introduce .introduce-case-txt .industry,
.l-introduce .introduce-case-txt .scale {
  margin-bottom: .5em;
}
.l-introduce .introduce-case-txt .industry dt,
.l-introduce .introduce-case-txt .scale dt {
  line-height: 1.72;
}
.l-introduce .introduce-case-txt .industry dd,
.l-introduce .introduce-case-txt .scale dd {
  line-height: 1.5;
}
.l-introduce .introduce-case-txt .task {
  margin-top: .55em;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-introduce .introduce-case-txt .task dt {
  width: 100%;
}
.l-introduce .introduce-case-txt .task dt:after {
  content: none;
}
.l-introduce .introduce-temporary {
  max-width: 1000px;
  padding: 2.5em 4%;
  margin: auto;
  background: #FFF;
}
.l-introduce .introduce-temporary p {
  max-width: 360px;
  margin: 0 auto 2em;
  font-weight: 700;
  color: #2b4c8c;
}
.l-introduce .introduce-temporary .point-list {
  max-width: 360px;
  margin: auto;
}
.l-introduce .introduce-temporary .point-list li + li {
  margin-top: .5em;
}
.l-introduce .introduce-temporary + .middle-wrap {
  margin-top: 5em;
}
.l-introduce .introduce-last {
  max-width: 1000px;
  padding: 2.5em 4%;
  margin: 5em auto 0;
  background: #FFF;
  letter-spacing: .05em;
}

/*==============================
l-product
==============================*/
.l-product {
  padding-bottom: 0;
}
.l-product .product-movie {
  position: relative;
  margin-bottom: 6.25em;
  overflow: hidden;
}
.l-product .product-movie-box {
  position: relative;
}
.l-product .product-movie-box:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 100%;
  height: 13em;
  background: rgba(207, 237, 255, 0.4);
  z-index: -2;
}
.l-product .product-movie-inner {
  margin: 0 auto 1em;
  max-width: 680px;
  position: relative;
  border: 20px solid rgba(255, 255, 255, 0.4);
}
.l-product .product-movie-inner:before {
  position: absolute;
  content: '';
  top: -1.5em;
  left: -1.5em;
  width: 2px;
  height: 3em;
  background: #009bd2;
}
.l-product .product-movie-inner:after {
  position: absolute;
  content: '';
  top: -1.5em;
  left: -1.5em;
  width: 3em;
  height: 2px;
  background: #009bd2;
}
.l-product .product-movie-frame {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
  position: relative;
}
.l-product .product-movie-frame:before {
  position: absolute;
  content: '';
  bottom: -1.5em;
  right: -1.5em;
  width: 2px;
  height: 3em;
  background: #009bd2;
}
.l-product .product-movie-frame:after {
  position: absolute;
  content: '';
  bottom: -1.5em;
  right: -1.5em;
  width: 3em;
  height: 2px;
  background: #009bd2;
}
.l-product .product-movie-frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-product .point-list {
  max-width: 640px;
  margin: auto;
}
.l-product .point-list li + li {
  margin-top: .25em;
}
.l-product .product-item {
  padding: 6.25em 0;
  background: url(../img/module/bg_patternn_01.svg) repeat left top/2px;
}
.l-product .product-item-intro {
  margin: 0 0 2em;
  font-weight: 700;
  color: #2b4c8c;
  letter-spacing: .05em;
  text-align: center;
}
.l-product .product-item-box {
  max-width: 1000px;
  margin: auto;
  padding: 1.5em 3% .5em;
  background: #fff;
}
.l-product .product-item-box + .product-item-box {
  margin-top: 5em;
}
.l-product .product-item-name {
  position: relative;
  padding: 0 0 0 .8em;
  margin: 0 0 .3em;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.35;
  color: #2b4c8c;
}
.l-product .product-item-name:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: .22em;
  height: 69%;
  background: #009bd2;
}
.l-product .product-item-inner {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-product .product-item-table {
  width: 55%;
}
.l-product .product-item-table th {
  position: relative;
  padding: 1em 1em;
  width: 8em;
  line-height: 1.5;
  color: #2b4c8c;
  font-weight: 700;
  border-bottom: 2px solid #cfedff;
  letter-spacing: .05em;
  vertical-align: top;
}
.l-product .product-item-table th:after {
  opacity: .8;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #1d64a1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF1D64A1', endColorstr='#FF009BD2');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNjRhMSIvPjxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjMTg2ZGE5Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwNTkxYzkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDliZDIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1d64a1), color-stop(19%, #186da9), color-stop(75%, #0591c9), color-stop(100%, #009bd2));
  background-image: -moz-linear-gradient(left, #1d64a1 0%, #186da9 19%, #0591c9 75%, #009bd2 100%);
  background-image: -webkit-linear-gradient(left, #1d64a1 0%, #186da9 19%, #0591c9 75%, #009bd2 100%);
  background-image: linear-gradient(to right, #1d64a1 0%, #186da9 19%, #0591c9 75%, #009bd2 100%);
}
.l-product .product-item-table td {
  padding: 1em 1em 1em 2em;
  line-height: 1.5;
  width: calc(100% - 8em);
  letter-spacing: .05em;
  border-bottom: 2px solid #cfedff;
}
.l-product .product-item-img {
  width: 40%;
  margin-bottom: 1em;
}
.l-product .product-img-main {
  border: 1px solid #f2f2f2;
}
.l-product .product-img-thumb li {
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.l-product .product-img-thumb li:first-child {
  border-left: 1px solid #f2f2f2;
}
.l-product .product-img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-product .product-item-txt {
  margin: 1em auto;
  background: #f2f2f2;
  padding: 1em 3%;
}
.l-product .product-item-icon {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -.5%;
}
.l-product .product-item-icon li {
  padding: 0 .5%;
  margin: 0 0 1em;
}
.l-product .product-flow {
  position: relative;
  padding: 6.25em 0;
}
.l-product .product-flow:after {
  position: absolute;
  content: '';
  width: 33%;
  height: calc(100% - 9.375em);
  left: 0;
  top: 6.25em;
  background-color: #c6e9f7;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFC6E9F7', endColorstr='#FFF2FAFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2ZTlmNyIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjY2ZlY2Y5Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlN2Y2ZmYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2VmZjlmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZmFmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c6e9f7), color-stop(17%, #cfecf9), color-stop(50%, #e7f6ff), color-stop(75%, #eff9ff), color-stop(100%, #f2faff));
  background-image: -moz-linear-gradient(left, #c6e9f7 0%, #cfecf9 17%, #e7f6ff 50%, #eff9ff 75%, #f2faff 100%);
  background-image: -webkit-linear-gradient(left, #c6e9f7 0%, #cfecf9 17%, #e7f6ff 50%, #eff9ff 75%, #f2faff 100%);
  background-image: linear-gradient(to right, #c6e9f7 0%, #cfecf9 17%, #e7f6ff 50%, #eff9ff 75%, #f2faff 100%);
  z-index: -1;
}
.l-product .product-flow .product-flow-inner {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-product .product-flow .product-flow-list {
  padding: 0 10%;
  background: #fff;
  max-width: 1000px;
  margin: auto;
}
.l-product .product-flow .product-flow-list li {
  padding: 1.9em 1.5% 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #cfedff;
}
.l-product .product-flow .product-flow-list li:last-child {
  border: none;
}
.l-product .product-flow .product-flow-no {
  font-size: 2.625em;
  text-align: center;
  line-height: 1;
  color: #009bd2;
  width: 2.2em;
  padding-right: .6em;
}
.l-product .product-flow .product-flow-no:before {
  display: block;
  content: 'step';
  font-size: .33em;
}
.l-product .product-flow h3 {
  font-weight: 700;
  color: #2b4c8c;
  font-size: 1.25em;
  letter-spacing: .05em;
  width: 8.5em;
  line-height: 1.5;
}
.l-product .product-flow .product-flow-body {
  width: calc(100% - 17em);
  letter-spacing: .05em;
  line-height: 1.5;
}

.flow-img {
 padding: 0.7em;
}

.l-product .product-qa {
  padding: 6.25em 0 9.375em;
  background: url(../img/module/bg_patternn_01.svg) repeat left top/2px;
}
.l-product .product-qa .center-headline {
  margin-top: -4.375em;
  padding-top: 4.375em;
}
.l-product .product-qa .product-qa-stl {
  position: relative;
  margin-bottom: 2.5em;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: .05em;
  color: #2b4c8c;
  line-height: 1.35;
  z-index: 1;
}
.l-product .product-qa .product-qa-stl:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 13.25em;
  height: .5em;
  background: #cfedff;
  z-index: -1;
}
.l-product .product-qa .product-qa-list {
  max-width: 1000px;
  margin: auto;
}
.l-product .product-qa .product-qa-list div {
  position: relative;
  background: #fff;
  padding: 1.9em 4em 1.9em 9%;
  cursor: pointer;
}
.l-product .product-qa .product-qa-list div:before {
  position: absolute;
  left: 3%;
  top: .32em;
  content: 'Q';
  font-size: 3em;
  line-height: 1.2;
  font-family: 'Rubik', sans-serif;
  color: #009bd2;
}
.l-product .product-qa .product-qa-list div + div {
  margin-top: 1.25em;
}
.l-product .product-qa .product-qa-list dt {
  font-size: 1.25em;
  font-weight: 700;
  color: #2b4c8c;
  letter-spacing: .05em;
  line-height: 1.5;
}
.l-product .product-qa .product-qa-list dt .pm-icon {
  position: absolute;
  right: .8em;
  top: 1em;
  width: 2.5em;
  height: calc(2.5em - 1px);
  transition: background .3s;
}
.l-product .product-qa .product-qa-list dt .pm-icon:before, .l-product .product-qa .product-qa-list dt .pm-icon:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40%;
  height: 2px;
  background-color: #009bd2;
  border-radius: 4px;
  transition: transform .3s;
  cursor: pointer;
}
.l-product .product-qa .product-qa-list dt .pm-icon:before {
  transform: rotate(0deg);
}
.l-product .product-qa .product-qa-list dt .pm-icon:after {
  transform: rotate(90deg);
}
.l-product .product-qa .product-qa-list dt .pm-icon.open:before {
  display: none;
}
.l-product .product-qa .product-qa-list dt .pm-icon.open:after {
  transform: rotate(180deg);
}
.l-product .product-qa .product-qa-list dd {
  display: none;
  letter-spacing: .05em;
  margin: 1.3em 0 -0.6em;
}
.l-product .product-qa .product-qa-list + .product-qa-stl {
  margin-top: 3.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1295px) {
  .l-contact .contact-tel a {
    padding: 0 3%;
    font-size: calc(8.63px + 0.569vw);
  }

  .l-manufacture .manufacture-intro-txt h3 {
    font-size: calc(2.51px + 2.277vw);
  }
  .l-manufacture .manufacture-first .manufacture-first-ttl {
    font-size: calc(26.17px + 0.759vw);
  }
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(odd) .manufacture-point-sub {
    margin-right: 8.334%;
  }
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(even) .manufacture-point-sub {
    margin-left: 8.334%;
  }
}




/*==========================================================================================
ここからSP
==========================================================================================*/
@media only screen and (max-width: 767px) {
  .page-module {
    margin-top: 9.2vw;
    margin-bottom: 8.32vw;
  }
  .page-module .page-mv {
    height: 23.4vw;
    min-height: 120px;
    background: url(../img/module/sp_page_mv_bg@2x.jpg) no-repeat center/cover;
  }
  .page-module .page-ttl {
    font-size: calc(16.35px + 2.041vw);
  }
  .page-module .page-ttl:before {
    font-size: calc(-2.09px + 11.224vw);
  }
  .page-module .l-breadcrumbs {
    padding: 0.4em 0 0;
  }
  .page-module .l-breadcrumbs .breadcrumbs-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-module .l-breadcrumbs .breadcrumbs-list li {
    font-size: .8em;
  }

  .l-contents {
    padding-bottom: 19.5vw;
  }

  .line-headline {
    margin-bottom: 5.2vw;
  }

  .center-headline {
    margin-bottom: 7.65vw;
    font-size: calc(16.35px + 2.041vw);
  }

  .page-link {
    padding: 9.1vw 0;
  }
  .page-link .page-link-list li:after {
    height: calc(100% - 6vw);
  }
  .page-link .page-link-img {
    width: 12vw;
    height: 12vw;
  }
  .page-link .page-link-txt {
    padding: 2vw 1%;
  }

  /*==============================
  l-pp
  ==============================*/
  .l-pp .point-list {
    margin: 0 0 8.32vw;
  }

  /*==============================
  l-contact
  ==============================*/
  .l-contact .contact-tel {
    margin: 0 0 8.32vw;
  }
  .l-contact .contact-tel p {
    font-size: 1em;
  }
  .l-contact .contact-tel-no {
    font-size: calc(24.52px + 3.061vw);
    white-space: nowrap;
  }
  .l-contact .contact-tel-note {
    font-size: calc(6.26px + 1.531vw);
  }
  .l-contact .contact-table .must {
    float: right;
    margin-top: .25em;
  }
  .l-contact .submit-btn {
    font-size: 1em;
  }
  .l-contact .submit-btn input {
    padding: 1.062em 1em;
  }

  .l-thanks {
    padding-bottom: 0;
  }
  .l-thanks .contact-thanks {
    padding: 0 0 9.1vw;
  }
  .l-thanks .thanks-intro {
    margin: 0 0 2em;
    text-align: center;
    letter-spacing: .05em;
  }
  .l-thanks .more-btn {
    margin: 7.28vw auto 0;
  }

  /*==============================
  l-company
  ==============================*/
  .l-company .company-table {
    width: 100%;
  }
  .l-company .company-table th {
    display: block;
    width: 100%;
    padding: 2em 0 .5em;
    margin-bottom: 1em;
  }
  .l-company .company-table th:after {
    width: 4em;
  }
  .l-company .company-table td {
    display: block;
    width: 100%;
    padding: 0 0 0 1em;
    margin-bottom: 1em;
    border-bottom: none;
  }
  .l-company .company-history div {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .l-company .company-history div dt {
    width: 100%;
    font-weight: 700;
  }
  .l-company .company-history div dd {
    width: 100%;
    padding: 0 0 0 1em;
  }

  /*==============================
  l-manufacture
  ==============================*/
  .l-manufacture {
    padding-bottom: 0;
  }
  .l-manufacture .manufacture-intro-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 0 13vw;
  }
  .l-manufacture .manufacture-intro-img {
    min-height: 0%;
    width: 30%;
    margin: 0 auto 5vw;
    text-align: center;
    min-width: 0;
  }
  .l-manufacture .manufacture-intro-txt {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .l-manufacture .manufacture-intro-txt h2 {
    font-size: calc(20.52px + 3.061vw);
  }
  .l-manufacture .manufacture-intro-txt h3 {
    margin-top: 1em;
    font-size: 1.25em;
  }
  .l-manufacture .manufacture-intro-txt .more-btn {
    margin: 6.24vw auto 0;
  }
  .l-manufacture .manufacture-first {
    padding: 13vw 0;
  }
  .l-manufacture .manufacture-first .manufacture-first-ttl {
    margin: 0 0 7.65vw;
    font-size: calc(16.35px + 2.041vw);
  }
  .l-manufacture .manufacture-first .manufacture-first-ttl:before {
    font-size: .44em;
    margin: 0;
  }
  .l-manufacture .manufacture-first .manufacture-first-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .l-manufacture .manufacture-first .manufacture-first-list:after {
    margin-top: 3.9vw;
    height: 5.2vw;
    background: url(../img/module/icon_arw_02.svg) no-repeat center/6.5vw;
  }
  .l-manufacture .manufacture-first .manufacture-first-list li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    padding: 2.6vw 3.91vw;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border: 1px solid #009bd2;
    background: #fff;
  }
  .l-manufacture .manufacture-first .manufacture-first-list li:after {
    content: none;
  }
  .l-manufacture .manufacture-first .manufacture-first-list li + li {
    margin-top: 3.91vw;
  }
  .l-manufacture .manufacture-first .manufacture-first-img {
    width: 24%;
  }
  .l-manufacture .manufacture-first .manufacture-first-txt {
    display: block;
    width: 76%;
    padding: 0  6.5vw;
  }
  .l-manufacture .manufacture-first .manufacture-first-txt br {
    display: none;
  }
  .l-manufacture .manufacture-point {
    padding: 13vw 0;
  }
  .l-manufacture .manufacture-point .manufacture-point-list li {
    position: relative;
  }
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(odd) .manufacture-point-no,
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(odd) .manufacture-point-stl {
    padding: 0;
    margin-right: 0;
    margin-left: auto;
  }
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(odd) .manufacture-point-stl:after {
    left: -3.125vw;
  }
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(odd) .manufacture-point-img {
    right: 0;
  }
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(odd) .manufacture-point-body {
    padding: 1.8em 0 1.8em 0;
    margin-right: 0;
    margin-left: auto;
  }
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(odd) .manufacture-point-body:after {
    right: -3.125vw;
  }
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(even) .manufacture-point-no,
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(even) .manufacture-point-stl {
    padding: 0;
    margin-left: auto;
  }
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(even) .manufacture-point-stl:after {
    right: -3.125vw;
  }
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(even) .manufacture-point-img {
    left: 0;
  }
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(even) .manufacture-point-body {
    padding: 1.8em 0 1.8em 0;
    margin-left: 0;
  }
  .l-manufacture .manufacture-point .manufacture-point-list li:nth-child(even) .manufacture-point-body:after {
    left: -3.125vw;
  }
  .l-manufacture .manufacture-point .manufacture-point-list li + li {
    margin-top: 9.36vw;
  }
  .l-manufacture .manufacture-point .manufacture-point-no {
    font-size: calc(16.26px + 1.531vw);
  }
  .l-manufacture .manufacture-point .manufacture-point-stl {
    margin: 0 0 7.5vw;
    font-size: calc(14.35px + 2.041vw);
  }
  .l-manufacture .manufacture-point .manufacture-point-stl:after {
    width: 93.75vw;
  }
  .l-manufacture .manufacture-point .manufacture-point-img {
    position: static;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .l-manufacture .manufacture-point .manufacture-point-body {
    min-height: 0;
  }
  .l-manufacture .manufacture-point .manufacture-point-body:after {
    height: calc(100% + 24.5vw);
    top: auto;
    bottom: 0;
  }
  .l-manufacture .manufacture-last {
    padding-top: 13vw;
  }
  .l-manufacture .manufacture-last .center-headline {
    font-size: calc(0.69px + 4.082vw);
  }

  /*==============================
  l-introduce
  ==============================*/
  .l-introduce {
    padding-bottom: 0;
  }
  .l-introduce .introduce-first {
    margin: 0 auto 13vw;
  }
  .l-introduce .introduce-case {
    padding: 13vw 0 19.5vw;
  }
  .l-introduce .introduce-case-box {
    padding: 2em 5%;
  }
  .l-introduce .introduce-case-box + .introduce-case-box {
    margin-top: 9.36vw;
  }
  .l-introduce .introduce-case-img {
    position: static;
    width: 100%;
    padding-right: 0;
  }
  .l-introduce .introduce-case-img img {
    width: auto;
  }
  .l-introduce .introduce-case-txt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-introduce .introduce-case-txt div {
    display: -webkit-flex;
    display: flex;
  }
  .l-introduce .introduce-case-txt dt {
    font-weight: 700;
    font-size: .875em;
    color: #009bd2;
    letter-spacing: .05em;
    white-space: nowrap;
  }
  .l-introduce .introduce-case-txt dt:after {
    content: ':';
    padding: 0 .25em;
  }
  .l-introduce .introduce-case-txt dd {
    letter-spacing: .05em;
  }
  .l-introduce .introduce-case-txt .industry dd {
    padding-right: 1em;
  }
  .l-introduce .introduce-case-txt .industry,
  .l-introduce .introduce-case-txt .scale {
    margin-bottom: .5em;
  }
  .l-introduce .introduce-case-txt .industry dt,
  .l-introduce .introduce-case-txt .scale dt {
    line-height: 1.72;
  }
  .l-introduce .introduce-case-txt .industry dd,
  .l-introduce .introduce-case-txt .scale dd {
    line-height: 1.5;
  }
  .l-introduce .introduce-case-txt .task {
    margin-top: .55em;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-introduce .introduce-case-txt .task dt {
    width: 100%;
  }
  .l-introduce .introduce-case-txt .task dt:after {
    content: none;
  }

  /*==============================
  l-product
  ==============================*/
  .l-product {
    padding-bottom: 0;
  }
  .l-product .product-movie {
    margin-bottom: 13vw;
  }
  .l-product .product-movie-inner {
    border: 2.6vw solid rgba(255, 255, 255, 0.4);
  }
  .l-product .product-movie-inner:before {
    top: -3.12vw;
    left: -3.12vw;
  }
  .l-product .product-movie-inner:after {
    top: -3.12vw;
    left: -3.12vw;
  }
  .l-product .product-movie-frame:before {
    bottom: -3.12vw;
    right: -3.12vw;
  }
  .l-product .product-movie-frame:after {
    bottom: -3.12vw;
    right: -3.12vw;
  }
  .l-product .product-item {
    padding: 13vw 0;
  }
  .l-product .product-item-box + .product-item-box {
    margin-top: 10.4vw;
  }
  .l-product .product-item-name {
    margin: 0 0 1em;
  }
  .l-product .product-item-name:after {
    width: .12em;
  }
  .l-product .product-item-inner {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .l-product .product-item-table {
    width: 100%;
    width: 100%;
    margin-bottom: 1em;
  }
  .l-product .product-item-table th {
    display: block;
    width: 100%;
    padding: 2em 0 0;
    margin-bottom: .5em;
  }
  .l-product .product-item-table th:after {
    width: 4em;
  }
  .l-product .product-item-table td {
    display: block;
    width: 100%;
    padding: 0 0 0 1em;
    margin-bottom: 0;
    border-bottom: none;
  }
  .l-product .product-item-img {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
  }
  .l-product .product-img-main {
    width: 80%;
  }
  .l-product .product-img-thumb {
    width: 20%;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .l-product .product-img-thumb li {
    min-height: 0%;
    height: 33.33%;
  }
  .l-product .product-img-thumb li:first-child {
    border-left: none;
    border-top: 1px solid #f2f2f2;
  }
  .l-product .product-flow {
    padding: 13vw 0;
  }
  .l-product .product-flow:after {
    content: none;
  }
  .l-product .product-flow .product-flow-inner {
    display: block;
  }
  .l-product .product-flow .product-flow-img {
    display: none;
  }
  .l-product .product-flow .product-flow-txt {
    width: 100%;
    max-width: 100%;
  }
  .l-product .product-flow .product-flow-list {
    padding: 0;
  }
  .l-product .product-flow .product-flow-list li {
    position: relative;
    padding: 1.9em 1.5% 1.5em 5.5em;
    display: block;
  }
  .l-product .product-flow .product-flow-list li:first-child .product-flow-no {
    bottom: 30%;
  }
  .l-product .product-flow .product-flow-no {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1.2em;
    font-size: calc(26.35px + 2.041vw);
    padding-right: 0;
  }
  .l-product .product-flow h3 {
    width: 100%;
  }
  .l-product .product-flow .product-flow-body {
    width: 100%;
  }
  .l-product .product-qa {
    padding: 13vw 0 19.5vw;
  }
  .l-product .product-qa .center-headline {
    margin-top: -9.2vw;
    padding-top: 9.2vw;
  }
  .l-product .product-qa .product-qa-stl {
    margin-bottom: 6.5vw;
  }
  .l-product .product-qa .product-qa-stl:after {
    width: 100%;
    max-width: 13.25em;
  }
  .l-product .product-qa .product-qa-list div {
    padding: 1.9em 4em 1.9em 3.5em;
  }
  .l-product .product-qa .product-qa-list div:before {
    top: .42em;
    font-size: calc(32.35px + 2.041vw);
  }
  .l-product .product-qa .product-qa-list div + div {
    margin-top: 1.25em;
  }
  .l-product .product-qa .product-qa-list dt {
    font-size: 1.125em;
  }
  .l-product .product-qa .product-qa-list + .product-qa-stl {
    margin-top: 7.28vw;
  }
}
@media only screen and (max-width: 480px) {
  .page-module {
    margin-top: 45px;
  }

  .page-link .page-link-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .page-link .page-link-list li {
    width: 100%;
    max-width: 100%;
  }
  .page-link .page-link-list li:after {
    content: none;
  }
  .page-link .page-link-list a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding: 3%;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border: 1px solid #009bd2;
    background: #fff;
  }
  .page-link .page-link-list li + li {
    margin-top: 2vw;
  }
  .page-link .page-link-img {
    width: 4em;
    height: 4em;
    margin: 0;
  }
  .page-link .page-link-txt {
    display: block;
    width: calc(100% - 5em);
    padding: 0;
    text-align: left;
  }

  .l-product .product-item-img {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .l-product .product-img-main {
    width: 100%;
  }
  .l-product .product-img-thumb {
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .l-product .product-img-thumb li {
    height: auto;
  }
  .l-product .product-img-thumb li:first-child {
    border-left: 1px solid #f2f2f2;
    border-top: none;
  }
  .l-product .product-qa .center-headline {
    margin-top: -45px;
    padding-top: 45px;
  }
}
