@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #314e62;
  letter-spacing: 0.08rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #314e62;
  transition-duration: 0.5s;
  text-decoration: none;
}
a:hover {
  transition-duration: 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition-duration: 0.5s;
}
a img:hover, img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  transition-duration: 0.5s;
}
input[type="checkbox"] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"]:checked + label {
  color: #fff;
  background: linear-gradient(to left, #218ac6, #0c58aa);
  transition-duration: .3s;
}
@media screen and (min-width: 961px) {
  input[type="checkbox"]:hover + label {
    color: #fff;
    background: linear-gradient(to left, #218ac6, #0c58aa);
    transition-duration: .3s;
  }
}
/*input[type="checkbox"]:checked + label {
    color: #fff;
    background: linear-gradient(to left, #218ac6, #0c58aa);
    transition-duration: .3s;
}*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*****************************************************

    共通

*****************************************************/
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
section {
  text-align: center;
  padding: 50px 0;
}
section.blue {
  background: linear-gradient(to right, #e6f1fd, #f7f8fa);
}
section.gradation {
  background: linear-gradient(#edf0f6, #ffffff);
}
section.gradation-blue {
  background: linear-gradient(to right, #c8dfff, #ebeef4);
}
section .top-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
  text-align: center;
  color: #71bbd5;
  display: inline-block;
}
section .top-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #71bbd5;
  display: block;
  margin-bottom: 16px;
}
section .category-title, .about .sitetitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  background: -webkit-linear-gradient(0deg, #0c58aa, #218ac6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
br.sp {
  display: none;
}
.sidemenu {
  position: fixed;
  right: 0;
  top: 20vh;
  z-index: 1111;
}
.sidemenu a {
  width: 65px;
	height: 245px;
  padding: 35px 22px;
  color: #0066B1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
	text-align: center;
  background: linear-gradient(to top,#ffec6e ,#ffdd00 );
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
}
.sidemenu a:before {
	content: "";
	width: 100%;
	height: 100%;
  background: #ffd600;
  position: absolute;
  top: -100%;
  left: 0;
  transition: all .5s ease;
  opacity: 1;
	z-index: -1;
}
.sidemenu a:hover:before {
	top: 0;
}
/*
.sidemenu a:hover {
  color: #fff;
  background: #0066B1;
}
*/
.sidemenu a span {
  width: 24px;
  height: 20px;
  background-image: url("../img/common/icon_mail.svg");
  background-repeat: no-repeat;
	background-size: cover;
  display: block;
  position: relative;
  left: 2px;
  margin-bottom: 10px;
}
/*
.sidemenu a:hover span {
  background-image: url("../img/common/icon_mail-hover.svg");
}
*/
.scrolltxt {
  display: none;
}
div.wpcf7-mail-sent-ok {
  display: none !important;
}
section.info-side {
  padding: 30px 0;
}
/*****************************************************

    ページナビゲーション

*****************************************************/
.wp-pagenavi {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 10px;
  padding: 12px 18px;
  color: #0066B1;
  border: solid 1px #ECEFF5;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #fff;
  background-color: #0066B1;
}
/*****************************************************

    ドロワーメニュー

*****************************************************/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}
.header-contents {
  height: 70px;
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  margin: 0 auto;
}
/*---------- #menu ----------*/
#menu {
  width: 80%;
  height: calc(100% - 70px);
  background-color: #0066b1;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  transform: translate(100%);
  transition: all .5s;
  padding: 30px;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#menu.open {
  transform: translate(0);
}
#menu ul {
  margin: 45px 0;
  padding: 0;
  list-style-type: none;
}
#menu li {
  padding: 14px 8px;
  border-bottom: 1px solid #427aaf;
}
#menu li a {
  font-size: 14px;
  color: #fff;
}
#menu li a.toggle {
  display: block;
  font-size: 18px;
  position: relative;
}
#menu li a.toggle span {
  background-image: url("../img/common/icon_plus.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) translateX(0);
  -webkit- transform: translateY(-50%) translateX(0);
}
#menu li a.toggle.active span {
  background-image: url("../img/common/icon_minus.svg");
}
#menu_btn {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0066b1;
  cursor: pointer;
}
#menu_btn span {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  left: 22%;
  width: 40px;
}
#menu_btn span:nth-child(1) {
  top: 30%;
}
#menu_btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu_btn span:nth-child(3) {
  bottom: 30%;
}
#menu_btn.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#menu_btn.active span:nth-child(2) {
  opacity: 0;
}
#menu_btn.active span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  -ms-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}
/* --- .menu-background --- */
.menu-background {
  position: fixed;
  top: 70px;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}
.menu-background.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.btn-area {
  display: flex;
  justify-content: space-between;
}
.btn-acc, .btn-con {
  width: 48%;
  background-color: #fff;
  border-radius: 5px;
}
.btn-acc a, .btn-con a {
  font-size: 20px;
  font-weight: bold;
  color: #0066b1;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-acc a:before {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../img/common/icon_nav-acc.svg");
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
}
.btn-con a:before {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../img/common/icon_nav-con.svg");
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
}
.sample01 ul .child, .sample01 ul li:hover ul li:hover ul {
  display: none;
  margin: 0 !important;
}
.sample01 ul li ul.child li {
  border-bottom: none !important;
}
.sample01 ul li ul.child li a i {
  margin-right: 1em;
}
.nav-tel {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffec6e;
  padding: 30px 0;
  text-align: center;
}
.nav-tel .tel a {
  font-size: 35px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #0066b1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-tel .tel a:before {
  width: 21px;
  height: 21px;
  content: "";
  background-image: url("../img/common/icon_nav-tel.svg");
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
}
.nav-tel .add {
  font-size: 14px;
  color: #0066b1;
}
/* #Progress
================================================== */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  background: rgba(255, 255, 255, .7);
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(61, 47, 31, .3);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap i {
  position: absolute;
  top: 13px;
  left: 17px;
  transition-duration: .4s;
  font-size: 1.2rem;
}
.progress-wrap:hover {
  background: rgba(255, 255, 255, .9);
}
.progress-wrap:hover i {
  color: #094A80;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #094A80;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*****************************************************

    トップスライダー

*****************************************************/
.main-top .slider {
  width: 100%;
}
.main-top .slick-slide {
  margin: 0;
}
.main-top .slick-slide img {
  width: 100%;
  height: calc(100vh - 86px);
  object-fit: cover;
  /*transition: 30s ease-out;*/
  /*transform-origin: center top;*/
}
.main-top .slick-active img:hover {
  /*transform: scale(1.1);*/
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
}
.main-top .slick-prev:before, .main-top .slick-next:before {
  color: black;
}
.main-top .slick-slide img.slider-sp {
  display: none;
}
/*****************************************************

    ケーススライダー

*****************************************************/
.case .slick-slide {
  margin: 0 0.6rem;
}
.case .prev-arrow {
  display: block !important;
  width: 50px;
  height: 50px;
  background-image: url(../img/slider/icon_prev.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
  left: -60px;
  border: none;
  background-color: transparent;
  outline: none;
}
.case .next-arrow {
  display: block !important;
  width: 50px;
  height: 50px;
  background-image: url("../img/slider/icon_next.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
  right: -60px;
  border: none;
  background-color: transparent;
  outline: none;
}
/*****************************************************

    ボタン

*****************************************************/
.btn {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.btn a {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  position: relative;
  display: block;
  padding: 20px 0;
  text-align: center;
  z-index: 1;
}
.btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: linear-gradient(to left, #218ac6, #0c58aa);
}
.btn a:hover:before {
  opacity: 0;
}
.btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #0c58aa, #218ac6);
}
.btn a i {
  position: absolute;
  right: 20px;
  top: calc(50% - 5.5px);
}
.btn a:hover i {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-name: MoveRight;
  animation-name: MoveRight;
}
.btnB {
  width: 100%;
  max-width: 200px;
  box-sizing: border-box;
}
.btnB a {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 40px;
  height: 40px;
  color: #0066b1;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  position: relative;
  display: block;
  border: solid 1px #0066b1;
  box-sizing: border-box;
  z-index: 1;
}
.btnB a:hover {
  color: #fff;
  background-color: #0066b1;
}
.btnB a i {
  position: absolute;
  right: 10px;
  top: calc(50% - 5.5px);
}
.btnB a:hover i {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-name: MoveRight;
  animation-name: MoveRight;
}
@-webkit-keyframes MoveRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  49.9% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes MoveRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  49.9% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
/**********アニメーション設定**********/
/*右から左*/
@keyframes RightToLeft {
  0% {
    opacity: 0; /* 透明 */
    transform: translateX(50%); /* X軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateX(0); /* X軸方向に0px */
  }
}
/*左から右*/
@keyframes leftToRight {
  0% {
    opacity: 0; /* 透明 */
    transform: translateX(-50%); /* X軸方向に-50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateX(0); /* X軸方向に0px */
  }
}
/*上から下*/
@keyframes SlideDown {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-50%); /* Y軸方向に-50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateY(0); /* Y軸方向に0px */
  }
}
/*下から上*/
@keyframes SlideUp {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(50%); /* Y軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateY(0); /* Y軸方向に0px */
  }
}
.content.delighter {
  transition: all 0.8s ease;
  transform: translateY(20%);
  opacity: 0;
}
.content.delighter.started {
  transform: none;
  opacity: 1;
}
#right {
  max-width: 980px;
  margin: 50px auto;
}
.pager {
  margin: 15px 0;
}
.pager ul {
  display: flex;
  justify-content: center;
}
.pager ul li {
  margin: 0 2px;
}
.pager ul li a {
  padding: 0 5px;
  line-height: 14px;
  border: 1px solid #333;
  color: #333;
  box-sizing: border-box;
}
/* ワイプ
------------------------------*/
.inview {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.inview.zoom.on {
  -webkit-animation-name: inviewZoom;
  animation-name: inviewZoom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s
}
.inview:before, .inview:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.inview:before {
  background-color: #fff;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 1s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: -webkit-transform 1s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 1s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 1s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 1s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 10;
}
.inview:after {
  background-color: #fff;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0) translateX(0);
  -ms-transform: scaleX(0) translateX(0);
  transform: scaleX(0) translateX(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: -webkit-transform 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 5;
}
.inview.on:before {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.inview.on:after {
  -webkit-transform: scaleX(1) translateX(101%);
  -ms-transform: scaleX(1) translateX(101%);
  transform: scaleX(1) translateX(101%);
}
/*タブ切り替え*/
@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*****************************************************

    ヘッダー

*****************************************************/
.hd_main_txt {
  font-size: 12px;
  font-weight: 700;
  color: #314e62;
  margin-bottom: 1em;
}
.hd-sp {
  display: none;
}
.hd-pc {
  height: 86px;
  box-sizing: border-box;
}
.hd-pc .hd-wrap {
  display: flex;
  align-items: center;
}
.hd-logo {
  margin-right: auto;
  padding-left: 20px;
}
.hd-logo .logo {
  width: 220px;
  box-sizing: border-box;
}
.hd-nav {
  display: flex;
  align-items: center;
}
.hd-nav ul {
  display: flex;
  margin-right: 1em;
}
.hd-nav li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  position: relative;
  height: 86px;
}
.hd-nav li > a {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 1em;
  border-left: solid 1px #e8ebf1;
}
.hd-nav li:hover > a {
  color: #F9CC46;
}
.hd-nav li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  margin-left: -2.5px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hd-nav li:hover > a::after {
  background: #f9cc46;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hd-nav li .sub_cate {
  width: 250px;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 86px;
  left: 50%;
  padding: 20px;
  text-align: center;
  transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
  box-sizing: border-box;
}
.hd-nav li:hover .sub_cate {
  display: block;
}
.hd-nav li .sub_cate .nav_list {
  margin-bottom: 20px;
}
.hd-nav li .sub_cate .nav_list:last-child {
  margin-bottom: 0;
}
.hd-nav li .sub_cate .nav_list a {
  font-size: 14px;
  font-weight: 500;
}
.hd-nav li .sub_cate .nav_list a:hover {
  color: #F9CC46;
}
.hd-tel {
  width: 240px;
}
.hd-tel a {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  z-index: 0;
  padding: 20px 0;
  height: 86px;
  box-sizing: border-box;
}
.hd-tel a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: linear-gradient(to left, #218ac6, #0c58aa);
}
.hd-tel a:hover:before {
  opacity: 0;
}
.hd-tel a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #0c58aa, #218ac6);
}
.hd-tel .tel {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hd-tel .tel:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/common/icon_hd-tel.svg");
  display: block;
  margin-right: 10px;
}
.hd-tel .txt {
  font-size: 12px;
  font-weight: 700;
}
/*****************************************************

    トップメイン

*****************************************************/
.main-top {
  position: relative;
}
.titbox .catchcopy {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
  background: -webkit-linear-gradient(0deg, #0c58aa, #218ac6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 8%;
  opacity: 0;
}
.main-top.on .catchcopy {
  top: 35%;
  animation-name: SlideUp;
  animation-duration: 1.2s;
  opacity: 1;
}
.main-top .subcatchcopy {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  background: -webkit-linear-gradient(0deg, #0c58aa, #218ac6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 8%;
  opacity: 0;
}
.main-top .subcatchcopy:after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0C58AA 0%, #218AC6 100%);
  display: block;
  margin-top: 1%;
}
.main-top.on .subcatchcopy {
  top: 58%;
  animation-name: SlideUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.titbox .line-sp {
  display: none;
  width: 475px;
  height: 2px;
  background: linear-gradient(to right, #0C58AA 0%, #218AC6 100%);
  position: absolute;
  top: 0;
  left: 8%;
  opacity: 0;
}
.main-top.on .line-sp {
  top: 66%;
  animation-name: SlideUp;
  animation-duration: 2s;
  opacity: 1;
}
.sliderarea .slider li {
  height: calc(100vh - 86px);
}
/*****************************************************

    アバウト

*****************************************************/
.about .sitesubtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}
.about .sitesubtitle br.sp2 {
  display: none;
}
.about .box {
  display: flex;
  justify-content: space-between;
}
.about .item {
  width: 48%;
  box-sizing: border-box;
  padding: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.about .item a {
  display: block;
}
.about .item a:hover .inn {
  background: linear-gradient(to right, rgba(40, 107, 179, 0.8) 0%, rgba(59, 201, 229, 0.8) 100%);
  transition-duration: .5s;
}
.about .item a:hover .txtbox .tit, .about .item a:hover .txtbox .subtit {
  color: #fff;
  transition-duration: .3s;
}
.about .item a:hover .txtbox .tit:after {
  background: #fff;
  transition-duration: .3s;
}
.about .itemboxA {
  background-image: url("../img/about/img_about01.png");
}
.about .itemboxB {
  background-image: url("../img/about/img_about02.png");
}
.about .box .item.content.delighter:nth-child(2) {
  transition: all 1.2s ease;
}
.about .item .inn {
  background-color: rgb(255, 255, 255, 0.8);
  padding-top: 60px;
  padding-bottom: 60px;
  transition-duration: .2s;
  border-radius: 4px;
}
.about .item .txtbox .tit {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  color: #0f80bb;
  display: inline-block;
}
.about .item .txtbox .subtit {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  color: #78aad9;
}
.about .item .txtbox .subtit:after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background: linear-gradient(to right, #0c58aa 0%, #218ac6 100%);
  margin: 20px auto;
}
/*****************************************************

    プロダクト

*****************************************************/
.product {
  padding: 50px 3.2%;
  background-image: url("../img/product/img_bg-product.jpg");
  background-position: top center;
  background-size: cover;
  text-align: center;
}
.product .top-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.product .top-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 20px;
}
.product .category-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
}
.product .subtit {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}
.product .banner, .product-list .banner {
  margin: 40px auto 0;
}
.product-container .container-inn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.product-container .pro-nav {
  display: none;
}
.product-container .box {
  width: 32%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}
.product-container .box .inn {
  padding: 20px 20px 15px;
}
.product-container .box .titarea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
.product-container .box .titarea .icon {
  /*margin-right: 20px;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  -webkit- transform: translateY(-50%) translateX(0);
}
.product-container .sozai .titarea .icon {
  left: 10%;
}
.product-container .bunya .titarea .icon, .product-container .kino .titarea .icon {
  left: 15%;
}
.product-container .box .titarea .tititem .listtitle {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  background: -webkit-linear-gradient(0deg, #0c58aa, #218ac6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.product-container .box .titarea .tititem .listtitle span {
  font-size: 18px;
}
.product-container .box .titarea .tititem .subtit2 {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #B1CFFF;
}
.product-container .box .itemarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-container .label {
  width: 32%;
  padding: 12px 10px;
  color: #0066B1;
  cursor: pointer;
  border-radius: 2px;
  background-color: #E6EFFF;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: .3s;
}
/*.product-container .label:hover {
    color: #fff;
    background: linear-gradient(to left, #218ac6, #0c58aa);
}*/
.product-container .total {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin: 20px 0;
}
.product-container .total span {
  font-size: 20px;
}
.product-container .search-btn, .caselist-container .search-btn {
  max-width: 360px;
}
.product-container .search-btn-top {
  margin-top: 40px;
}
.product-container .search-btn a, .caselist-container .search-btn a {
  overflow: hidden;
  padding: 0;
  background: linear-gradient(to left, #ffec6e, #ffdd00);
}
.product-container .search-btn a input, .caselist-container .search-btn a input {
  font-size: 18px;
  font-weight: 700;
  color: #004B97;
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 20px 0;
  outline: none;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
}
.product-container .search-btn a span, .caselist-container .search-btn a span {
  background-image: url(../img/product/icon_product05.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%) translateX(0);
  -webkit- transform: translateY(-50%) translateX(0);
}
.product-container .search-btn a:before, .caselist-container .search-btn a:before {
  content: "";
  background: #ffd600;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all .5s ease;
  opacity: 1;
}
.product-container .search-btn:hover a:before, .caselist-container .search-btn:hover a:before {
  left: 0;
}
.product-container .search-btn a:after, .caselist-container .search-btn a:after {
  content: none;
}
/*****************************************************

    ケース

*****************************************************/
.case {
  padding: 0 60px;
}
.sliderareaB {
  position: relative;
  margin-bottom: 20px;
}
.slider-bottom {
  margin-bottom: 0;
}
.sliderareaB li {
  box-sizing: border-box;
  position: relative;
  padding: 10px 0;
}
.sliderareaB li .box {
  padding: 0px;
}
.sliderareaB li .box .pictbox {
  position: relative;
}
.sliderareaB li .box .pictbox .pict {}
.sliderareaB li .box .pictbox .pict img {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}
.sliderareaB li .box .catbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.sliderareaB li .box .catbox .cat {
  display: inline-block;
  margin: 0 5px 5px 0;
  box-sizing: border-box;
}
.sliderareaB li .box .catbox .cat a {
  line-height: 22px;
  background: #0064B9;
  font-size: 13px;
  padding: 0 8px;
  color: #FFF;
  font-weight: 600;
  border: solid 1px #0066ba;
  display: block;
  box-sizing: border-box;
}
.sliderareaB li .box .catbox .cat-top a {
  color: #0066ba;
  background: #fff;
}
.sliderareaB li .box .tit {
  text-align: left;
  margin-top: 0.3rem;
}
.sliderareaB li:hover .box .tit {
  color: #0064B9;
}
.sliderareaB li .box .tit i {
  margin-right: 10px;
}
.sliderareaB li .box .tit a {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.sliderareaB li:hover .box .tit a {
  color: #0064B9;
}
.sliderareaB li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(to right, rgba(40, 107, 179, 0.8) 0%, rgba(59, 201, 229, 0.8) 100%);
  transition-duration: .2s;
}
.sliderareaB li:hover .mask {
  opacity: 1;
}
.sliderareaB li .more {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  transition-duration: .2s;
}
.sliderareaB li .fluid-width-video-wrapper {
  padding-top: 85.25755% !important;
}
.pickup {
  position: absolute;
  top: 0;
  left: 0;
}
/*****************************************************

    ニュース

*****************************************************/
.news .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.news .box .tit {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  background: -webkit-linear-gradient(0deg, #0c58aa, #218ac6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news .itemarea {
  display: flex;
}
.news .item:first-child {
  padding-left: 0;
  border-left: none;
}
.news .item:nth-child(2n).content.delighter {
  transition: all 1.2s ease;
}
.news .item:nth-child(3n).content.delighter {
  transition: all 1.5s ease;
}
.news .item {
  width: 33.3333%;
  padding: 10px 0 10px 3em;
  border-left: solid 1px #e8ebf1;
}
.news .item .catbox {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.news .item .catbox .data {
  font-size: 12px;
  margin-right: 10px;
  font-weight: 500;
  color: #aaa;
}
.news .item .catbox .cat {
  background-color: #ffec5a;
  display: inline-block;
}
.news .item .catbox .cat a {
  font-size: 11px;
  font-weight: bold;
  color: #0f80bb;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
}
.news .item .txt {
  text-align: left;
}
.news .item .txt a {
  font-size: 15px;
  font-weight: 500;
}
.news .item .txt a:hover {
  color: #0066ba;
}
/*****************************************************

    テクノロジー

*****************************************************/
.tec {
  overflow: hidden;
}
.technology .box {
  position: relative;
}
.technology .box-bottom {
  margin-top: 50px;
}
.technology .box .inn {
  position: relative;
}
.technology .box .photo {
  width: 60vw;
  max-width: 1600px;
  left: 0;
  margin-right: 20vw;
}
.technology .box-top .photo.content.delighter {
  transform: translateX(-20%);
}
.technology .box-top .photo.content.delighter.started {
  transform: none;
}
.technology .box-bottom .inn .photo {
  max-width: 1600px;
  margin: auto;
  right: 0;
  margin-left: 40vw;
}
.technology .box-bottom .photo.content.delighter {
  transform: translateX(20%);
}
.technology .box-bottom .photo.content.delighter.started {
  transform: none;
}
.technology .box .itemarea {
  width: 100%;
  max-width: 790px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0);
  -webkit- transform: translateY(-50%) translateX(0);
}
.technology .box-bottom .itemarea {
  left: 0;
  right: auto;
}
.technology .box .itemarea a {
  padding: 30px;
  display: block;
}
.technology .box .itemarea .iteminn {
  width: 100%;
  max-width: 590px;
  box-sizing: border-box;
  text-align: left;
}
.technology .box-bottom .itemarea .iteminn {
  margin-left: auto;
}
.technology .box .itemarea .subtit {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #71bbd5;
  display: inline-block;
}
.technology .box .itemarea .subtit:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #71bbd5;
  display: block;
  margin-bottom: 20px;
}
.technology .box .itemarea .tit {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  background: -webkit-linear-gradient(0deg, #0c58aa, #218ac6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}
.technology .box .itemarea .txt {
  font-size: 15px;
  margin-bottom: 30px;
}
.technology .box .itemarea a .btnC {
  width: 100%;
  max-width: 300px;
  height: 50px;
  border: solid 1px #0066b1;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 50px;
  color: #0066b1;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  position: relative;
  display: block;
  box-sizing: border-box;
  z-index: 1;
}
.technology .box .itemarea a:hover .btnC {
  color: #fff;
  background-color: #0066b1;
}
.technology .box .itemarea a .btnC i {
  position: absolute;
  right: 20px;
  top: calc(50% - 5.5px);
}
.technology .box .itemarea a:hover .btnC i {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-name: MoveRight;
  animation-name: MoveRight;
}
/*****************************************************

    インフォメーション

*****************************************************/
.info-sp .info-txt {
  font-size: 20px;
  font-weight: 600;
  color: #0066B0;
  margin-bottom: 30px;
}
.info .box {
  display: flex;
  margin-bottom: 1.2%;
}
section.info-side .box {
  margin-bottom: 0;
}
.info .telbox {
  width: 49.5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 1.2%;
  box-sizing: border-box;
}
.info .telbox .tit {
  font-size: 18px;
  font-weight: bold;
}
.info .telbox .tel {
  font-size: 35px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0066b1;
  margin: 10px 0;
}
.info .telbox .tel:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/info/img_info01.svg");
  display: block;
  margin-right: 10px;
}
.info .telbox .data {
  font-size: 14px;
  font-weight: bold;
  color: #0066b1;
}
.info .mailbox {
  width: 49.5%;
  /*padding: 20px;*/
  /*background-color: #fff;*/
	background: linear-gradient(to left, #ffec6e, #ffdd00);
  border-radius: 2px;
  box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.info .mailbox:before {
	content: "";
	width: 100%;
	height: 100%;
  background: #ffd600;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all .5s ease;
  opacity: 1;
	box-sizing: border-box;
}
.info .mailbox:hover:before {
	left: 0;
}
.info .mailbox a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.info .mailbox a .mark i {
	position: absolute;
  right: 20px;
  top: calc(50% - 5.5px);
  color: #0066b1;
}
.info .mailbox:hover a .mark i {
	-webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-name: MoveRight;
  animation-name: MoveRight;
}
.info .mailbox .icon {
	text-align: center;
}
.info .mailbox .tit {
  font-size: 20px;
  font-weight: bold;
	color: #0066ba;
	margin: 16px 0 12px;
}
.info .mailbox .tit_en {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #0066ba;
}
.info .mailbox .mailbtn {
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
  background: #FFF100;
}
.info .mailbox .mailbtn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffd600;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all .5s ease;
  opacity: 1;
}
.info .mailbox .mailbtn:hover:before {
  left: 0;
}
.info .mailbox .mailbtn a {
  font-size: 15px;
  font-weight: bold;
  color: #0066b1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.info .mailbox .mailbtn a:before {
  content: "";
  width: 24px;
  height: 20px;
  background-image: url("../img/info/img_info02.svg");
  display: block;
  margin-right: 10px;
}
.info .info-list ul {
  display: flex;
  justify-content: space-between;
}
.info .info-list li {
  width: 19%;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  box-sizing: border-box;
}
.info .info-list li a::before {
  background: #fff;
  content: "";
  height: calc(100% + 2px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  width: calc(100% + 2px);
  z-index: -1;
}
.info .info-list li a::after {
  content: "";
  background-color: #bad2e4;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}
.info .info-list li a:hover::before {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
}
.info .info-list li a {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  display: block;
  position: relative;
}
.info .info-list li .icon {
  margin-bottom: 10px;
}
.info .info-list li.staff-btn {
  width: 40%;
}
.info .info-list li.staff-btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.info .info-list li.staff-btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: linear-gradient(to left, #218ac6, #0c58aa);
  transform: none;
}
.info .info-list li.staff-btn a:hover:before {
  opacity: 0;
}
.info .info-list li.staff-btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #0c58aa, #218ac6);
}
.info .info-list li.staff-btn .staff-btn-box {
  position: relative;
}
.info .info-list li.staff-btn a i {
  position: absolute;
  right: 20px;
  top: calc(50% - 5.5px);
  color: #fff;
}
.info .info-list li.staff-btn a:hover i {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-name: MoveRight;
  animation-name: MoveRight;
}
.info .info-list li.staff-btn .staff-btn-box .staff-btn-main span.not_hover {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
.info .info-list li.staff-btn .staff-btn-box .staff-btn-sub span.not_hover {
  color: #fff;
}
/*****************************************************

    フッター

*****************************************************/
footer {
  background-color: #0066ae;
  padding: 40px 3.2% 20px;
}
.ft-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.ft-pc {
  display: flex;
}
.ft-box {
  display: flex;
  margin-right: 3em;
}
.ft-menu {
  color: #fff;
  padding: 0px 2em;
  border-left: solid 1px #427aac;
}
.ft-menu:last-child {
  border-right: solid 1px #427aac;
}
.ft-menu li {
  margin-bottom: 20px;
}
.ft-menu li:last-child {
  margin-bottom: 0;
}
.ft-menu li p.list:hover {
  color: #46DBEC;
}
.ft-menu li a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.ft-menu li a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #46DBEC;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.ft-menu li p.list:hover a:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.ft-menu li p.list:hover a {
  color: #46DBEC;
}
.ft-menu li .tit {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
.ft-menu li .list {
  font-size: 13px;
  padding-left: 1em;
  margin-bottom: 5px;
}
.ft-menu li .list:last-child {
  margin-bottom: 0;
}
.ft-menu li .list i {
  margin-right: 1em;
}
.ft-add {
  color: #fff;
}
.ft-add .ft-titbox {
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 30px;
}
.ft-add .tit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.ft-add .ft-logo {
  text-align: center;
}
.ft-add .ft-logo a {
  display: block;
}
.ft-add .add {
  font-size: 14px;
}
.ft-add .add-sp {
  display: none;
}
.copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
@media (max-width: 1470px) {
  /*****************************************************

    共通

*****************************************************/
  body {
    padding-top: 72px;
  }
  /*****************************************************

    ヘッダー

*****************************************************/
  .hd-pc {
    height: 72px;
  }
  .hd_main_txt {
    font-size: 10px;
  }
  .hd-logo .logo {
    width: 190px;
  }
  .hd-nav li {
    height: 72px;
  }
  .hd-nav li .sub_cate {
    top: 72px;
  }
  .hd-tel {
    width: 200px;
  }
  .hd-tel .tel {
    font-size: 20px;
  }
  .hd-tel a {
    padding: 15px 0;
    height: 72px;
  }
  /*****************************************************

    トップメイン

*****************************************************/
  .sliderarea .slider li, .main-top .slick-slide img {
    height: calc(100vh - 72px);
  }
}
@media (max-width: 1370px) {
  /*****************************************************

    共通

*****************************************************/
  body {
    padding-top: 69px;
  }
  /*****************************************************

    ヘッダー

*****************************************************/
  .hd-pc {
    height: 69px;
  }
  .hd_main_txt {
    margin-bottom: 0.5em;
  }
  .hd-logo .logo {
    width: 211px;
    min-width: 180px;
  }
  .hd-nav li {
    height: 69px;
  }
  .hd-nav li > a {
    font-size: 12px;
  }
  .hd-nav li .sub_cate {
    width: 200px;
    top: 69px;
  }
  .hd-nav li .sub_cate .nav_list a {
    font-size: 12px;
  }
  .hd-tel .tel {
    font-size: 18px;
  }
  .hd-tel a {
    height: 69px;
  }
  /*****************************************************

    トップメイン

*****************************************************/
  .sliderarea .slider li, .main-top .slick-slide img {
    height: calc(100vh - 69px);
  }
}
@media (max-width: 1255px) {
  .hd_main_txt {
    display: none;
  }
}
@media (max-width: 1250px) {
  /*****************************************************

    プロダクト

*****************************************************/
  .product-container .sozai .titarea .icon, .product-container .bunya .titarea .icon, .product-container .kino .titarea .icon {
    left: 0;
  }
}
@media (max-width: 1200px) {
  /*****************************************************

    共通

*****************************************************/
  section {
    padding: 70px 3.2%;
  }
  section.wide {
    padding-left: 0;
    padding-right: 0;
  }
  section.info-side {
    padding: 30px 3.2%;
  }
  /*****************************************************

    テクノロジー

*****************************************************/
  .technology .box .itemarea {
    max-width: 680px;
  }
}
@media (max-width: 1150px) {
  /*****************************************************

    ヘッダー

*****************************************************/
  .hd-logo {
    margin-right: 20px;
  }
  .hd-nav li a {
    text-align: center;
  }
  /*****************************************************

    テクノロジー

*****************************************************/
  .technology .box .itemarea {
    max-width: 650px;
  }
  /*****************************************************

    フッター

*****************************************************/
  .ft-menu {
    padding: 10px 1em;
  }
}
@media (max-width: 1100px) {
  /*****************************************************

    共通

*****************************************************/
  .case .prev-arrow {
    left: -10px;
  }
  .case .next-arrow {
    right: -10px;
  }
}
@media (max-width: 1000px) {
  /*****************************************************

    プロダクト

*****************************************************/
  .product-container .container-inn {
    display: block;
  }
  .product-container .pro-nav {
    display: block;
  }
  .product-container .pro-nav ul {
    display: flex;
    justify-content: space-between;
  }
  .product-container .pro-nav li {
    width: 32%;
    background-color: #264C69;
    padding: 20px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .product-container .pro-nav li.is-active {
    background-color: #fff;
  }
  .product-container .box .inn {
    padding: 20px 20px 10px 20px;
  }
  .product-container .pro-nav li .listtitle {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }
  .product-container .pro-nav li.is-active .listtitle {
    color: #0066B1;
  }
  .product-container .pro-nav li .subtit2 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    color: #fff;
  }
  .product-container .pro-nav li.is-active .subtit2 {
    color: #B1CFFF;
  }
  .product-container .box {
    width: 100%;
    border-radius: 0 0 4px 4px;
  }
  .product-container .box .titarea {
    display: none;
  }
  .product-container .plus {
    display: none;
  }
  /*input[type="checkbox"]:hover + label {
        background: #0066BA;
    }*/
  /*****************************************************

    テクノロジー

*****************************************************/
  .technology .box-bottom {
    margin-top: 100px;
  }
}
@media (max-width: 960px) {
  /*****************************************************

    共通

*****************************************************/
  section {
    padding: 30px 3.2%;
  }
  section .top-sub {
    font-size: 18px;
  }
  section .category-title, .about .sitetitle {
    font-size: 28px;
    margin-bottom: 30px;
  }
  /*****************************************************

    ヘッダー

*****************************************************/
  .hd-pc {
    display: none;
  }
  .hd-sp {
    display: block;
    height: 70px;
  }
  .header-contents {
    height: 70px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }
  .hd-logo-sp a {
    width: 230px;
    display: block;
  }
  .hd-logo-sp a img {
    width: 100%;
    height: auto;
  }
  /*****************************************************

    トップメイン

*****************************************************/
  .sliderarea .slider li, .main-top .slick-slide img {
    height: calc(100vh - 70px);
  }
  /*****************************************************

    アバウト

*****************************************************/
  .about .sitesubtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  /*****************************************************

    プロダクト

*****************************************************/
  .product {
    padding: 40px 3.2%;
  }
  .product .top-sub {
    font-size: 18px;
  }
  .product .category-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  /*****************************************************

    ケース

*****************************************************/
  .sliderareaB li .box .pictbox .pict img {
    height: 20vw;
  }
  /*****************************************************

    ニュース

*****************************************************/
  .news .box .tit {
    font-size: 28px;
  }
  /*****************************************************

    テクノロジー

*****************************************************/
  .technology .box .itemarea a {
    padding: 40px 20px;
  }
  .technology .box .itemarea .subtit {
    font-size: 18px;
  }
  .technology .box .itemarea .tit {
    font-size: 28px;
    margin-bottom: 26px;
  }
  /*****************************************************

    フッター

*****************************************************/
  .ft-box {
    margin-right: 2em;
  }
}
@media (max-width: 768px) {
  /*****************************************************

    共通

*****************************************************/
  br.sp {
    display: block;
  }
  .sidemenu {
    display: none;
  }
  /*****************************************************

    トップメイン

*****************************************************/
  .titbox .catchcopy {
    font-size: 40px;
  }
  .main-top.on .catchcopy {
    top: 32%;
  }
  .main-top .subcatchcopy:after {
    content: none;
  }
  .main-top .subcatchcopy {
    font-size: 18px;
  }
  .titbox .line-sp {
    display: block;
    width: 292px;
  }
  .main-top.on .line-sp {
    top: 63%;
  }
  /*****************************************************

    トップスライダー

*****************************************************/
  .sliderarea .slider li, .main-top .slick-slide img {
    height: auto;
  }
  .main-top .slick-slide img.slider-pc {
    display: none;
  }
  .main-top .slick-slide img.slider-sp {
    display: block;
  }
  /*****************************************************

    プロダクト

*****************************************************/
  .product-container .total {
    font-size: 40px;
    margin: 20px 0;
  }
  .product-container .search-btn a input, .caselist-container .search-btn a input {
    padding: 19px 0;
  }
  .product-container .search-btn a span, .caselist-container .search-btn a span {
    width: 27px;
    height: 27px;
  }
  .product .banner .pict-top {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-container .pro-nav li {
    padding: 10px 0;
  }
  .product-container .pro-nav li .listtitle {
    font-size: 20px;
  }
  .product-container .pro-nav li .subtit2 {
    font-size: 14px;
  }
  /*****************************************************

    ケース

*****************************************************/
  .case {
    padding: 0 30px;
  }
  .sliderareaB li .box .pictbox .pict img {
    height: 30vw;
  }
  /*****************************************************

    ニュース

*****************************************************/
  .news .itemarea {
    display: block;
  }
  .news .item {
    width: 100%;
    padding: 20px 0;
    border-left: none;
    border-bottom: solid 1px #e8ebf1;
  }
  /*****************************************************

    テクノロジー

*****************************************************/
  .technology .box .photo {
    display: none;
  }
  .technology .box .itemarea {
    position: relative;
    top: 0;
    transform: none;
    max-width: none;
  }
  .technology .box .itemarea .iteminn {
    max-width: none;
    text-align: center;
  }
  .technology .box-bottom {
    margin-top: 40px;
  }
  .technology .box .itemarea .txt {
    text-align: left;
  }
  .technology .box .itemarea a .btnC {
    margin: 0 auto;
  }
  /*****************************************************

    インフォメーション

*****************************************************/
  .info {
    display: none;
  }
  .info-sp {
    display: block;
  }
  .info-sp .box {
    display: block;
  }
  .info-sp .telbox {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    margin-right: 0;
  }
  .info-sp .mailbox {
    width: 100%;
    padding: 20px;
  }
  .info-sp .info-txt {
    font-size: 15px;
  }
  .info-sp .telbox .tit {
    font-size: 15px;
  }
  .info-sp .telbox .tel {
    font-size: 28px;
    margin-bottom: 0px;
  }
  /*****************************************************

    フッター

*****************************************************/
  .ft-pc {
    display: block;
    text-align: center;
  }
  .ft-box {
    display: none;
  }
  .ft-add {
    padding-top: 0;
  }
  .ft-add .add {
    display: none;
  }
  .ft-add .ft-titbox {
    width: 90%;
    max-width: 315px;
    margin: 0 auto 30px;
    box-sizing: border-box;
  }
  .ft-add .add-sp {
    font-size: 14px;
    display: block;
  }
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
}
@media (max-width: 590px) {
  /*****************************************************

    トップメイン

*****************************************************/
  .main-top.on .subcatchcopy {
    top: 63%;
  }
  .main-top.on .line-sp {
    top: 71%;
  }
}
@media (max-width: 550px) {
  /*****************************************************

    トップメイン

*****************************************************/
  .titbox .catchcopy {
    font-size: 26px;
  }
  .titbox .subcatchcopy {
    font-size: 12px;
  }
  .main-top.on .subcatchcopy {
    top: 55%;
  }
  .titbox .line-sp {
    width: 210px;
  }
  .main-top.on .line-sp {
    top: 60%;
  }
}
@media (max-width: 480px) {
  /*****************************************************

    共通

*****************************************************/
  body {
    padding-top: 60px;
  }
  section .top-sub {
    font-size: 16px;
  }
  section .category-title, .about .sitetitle {
    font-size: 24px;
  }
  /*****************************************************

    ヘッダー

*****************************************************/
  .hd-sp {
    height: 50px;
  }
  .header-contents {
    height: 50px;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .hd-logo-sp a {
    width: 140px;
  }
  #menu_btn {
    width: 50px;
    height: 50px;
  }
  #menu_btn span {
    width: 28px;
  }
  #menu {
    padding: 20px;
  }
  .btn-acc a, .btn-con a {
    font-size: 13px;
    padding: 10px 0;
  }
  .nav-tel {
    padding: 20px;
  }
  .nav-tel .tel a {
    font-size: 20px;
  }
  /*****************************************************

    ドロワーメニュー

*****************************************************/
  #menu {
    height: calc(100% - 50px);
  }
  #menu ul {
    margin: 20px 0;
    padding-top: 10px;
  }
  #menu li a.toggle {
    font-size: 15px;
  }
  #menu li a {
    font-size: 12px;
  }
  #menu .sample01 ul li ul.child li {
    padding: 8px 5px 8px;
  }
  .menu-background {
    top: 50px;
  }
  /*****************************************************

    トップメイン

*****************************************************/
  .main-top.on .subcatchcopy {
    top: 60%;
  }
  .main-top.on .line-sp {
    top: 66%;
  }
  /*****************************************************

    アバウト

*****************************************************/
  .about .sitesubtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .about .sitesubtitle br.sp2 {
    display: block;
  }
  .about .item {
    padding: 15px;
  }
  .about .item .inn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about .item .txtbox .tit {
    font-size: 14px;
  }
  .about .item .txtbox .subtit {
    font-size: 12px;
  }
  .about .item .txtbox .subtit:after {
    margin: 20px auto;
  }
  /*****************************************************

    プロダクト

*****************************************************/
  .product .top-sub {
    font-size: 16px;
  }
  .product .category-title {
    font-size: 24px;
  }
  .product-container .pro-nav li .listtitle {
    font-size: 18px;
  }
  .product-container .search-btn a span, .caselist-container .search-btn a span {
    left: 25%;
  }
  .product-container .container-inn {
    margin-bottom: 30px;
  }
  .product .banner, .product-list .banner {
    margin: 30px auto 0;
  }
  /*****************************************************

    ケース

*****************************************************/
  .sliderareaB li .box .pictbox .pict img {
    height: 60vw;
  }
  /*****************************************************

    ニュース

*****************************************************/
  .news .box .tit {
    font-size: 22px;
  }
  .btnB {
    max-width: 150px;
  }
  /*****************************************************

    テクノロジー

*****************************************************/
  section.wide {
    background: #edf0f6;
  }
  .technology .box .itemarea .subtit {
    font-size: 16px;
  }
  .technology .box .itemarea .tit {
    font-size: 24px;
  }
  /*****************************************************

    インフォメーション

*****************************************************/
  .info .mailbox .tit {
    font-size: 15px;
    font-weight: bold;
  }
  /*****************************************************

    フッター

*****************************************************/
  footer {
    padding: 30px 3.2% 20px;
  }
}
@media (max-width: 380px) {
  /*****************************************************

    共通

*****************************************************/
  section .top-sub {
    font-size: 14px;
  }
  section .top-sub:after {
    margin-bottom: 20px;
  }
  /*****************************************************

    トップメイン

*****************************************************/
  .main-top.on .catchcopy {
    top: 25%;
  }
  .main-top.on .subcatchcopy {
    top: 58%;
  }
  .main-top.on .line-sp {
    top: 64%;
  }
  /*****************************************************

    アバウト

*****************************************************/
  .about .sitesubtitle {
    font-size: 14px;
  }
  /*****************************************************

    プロダクト

*****************************************************/
  .product .top-sub {
    font-size: 14px;
  }
  .product .top-sub:after {
    margin-bottom: 20px;
  }
  .product .subtit {
    font-size: 14px;
  }
  /*****************************************************

    ケース

*****************************************************/
  .case {
    padding: 0 10px;
  }
  .case .next-arrow {
    width: 40px;
    height: 40px;
    right: 0;
  }
  .case .prev-arrow {
    width: 40px;
    height: 40px;
    left: 0;
  }
  /*****************************************************

    ニュース

*****************************************************/
  .news .box {
    margin-bottom: 20px;
  }
  .news .item .txt a {
    font-size: 14px;
  }
  /*****************************************************

    テクノロジー

*****************************************************/
  .technology .box .itemarea .subtit {
    font-size: 14px;
  }
  .technology .box .itemarea .subtit:after {
    margin-bottom: 20px;
  }
  .technology .box .itemarea .txt {
    font-size: 14px;
  }
}
#single_top {
  margin-top: -86px;
  padding-top: 86px;
}
@media (max-width: 1450px) {
  #single_top {
    margin-top: -72px;
    padding-top: 72px;
  }
}
@media (max-width: 1370px) {
  #single_top {
    margin-top: -69px;
    padding-top: 69px;
  }
}
@media (max-width: 960px) {
  #single_top {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  #single_top {
    margin-top: -50px;
    padding-top: 50px;
  }
}
/*****************************************************

    商品詳細

*****************************************************/
.product-main {
  background-image: url("../img/product/img_bg-product2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.case-main {
  background-image: url("../img/case/img_bg-case.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.product-main .main-sub, .case-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.product-main .main-sub:after, .case-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.product-main h1, .product-main .single-main, .case-main h1, .case-main .single-main {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.breadcrumbs {
  padding: 10px 50px;
  background-color: #F6F7FA;
}
.breadcrumbs span {
  font-size: 13px;
  color: #0064B2;
  font-weight: 500;
}
.breadcrumbs span:hover a {
  color: #0064B2;
  text-decoration: underline;
}
.breadcrumbs span a span:after {
  content: "\e5cc";
  font-family: 'Material Icons';
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px;
  color: #717B81;
}
.breadcrumbs span.current-item {
  color: #717B81;
}
.breadcrumbs span > [property="name"] {
  color: #717B81;
}
.product-details, .case-details {
  padding: 50px 0;
}
.product-details img:hover, .case-details img:hover {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
}
.product-details .inn, .case-details .inn {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
.product-details .title, .case-details .title {
  font-size: 26px;
  font-weight: 700;
  color: #0064BC;
  border-left: solid 4px #1688C7;
  padding: 4px 0 4px 20px;
  margin-bottom: 20px;
  position: relative;
}
.product-details .title:after, .case-details .title:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EAEDF3;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: -4px;
}
.product_free_area {
  margin-top: 60px;
  margin-bottom: 30px;
}
.product-top, .case-top {
  /*border-top: solid 1px #EAEDF3;*/
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.product-top .left, .case-top .left {
  width: 100%;
  max-width: 690px;
  box-sizing: border-box;
}
.product-top .right, .case-top .right {
  width: 100%;
  max-width: 370px;
  box-sizing: border-box;
}
.product-top .right .thumbnail-thumb, .case-top .right .thumbnail-thumb {
  display: flex;
  flex-wrap: wrap;
}
.thumbnail img {
  width: 100%;
}
.thumbnail-thumb li {
  width: 160px;
  box-sizing: border-box;
  margin: 0 20px 20px 0;
}
.thumbnail-thumb li img {
  border: solid 4px #fff;
  box-sizing: border-box;
}
.product-top .right .cat-box, .case-top .right .cat-box {
  padding-top: 20px;
  border-top: solid 1px #EAEDF3;
  margin-top: 10px;
}
.product-top .right .cat-box .cat-name, .case-top .right .cat-box .cat-name {
  font-size: 16px;
  font-weight: 600;
  color: #0066B0;
  margin-bottom: 10px;
}
.product-top .right .cat-box .cat-area, .case-top .right .cat-box .cat-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.product-top .right .cat-box .cat-area-bottom, .case-top .right .cat-box .cat-area-bottom {
  margin-bottom: 0;
}
.product-top .right .cat-box .cat-area .cat, .case-top .right .cat-box .cat-area .cat {
  background-color: #0066B0;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
}
.case-top .right .cat-box .cat-area .cat {
  border: solid 1px #0066B0;
}
.product-top .right .cat-box .material .cat {
  background-color: #fff;
  border: solid 2px #0066B0;
}
.product-top .right .cat-box .material .cat a {
  color: #0066B0 !important;
}
.product-top .right .cat-box .function .cat {
  background-color: #00B48C;
}
.case-top .right .cat-box .cat-area .cat-top {
  background-color: #fff;
}
.product-top .right .cat-box .cat-area .cat a, .case-top .right .cat-box .cat-area .cat a {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  display: block;
}
.product-top .right .cat-box .cat-area .cat:hover a, .case-top .right .cat-box .cat-area .cat:hover a {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  transition-duration: 0.5s;
}
.case-top .right .cat-box .cat-area .cat-top a {
  color: #0066B0;
}
.product-middle, .case-middle {
  border: solid 1px #314E62;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
}
.product-middle .inn2, .case-middle .inn2 {
  padding: 25px;
  display: flex;
}
.product-middle .inn2 .icon, .case-middle .inn2 .icon {
  min-width: 100px;
  box-sizing: border-box;
}
.product-middle .inn2 .point-txt, .case-middle .inn2 .point-txt {
  font-size: 18px;
  font-weight: 600;
  color: #314E62;
}
.protxt-box p, .casetxt-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #32404D;
  margin-bottom: 30px;
}
.protxt-box p:last-child, .casetxt-box p:last-child {
  margin-bottom: 0;
}
.protxt-box p a, .casetxt-box p a {
  color: #32404D;
  text-decoration: underline;
  transition-duration: .5s;
}
.protxt-box p a:hover, .casetxt-box p a:hover {
  color: #0066BA;
  transition-duration: .5s;
}
.protxt-box .vimeo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.protxt-box .vimeo .vimeo-box {
  width: 49%;
}
.protxt-box .vimeo .comment {
  font-size: 12px;
  margin-bottom: 0;
}
.protxt-box .boxContainer {
  display: flex;
  justify-content: space-between;
}
.protxt-box .boxContainer .txtbox {
  width: 49%;
}
.protxt-box .boxContainer .txtbox iframe {
  width: 100%;
  height: 100%;
}
.product-bottom {
  margin-top: 40px;
}
.product-bottom table {
  width: 100%;
  box-sizing: border-box;
}
.product-bottom table td, .product-bottom table th {
  font-size: 16px;
  padding: 20px 50px;
  border-bottom: solid 1px #fff;
  vertical-align: middle;
}
.product-bottom table td {
  width: 30%;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #314E62;
}
.product-bottom table th {
  font-weight: 500;
  color: #314E62;
  text-align: left;
  background-color: #ebeef4;
}
.product-btnarea {
  padding: 40px 0 40px;
}
.product-details .inn .pdf-box {
  margin-top: 40px;
}
.product-details .inn .pdf-dl a {
  font-size: 14px;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.product-details .inn .pdf-dl a img {
  margin-right: 20px;
}
.lineup_fieldarea .lineup_item {
  margin-top: 40px;
}
.lineup_fieldarea .lineup_item:first-child {
  margin-top: 0;
}
.lineup_fieldarea .lineup_item .lineup-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.lineup_fieldarea .lineup_item .txt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.lineup_fieldarea .lineup_item .caption {
  font-size: 14px;
  margin-top: 10px;
}
.lineup_fieldarea .lineup_item .table-box {
  overflow-y: scroll;
}
.lineup_fieldarea .lineup_item .table-box table {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
}
.lineup_fieldarea .lineup_item .table-box table tr th, .lineup_fieldarea .lineup_item .table-box table tr td {
  width: 200px;
  min-width: 200px;
  font-size: 13px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  border: solid 1px #396a9c;
}
.lineup_fieldarea .lineup_item .table-box table tr th {
  color: #fff;
  background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)), to(rgba(34, 85, 136, 0.9)));
}
.lineup_fieldarea .lineup_item .table-box table tr td span {
  vertical-align: super;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
/*****************************************************

    加工事例詳細

*****************************************************/
.case-bottom {
  margin-top: 70px;
}
.case-bottom .jireititle {
  font-size: 26px;
  font-weight: 600;
  color: #0066BA;
  text-align: center;
}
.case-bottom .jireititle:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #BBD3E5;
  display: block;
  margin: 30px auto 30px;
}
.case-bottom .case-item {
  margin-bottom: 40px;
}
.case-bottom .case-item:last-child {
  margin-bottom: 0;
}
.case-bottom .case-item .inn3 {
  display: flex;
  justify-content: space-between;
}
.case-bottom .case-item .left {
  width: 185%;
  margin-right: 4%;
  box-sizing: border-box;
}
.case-bottom .case-item .left .case-photo img {
  width: 100%;
}
.case-bottom .case-item .right {
  width: 100%;
  box-sizing: border-box;
}
.case-bottom .case-item .right .itemtitle {
  font-size: 18px;
  font-weight: 600;
  color: #314E62;
  line-height: 1.8;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #314E62;
}
.case-bottom .case-item .right .comment {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.case-bottom .case-item .right table {
  width: 100%;
  box-sizing: border-box;
}
.case-bottom .case-item .right table td {
  width: 30%;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #314E62;
}
.case-bottom .case-item .right table th {
  font-weight: 500;
  color: #314E62;
  text-align: left;
  background-color: #eaedf3;
}
.case-bottom .case-item .right table td, .case-bottom .case-item .right table th {
  font-size: 15px;
  padding: 10px 20px;
  border-bottom: solid 1px #fff;
  vertical-align: middle;
}
.case_materialbox {
  box-sizing: border-box;
  background-color: #eaedf3;
  margin-top: 40px;
  margin-bottom: 40px;
}
.case_materialbox .inn4 {
  padding: 20px;
  display: flex;
  align-items: center;
}
.case_materialbox .left {
  width: 180px;
  min-width: 180px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 2em 10px 0;
  margin-right: 2em;
  border-right: solid 1px #fff;
}
.case_materialbox .right ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.case_materialbox .right li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.case_materialbox .right li a {
  font-size: 15px;
  font-weight: 600;
  color: #0066BA;
  text-align: center;
  display: block;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #0066BA;
  position: relative;
  transition-duration: .5s;
}
.case_materialbox .right li:hover a {
  color: #fff;
  background-color: #0066BA;
}
.case_materialbox .right li a i {
  margin-right: 10px;
}
/*****************************************************

    加工技術詳細

*****************************************************/
.technology-main {
  background-image: url("../img/technology/img_bg-technology.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.technology-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.technology-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.technology-main h1, .technology-main .single-main {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.technology-details {
  padding: 50px 0;
}
.technology-details img:hover {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
}
.technology-details .inn {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
.technology-details .title {
  font-size: 26px;
  font-weight: 700;
  color: #0064BC;
  border-left: solid 4px #1688C7;
  padding: 4px 0 4px 20px;
  margin-bottom: 20px;
}
.technology-top {
  border-top: solid 1px #EAEDF3;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.technology-top .txtbox {
  width: 48%;
}
.technology-top .txtbox p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}
.technology-top .photo {
  width: 48%;
}
.technology-top-float {
  border-top: solid 1px #EAEDF3;
  padding-top: 30px;
}
.technology-top-float .photo {
  float: right;
  width: 48%;
  margin: 0 0 4% 4%;
}
.technology-top-float .txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}
.technology-bottom {
  clear: both;
}
.technology-bottom .item-container {
  margin-top: 40px;
  border: solid 5px #EBEEF4;
  box-sizing: border-box;
}
.technology-bottom .item-container .inn {
  padding: 25px;
}
.technology-bottom .item-container .itemtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: solid 1px #EBEEF4;
}
.technology-bottom .item-container .item-box {
  display: flex;
  justify-content: space-between;
}
.technology-bottom .item-container .item-box .left {
  width: 100%;
  max-width: 340px;
  box-sizing: border-box;
  margin-right: 3%;
}
.technology-bottom .item-container .item-box .right {
  width: 100%;
  box-sizing: border-box;
}
.technology-bottom .item-container .item-box .right .txt {
  font-size: 16px;
  line-height: 1.8;
}
.technology-bottom .item-container .item-box .left .iframe {
  width: 100%;
  padding: 66.765% 0 0;
  padding: calc(227 / 340* 100%) 0 0;
  position: relative;
  box-sizing: border-box;
}
.technology-bottom .item-container .item-box .left .iframe iframe {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*****************************************************

    加工事例ピックアップ詳細

*****************************************************/
.case-jirei .jireititle {
  font-size: 26px;
  font-weight: 600;
  color: #0066BA;
  line-height: 1.2;
  text-align: center;
}
.case-jirei .jireititle:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #BBD3E5;
  display: block;
  margin: 30px auto 30px;
}
.case-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 60px;
}
.case-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.case-container li {
  width: 24%;
  background-color: #fff;
  box-sizing: border-box;
  margin-right: 1.3%;
}
.case-container li:last-child {
  margin-right: 0;
}
.case-container li .box {
  padding: 15px;
}
.case-container li .box .pictbox {
  position: relative;
}
.case-container li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(to right, rgba(40, 107, 179, 0.8) 0%, rgba(59, 201, 229, 0.8) 100%);
  transition-duration: .5s;
}
.case-container li:hover .mask {
  opacity: 1;
}
.case-container li .mask .more {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  transition-duration: .5s;
}
.case-container li .box .catbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.case-container li .box .catbox .cat a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
  padding: 5px 10px;
  background-color: #0066ba;
  margin: 0 10px 10px 0;
}
.case-container li .box .tit {
  position: relative;
  text-align: left;
  color: #304E63;
}
.case-container li:hover .box .tit {
  color: #0E66B5;
}
.case-container li .box .tit i {
  margin-right: 10px;
}
.case-container li .box .tit a {
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  color: #304E63;
}
.case-container li:hover .box .tit a {
  color: #0064B9;
}
/*****************************************************

    加工事例一覧

*****************************************************/
.caselist {
  padding: 50px 3.2%;
  text-align: center;
  background: linear-gradient(to left, #edf0f6, #cbe2ff);
}
.caselist-container .container-inn {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.caselist-container .case-nav {
  display: none;
}
.caselist-container .box {
  width: 48.5%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}
.caselist-container .box .inn {
  padding: 20px 20px 15px;
}
.caselist-container .plus {
  display: flex;
  align-items: center;
}
.caselist-container .box .titarea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
.caselist-container .box .titarea .icon {
  /*margin-right: 20px;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  -webkit- transform: translateY(-50%) translateX(0);
}
.caselist-container .bunya .titarea .icon {
  left: 20%;
}
.caselist-container .kako .titarea .icon {
  left: 13%;
}
.caselist-container .box .titarea .tititem .listtitle {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  background: -webkit-linear-gradient(0deg, #0c58aa, #218ac6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.caselist-container .box .titarea .tititem .listtitle span {
  font-size: 18px;
}
.caselist-container .box .titarea .tititem .subtit2 {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #B1CFFF;
}
.caselist-container .box .itemarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.caselist-container .label {
  width: 32%;
  padding: 12px 10px;
  color: #0066B1;
  cursor: pointer;
  border-radius: 2px;
  background-color: #E6EFFF;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: .3s;
}
/*.caselist-container .label:hover {
    color: #fff;
    background: linear-gradient(to left, #218ac6, #0c58aa);
}*/
.caselist-container .total {
  font-size: 50px;
  font-weight: bold;
  color: #0066B9;
  margin-top: 20px;
}
.caselist-container .total span {
  font-size: 20px;
}
.case-total {
  padding-top: 86px;
  margin-top: -86px;
}
.case-total .inn {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0 50px;
  box-sizing: border-box;
}
.case-totalbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.case-totalbox .item-box {
  width: 24%;
  margin: 0 1.33% 1.33% 0;
  position: relative;
}
.case-totalbox .item-box:nth-child(4n) {
  margin: 0 0 1.33% 0;
}
.case-totalbox .item-box .item-inn {
  padding: 15px 0;
}
.case-totalbox .item-box .pictbox {
  position: relative;
}
.case-totalbox .item-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(to right, rgba(40, 107, 179, 0.8) 0%, rgba(59, 201, 229, 0.8) 100%);
  transition-duration: .2s;
}
.case-totalbox .item-box:hover .mask {
  opacity: 1;
}
.case-totalbox .item-box .more {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  transition-duration: .5s;
}
.case-totalbox .item-box .cat-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.case-totalbox .item-box .cat-box .cat {
  display: inline-block;
  margin: 0 5px 5px 0;
  background-color: #0066ba;
  border: solid 1px #0064BB;
  box-sizing: border-box;
}
.case-totalbox .item-box .cat-box .material {
  background-color: #fff;
  border: solid 2px #0066B0;
}
.case-totalbox .item-box .cat-box .function {
  background-color: #00B48C;
  border: solid 2px #00B48C;
}
.case-totalbox .item-box .cat-box .catline {
  border: solid 1px #0064BB;
  background-color: #fff;
}
.case-totalbox .item-box .cat-box .cat a {
  line-height: 22px;
  font-size: 13px;
  padding: 0 8px;
  color: #FFF;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-totalbox .item-box .cat-box .material a {
  color: #0066B0;
}
.case-totalbox .item-box .cat-box .catline a {
  color: #0064BB;
}
.case-totalbox .item-box .tit {
  margin-top: 0.3rem;
  margin-bottom: 10px;
}
.case-totalbox .item-box .technology-tit {
  margin-top: 10px;
}
.case-totalbox .item-box .tit i {
  margin-right: 10px;
}
.case-totalbox .item-box:hover .tit i {
  color: #0064BB;
}
.case-totalbox .item-box .tit a {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.case-totalbox .item-box:hover .tit a {
  color: #0064BB;
}
.case-totalbox .item-box .txt {
  font-size: 14px;
}
.case-totalbox .item-box:hover .txt {
  color: #0064BB;
}
.case-totalbox .no_txt {
  text-align: center;
  margin: 0 auto;
}
.case-totalbox .item-box .fluid-width-video-wrapper {
  padding-top: 64.18733% !important;
}
/*****************************************************

    素材を探す一覧

*****************************************************/
.product-list {
  padding: 50px 3.2%;
  background: linear-gradient(to left, #edf0f6, #cbe2ff);
  text-align: center;
}
.product-list .product-container .container-inn {
  margin-bottom: 30px;
}
.product-list .product-container .total {
  margin: 20px 0 0;
  color: #0066B9;
}
/*****************************************************

    加工技術一覧

*****************************************************/
.technology-total {
  padding: 50px 3.2%;
}
.technology-total .inn {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
.technology-totalbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.technology-totalbox .item-box {
  width: 21.75%;
  margin: 0 4.33% 4.33% 0;
  position: relative;
}
.technology-totalbox .item-box:nth-child(4n) {
  margin: 0 0 4.33% 0;
}
.technology-totalbox .item-box .pictbox {
  position: relative;
}
.technology-totalbox .item-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(to right, rgba(40, 107, 179, 0.8) 0%, rgba(59, 201, 229, 0.8) 100%);
  transition-duration: .2s;
}
.technology-totalbox .item-box:hover .mask {
  opacity: 1;
}
/*.technology-totalbox .item-box .featured-video-plus.post-thumbnail + img + p + .mask {
  display: none;
}*/
.technology-totalbox .item-box .more {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  transition-duration: .5s;
}
.technology-totalbox .item-box .cat-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.technology-totalbox .item-box .cat-box .cat {
  display: inline-block;
  margin: 0 10px 10px 0;
  background-color: #0066ba;
}
.technology-totalbox .item-box .cat-box .cat a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
}
.technology-totalbox .item-box .tit {
  margin-bottom: 10px;
}
.technology-totalbox .item-box .technology-tit {
  margin-top: 10px;
}
.technology-totalbox .item-box .tit i {
  margin-right: 10px;
}
.technology-totalbox .item-box:hover .tit i {
  color: #0064BB;
}
.technology-totalbox .item-box .tit a {
  font-size: 15px;
  font-weight: 700;
}
.technology-totalbox .item-box:hover .tit a {
  color: #0064BB;
}
.technology-totalbox .item-box .txt {
  font-size: 14px;
}
.technology-totalbox .item-box:hover .txt {
  color: #0064BB;
}
.technology-totalbox .item-box .fluid-width-video-wrapper {
  padding-top: 66.5574% !important;
}
/*****************************************************

    加工設備一覧

*****************************************************/
.facility-main {
  background-image: url("../img/facility/img_bg-facility.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.facility-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.facility-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.facility-main h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.nav_area {
  background: linear-gradient(to left, #edf0f6, #cbe2ff);
  padding: 50px 3.2%;
}
.facility-nav {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
}
.facility-nav .nav-box {
  width: 23.5%;
  box-sizing: border-box;
  margin-right: 2%;
  background-color: #fff;
  border-radius: 4px;
}
.facility-nav .nav-box:last-child {
  margin-right: 0;
}
.facility-nav .nav-box .nav-inn {
  padding: 20px;
}
.facility-nav .nav-box .name a {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #0066b9;
  padding: 0px 0 20px;
  display: block;
}
.facility-nav .nav-box li {
  background-color: #e6efff;
  transition-duration: .5s;
  border-radius: 2px;
  margin-bottom: 10px;
}
.facility-nav .nav-box li:last-child {
  margin-bottom: 0;
}
.facility-nav .nav-box li:hover {
  background-color: #0066b1;
  transition-duration: .5s;
}
.facility-nav .nav-box li a {
  font-size: 15px;
  font-weight: 600;
  color: #0066B9;
  padding: 12px 10px;
  display: block;
  text-align: center;
  transition-duration: .5s;
}
.facility-nav .nav-box li:hover a {
  color: #fff;
  transition-duration: .5s;
}
.facility-list {
  padding: 0 3.2% 50px;
}
.facility-list img:hover {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
}
.facility-list .facility-container {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
}
.facility-area .factory-item {
  padding-top: 50px;
}
.facility-area .category-box {
  padding-top: 86px;
  margin-top: -86px;
}
.facility-area .category-box .category-top {
  border-bottom: solid 1px #E9ECF2;
}
.facility-area .category-box .category-name {
  font-size: 26px;
  font-weight: 700;
  color: #0064BC;
  border-left: solid 4px #1688C7;
  padding: 4px 0 4px 20px;
  margin-bottom: 20px;
}
.facility-area .category-box .category-item {
  display: flex;
  justify-content: space-between;
  padding-top: 86px;
  margin-top: -56px;
}
.facility-area .category-box .left, .facility-area .category-box .right {
  width: 49%;
  box-sizing: border-box;
}
.facility-area .category-box .left .fluid-width-video-wrapper {
  padding-top: 58.44156% !important;
}
.facility-area .category-box .right .titlebox {
  display: flex;
  align-items: center;
}
.facility-area .category-box .right .titlebox .title {
  font-size: 24px;
  font-weight: 700;
  margin-right: auto;
}
.facility-area .category-box .right .titlebox .icon {
  font-size: 15px;
  font-weight: 700;
  padding: 5px 10px;
  box-sizing: border-box;
  background: linear-gradient(to left, #2AB39F, #2DDAB1);
  color: #fff;
  display: inline-block;
}
.facility-area .category-box .right .titlebox .icon img {
  margin-right: 10px;
}
.facility-area .category-box .right .txt {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 20px;
}
.facility-area .category-box .right table {
  width: 100%;
  box-sizing: border-box;
}
.facility-area .category-box .right table td {
  width: 30%;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #314E62;
}
.facility-area .category-box .right table th {
  font-weight: 500;
  color: #314E62;
  text-align: left;
  background-color: #eaedf3;
}
.facility-area .category-box .right table td, .facility-area .category-box .right table th {
  font-size: 15px;
  padding: 10px 10px;
  border-bottom: solid 1px #fff;
  vertical-align: middle;
}
/**************************************************
 Our Contents
**************************************************/
.ourContentsArea {
  background-size: cover;
  height: 770px;
  transition: 0.3s;
}
.ourContentsArea .haderContainer {
  text-align: center;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 50px;
}
.ourContentsArea .haderContainer h2 {
  font-size: 2em;
  color: #fff;
  padding-bottom: 20px;
}
.ourContentsArea .haderContainer h2 span {
  color: #8D785A;
}
.ourContentsArea .haderContainer p {
  color: #fff;
}
.ourContentsArea .haderContainer .eng {
  color: #8D785A;
}
.ourContentsArea .boxContainer {
  max-width: 1400px;
  width: 87.5%;
  margin: auto;
}
.ourContentsArea .boxContainer .box:nth-child(2) {
  margin-left: 2%;
}
.ourContentsArea .boxContainer .box:nth-child(3) {
  margin-left: 2%;
}
.ourContentsArea .boxContainer .box {
  width: 32%;
  float: left;
  cursor: pointer;
}
.ourContentsArea .boxContainer .box .img {
  position: relative;
}
.ourContentsArea .boxContainer .box .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: 0.3s;
}
.ourContentsArea .boxContainer .box .img .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.ourContentsArea .boxContainer .box .menu {
  width: 100%;
  text-align: center;
  padding: 20px 0 20px 0;
  position: relative;
}
.ourContentsArea .boxContainer .box .menu .menuInner {
  position: absolute;
  top: 0;
  width: 100%;
}
.ourContentsArea .boxContainer .box .menu .menuInner .textContainer {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 25px 0 30px 0;
}
.ourContentsArea .boxContainer .box .menu .menuInner h3 {
  font-size: 1.3em;
  margin-bottom: 5px;
}
.ourContentsArea .boxContainer .box .menu .menuInner p.sub {
  margin-bottom: 7px;
  color: #8D785A;
  font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
  font-size: 0.8em;
}
.ourContentsArea .boxContainer .box .menu .menuInner p.text {
  font-size: 0.85em;
}
.ourContentsArea .boxContainer .box .menu .menuInner ul {
  height: 0;
  position: relative;
  overflow: hidden;
}
.ourContentsArea .boxContainer .box .menu .menuInner ul li, .ourContentsArea .boxContainer .box .menu .menuInner ul li a {
  display: block;
}
.ourContentsArea .boxContainer .box .menu .menuInner ul li {
  border-top: 1px solid #eee;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.ourContentsArea .boxContainer .box .menu .menuInner ul li a {
  padding: 15px;
  color: #8D785A;
  font-size: 1em;
  background: #fff;
  transition: 0.1s;
}
.ourContentsArea .boxContainer .box .menu .menuInner ul li a:hover {
  color: #fff;
  background: #8D785A;
  transition: 0.2s;
}
.ourContentsArea .boxContainer .open .menu .menuInner {
  padding-bottom: 0;
}
.ourContentsArea .boxContainer .open .menu .menuInner ul {
  display: block;
}
/*****************************************************

    お知らせ一覧

*****************************************************/
.news-main {
  background-image: url("../img/news/img_bg_news.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.news-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.news-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.news-main h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.news-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 3.2%;
  box-sizing: border-box;
}
.news-list ul {
  margin-bottom: 70px;
}
.news-list li {
  border-bottom: solid 1px #ECEFF5;
  transition-duration: .5s;
}
.news-list li:first-child {
  border-top: solid 1px #ECEFF5;
}
.news-list li:hover {
  background-color: #F0F6FE;
  transition-duration: .5s;
}
.news-list li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px;
}
.news-list li .left {
  width: 100%;
  max-width: 200px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-right: 5%;
}
.news-list li .left .data {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-right: auto;
  transition-duration: .5s;
}
.news-list li:hover .left .data {
  color: #0066B1;
  transition-duration: .5s;
}
.news-list li .left .cat {
  font-size: 11px;
  font-weight: 700;
  color: #0F80BC;
  background-color: #FFED5A;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
}
.news-list li .right {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition-duration: .5s;
}
.news-list li:hover .right {
  color: #0066B1;
  transition-duration: .5s;
}
.news-list li .icon {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) translateX(0);
  -webkit- transform: translateY(-50%) translateX(0);
  transition-duration: .5s;
}
.news-list li:hover .icon {
  color: #0066B1;
  transition-duration: .5s;
}
/*****************************************************

    お知らせ詳細

*****************************************************/
.news-single {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 3.2%;
  box-sizing: border-box;
}
.news-single img:hover {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
}
.news-single .data {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #aaa;
  margin-bottom: 15px;
}
.news-single .data span.cat {
  background-color: #ffec5a;
  display: inline-block;
  margin-left: 10px;
}
.news-single .data span.cat a {
  font-size: 11px;
  font-weight: bold;
  color: #0f80bb;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
}
.news-single .main-title {
  font-size: 24px;
  font-weight: 700;
  color: #0064BC;
  border-left: solid 4px #1688C7;
  padding: 4px 0 4px 20px;
  margin-bottom: 20px;
}
.news-single .news-container {
  border-top: solid 1px #EAEDF3;
  border-bottom: solid 1px #EAEDF3;
  padding: 30px;
}
.news-single .news-container h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
.news-single .news-container p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.news-single .news-container p:last-child {
  margin-bottom: 0;
}
/*****************************************************

    品質･環境方針

*****************************************************/
.quality-main {
  background-image: url("../img/quality/img_bg_quality.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.quality-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.quality-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.quality-main h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.quality-area {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}
.quality-area .qualitytitle {
  font-size: 26px;
  font-weight: 700;
  color: #0064BC;
  border-left: solid 4px #1688C7;
  padding: 4px 0 4px 20px;
  margin-bottom: 20px;
}
.quality-area .box {
  margin-bottom: 50px;
}
.quality-area .box-bottom {
  margin-bottom: 0;
}
.quality-area .box .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
.quality-area .box ul {
  padding: 0 30px;
}
.quality-area .box ul.bottom {
  margin-bottom: 70px;
}
.quality-area .box li {
  display: flex;
  margin-bottom: 10px;
}
.quality-area .box li:last-child {
  margin-bottom: 0;
}
.quality-area .box li .left {
  min-width: 40px;
  box-sizing: border-box;
}
.quality-area .box .txt, .quality-area .box li .left, .quality-area .box li .right {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.quality-area .box .txt {
  margin-top: 20px;
  padding: 0 30px;
}
.quality-area .box .pict {
  text-align: center;
  padding: 0 20%;
}
/*****************************************************

    個人情報保護方針

*****************************************************/
.policy-main {
  background-image: url("../img/policy/img_bg-policy.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.policy-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.policy-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.policy-main h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.policy-area {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.policy-area .inn {
  padding: 50px 0;
}
.policy-area .policytitle {
  font-size: 26px;
  font-weight: 700;
  color: #0066BB;
  text-align: center;
  letter-spacing: 5px;
}
.policy-area .policytitle:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #BBD3E5;
  display: block;
  margin: 30px auto 30px;
}
.policy-area .sub-title {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.policy-area .policy-box-top {
  border-top: solid 1px #EAEDF3;
}
.policy-area .policy-box {
  padding: 40px 0;
  border-bottom: solid 1px #EAEDF3;
}
.policy-area .policy-box .tit-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.policy-area .policy-box .tit-box .num {
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px;
}
.policy-area .policy-box .tit-box .policymiddletitle {
  font-size: 20px;
  font-weight: 600;
}
.policy-area .policy-box .txt {
  font-size: 15px;
  line-height: 1.8;
}
.policy-area .policy-box .txt span.chu, .policy-area .policy-box .txt a {
  color: #0066bc;
  text-decoration: underline;
}
/*****************************************************

    お問い合わせ

*****************************************************/
.contact-main {
  background-image: url("../img/contact/img_bg-contact.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.contact-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.contact-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.contact-main h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.contact-area {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.contact-area .inn {
  padding: 50px 0;
}
.contact-area h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0066BB;
  text-align: center;
  letter-spacing: 0.2rem;
}
.contact-area h3:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #BBD3E5;
  display: block;
  margin: 30px auto 30px;
}
.contact-area .sub-title {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
.contact-area .sub-title.sp {
  display: none;
}
.contact-area .txtarea {
  margin: 40px 0;
}
.contact-area .sub-title2 {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.contact-area .sub-title2-top {
  margin-bottom: 10px;
}
.contact-area .sub-title2 span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 0 6px;
  color: #fff;
  background-color: #FF3F5A;
  display: inline-block;
  margin-right: 10px;
}
.contact-area .nav-step {
  position: relative;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  font-weight: 700;
}
.contact-area .nav-step .step {
  width: 33.3333%;
  position: relative;
  float: left;
  display: inline-block;
  line-height: 70px;
  padding: 0 40px 0 20px;
  color: #0066bb;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-area .nav-step .step01, .contact-area .nav-step-finish .step03 {
  color: #FFF;
  background-color: #0066b0;
}
.contact-area .custom-wpcf7c-confirmed .nav-step .step01, .contact-area .nav-step-finish .step01, .contact-area .nav-step-finish .step02 {
  color: #0066bb;
  background-color: #eee;
}
.contact-area .custom-wpcf7c-confirmed .nav-step .step02 {
  color: #FFF;
  background-color: #0066b0;
}
.contact-area .nav-step .step:before, .contact-area .nav-step .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 30px;
  height: 35px;
}
.contact-area .nav-step .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.contact-area .nav-step .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.contact-area .nav-step p.step01:before, .contact-area .nav-step p.step01:after {
  content: none;
}
.contact-area .custom-wpcf7c-confirmed .nav-step p.step01:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.contact-area .custom-wpcf7c-confirmed .nav-step p.step01:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.contact-area .custom-wpcf7c-confirmed .nav-step p.step02:before, .contact-area .custom-wpcf7c-confirmed .nav-step p.step02:after, .contact-area .nav-step-finish .step03:before, .contact-area .nav-step-finish .step03:after {
  background-color: #0066b0;
}
.contact-area .thankstitle {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 80px 0 40px;
}
.contact-area .form-area .box-top {
  border-top: solid 1px #EBEEF4;
}
.contact-area .form-area .box {
  display: flex;
  align-items: center;
  padding: 20px 50px;
  border-bottom: solid 1px #EBEEF4;
}
.contact-area .form-area .box .left {
  width: 250px;
  min-width: 250px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.contact-area .form-area .box .left span {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 0 6px;
  color: #fff;
  background-color: #FF3F5A;
  display: inline-block;
  position: absolute;
  right: 0;
}
.contact-area .form-area .box .left span.nin {
  background-color: #ACACAC;
}
.contact-area .form-area .box .right {
  width: 100%;
  box-sizing: border-box;
  margin-left: 100px;
}
.contact-area .form-area .box .right .comment {
  font-size: 14px;
  color: #808080;
  margin-bottom: 15px;
}
.contact-area .form-area .box .right .post_txt {
  margin-top: 15px;
}
.contact-area .form-area .box .right .post_txt a {
  font-size: 14px;
  color: #0066BB;
  text-decoration: underline;
}
.contact-area .form-area .box .right input[type="text"], .contact-area .form-area .box .right input[type="email"], .contact-area .form-area .box .right input[type="tel"] {
  width: 100%;
  height: 40px;
  font-size: 15px;
  border-radius: 3px;
  border: none;
  padding: 0 10px;
  box-sizing: border-box;
}
.contact-area .form-area .box .right input.post1 {
  width: 100%;
  max-width: 105px;
  box-sizing: border-box;
}
.contact-area .form-area .box .right input.post2 {
  width: 100%;
  max-width: 150px;
  box-sizing: border-box;
}
.contact-area .form-area .box .right input.zip {
  width: 100%;
  max-width: 180px;
  box-sizing: border-box;
}
.contact-area .form-area .box .right span.line {
  margin: 0 10px;
}
.contact-area div.wpcf7 .ajax-loader {
  display: none;
}
.contact-area .form-area .box .right textarea {
  width: 100%;
  height: 200px;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
}
.contact-area .policy-txt {
  font-size: 15px;
  margin: 40px 0;
  text-align: center;
}
.contact-area .policy-txt a {
  color: #0066BB;
  text-decoration: underline;
}
/*.contact-area .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.contact-area .btn-submit > p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-area .btn-submit span {
  width: 100%;
  max-width: 345px;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
.contact-area .btn-submit span i {
  position: absolute;
  right: 20px;
  top: calc(50% - 7.5px);
}
.contact-area .btn-submit span:hover i {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-name: MoveRight;
  animation-name: MoveRight;
}
.contact-area .btn-submit span.back, .contact-area .btn-submit span.submit {
  display: none;
}
.contact-area .btn-submit span.back {
  margin-right: 2%;
}
.contact-area .btn-submit input {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  display: block;
  padding: 20px 0;
  text-align: center;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  transition-duration: .5s;
}
.contact-area .btn-submit span.kakunin:before, .contact-area .btn-submit span.submit:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: linear-gradient(to left, #218ac6, #0c58aa);
}
.contact-area .btn-submit span.kakunin:hover:before, .contact-area .btn-submit span.submit:hover:before {
  opacity: 0;
}
.contact-area .btn-submit span.kakunin:after, .contact-area .btn-submit span.submit:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #0c58aa, #218ac6);
}
.contact-area .btn-submit input[type="button"] {
  background: #314e62;
}
.contact-area input[type="checkbox"] {
  display: inline;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
input[type="file"] {
  background: #fff;
}
.contact-area .btn-submit span.wpcf7-spinner {
  display: none;
}
/*　確認画面設定　*/
.wpcf7-text.wpcf7c-conf:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
input, textarea {
  background: #EDF0F6;
}
input.wpcf7c-conf, textarea.wpcf7c-conf {
  border: 0;
  background: #fff;
}
.contact-area .custom-wpcf7c-confirmed h3, .contact-area .custom-wpcf7c-confirmed .sub-title, .contact-area .custom-wpcf7c-confirmed .txtarea, .contact-area .custom-wpcf7c-confirmed .form-area .box .right .comment {
  display: none;
}
.contact-area .custom-wpcf7c-confirmed .nav-step {
  margin-bottom: 70px;
}
.contact-area .custom-wpcf7c-confirmed .btn-submit span.back, .contact-area .custom-wpcf7c-confirmed .btn-submit span.submit, .contact-area .custom-wpcf7c-confirmed .btn-submit span.back .wpcf7c-elm-step2, .contact-area .custom-wpcf7c-confirmed .btn-submit span.submit .wpcf7c-elm-step2 {
  display: block !important;
}
.contact-area .custom-wpcf7c-confirmed .btn-submit span.kakunin, .contact-area .custom-wpcf7c-confirmed .btn-submit span.submit .ajax-loader {
  display: none !important;
}
/*****************************************************

    共同研究・開発に関するお問い合わせ

*****************************************************/
.partners-main {
  background-image: url("../img/contact/img_bg-partners.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.partners-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.partners-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.partners-main h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.partners-area {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.partners-area .inn {
  padding: 50px 0;
}
.partners-area h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0066BB;
  text-align: center;
  letter-spacing: 0.2rem;
}
.partners-area h3:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #BBD3E5;
  display: block;
  margin: 30px auto 30px;
}
.partners-area .sub-title {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
.partners-area .sub-title.sp {
  display: none;
}
.partners-area .txtarea {
  margin: 40px 0;
}
.partners-area .sub-title2 {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.partners-area .sub-title2-top {
  margin-bottom: 10px;
}
.partners-area .sub-title2 span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 0 6px;
  color: #fff;
  background-color: #FF3F5A;
  display: inline-block;
  margin-right: 10px;
}
.partners-area .nav-step {
  position: relative;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  font-weight: 700;
}
.partners-area .nav-step .step {
  width: 33.3333%;
  position: relative;
  float: left;
  display: inline-block;
  line-height: 70px;
  padding: 0 40px 0 20px;
  color: #0066bb;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.partners-area .nav-step .step01, .partners-area .nav-step-finish .step03 {
  color: #FFF;
  background-color: #0066b0;
}
.partners-area .custom-wpcf7c-confirmed .nav-step .step01, .partners-area .nav-step-finish .step01, .partners-area .nav-step-finish .step02 {
  color: #0066bb;
  background-color: #eee;
}
.partners-area .custom-wpcf7c-confirmed .nav-step .step02 {
  color: #FFF;
  background-color: #0066b0;
}
.partners-area .nav-step .step:before, .partners-area .nav-step .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 30px;
  height: 35px;
}
.partners-area .nav-step .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.partners-area .nav-step .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.partners-area .nav-step p.step01:before, .partners-area .nav-step p.step01:after {
  content: none;
}
.partners-area .custom-wpcf7c-confirmed .nav-step p.step01:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.partners-area .custom-wpcf7c-confirmed .nav-step p.step01:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.partners-area .custom-wpcf7c-confirmed .nav-step p.step02:before, .partners-area .custom-wpcf7c-confirmed .nav-step p.step02:after, .partners-area .nav-step-finish .step03:before, .partners-area .nav-step-finish .step03:after {
  background-color: #0066b0;
}
.partners-area .thankstitle {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 80px 0 40px;
}
.partners-area .form-area .box-top {
  border-top: solid 1px #EBEEF4;
}
.partners-area .form-area .box {
  display: flex;
  align-items: center;
  padding: 20px 50px;
  border-bottom: solid 1px #EBEEF4;
}
.partners-area .form-area .box .left {
  width: 250px;
  min-width: 250px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.partners-area .form-area .box .left span {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 0 6px;
  color: #fff;
  background-color: #FF3F5A;
  display: inline-block;
  position: absolute;
  right: 0;
}
.partners-area .form-area .box .left span.nin {
  background-color: #ACACAC;
}
.partners-area .form-area .box .right {
  width: 100%;
  box-sizing: border-box;
  margin-left: 100px;
}
.partners-area .form-area .box .right .comment {
  font-size: 14px;
  color: #808080;
  margin-bottom: 15px;
}
.partners-area .form-area .box .right .post_txt {
  margin-top: 15px;
}
.partners-area .form-area .box .right .post_txt a {
  font-size: 14px;
  color: #0066BB;
  text-decoration: underline;
}
.partners-area .form-area .box .right input[type="text"], .partners-area .form-area .box .right input[type="email"], .partners-area .form-area .box .right input[type="tel"] {
  width: 100%;
  height: 40px;
  font-size: 15px;
  border-radius: 3px;
  border: none;
  padding: 0 10px;
  box-sizing: border-box;
}
.partners-area .form-area .box .right input.post1 {
  width: 100%;
  max-width: 105px;
  box-sizing: border-box;
}
.partners-area .form-area .box .right input.post2 {
  width: 100%;
  max-width: 150px;
  box-sizing: border-box;
}
.partners-area .form-area .box .right input.zip {
  width: 100%;
  max-width: 180px;
  box-sizing: border-box;
}
.partners-area .form-area .box .right span.line {
  margin: 0 10px;
}
.partners-area div.wpcf7 .ajax-loader {
  display: none;
}
.partners-area .form-area .box .right textarea {
  width: 100%;
  height: 200px;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
}
.partners-area .policy-txt {
  font-size: 15px;
  margin: 40px 0;
  text-align: center;
}
.partners-area .policy-txt a {
  color: #0066BB;
  text-decoration: underline;
}
/*.partners-area .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.partners-area .btn-submit > p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-area .btn-submit span {
  width: 100%;
  max-width: 345px;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
.partners-area .btn-submit span i {
  position: absolute;
  right: 20px;
  top: calc(50% - 7.5px);
}
.partners-area .btn-submit span:hover i {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-name: MoveRight;
  animation-name: MoveRight;
}
.partners-area .btn-submit span.back, .partners-area .btn-submit span.submit {
  display: none;
}
.partners-area .btn-submit span.back {
  margin-right: 2%;
}
.partners-area .btn-submit input {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  display: block;
  padding: 20px 0;
  text-align: center;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  transition-duration: .5s;
}
.partners-area .btn-submit span.kakunin:before, .partners-area .btn-submit span.submit:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: linear-gradient(to left, #218ac6, #0c58aa);
}
.partners-area .btn-submit span.kakunin:hover:before, .partners-area .btn-submit span.submit:hover:before {
  opacity: 0;
}
.partners-area .btn-submit span.kakunin:after, .partners-area .btn-submit span.submit:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #0c58aa, #218ac6);
}
.partners-area .btn-submit input[type="button"] {
  background: #314e62;
}
.partners-area input[type="checkbox"] {
  display: inline;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.partners-area .btn-submit span.wpcf7-spinner {
  display: none;
}
/*　確認画面設定　*/
.partners-area .custom-wpcf7c-confirmed h3, .partners-area .custom-wpcf7c-confirmed .sub-title, .partners-area .custom-wpcf7c-confirmed .txtarea, .partners-area .custom-wpcf7c-confirmed .form-area .box .right .comment {
  display: none;
}
.partners-area .custom-wpcf7c-confirmed .nav-step {
  margin-bottom: 70px;
}
.partners-area .custom-wpcf7c-confirmed .btn-submit span.back, .partners-area .custom-wpcf7c-confirmed .btn-submit span.submit, .partners-area .custom-wpcf7c-confirmed .btn-submit span.back .wpcf7c-elm-step2, .partners-area .custom-wpcf7c-confirmed .btn-submit span.submit .wpcf7c-elm-step2 {
  display: block !important;
}
.partners-area .custom-wpcf7c-confirmed .btn-submit span.kakunin, .partners-area .custom-wpcf7c-confirmed .btn-submit span.submit .ajax-loader {
  display: none !important;
}
/*****************************************************

    よくあるご質問

*****************************************************/
.faq-main {
  background-image: url("../img/faq/img_bg-faq.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.faq-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.faq-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.faq-main h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.faq-area {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.faq-area .inn {
  padding: 50px 0;
}
.faq-area .q-top {
  border-top: solid 1px #EBEEF4;
}
.faq-area .question {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #EBEEF4;
  position: relative;
}
.faq-area .question:hover {
  color: #0066B1;
  background-color: #F2F7FE;
}
.faq-area .question span {
  font-size: 25px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0066B1;
  margin-right: 20px;
}
.faq-area .question:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/faq/icon_plus.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(0);
  -webkit- transform: translateY(-50%) translateX(0);
}
.faq-area .question.active {
  color: #0066B1;
  background-color: #F2F7FE;
  border-bottom: none;
}
.faq-area .question.active:after {
  background-image: url("../img/faq/icon_minus.svg");
}
.faq-area ul {
  display: none;
  background-color: #F2F7FE;
}
.faq-area li {
  padding: 40px 20px;
  display: flex;
}
.faq-area li .txt {
  font-size: 15px;
  line-height: 1.8;
}
.faq-area li .txt a {
  color: #0066B1;
  text-decoration: underline;
}
.faq-area li .answer {
  font-size: 28px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #0066B1;
  margin-right: 20px;
}
.faq-area li .answer-box {
  width: 100%;
  box-sizing: border-box;
}
.faq-area li .answer-box .itembox {
  width: 100%;
  max-width: 790px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.faq-area li .answer-box .itembox .item {
  width: 22%;
  color: #0066B1;
  text-align: center;
  background-color: #fff;
}
.faq-area li .answer-box .itembox .icon2 {
  display: flex;
  align-items: center;
}
.faq-area li .answer-box .itembox .item .item-inn {
  padding: 20px;
}
.faq-area li .answer-box .itembox .item .num {
  font-size: 14px;
  font-weight: 500;
}
.faq-area li .answer-box .itembox .item .num:after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 7% auto;
  background-color: #B1CFFF;
  display: block;
}
.faq-area li .answer-box .itembox .item .title {
  font-size: 16px;
  font-weight: 500;
}
/*****************************************************

    イノアックページ

*****************************************************/
.premium-top {
  background-image: url("../img/premium/img_bg-premium.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 476px;
  position: relative;
}
.premium-top .premium_en {
  font-size: 60px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 5%;
  opacity: 0;
}
.premium-top.on .premium_en {
  top: 20%;
  animation-name: SlideUp;
  animation-duration: 1.2s;
  opacity: 1;
}
.premium-top .top-cat {
  font-size: 15px;
  font-weight: 500;
  padding: 5px;
  border: solid 1px #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5%;
  opacity: 0;
}
.premium-top.on .top-cat {
  top: 55%;
  animation-name: SlideUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.premium-top .main-tit {
  font-size: 35px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 5%;
  opacity: 0;
}
.premium-top.on .main-tit {
  top: 65%;
  animation-name: SlideUp;
  animation-duration: 2s;
  opacity: 1;
}
.premium-nav {
  padding: 1%;
  background-color: #000;
}
.premium-nav ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.premium-nav li {
  width: 24%;
  text-align: center;
  padding: 1px;
  box-sizing: border-box;
  position: relative;
}
.premium-nav li.thermal {
  color: #f63f00;
}
.premium-nav li.vibration {
  color: #00b4f0;
}
.premium-nav li.sound {
  color: #a6ca00;
}
.premium-nav li.seal {
  color: #bc7ccd;
}
.premium-nav li.is-active, .premium-nav li:hover {
  color: #fff;
}
.premium-nav li .nav-inn {
  font-weight: 700;
  background: #000;
  padding: 15px;
  transition-duration: .5s;
}
.premium-nav li .nav-inn .cat_title {
  font-size: 28px;
}
.premium-nav li .nav-inn .cat_sub {
  font-size: 18px;
}
.premium-nav li .nav-inn .icon {
  font-size: 20px;
}
.premium-nav li.thermal {
  background: linear-gradient(to left, #f07300, #e51700);
}
.premium-nav li.thermal:hover .nav-inn, .premium-nav li.thermal.is-active .nav-inn {
  background: linear-gradient(to left, #f07300, #e51700);
}
.premium-nav li.vibration {
  background: linear-gradient(to left, #00b4f0, #004ec3);
}
.premium-nav li.vibration:hover .nav-inn, .premium-nav li.vibration.is-active .nav-inn {
  background: linear-gradient(to left, #00b4f0, #004ec3);
}
.premium-nav li.sound {
  background: linear-gradient(to left, #b9e300, #6bb100);
}
.premium-nav li.sound:hover .nav-inn, .premium-nav li.sound.is-active .nav-inn {
  background: linear-gradient(to left, #b9e300, #6bb100);
}
.premium-nav li.seal {
  background: linear-gradient(to left, #be83cc, #7035af);
}
.premium-nav li.seal:hover .nav-inn, .premium-nav li.seal.is-active .nav-inn {
  background: linear-gradient(to left, #be83cc, #7035af);
}
.premium-container a img:hover, .premium-container img:hover {
  filter: alpha(opacity=0);
  -moz-opacity: 1;
  opacity: 1;
}
.premium-container .box {
  padding: 70px 3.2%;
}
.premium-container .box .title-box {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.premium-container .box .title-box .left {
  width: 100%;
  max-width: 555px;
  box-sizing: border-box;
}
.premium-container .box .title-box .left .cat_maintit {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.premium-container.thermal .box .title-box .left .cat_maintit {
  background: -webkit-linear-gradient(0deg, #e51700, #f07300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.premium-container.vibration .box .title-box .left .cat_maintit {
  background: -webkit-linear-gradient(0deg, #004ec3, #00b4f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.premium-container.sound .box .title-box .left .cat_maintit {
  background: -webkit-linear-gradient(0deg, #6bb100, #b9e300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.premium-container.seal .box .title-box .left .cat_maintit {
  background: -webkit-linear-gradient(0deg, #7035af, #be83cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.premium-container .box .title-box .left .cat_maintit span {
  font-size: 30px;
  margin-left: 20px;
}
.premium-container .box .title-box .left .sub-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #eee;
}
.premium-container.thermal .box .title-box .left .sub-title {
  background: linear-gradient(to left, #f07300, #e51700);
}
.premium-container.vibration .box .title-box .left .sub-title {
  background: linear-gradient(to left, #00b4f0, #004ec3);
}
.premium-container.sound .box .title-box .left .sub-title {
  background: linear-gradient(to left, #b9e300, #6bb100);
}
.premium-container.seal .box .title-box .left .sub-title {
  background: linear-gradient(to left, #be83cc, #7035af);
}
.premium-container .box .title-box .right {
  width: 100%;
  max-width: 610px;
  box-sizing: border-box;
}
.premium-container .box .title-box .right .txt {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.premium-container .box .photo-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.premium-container .item-box {
  padding: 70px 3.2%;
  color: #333;
}
.premium-container .item-box.blue {
  background-color: #f6f7fa;
}
.premium-container .item-inn {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.premium-container .item-inn .cat_subtit {
  font-size: 30px;
  font-weight: 700;
  padding: 5px 0 5px 20px;
  margin-bottom: 30px;
}
.premium-container .item-inn .h3-top.cat_subtit {
  margin-top: 50px;
}
.premium-container.thermal .item-inn .cat_subtit {
  border-left: solid 4px #e51700;
}
.premium-container.vibration .item-inn .cat_subtit {
  border-left: solid 4px #004ec3;
}
.premium-container.sound .item-inn .cat_subtit {
  border-left: solid 4px #6bb100;
}
.premium-container.seal .item-inn .cat_subtit {
  border-left: solid 4px #7035af;
}
.premium-container .item-inn .sub-txt {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.premium-container .item-inn .sub-txt-sp {
  display: none;
}
.premium-container .item-inn .pict {
  text-align: center;
}
.premium-container .item-inn .photo-box {
  text-align: center;
  padding: 50px;
  background-color: #fff;
}
.premium-container .item-inn .pdf-file {
  position: absolute;
  top: 30px;
  right: 0;
}
.premium-container .item-inn .pdf-file a {
  font-size: 14px;
  text-decoration: underline;
  color: #333;
}
.premium-container .item-inn .pdf-file a:hover {
  color: #0066B0;
}
.premium-container .item-inn .pdf-file a:after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../img/premium/img_icon-pdf.jpg");
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-left: 10px;
}
.premium-container .item-inn .table-area table.pro_table {
  table-layout: fixed;
  min-width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.premium-container .item-inn .table-area table.pro_table-middle {
  margin-top: 10px;
}
.premium-container .item-inn .table-area table.pro_table th, .premium-container .item-inn .table-area table.pro_table td {
  border: solid 1px #eaedf3;
  vertical-align: middle;
  text-align: center;
  padding: 5px 0;
}
.premium-container .item-inn .table-area table.pro_table th {
  color: #fff;
  background-color: #333;
}
.premium-container.thermal .item-inn .table-area table.pro_table th:nth-child(1), .premium-container.thermal .item-inn .table-area table.pro_table-middle td.td1 {
  width: 118px;
  min-width: 118px;
}
.premium-container.thermal .item-inn .table-area table.pro_table th:nth-child(2), .premium-container.thermal .item-inn .table-area table.pro_table-middle td.td2 {
  width: 100px;
  min-width: 100px;
}
.premium-container.thermal .item-inn .table-area table.pro_table th:nth-child(3), .premium-container.thermal .item-inn .table-area table.pro_table-middle td.td3 {
  width: 157px;
  min-width: 157px;
}
.premium-container.thermal .item-inn .table-area table.pro_table th:nth-child(4), .premium-container.thermal .item-inn .table-area table.pro_table-middle td.td4 {
  width: 71px;
  min-width: 71px;
}
.premium-container.thermal .item-inn .table-area table.pro_table th:nth-child(5), .premium-container.thermal .item-inn .table-area table.pro_table-middle td.td5 {
  width: 82px;
  min-width: 82px;
}
.premium-container.thermal .item-inn .table-area table.pro_table th:nth-child(6), .premium-container.thermal .item-inn .table-area table.pro_table-middle td.td6 {
  width: 84px;
  min-width: 84px;
}
.premium-container.thermal .item-inn .table-area table.pro_table th:nth-child(7), .premium-container.thermal .item-inn .table-area table.pro_table-middle td.td7 {
  width: 134px;
  min-width: 134px;
}
.premium-container.thermal .item-inn .table-area table.pro_table th:nth-child(8), .premium-container.thermal .item-inn .table-area table.pro_table-middle td.td8 {
  width: 133px;
  min-width: 133px;
}
.premium-container.thermal .item-inn .table-area table.pro_table th.min1, .premium-container.thermal .item-inn .table-area table.pro_table th.min3, .premium-container.thermal .item-inn .table-area table.pro_table th.min4, .premium-container.thermal .item-inn .table-area table.pro_table-middle td.td9, .premium-container.thermal .item-inn .table-area table.pro_table-middle td.td11, .premium-container.thermal .item-inn .table-area table.pro_table-middle td.td12 {
  width: 48px;
  min-width: 48px;
}
.premium-container.thermal .item-inn .table-area table.pro_table th.min2, .premium-container.thermal .item-inn .table-area table.pro_table-middle td.td10 {
  width: 63px;
  min-width: 63px;
}
.premium-container.vibration .item-inn .table-area table.pro_table th:nth-child(1) {
  width: 121px;
  min-width: 121px;
}
.premium-container.vibration .item-inn .table-area table.pro_table th:nth-child(2) {
  width: 85px;
  min-width: 85px;
}
.premium-container.vibration .item-inn .table-area table.pro_table th:nth-child(3) {
  width: 124px;
  min-width: 124px;
}
.premium-container.vibration .item-inn .table-area table.pro_table th:nth-child(4) {
  width: 91px;
  min-width: 91px;
}
.premium-container.vibration .item-inn .table-area table.pro_table th:nth-child(5) {
  width: 42px;
  min-width: 42px;
}
.premium-container.vibration .item-inn .table-area table.pro_table th:nth-child(6) {
  width: 82px;
  min-width: 82px;
}
.premium-container.vibration .item-inn .table-area table.pro_table th:nth-child(7) {
  width: 114px;
  min-width: 114px;
}
.premium-container.vibration .item-inn .table-area table.pro_table th:nth-child(8) {
  width: 68px;
  min-width: 68px;
}
.premium-container.vibration .item-inn .table-area table.pro_table th:nth-child(9) {
  width: 61px;
  min-width: 61px;
}
.premium-container.vibration .item-inn .table-area table.pro_table th:nth-child(10) {
  width: 48px;
  min-width: 48px;
}
.premium-container.vibration .item-inn .table-area table.pro_table th:nth-child(11) {
  width: 126px;
  min-width: 126px;
}
.premium-container.vibration .item-inn .table-area table.pro_table th:nth-child(12) {
  width: 121px;
  min-width: 121px;
}
.premium-container.sound .item-inn .table-area table.pro_table th:nth-child(1), .premium-container.sound .item-inn .table-area table.pro_table-middle td.td1 {
  width: 118px;
  min-width: 118px;
}
.premium-container.sound .item-inn .table-area table.pro_table th:nth-child(2), .premium-container.sound .item-inn .table-area table.pro_table-middle td.td2 {
  width: 100px;
  min-width: 100px;
}
.premium-container.sound .item-inn .table-area table.pro_table th:nth-child(3), .premium-container.sound .item-inn .table-area table.pro_table-middle td.td3 {
  width: 157px;
  min-width: 157px;
}
.premium-container.sound .item-inn .table-area table.pro_table th:nth-child(4), .premium-container.sound .item-inn .table-area table.pro_table-middle td.td4 {
  width: 86px;
  min-width: 86px;
}
.premium-container.sound .item-inn .table-area table.pro_table th:nth-child(5), .premium-container.sound .item-inn .table-area table.pro_table-middle td.td5 {
  width: 102px;
  min-width: 102px;
}
.premium-container.sound .item-inn .table-area table.pro_table th:nth-child(6), .premium-container.sound .item-inn .table-area table.pro_table-middle td.td6 {
  width: 184px;
  min-width: 184px;
}
.premium-container.sound .item-inn .table-area table.pro_table th:nth-child(7), .premium-container.sound .item-inn .table-area table.pro_table-middle td.td7 {
  width: 155px;
  min-width: 155px;
}
.premium-container.sound .item-inn .table-area table.pro_table th:nth-child(8), .premium-container.sound .item-inn .table-area table.pro_table-middle td.td8 {
  width: 188px;
  min-width: 188px;
}
.premium-container.seal .item-inn .table-area table.pro_table th:nth-child(1), .premium-container.seal .item-inn .table-area table.pro_table-middle td.td1 {
  width: 118px;
  min-width: 118px;
}
.premium-container.seal .item-inn .table-area table.pro_table th:nth-child(2), .premium-container.seal .item-inn .table-area table.pro_table-middle td.td2 {
  width: 100px;
  min-width: 100px;
}
.premium-container.seal .item-inn .table-area table.pro_table th:nth-child(3), .premium-container.seal .item-inn .table-area table.pro_table-middle td.td3 {
  width: 157px;
  min-width: 157px;
}
.premium-container.seal .item-inn .table-area table.pro_table th:nth-child(4), .premium-container.seal .item-inn .table-area table.pro_table-middle td.td4 {
  width: 71px;
  min-width: 71px;
}
.premium-container.seal .item-inn .table-area table.pro_table th:nth-child(5), .premium-container.seal .item-inn .table-area table.pro_table-middle td.td5 {
  width: 82px;
  min-width: 82px;
}
.premium-container.seal .item-inn .table-area table.pro_table th:nth-child(6), .premium-container.seal .item-inn .table-area table.pro_table-middle td.td6 {
  width: 132px;
  min-width: 132px;
}
.premium-container.seal .item-inn .table-area table.pro_table th:nth-child(7), .premium-container.seal .item-inn .table-area table.pro_table-middle td.td7 {
  width: 133px;
  min-width: 133px;
}
.premium-container.seal .item-inn .table-area table.pro_table th:nth-child(8), .premium-container.seal .item-inn .table-area table.pro_table-middle td.td8 {
  width: 94px;
  min-width: 94px;
}
.premium-container.seal .item-inn .table-area table.pro_table th.min1, .premium-container.seal .item-inn .table-area table.pro_table th.min3, .premium-container.seal .item-inn .table-area table.pro_table th.min4, .premium-container.seal .item-inn .table-area table.pro_table-middle td.td9, .premium-container.seal .item-inn .table-area table.pro_table-middle td.td11, .premium-container.seal .item-inn .table-area table.pro_table-middle td.td12 {
  width: 48px;
  min-width: 48px;
}
.premium-container.seal .item-inn .table-area table.pro_table th.min2, .premium-container.seal .item-inn .table-area table.pro_table-middle td.td10 {
  width: 63px;
  min-width: 63px;
}
.premium-container .item-inn .table-area table.pro_table td.table-top {
  color: #fff;
}
.premium-container.thermal .item-inn .table-area table.pro_table td.table-tit {
  color: #fff;
  background-color: #e51700;
}
.premium-container.sound .item-inn .table-area table.pro_table td.table-tit {
  color: #fff;
  background-color: #71e45d;
}
.premium-container.seal .item-inn .table-area table.pro_table td.table-tit {
  color: #fff;
  background-color: #af66c0;
}
.premium-container .item-inn .table-area table.pro_table td.list01 {
  background-color: #56d8c5;
}
.premium-container .item-inn .table-area table.pro_table td.list02 {
  background-color: #a2d441;
}
.premium-container .item-inn .table-area table.pro_table td.list03 {
  background-color: #56b4c5;
}
.premium-container .item-inn .table-area table.pro_table td.list04 {
  background-color: #6f7ed5;
}
.premium-container .item-inn .table-area table.pro_table td.list05 {
  background-color: #ff6600;
}
.premium-container .item-inn .table-area table.pro_table td.list06 {
  background-color: #ff9a00;
}
.premium-container .item-inn .table-area table.pro_table td.list07 {
  background-color: #ecca53;
}
.premium-container .item-inn .table-area table.pro_table td.list08 {
  background-color: #39b34a;
}
.premium-container .item-inn .table-area table.pro_table td.list09 {
  background-color: #063797;
}
.premium-container .item-inn .table-area table.pro_table td.list10 {
  background-color: #a562ba;
}
.premium-container .item-inn .table-area table.pro_table td.list11 {
  background-color: #00bce7;
}
.premium-container .item-inn .table-area table.pro_table td.list12 {
  background-color: #002060;
}
.premium-container .item-inn .table-area table.pro_table td.list13 {
  background-color: #d297cf;
}
.premium-container .item-inn .table-area table.pro_table td.list14 {
  background-color: #e51700;
}
.premium-container .item-inn .comment {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 30px;
}
.premium-container .item-inn .container {
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
}
.premium-container .item-inn .container .container-inn {
  display: flex;
}
.premium-container .item-inn .container .container-inn-bottom {
  margin-top: 20px;
}
.premium-container .item-inn .container .pict-sp {
  display: none;
}
.premium-container .item-inn .container .container-inn .left {
  width: 400px;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 12px;
}
.premium-container .item-inn .container .container-inn .left .photo img.sp {
  display: none;
}
.premium-container .item-inn .container .container-inn .left .left-box {
  display: flex;
}
.premium-container .item-inn .container .container-inn .left .left-box-bottom {
  margin-top: 20px;
}
.premium-container .item-inn .container .container-inn .left .left-box .cat {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  height: 34px;
  line-height: 34px;
  padding: 0 22px;
  margin-right: 30px;
}
.premium-container.thermal .item-inn .container .container-inn .left .left-box .cat {
  background-color: #e51700;
}
.premium-container .item-inn .container .container-inn .right {
  width: 100%;
  max-width: 588px;
  box-sizing: border-box;
}
.premium-container .item-inn .container .item-main, .premium-container .item-inn .container .container-inn .right .item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.premium-container .item-inn .container .container-inn .right .txt {
  font-size: 15px;
  line-height: 1.8;
}
.premium-container .item-inn .sub {
  font-size: 15px;
  line-height: 1.8;
}
.premium-container .item-inn .sample-box {
  margin-top: 40px;
}
.premium-container .item-inn .sample-box .sample-title-box {
  display: flex;
}
.premium-container .item-inn .sample-box .sample-title-box .sample-box-tit {
  width: 24%;
  margin-right: 1.33%;
}
.premium-container .item-inn .sample-box .sample-title-box .sample-box-tit-right {
  margin-right: 0;
}
.premium-container .item-inn .sample-box .sample-tit {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  margin-bottom: 20px;
}
.premium-container.thermal .item-inn .sample-box .sample-tit {
  background: linear-gradient(to left, #f07300, #e51700);
}
.premium-container.vibration .item-inn .sample-box .sample-tit {
  background: linear-gradient(to left, #00b4f0, #004ec3);
}
.premium-container.sound .item-inn .sample-box .sample-tit {
  background: linear-gradient(to left, #b9e300, #6bb100);
}
.premium-container.seal .item-inn .sample-box .sample-tit {
  background: linear-gradient(to left, #be83cc, #7035af);
}
.premium-container .item-inn .sample-box .sample-item-area {
  display: flex;
  flex-wrap: wrap;
}
.premium-container .item-inn .sample-box .sample-item-area .sample-item {
  width: 24%;
  margin: 0 1.33% 1.33% 0;
}
.premium-container .item-inn .sample-box .sample-item-area .sample-item:nth-child(4n) {
  margin: 0 0 1.33% 0;
}
.premium-container .item-inn .sample-box .sample-item-area .sample-item .sample-icon {
  margin: 10px 0;
}
.premium-container .item-inn .sample-box .sample-item-area .sample-item .sample-icon span, .premium-container .item-inn .sample-categoryarea .sample-category-inn .sample-icon span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-right: 5px;
}
.sample-icon span.sample-pu {
  background-color: #009999;
}
.sample-icon span.sample-m {
  background-color: #7f6000;
}
.sample-icon span.sample-u {
  background-color: #c55910;
}
.sample-icon span.sample-pe {
  background-color: #ff6600;
}
.sample-icon span.sample-pp {
  background-color: #ffc000;
}
.sample-icon span.sample-rs {
  background-color: #71e45d;
}
.sample-icon span.sample-sil {
  background-color: #002060;
}
.sample-icon span.sample-mel {
  background-color: #cc99ff;
}
.sample-icon span.sample-melamin {
  background-color: #ffc000;
}
.sample-icon span.sample-mixcel {
  background-color: #cc99ff;
}
.sample-icon span.sample-acrylic {
  background-color: #ff0000;
}
.premium-container .item-inn .sample-box .sample-item-area .sample-item .sample-name {
  font-size: 16px;
  font-weight: 500;
}
.premium-container .item-inn .sample-categoryarea {
  border-top: solid 5px #eceff5;
  padding-top: 35px;
  margin-top: 20px;
}
.premium-container .item-inn .sample-categoryarea .sample-category-inn {
  display: flex;
  flex-wrap: wrap;
}
.premium-container .item-inn .sample-categoryarea .sample-category-inn .category-item {
  width: 25%;
  display: flex;
  margin-bottom: 20px;
}
.premium-container .item-inn .sample-categoryarea .sample-category-inn .category-item-bottom {
  margin-bottom: 0;
}
.premium-container .item-inn .sample-categoryarea .sample-category-inn .category-item .category-name {
  font-size: 14px;
  font-weight: 500;
}
.premium-container .item-inn .sample-categoryarea .sample-category-inn .sample-icon span {
  margin-right: 10px;
}
.premium-container .item-inn .sample-categoryarea .caption {
  font-size: 13px;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  display: flex;
  justify-content: flex-end;
}
/*****************************************************

    採用情報

*****************************************************/
.recruit-main {
  background-image: url("../img/recruit/img_bg-recruit.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.recruit-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.recruit-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.recruit-main h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.recruit-box1 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  box-sizing: border-box;
}
.recruit-box1 .main-title {
  font-size: 26px;
  font-weight: 700;
  color: #0066bb;
  margin-bottom: 20px;
}
.recruit-box1 .txt {
  font-size: 15px;
  line-height: 1.8;
}
.recruit-box1 .txt br.sp {
  display: none;
}
.recruit-box2 {
  background: linear-gradient(#F7F8FA, #E6F1FD);
}
.recruit-box2 .inn {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  box-sizing: border-box;
}
.recruit-box2 .recruittitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #0066BA;
}
.recruit-box2 .recruittitle:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #BBD3E5;
  display: block;
  margin: 30px auto 30px;
}
.recruit-box2 .subtxt {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.recruit-box2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.recruit-box2 li {
  width: 23.95%;
  box-sizing: border-box;
  transition-duration: .5s;
}
.recruit-box2 li:last-child {
  margin-right: 0;
}
.recruit-box2 li .txtbox {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  transition-duration: .5s;
}
.recruit-box2 li:hover .txtbox {
  color: #fff;
  background: linear-gradient(to left, #218ac6, #0c58aa);
  transition-duration: .5s;
}
.recruit-box2 li .txtbox .data {
  margin-bottom: 5px;
}
.recruit-box3 .inn {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  box-sizing: border-box;
}
.recruit-box3 .recruittitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #0066BA;
}
.recruit-box3 .recruittitle:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #BBD3E5;
  display: block;
  margin: 30px auto 40px;
}
.recruit-box3 .recruit-nav {
  margin-bottom: 30px;
}
.recruit-box3 .recruit-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.recruit-box3 .recruit-nav li {
  width: 25%;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  text-align: center;
  border-right: solid 1px #324e61;
  padding: 1.9%;
  transition-duration: .5s;
  position: relative;
}
.recruit-box3 .recruit-nav li:first-child {
  border-left: solid 1px #324e61;
}
.recruit-box3 .recruit-nav li:hover {
  background-color: #edf0f6;
  transition-duration: .5s;
}
.recruit-box3 .recruit-nav li.is-active {
  color: #fff;
  background-color: #324e61;
}
.recruit-box3 .recruit-nav li span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.recruit-box3 .recruit-nav li span img {
  filter: alpha(opacity=0);
  -moz-opacity: 1;
  opacity: 1;
}
.recruit-box3 .recruit-item .no_post {
  font-size: 15px;
}
.recruit-box3 .recruit-item .item-box {
  box-sizing: border-box;
  border: solid 4px #edf0f6;
}
.recruit-box3 .recruit-item .item-box .item-inn {
  padding: 25px 35px;
}
.recruit-box3 .recruit-item .item-box .item-txt-box {
  padding: 20px 70px;
  border-bottom: solid 1px #eaedf3;
  text-align: left;
  display: flex;
  align-items: center;
}
.recruit-box3 .recruit-item .item-box .item-txt-box:last-child {
  border-bottom: none;
}
.recruit-box3 .recruit-item .item-box .item-txt-box .left {
  width: 170px;
  min-width: 170px;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
}
.recruit-box3 .recruit-item .item-box .item-txt-box .right {
  width: 100%;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
}
.recruit-box3 .txt2 {
  font-size: 15px;
  line-height: 1.8;
  margin: 50px 0;
}
/*****************************************************

    インタビュー

*****************************************************/
.interview-top {
  overflow: hidden;
}
.interview-top img:hover {
  filter: alpha(opacity=0);
  -moz-opacity: 1;
  opacity: 1;
}
.interview-top .inn {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.interview-top2 .inn .photo {
  display: flex;
  justify-content: flex-end;
}
.interview-top h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  color: #0066bb;
  position: absolute;
  top: 35%;
  right: 0;
  opacity: 0;
  z-index: 11;
}
.interview-top.on h1 {
  right: 6%;
  animation-name: RightToLeft;
  animation-duration: 1.5s;
  opacity: 1;
}
.interview-top2 h1 {
  left: 0;
}
.interview-top2.on h1 {
  left: 6%;
  animation-name: leftToRight;
  animation-duration: 1.5s;
  opacity: 1;
}
.interview-top .txt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
  position: relative;
  top: -50px;
  opacity: 0;
}
.interview-top.on .txt {
  top: 0;
  animation-name: SlideUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.interview-middle {
  background: linear-gradient(#F7F8FA, #E6F1FD);
}
.interview-middle .inn {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}
.interview-middle .item-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.interview-middle .item-area .item-box {
  width: 49%;
  background-color: #fff;
  box-sizing: border-box;
}
.interview-middle .item-area .item-box:nth-child(1), .interview-middle .item-area .item-box:nth-child(2) {
  margin-bottom: 2%;
}
.interview-middle .item-area .item-box .item-inn {
  padding: 25px;
}
.interview-middle .item-area .item-box .item-inn .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #EBEEF4;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.interview-middle .item-area .item-box .item-inn .title span {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #0066B1;
  margin-right: 20px;
}
.interview-middle .item-area .item-box .item-inn .txt {
  font-size: 15px;
  line-height: 1.8;
}
.interview-middle .schedule {
  background-color: #fff;
  box-sizing: border-box;
}
.interview-middle .schedule .inn {
  padding: 30px;
}
.interview-middle .schedule .inn h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #0066BA;
  background: -webkit-linear-gradient(0deg, #0c58aa, #218ac6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.interview-middle .schedule .inn h2:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #BBD3E5;
  display: block;
  margin: 30px auto 30px;
}
.interview-middle .schedule .inn li {
  padding: 15px 100px;
  box-sizing: border-box;
  border-bottom: solid 1px #eaedf3;
  display: flex;
  align-items: center;
}
.interview-middle .schedule .inn li:last-child {
  border-bottom: none;
}
.interview-middle .schedule .inn li .time {
  width: 170px;
  min-width: 170px;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
}
.interview-middle .schedule .inn li .txt {
  width: 100%;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
}
.interview-bottom .inn {
  width: 100%;
  max-width: 1045px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
  box-sizing: border-box;
}
.interview-bottom h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #0066BA;
  background: -webkit-linear-gradient(0deg, #0c58aa, #218ac6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.interview-bottom h2:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #BBD3E5;
  display: block;
  margin: 30px auto 40px;
}
.interview-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interview-bottom li {
  width: 32.06%;
  box-sizing: border-box;
}
.interview-bottom li:last-child {
  margin-right: 0;
}
.interview-bottom li .txtbox {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  transition-duration: .5s;
}
.interview-bottom li:hover .txtbox {
  color: #fff;
  background: linear-gradient(to left, #218ac6, #0c58aa);
  transition-duration: .5s;
}
.interview-bottom li .txtbox .data {
  margin-bottom: 5px;
}
.interview-bottom .txt2 {
  font-size: 15px;
  line-height: 1.8;
  margin: 50px 0;
}
/*****************************************************

    会社案内

*****************************************************/
.company-main {
  background-image: url("../img/company/img_bg-company.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.company-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.company-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.company-main h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.company-area img:hover {
  filter: alpha(opacity=0);
  -moz-opacity: 1;
  opacity: 1;
}
.company-area .company-nav {
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  margin: 50px auto 0;
}
.company-area .company-nav ul {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #324e61;
}
.company-area .company-nav li {
  width: 50%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 23px;
  box-sizing: border-box;
  cursor: pointer;
}
.company-area .company-nav li.is-active {
  color: #fff;
  background-color: #324e61;
}
.company-area .ChangeElem_Panel3.is-active {
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
.company-area .company-box {
  padding: 60px 0;
}
.company-area .company-box.blue {
  background: linear-gradient(#F7F8FA, #E6F1FD);
}
.company-area .company-box .item-area {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
}
.company-area .company-box .item-area .item-inn {
  padding: 40px;
  background-color: #fff;
}
.company-area .company-box .item-area .item-inn-top {
  padding: 0 40px;
}
.company-area .company-box h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #0066BA;
  text-align: center;
  padding-top: 86px;
  margin-top: -86px;
}
.company-area .company-box h3:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #BBD3E5;
  display: block;
  margin: 30px auto 30px;
}
.company-area .company-box ul.list li {
  padding: 20px 80px;
  box-sizing: border-box;
  border-bottom: solid 1px #ebeef4;
  display: flex;
}
.company-area .company-box ul.list li .data {
  width: 120px;
  min-width: 120px;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  position: relative;
}
.company-area .company-box ul.list li .data span {
  position: absolute;
  right: 0;
}
.company-area .company-box ul.list li .txtbox {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  box-sizing: border-box;
  margin-left: 80px;
}
.company-area .company-box ul.list li .txtbox .txt-en {
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
}
.company-area .company-box ul.list li .txt-title {
  font-weight: 500;
  margin: 25px 0 10px;
}
.company-area .company-box ul.list li .txt-title-top {
  margin-top: 0;
}
.company-area .access-box {
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #eaedf3;
}
.company-area .slide-box .access-box {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.company-area .access-box .left {
  width: 100%;
  max-width: 500px;
  height: 330px;
  box-sizing: border-box;
}
.company-area .access-box .left iframe {
  width: 100%;
  height: 100%;
}
.company-area .access-box .right {
  width: 100%;
  box-sizing: border-box;
  margin-left: 70px;
  margin-top: 20px;
}
.company-area .access-box .right .title {
  font-size: 20px;
  font-weight: 700;
}
.company-area .access-box .right .txt {
  font-size: 15px;
  line-height: 1.5;
  margin: 20px 0;
}
.company-area .access-box .right .btnD a {
  width: 100%;
  max-width: 280px;
  border: solid 1px #0066b1;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #0066b1;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  position: relative;
  display: block;
  padding: 14px 0;
  z-index: 1;
  box-sizing: border-box;
}
.company-area .access-box .right .btnD a:hover {
  color: #fff;
  background-color: #0066b1;
}
.company-area .access-box .right .btnD a i {
  position: absolute;
  right: 20px;
  top: calc(50% - 5.5px);
}
.company-area .access-box .right .btnD a:hover i {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-name: MoveRight;
  animation-name: MoveRight;
}
.company-area .access-box .right .map-btn-area {
  margin-top: 20px;
}
.company-area .access-box .right .map-btn-area .map-btn {
  width: 100%;
  max-width: 280px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(to left, #218ac6, #0c58aa);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  position: relative;
  display: block;
  padding: 14px 0;
  z-index: 1;
  box-sizing: border-box;
  cursor: pointer;
}
.company-area .access-box .right .map-btn-area .map-btn:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/company/icon_plus.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(0);
  -webkit- transform: translateY(-50%) translateX(0);
}
.company-area .access-box.active .right .map-btn-area .map-btn:after {
  background-image: url(../img/company/icon_minus.svg);
}
.company-area .slide-item {
  display: none;
  margin-top: 30px;
  padding-top: 30px;
  border-top: dotted 1px #324e61;
}
.company-area .slide-item .map-list-sp {
  display: none;
}
.company-area .slide-item .map-list li {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.company-area .slide-item .map-list li:last-child {
  margin-bottom: 0;
}
.company-area .slide-item .map-list li .map-title {
  font-weight: 700;
  margin-bottom: 20px;
}
.company-area .slide-item .map-list li .map-txt-bottom {
  margin-bottom: 20px;
}
.company-area .slide-item .map-list li .map-photo {
  display: flex;
  margin-bottom: 20px;
}
.company-area .slide-item .map-list li .map-photo .g-map {
  width: 56%;
  margin-right: 3%;
}
.company-area .slide-item .map-list li .map-photo iframe {
  width: 100%;
  height: 100%;
}
.company-area .company-box .item-area2 {
  width: 100%;
  max-width: 1850px;
  box-sizing: border-box;
  display: flex;
  /*align-items: center;*/
  flex-direction: row-reverse;
}
.company-area .company-box .item-area2 .photo {
  width: 100%;
  max-width: 470px;
  box-sizing: border-box;
  padding-right: 5%;
}
.company-area .company-box .item-area2 .photo .name {
  margin-top: 30px;
  text-align: center;
}
.company-area .company-box .item-area2 .txtbox {
  width: 100%;
  box-sizing: border-box;
  margin-left: 6%;
  padding-right: 4%;
}
.company-area .company-box .item-area2 .txtbox .maintitle {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}
.company-area .company-box .item-area2 .txtbox .txt {
  font-size: 15px;
  line-height: 1.8;
}
.company-area .company-box .item-area2 .txtbox .txt-top {
  margin-bottom: 70px;
}
.company-area .company-box .item-area .rinen-box {
  padding: 40px 0;
  border-bottom: solid 1px #edf0f6;
}
.company-area .company-box .item-area .rinen-box-top {
  padding-top: 0;
}
.company-area .company-box .item-area .rinen-box-bottom {
  padding-bottom: 0;
  border-bottom: none;
}
.company-area .company-box .item-area .rinen-box h4 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.company-area .company-box .item-area .rinen-box .rinen-txt {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
.company-area .company-box .item-area .rinen-box .rinen-txt2 {
  width: 100%;
  max-width: 430px;
  font-size: 18px;
  line-height: 1.8;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 25px;
}
.company-area .company-box .item-area .rinen-box .rinen-txt2:last-child {
  margin-bottom: 0;
}
.company-area .company-box .item-area .rinen-box .rinen-txt2 span {
  position: absolute;
  right: 0;
}
/*****************************************************

    採用に関するお問い合わせ

*****************************************************/
.entry-main {
  background-image: url("../img/recruit/img_bg-recruit02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.entry-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.entry-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.entry-main h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.entry-area {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.entry-area .inn {
  padding: 50px 0;
}
.entry-area h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0066BB;
  text-align: center;
  letter-spacing: 5px;
}
.entry-area h3:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #BBD3E5;
  display: block;
  margin: 30px auto 30px;
}
.entry-area .sub-title {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
.entry-area .sub-title.sp {
  display: none;
}
.entry-area .txtarea {
  margin: 40px 0;
}
.entry-area .sub-title2 {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.entry-area .sub-title2-top {
  margin-bottom: 10px;
}
.entry-area .sub-title2 span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 0 6px;
  color: #fff;
  background-color: #FF3F5A;
  display: inline-block;
  margin-right: 10px;
}
.entry-area .nav-step {
  position: relative;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  font-weight: 700;
}
.entry-area .nav-step .step {
  width: 33.3333%;
  position: relative;
  float: left;
  display: inline-block;
  line-height: 70px;
  padding: 0 40px 0 20px;
  color: #0066bb;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-area .nav-step .step01, .entry-area .nav-step-finish .step03 {
  color: #FFF;
  background-color: #0066b0;
}
.entry-area .custom-wpcf7c-confirmed .nav-step .step01, .entry-area .nav-step-finish .step01, .entry-area .nav-step-finish .step02 {
  color: #0066bb;
  background-color: #eee;
}
.entry-area .custom-wpcf7c-confirmed .nav-step .step02 {
  color: #FFF;
  background-color: #0066b0;
}
.entry-area .nav-step .step:before, .entry-area .nav-step .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 30px;
  height: 35px;
}
.entry-area .nav-step .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.entry-area .nav-step .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.entry-area .nav-step p.step01:before, .entry-area .nav-step p.step01:after {
  content: none;
}
.entry-area .custom-wpcf7c-confirmed .nav-step p.step01:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.entry-area .custom-wpcf7c-confirmed .nav-step p.step01:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.entry-area .custom-wpcf7c-confirmed .nav-step p.step02:before, .entry-area .custom-wpcf7c-confirmed .nav-step p.step02:after, .entry-area .nav-step-finish .step03:before, .entry-area .nav-step-finish .step03:after {
  background-color: #0066b0;
}
.entry-area .thankstitle {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 80px 0 40px;
}
.entry-area .form-area .box-top {
  border-top: solid 1px #EBEEF4;
}
.entry-area .form-area .box {
  display: flex;
  align-items: center;
  padding: 20px 50px;
  border-bottom: solid 1px #EBEEF4;
}
.entry-area .form-area .box .left {
  width: 250px;
  min-width: 250px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.entry-area .form-area .box .left span {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 0 6px;
  color: #fff;
  background-color: #FF3F5A;
  display: inline-block;
  position: absolute;
  right: 0;
}
.entry-area .form-area .box .left span.nin {
  background-color: #ACACAC;
}
.entry-area .form-area .box .right {
  width: 100%;
  box-sizing: border-box;
  margin-left: 100px;
}
.entry-area .form-area .box .right .comment {
  font-size: 14px;
  color: #808080;
  margin-bottom: 15px;
}
.entry-area .form-area .box .right .post_txt {
  margin-top: 15px;
}
.entry-area .form-area .box .right .post_txt a {
  font-size: 14px;
  color: #0066BB;
  text-decoration: underline;
}
.entry-area .form-area .box .right input[type="text"], .entry-area .form-area .box .right input[type="email"], .entry-area .form-area .box .right input[type="tel"] {
  width: 100%;
  height: 40px;
  font-size: 15px;
  border-radius: 3px;
  border: none;
  padding: 0 10px;
  box-sizing: border-box;
}
.entry-area .form-area .box .right input.post1 {
  width: 100%;
  max-width: 105px;
  box-sizing: border-box;
}
.entry-area .form-area .box .right input.post2 {
  width: 100%;
  max-width: 150px;
  box-sizing: border-box;
}
.entry-area .form-area .box .right input.zip {
  width: 100%;
  max-width: 180px;
  box-sizing: border-box;
}
.entry-area .form-area .box .right span.line {
  margin: 0 10px;
}
.entry-area div.wpcf7 .ajax-loader {
  display: none;
}
.entry-area .form-area .box .right textarea {
  width: 100%;
  height: 200px;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
}
.entry-area .policy-txt {
  font-size: 15px;
  margin: 40px 0;
  text-align: center;
}
.entry-area .policy-txt a {
  color: #0066BB;
  text-decoration: underline;
}
.entry-area input[type="checkbox"] {
  display: inline;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
/*.entry-area .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.entry-area .btn-submit > p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-area .btn-submit span {
  width: 100%;
  max-width: 345px;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
.entry-area .btn-submit span i {
  position: absolute;
  right: 20px;
  top: calc(50% - 7.5px);
}
.entry-area .btn-submit span:hover i {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-name: MoveRight;
  animation-name: MoveRight;
}
.entry-area .btn-submit span.back, .entry-area .btn-submit span.submit {
  display: none;
}
.entry-area .btn-submit span.back {
  margin-right: 2%;
}
.entry-area .btn-submit input {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  display: block;
  padding: 20px 0;
  text-align: center;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  transition-duration: .5s;
}
.entry-area .btn-submit span.kakunin:before, .entry-area .btn-submit span.submit:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: linear-gradient(to left, #218ac6, #0c58aa);
}
.entry-area .btn-submit span.kakunin:hover:before, .entry-area .btn-submit span.submit:hover:before {
  opacity: 0;
}
.entry-area .btn-submit span.kakunin:after, .entry-area .btn-submit span.submit:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #0c58aa, #218ac6);
}
.entry-area .btn-submit input[type="button"] {
  background: #314e62;
}
.entry-area .btn-submit span.wpcf7-spinner {
  display: none;
}
/*　確認画面設定　*/
.entry-area .custom-wpcf7c-confirmed h3, .entry-area .custom-wpcf7c-confirmed .sub-title, .entry-area .custom-wpcf7c-confirmed .txtarea, .entry-area .custom-wpcf7c-confirmed .form-area .box .right .comment {
  display: none;
}
.entry-area .custom-wpcf7c-confirmed .nav-step {
  margin-bottom: 70px;
}
.entry-area .custom-wpcf7c-confirmed .btn-submit span.back, .entry-area .custom-wpcf7c-confirmed .btn-submit span.submit, .entry-area .custom-wpcf7c-confirmed .btn-submit span.back .wpcf7c-elm-step2, .entry-area .custom-wpcf7c-confirmed .btn-submit span.submit .wpcf7c-elm-step2 {
  display: block !important;
}
.entry-area .custom-wpcf7c-confirmed .btn-submit span.kakunin, .entry-area .custom-wpcf7c-confirmed .btn-submit span.submit .ajax-loader {
  display: none !important;
}
/*****************************************************

    3分でわかる創和

*****************************************************/
.story-main {
  background-image: url("../img/story/img_bg-story.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.story-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.story-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.story-main h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.story-area {
  overflow: hidden;
  padding: 50px 0;
}
.story-area img:hover {
  filter: alpha(opacity=0);
  -moz-opacity: 1;
  opacity: 1;
}
.story-area .story-box {
  width: 100%;
  max-width: 1850px;
  box-sizing: border-box;
  margin-left: auto;
}
.story-area .story-box-bottom {
  margin-left: 0;
  margin-right: auto;
  padding-top: 60px;
}
.story-area .story-box .inn {
  display: flex;
  margin-bottom: 30px;
}
.story-area .story-box .inn-bottom {
  margin-bottom: 0;
}
.story-area .story-box-bottom .inn {
  flex-direction: row-reverse;
}
.story-area .story-box .txt-box {
  width: 100%;
  box-sizing: border-box;
  margin-right: 4%;
  padding-left: 10%;
}
.story-area .story-box-bottom .txt-box {
  margin-right: 0;
  margin-left: 4%;
  padding-right: 5%;
  padding-left: 0;
}
.story-area .story-box .tit-box {
  width: 100%;
  box-sizing: border-box;
  margin-right: 5%;
  padding-left: 10%;
}
.story-area .story-box .tit-box {
  width: 100%;
  box-sizing: border-box;
  margin-right: 5%;
  padding-left: 10%;
}
.story-area .story-box-bottom .tit-box {
  margin-right: 0;
  margin-left: 10%;
  padding-right: 5%;
  padding-left: 0;
}
.story-area .story-box .tit-box .main-tit {
  font-size: 40px;
  font-weight: 700;
  color: #0066bb;
  margin: 23px 0 40px;
}
.story-area .story-box .tit-box .sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f68ac;
}
.story-area .story-box .tit-box .sub:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #0f68ac;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.story-area .story-box .txt-box .midashi {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.story-area .story-box .txt-box .txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.story-area .story-box .txt-box .txt-top {
  font-weight: 500;
}
.story-area .story-box .photo-box {
  width: 100%;
  box-sizing: border-box;
  padding-right: 5%;
}
.story-area .story-box-bottom .photo-box {
  padding-right: 0;
  padding-left: 10%;
}
/*****************************************************

    創和の強み

*****************************************************/
.advantage-main {
  background-image: url("../img/advantage/img_bg-advantage.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.advantage-main .main-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.advantage-main .main-sub:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 25px;
}
.advantage-main h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.advantage-area {
  padding: 50px 0;
}
.advantage-area img:hover {
  filter: alpha(opacity=0);
  -moz-opacity: 1;
  opacity: 1;
}
.advantage-nav {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
}
.advantage-nav .tit-box {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.advantage-nav .tit-box .tit {
  font-size: 26px;
  font-weight: 500;
  color: #0066b9;
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.advantage-nav .tit-box .line {
  width: 100%;
  height: 1px;
  background-color: #0066b9;
  position: relative;
  top: -18px;
}
.advantage-nav ul {
  display: flex;
  justify-content: space-between;
}
.advantage-nav .list {
  width: 32%;
  box-sizing: border-box;
  text-align: center;
}
.advantage-nav .listA {
  background: url("../img/advantage/img_advantage01.jpg") no-repeat center center;
  background-size: cover;
}
.advantage-nav .listB {
  background: url("../img/advantage/img_advantage02.jpg") no-repeat center center;
  background-size: cover;
}
.advantage-nav .listC {
  background: url("../img/advantage/img_advantage03.jpg") no-repeat center center;
  background-size: cover;
}
.advantage-nav .list a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  padding: 10% 5%;
  color: #fff;
}
.advantage-nav .list:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  transition-duration: 0.5s;
}
.point-box {
  overflow: hidden;
  padding: 70px 0 70px;
  position: relative;
  /*z-index: -2;*/
}
.point-box-bottom {
  padding-bottom: 0;
}
.point-box-blue {
  background: linear-gradient(to right, #e6f1fd, #f7f8fa);
}
.point-box .box {
  padding-top: 86px;
  margin-top: -86px;
}
.point-box .box .top {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  box-sizing: border-box;
}
.point-box .box .top .txt-box {
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  margin-right: 5%;
}
.point-box .box .top .txt-box .num {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #0f68ac;
}
.point-box .box .top .txt-box .num:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #0f68ac;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.point-box .box .top .txt-box .main-tit {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: #0066bb;
  margin: 30px 0 50px;
}
.point-box .box .top .txt-box .txt {
  font-size: 15px;
  line-height: 1.8;
}
.point-box .box .top .photo-box {
  max-width: 60%;
  box-sizing: border-box;
  margin-right: -12%;
  position: relative;
  z-index: 1;
}
.point-box .box .top .photo-box:after {
  content: "";
  width: 103%;
  height: 100%;
  background: linear-gradient(to right, #e6f1fd, #f7f8fa);
  display: block;
  position: absolute;
  top: -5%;
  left: -3%;
  z-index: -1;
}
.point-box-blue .box .top .photo-box:after {
  background: #fff;
}
.point-box .box .middleA {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 50px;
  box-sizing: border-box;
}
.point-box .box .middleA ul {
  display: flex;
  justify-content: space-between;
}
.point-box .box .middleA li {
  width: 32%;
  box-sizing: border-box;
}
.point-box .box .middleA li .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
.point-box .box .item-area {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
.point-box .box .item-area .tit {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 20px;
  background-color: #324e61;
}
.point-box .box .item-area .item-box {
  border: solid 1px #e5e8ee;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.point-box .box .item-area .item-box .inn {
  padding: 30px;
}
.point-box .box .item-area .item-box .inn .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.point-box .box .item-area .item-box .inn .txt:last-child {
  margin-bottom: 0;
}
.point-box .box .middleB {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 50px;
  box-sizing: border-box;
}
.point-box .box .middleB li {
  display: flex;
  align-items: center;
}
.point-box .box .middleB li.item-top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #c3d3df;
}
.point-box .box .middleB li .photo-box {
  width: 430px;
  min-width: 430px;
  box-sizing: border-box;
}
.point-box .box .middleB li .txt-box {
  width: 100%;
  box-sizing: border-box;
  margin-left: 5%;
}
.point-box .box .middleB li .txt-box .midashi {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.point-box .box .middleB li .txt-box .txt {
  font-size: 15px;
  line-height: 1.8;
}
.point-box .box .middleC {
  width: 100%;
  max-width: 1100px;
  margin: 60px auto;
  box-sizing: border-box;
}
.point-box .box .middleC .inn {
  padding: 30px;
  background: linear-gradient(to right, #e6f1fd, #f7f8fa);
}
.point-box .box .middleC .item-box {
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.point-box .box .middleC .item-box:last-child {
  margin-bottom: 0;
}
.point-box .box .middleC .item-box .item-inn {
  padding: 30px 40px;
}
.point-box .box .middleC .item-box .main-tit {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #0066b9;
  margin-bottom: 20px;
}
.point-box .box .middleC .item-box .main-tit span {
  font-size: 50px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-right: 0.5em;
}
.point-box .box .middleC .item-box .sub-tit {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #e5e8ee;
}
.point-box .box .middleC .item-box .txt {
  font-size: 15px;
  line-height: 1.8;
}
.point-box .box .middleD {
  width: 100%;
  max-width: 1100px;
  margin: 60px auto;
  box-sizing: border-box;
}
.point-box .box .middleD .point-area {
  margin-top: 80px;
}
.point-box .box .middleD .point-area-top {
  margin-top: 0px;
}
.point-box .box .middleD .point-area .point-top {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 80px;
}
.point-box .box .middleD .point-area .point-top .tit-box {
  width: 100%;
  box-sizing: border-box;
}
.point-box .box .middleD .point-area .point-top .tit-box .point-tit {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #0066b6;
  margin-bottom: 20px;
}
.point-box .box .middleD .point-area .point-top .tit-box .point-tit span.num {
  font-size: 55px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.point-box .box .middleD .point-area .point-top .tit-box .point-sub-tit {
  font-size: 20px;
  font-weight: 700;
  color: #324e61;
}
.point-box .box .middleD .point-area .point-top .pict-box {
  width: 100%;
  max-width: 430px;
  margin-right: 50px;
}
.point-box .box .middleD .point-area .list-area {
  max-width: 1020px;
  margin: 0 auto;
}
.point-box .box .middleD .point-area .list-area .list {
  position: relative;
  background-color: #f4f5f7;
  box-sizing: border-box;
  margin-bottom: 70px;
}
.point-box .box .middleD .point-area .list-area .list:last-child {
  margin-bottom: 0;
}
.point-box .box .middleD .point-area .list-area .list .inn {
  padding: 50px 60px 25px;
}
.point-box .box .middleD .point-area .list-area .list .inn .txt {
  font-size: 15px;
  line-height: 1.8;
}
.point-box .box .middleD .point-area .list-area .list .point-icon {
  position: absolute;
  top: -30px;
  left: 30px;
}
.point-box .box .middleD .point-area .list-area .list .point-icon span {
  width: 170px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background-color: #366ea4;
  display: inline-block;
  border-radius: 25px;
  position: relative;
}
.point-box .box .middleD .point-area .list-area .list .point-icon span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
  border-top: 15px solid #366ea4;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.point-box .box .middleD .point-area .btn {
  max-width: 475px;
  margin-top: 45px;
  box-sizing: border-box;
}
@media (max-width: 1470px) {
  /*****************************************************

    会社案内

*****************************************************/
  .company-area .company-box h3 {
    padding-top: 72px;
    margin-top: -72px;
  }
  /*****************************************************

    加工設備一覧

*****************************************************/
  .facility-area .category-box {
    padding-top: 72px;
    margin-top: -72px;
  }
  .facility-area .category-box .category-item {
    padding-top: 72px;
    margin-top: -52px;
  }
  /*****************************************************

    創和の強み

*****************************************************/
  .point-box .box {
    padding-top: 72px;
    margin-top: -72px;
  }
}
@media (max-width: 1400px) {
  /*****************************************************

    加工事例一覧

*****************************************************/
  .case-total .inn {
    padding: 50px 3.2% 50px;
  }
  /*****************************************************

    採用情報

*****************************************************/
  .recruit-box2 .inn {
    padding: 60px 3.2%;
  }
  .recruit-box2 ul {
    margin-bottom: 60px;
  }
}
@media (max-width: 1370px) {
  /*****************************************************

    会社案内

*****************************************************/
  .company-area .company-box h3 {
    padding-top: 69px;
    margin-top: -69px;
  }
  /*****************************************************

    加工設備一覧

*****************************************************/
  .facility-area .category-box {
    padding-top: 69px;
    margin-top: -69px;
  }
  .facility-area .category-box .category-item {
    padding-top: 69px;
    margin-top: -45px;
  }
  /*****************************************************

    創和の強み

*****************************************************/
  .point-box .box {
    padding-top: 69px;
    margin-top: -69px;
  }
}
@media (max-width: 1200px) {
  /*****************************************************

    インタビュー

*****************************************************/
  .interview-top h1 {
    font-size: 28px;
  }
  /*****************************************************

    3分でわかる創和

*****************************************************/
  .story-area .story-box .tit-box .main-tit {
    font-size: 35px;
  }
  /*****************************************************

    創和の強み

*****************************************************/
  .advantage-nav {
    padding: 0 3.2%;
  }
  .point-box .box .top .txt-box .main-tit {
    font-size: 40px;
  }
  .point-box .box .top .photo-box {
    margin-right: -5%;
  }
  .point-box .box .middleA, .point-box .box .middleB, .point-box .box .middleC {
    padding: 60px 3.2%;
  }
  .point-box .box .item-area {
    padding: 0 3.2%;
  }
}
@media (max-width: 1170px) {
  /*****************************************************

    イノアックページ

*****************************************************/
  .premium-container .item-inn .table-area {
    overflow-y: scroll;
  }
}
@media (max-width: 1100px) {
  /*****************************************************

    加工事例一覧

*****************************************************/
  .case-total .inn {
    padding: 50px 3.2%;
  }
  /*****************************************************

    商品詳細

*****************************************************/
  .product-details .inn, .case-details .inn, .technology-details .inn {
    padding: 0 3.2%;
  }
  .product-top .left, .case-top .left {
    max-width: 620px;
  }
  /*****************************************************

    加工事例ピックアップ詳細

*****************************************************/
  .case-jirei {
    padding: 0 3.2%;
  }
  /*****************************************************

    品質･環境方針

*****************************************************/
  .quality-area {
    padding: 50px 3.2%;
  }
  /*****************************************************

    個人情報保護方針

*****************************************************/
  .policy-area .inn {
    padding: 50px 3.2%;
  }
  /*****************************************************

    お問い合わせ

*****************************************************/
  .contact-area .inn {
    padding: 50px 3.2%;
  }
  /*****************************************************

    共同研究・開発に関するお問い合わせ

*****************************************************/
  .partners-area .inn {
    padding: 50px 3.2%;
  }
  /*****************************************************

    よくあるご質問

*****************************************************/
  .faq-area .inn {
    padding: 50px 3.2%;
  }
  /*****************************************************

    イノアックページ

*****************************************************/
  .premium-container .box .title-box .left {
    margin-right: 5%;
  }
  .premium-container .item-inn .table-area {
    overflow-y: scroll;
  }
  /*****************************************************

    採用情報

*****************************************************/
  .recruit-box3 .inn {
    padding: 70px 3.2%;
  }
  /*****************************************************

    インタビュー

*****************************************************/
  .interview-middle .inn {
    padding: 50px 3.2%;
  }
  /*****************************************************

    会社案内

*****************************************************/
  .company-area .company-box .item-area {
    padding: 0 3.2%;
  }
  /*****************************************************

    採用に関するお問い合わせ

*****************************************************/
  .entry-area .inn {
    padding: 50px 3.2%;
  }
  /*****************************************************

    創和の強み

*****************************************************/
  .point-box .box .top {
    padding: 0 3.2%;
  }
  .point-box .box .top .photo-box {
    margin-right: 0;
  }
  .point-box .box .middleD .point-area .point-top {
    padding: 0 3.2%;
  }
}
@media (max-width: 1045px) {
  /*****************************************************

    インタビュー

*****************************************************/
  .interview-top h1, .interview-top .txt {
    font-size: 22px;
  }
  .interview-bottom .inn {
    padding: 70px 3.2%;
  }
}
@media (max-width: 1050px) {
  /*****************************************************

    商品詳細

*****************************************************/
  .product-top .left, .case-top .left {
    max-width: 580px;
  }
}
@media (max-width: 1020px) {
  /*****************************************************

    創和の強み

*****************************************************/
  .point-box .box .middleD .point-area .list-area {
    padding: 0 3.2%;
  }
}
@media (max-width: 1000px) {
  /*****************************************************

    商品詳細

*****************************************************/
  .product-top .left, .case-top .left {
    max-width: 520px;
  }
  /*****************************************************

    加工事例一覧

*****************************************************/
  .caselist-container .container-inn {
    display: block;
  }
  .caselist-container .case-nav {
    display: block;
  }
  .caselist-container .case-nav ul {
    display: flex;
    justify-content: space-between;
  }
  .caselist-container .case-nav li {
    width: 50%;
    background-color: #264C69;
    padding: 20px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .caselist-container .case-nav li.is-active {
    background-color: #fff;
  }
  .caselist-container .case-nav li .listtitle {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
  }
  .caselist-container .case-nav li.is-active .listtitle {
    color: #0066B1;
  }
  .caselist-container .box {
    width: 100%;
  }
  .caselist-container .box .inn {
    padding: 20px 20px 10px 20px;
  }
  .caselist-container .box .titarea {
    display: none;
  }
}
@media (max-width: 960px) {
  /*****************************************************

    商品詳細

*****************************************************/
  .product-main h1, .product-main .single-main, .case-main h1, .case-main .single-main, .technology-main h1, .technology-main .single-main, .facility-main h1 {
    font-size: 28px;
  }
  .product-details, .case-details, .technology-details {
    padding: 40px 0;
  }
  .product-details .title, .case-details .title, .technology-details .title {
    font-size: 26px;
  }
  .product-top, .case-top, .case-bottom .case-item .inn3 {
    display: block;
  }
  .product-top .left, .case-top .left {
    max-width: none;
    margin-bottom: 20px;
  }
  .case-bottom .case-item .left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .product-top .right, .case-top .right, .case-bottom .case-item .right {
    max-width: none;
  }
  .technology-top .txtbox p, .technology-bottom .item-container .itemtitle {
    font-size: 18px;
  }
  .technology-top-float .txt {
    font-size: 18px;
  }
  .product-top .right .cat-box, .case-top .right .cat-box {
    display: flex;
    flex-wrap: wrap;
  }
  .product-top .right .cat-box .cat-area, .case-top .right .cat-box .cat-area {
    margin-bottom: 0;
  }
  .technology-bottom .item-container .item-box .right .txt {
    font-size: 15px;
  }
  .product-btnarea {
    padding: 40px 3.2%;
  }
  .thumbnail-thumb li {
    width: 24%;
    margin: 0 1.33% 1.33% 0;
  }
  .thumbnail-thumb li:nth-child(4n) {
    margin: 0 0 1.33% 0;
  }
  /*****************************************************

    加工事例ピックアップ詳細

*****************************************************/
  .case-container li {
    width: 48.5%;
    margin: 0 3% 3% 0;
  }
  .case-container li:nth-child(2n) {
    margin: 0 0 3% 0;
  }
  /*****************************************************

    加工事例一覧

*****************************************************/
  .caselist {
    padding: 40px 3.2%;
  }
  .case-total {
    padding-top: 70px;
    margin-top: -70px;
  }
  .case-total .inn {
    padding: 40px 3.2% 40px;
  }
  /*****************************************************

    加工技術一覧

*****************************************************/
  .technology-total {
    padding: 40px 3.2%;
  }
  /*****************************************************

    素材を探す一覧

*****************************************************/
  .product-list {
    padding: 40px 3.2%;
  }
  /*****************************************************

    加工設備一覧

*****************************************************/
  .nav_area {
    padding: 40px 3.2%;
  }
  .facility-list {
    padding: 0 3.2% 40px;
  }
  .facility-area .factory-item {
    padding-top: 40px;
  }
  .facility-area .category-box {
    padding-top: 70px;
    margin-top: -70px;
  }
  .facility-area .category-box .category-item {
    padding-top: 70px;
    margin-top: -40px;
  }
  .facility-area .category-box .category-name {
    font-size: 26px;
  }
  /*****************************************************

    お知らせ一覧

*****************************************************/
  .news-main h1 {
    font-size: 28px;
  }
  .news-list {
    padding: 40px 3.2%;
  }
  .news-list ul {
    margin-bottom: 40px;
  }
  /*****************************************************

    お知らせ詳細

*****************************************************/
  .news-single {
    padding: 40px 3.2%;
  }
  .news-single .main-title {
    font-size: 26px;
  }
  .news-single .news-container h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .news-single .news-container p {
    margin-bottom: 30px;
  }
  /*****************************************************

    品質･環境方針

*****************************************************/
  .quality-area {
    padding: 40px 3.2%;
  }
  .quality-main h1 {
    font-size: 28px;
  }
  .quality-area .qualitytitle {
    font-size: 26px;
  }
  /*****************************************************

    個人情報保護方針

*****************************************************/
  .policy-main h1 {
    font-size: 28px;
  }
  .policy-area .inn {
    padding: 40px 3.2%;
  }
  .policy-area .policytitle {
    font-size: 26px;
  }
  /*****************************************************

    お問い合わせ

*****************************************************/
  .contact-main h1 {
    font-size: 28px;
  }
  .contact-area .inn {
    padding: 40px 3.2%;
  }
  .contact-area h3 {
    font-size: 26px;
  }
  .contact-area .form-area .box .right {
    margin-left: 70px;
  }
  /*　確認画面設定　*/
  .contact-area .custom-wpcf7c-confirmed .nav-step {
    margin-bottom: 40px;
  }
  /*****************************************************

    共同研究・開発に関するお問い合わせ

*****************************************************/
  .partners-main h1 {
    font-size: 28px;
  }
  .partners-area .inn {
    padding: 40px 3.2%;
  }
  .partners-area h3 {
    font-size: 26px;
  }
  .partners-area .form-area .box .right {
    margin-left: 70px;
  }
  /*　確認画面設定　*/
  .partners-area .custom-wpcf7c-confirmed .nav-step {
    margin-bottom: 40px;
  }
  /*****************************************************

    よくあるご質問

*****************************************************/
  .faq-main h1 {
    font-size: 28px;
  }
  .faq-area .inn {
    padding: 40px 3.2%;
  }
  /*****************************************************

    イノアックページ

*****************************************************/
  .premium-container .box, .premium-container .item-box {
    padding: 40px 3.2%;
  }
  /*****************************************************

    採用情報

*****************************************************/
  .recruit-main h1 {
    font-size: 28px;
  }
  .recruit-box1 .main-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .recruit-box1, .recruit-box2 .inn, .recruit-box3 .inn {
    padding: 40px 3.2%;
  }
  .recruit-box2 ul {
    margin-bottom: 40px;
  }
  .recruit-box3 .txt2 {
    margin: 30px 0;
  }
  /*****************************************************

    インタビュー

*****************************************************/
  .interview-top .txt {
    margin: 40px 0;
  }
  .interview-middle .inn, .interview-bottom .inn {
    padding: 40px 3.2%;
  }
  .interview-bottom .txt2 {
    margin: 30px 0;
  }
  /*****************************************************

    会社案内

*****************************************************/
  .company-main h1 {
    font-size: 28px;
  }
  .company-area .company-nav {
    margin-top: 40px;
  }
  .company-area .company-box {
    padding: 40px 0;
  }
  .company-area .company-box h3 {
    padding-top: 70px;
    margin-top: -70px;
  }
  .company-area .company-box .item-area2 .txtbox .txt-top {
    margin-bottom: 40px;
  }
  /*****************************************************

    採用に関するお問い合わせ

*****************************************************/
  .entry-main h1 {
    font-size: 28px;
  }
  .entry-area .inn {
    padding: 40px 3.2%;
  }
  .entry-area h3 {
    font-size: 26px;
  }
  .entry-area .form-area .box .right {
    margin-left: 70px;
  }
  /*　確認画面設定　*/
  .entry-area .custom-wpcf7c-confirmed .nav-step {
    margin-bottom: 40px;
  }
  /*****************************************************

    3分でわかる創和

*****************************************************/
  .story-main h1 {
    font-size: 28px;
  }
  .story-area {
    padding: 40px 3.2%;
  }
  .story-area .story-box .tit-box {
    margin-right: 0;
    padding-left: 0;
  }
  .story-area .story-box-bottom .tit-box {
    margin-left: 0;
    padding-right: 0;
  }
  .story-area .story-box .inn {
    display: block;
  }
  .story-area .story-box-bottom {
    padding-top: 40px;
  }
  .story-area .story-box .txt-box {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .story-area .story-box-bottom .txt-box {
    margin-left: 0;
    padding-right: 0;
  }
  .story-area .story-box .txt-box .txt-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .story-area .story-box .photo-box {
    padding-right: 0;
  }
  .story-area .story-box-bottom .photo-box {
    padding-right: 0;
    padding-left: 0;
  }
  /*****************************************************

    創和の強み

*****************************************************/
  .advantage-main h1 {
    font-size: 28px;
  }
  .advantage-area {
    padding: 40px 0;
  }
  .point-box {
    padding: 40px 0;
  }
  .point-box-bottom {
    padding-bottom: 0;
  }
  .point-box .box {
    padding-top: 70px;
    margin-top: -70px;
  }
  .point-box .box .top {
    display: block;
  }
  .point-box .box .top .photo-box {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
  .point-box .box .top .photo-box:after {
    content: none;
  }
  .point-box .box .top .txt-box {
    max-width: none;
    margin-right: 0;
  }
  .point-box-blue .box .top .txt-box {
    margin-left: 0;
  }
  .point-box .box .middleA, .point-box .box .middleB, .point-box .box .middleC {
    padding: 40px 3.2%;
  }
  .point-box .box .middleC {
    margin: 0 auto;
  }
  .point-box .box .middleA ul {
    display: block;
  }
  .point-box .box .middleA li {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e8ee;
  }
  .point-box .box .middleA li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .point-box .box .middleA li .photo {
    width: 35%;
    min-width: 35%;
    box-sizing: border-box;
  }
  .point-box .box .middleA li .txt {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    margin-top: 0;
    margin-left: 20px;
  }
  .point-box .box .middleB li {
    display: block;
  }
  .point-box .box .middleB li .photo-box {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 10%;
  }
  .point-box .box .middleB li .txt-box {
    margin-left: 0;
  }
  .point-box .box .middleB li.item-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .point-box .box .middleC .item-box .sub-tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  /*****************************************************

    共通

*****************************************************/
  .scrolltxt {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
    position: relative;
  }
  .scrolltxt:after {
    content: "";
    width: 26px;
    height: 5px;
    background-image: url("../img/common/img_scrollbtn.svg");
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 1em;
    vertical-align: middle;
  }
  /*****************************************************

    商品詳細

*****************************************************/
  .breadcrumbs {
    display: none;
  }
  /*****************************************************

    加工事例一覧

*****************************************************/
  .caselist-container .case-nav li {
    padding: 10px 0;
  }
  .caselist-container .case-nav li.is-active .listtitle, .caselist-container .case-nav li .listtitle {
    font-size: 20px;
  }
  .caselist-container .total {
    font-size: 40px;
  }
  .case-totalbox .item-box {
    width: 49.3%;
  }
  .case-totalbox .item-box:nth-child(2n) {
    margin: 0 0 1.33% 0;
  }
  .case-totalbox .item-box .pictbox .photo img {
    width: 100%;
  }
  /*****************************************************

    加工技術一覧

*****************************************************/
  .technology-totalbox .item-box {
    width: 47.83%;
  }
  .technology-totalbox .item-box:nth-child(2n) {
    margin: 0 0 4.33% 0;
  }
  .technology-totalbox .item-box .pictbox .photo img {
    width: 100%;
  }
  /*****************************************************

    加工技術詳細

*****************************************************/
  .technology-top {
    display: block;
  }
  .technology-top .txtbox, .technology-top .photo {
    width: 100%;
  }
  .technology-top .txtbox {
    margin-bottom: 20px;
  }
  .technology-top-float .txt {
    margin-top: 20px;
  }
  .technology-top-float .photo {
    float: none;
    margin: 0;
    width: 100%;
  }
  .technology-bottom .item-container .item-box {
    display: block;
  }
  .technology-bottom .item-container .item-box .left {
    max-width: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
  /*****************************************************

    加工設備一覧

*****************************************************/
  .facility-nav {
    display: block;
  }
  .facility-nav .nav-box .nav-inn {
    padding: 20px 20px 10px;
  }
  .facility-nav .nav-box {
    width: 100%;
    margin-bottom: 4%;
  }
  .facility-nav .nav-box:last-child {
    margin-bottom: 0;
  }
  .facility-nav .nav-box .name a {
    font-size: 18px;
    padding: 0 0 20px;
  }
  .facility-nav .nav-box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .facility-nav .nav-box li {
    width: 32.3%;
    box-sizing: border-box;
    margin-right: 1.55%;
    margin-bottom: 1.55%;
  }
  .facility-nav .nav-box li:nth-child(3n) {
    margin-right: 0;
  }
  .facility-nav .nav-box li:last-child {
    margin-bottom: 1.55%;
  }
  .facility-nav .nav-box li a {
    padding: 15px 20px;
  }
  .facility-area {}
  .facility-area .category-box {
    padding-top: 50px;
    margin-top: -50px;
  }
  .facility-area .category-box .category-item {
    display: block;
  }
  .facility-area .category-box .left, .facility-area .category-box .right {
    width: 100%;
  }
  .facility-area .category-box .left {
    margin-bottom: 4%;
  }
  .facility-area .category-box .left img {
    width: 100%;
  }
  /*****************************************************

    お知らせ一覧

*****************************************************/
  .news-list li a {
    padding: 20px;
    display: block;
  }
  .news-list li .left {
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .news-list li .left .data {
    margin-right: 20px;
  }
  .news-list li .right {
    width: 85%;
  }
  /*****************************************************

    お問い合わせ

*****************************************************/
  .contact-area .form-area .box {
    display: block;
    padding: 30px 0;
  }
  .contact-area .form-area .box .left {
    width: 100%;
    min-width: auto;
    margin-bottom: 20px;
  }
  .contact-area .form-area .box .left span {
    position: relative;
    margin-left: 20px;
  }
  .contact-area .form-area .box .right {
    max-width: none;
    margin-left: 0;
  }
  .contact-area .sub-title.pc {
    display: none;
  }
  .contact-area .sub-title.sp {
    display: block;
  }
  /*****************************************************

    共同研究・開発に関するお問い合わせ

*****************************************************/
  .partners-area .form-area .box {
    display: block;
    padding: 30px 0;
  }
  .partners-area .form-area .box .left {
    width: 100%;
    min-width: auto;
    margin-bottom: 20px;
  }
  .partners-area .form-area .box .left span {
    position: relative;
    margin-left: 20px;
  }
  .partners-area .form-area .box .right {
    max-width: none;
    margin-left: 0;
  }
  .partners-area .sub-title.pc {
    display: none;
  }
  .partners-area .sub-title.sp {
    display: block;
  }
  /*****************************************************

    よくあるご質問

*****************************************************/
  .faq-area .question:hover {
    color: #314e62;
    background-color: transparent;
  }
  .faq-area .question.active {
    color: #0066B1;
    background-color: #F2F7FE;
  }
  .faq-area li {
    display: block;
    padding: 20px;
  }
  .faq-area li .answer {
    display: none;
  }
  .faq-area li .answer-box .itembox {
    flex-wrap: wrap;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .faq-area li .answer-box .itembox .item {
    width: 47%;
    margin-bottom: 20px;
  }
  .faq-area li .answer-box .itembox .icon2 {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .faq-area li .answer-box .itembox .icon-del {
    display: none;
  }
  /*****************************************************

    イノアックページ

*****************************************************/
  .premium-top {
    height: 306px;
  }
  .premium-nav li .nav-inn .cat_title {
    font-size: 20px;
  }
  .premium-nav li .nav-inn .cat_sub {
    font-size: 14px;
  }
  .premium-nav li .nav-inn .icon {
    display: none;
  }
  .premium-top .premium_en {
    display: none;
  }
  .premium-top.on .top-cat {
    top: 40%;
  }
  .premium-top.on .main-tit {
    top: 55%;
  }
  .premium-container .box .title-box {
    display: block;
    margin-bottom: 20px;
  }
  .premium-container .box .title-box .left {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    max-width: none;
  }
  .premium-container .box .title-box .left .cat_maintit {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .premium-container .box .title-box .left .cat_maintit span, .premium-container .box .title-box .left .sub-title {
    font-size: 20px;
  }
  .premium-container .box .title-box .right {
    max-width: none;
  }
  .premium-container .item-inn .cat_subtit {
    font-size: 26px;
  }
  .premium-container .item-inn .photo-box {
    padding: 20px;
  }
  .premium-container .item-inn .container {
    padding: 20px;
  }
  .premium-container .item-inn .container .container-inn {
    display: block;
  }
  .premium-container .item-inn .container .container-inn-bottom {
    margin-top: 40px;
  }
  .premium-container .item-inn .container .container-inn .left {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .premium-container .item-inn .container .container-inn .left .left-box {
    width: 50%;
    display: block;
  }
  .premium-container .item-inn .container .container-inn .left .left-box-bottom {
    margin-top: 0;
    margin-left: 5%;
  }
  .premium-container .item-inn .container .container-inn .left .left-box .cat {
    width: 100px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .premium-container .item-inn .container .container-inn .left .left-box .pict img {
    width: 100%;
    height: auto;
  }
  .premium-container .item-inn .container .container-inn .left .photo img.pc {
    display: none;
  }
  .premium-container .item-inn .container .container-inn .left .photo img.sp {
    display: block;
  }
  .premium-container .item-inn .container .container-inn .right {
    max-width: none;
  }
  .premium-container .item-inn .sample-box .sample-title-box .sample-box-tit {
    width: 32%;
    margin-right: 2%;
  }
  .premium-container .item-inn .sample-box .sample-title-box .sample-box-tit-right {
    margin-right: 0;
  }
  .premium-container .item-inn .sample-box .sample-item-area .sample-item, .premium-container .item-inn .sample-box .sample-item-area .sample-item:nth-child(4n) {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .premium-container .item-inn .sample-box .sample-item-area .sample-item:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  .premium-container .item-inn .sample-box {
    margin-top: 20px;
  }
  .premium-container .item-inn .sample-box .sample-tit {
    width: 170px;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
  }
  .premium-container .item-inn .sample-categoryarea .sample-category-inn .category-item {
    width: 50%;
  }
  .premium-container .item-inn .sample-categoryarea .sample-category-inn .caption, .premium-container .item-inn .sample-categoryarea .caption {
    text-align: left;
    padding-left: 0;
    text-indent: 0;
    justify-content: flex-start;
  }
  .premium-container .item-inn .container .pict-sp {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  /*****************************************************

    採用情報

*****************************************************/
  .recruit-box2 li {
    width: 48.5%;
  }
  .recruit-box2 li:nth-child(1), .recruit-box2 li:nth-child(2) {
    margin-bottom: 3.2%;
  }
  .recruit-box3 .recruit-nav li {
    width: 50%;
  }
  .recruit-box3 .recruit-nav li:nth-child(1), .recruit-box3 .recruit-nav li:nth-child(2) {
    margin-bottom: 3%;
  }
  .recruit-box3 .recruit-nav li:nth-child(3) {
    border-left: solid 1px #324e61;
  }
  .recruit-box3 .recruit-item .item-box .item-inn {
    padding: 3.2%;
  }
  .recruit-box3 .recruit-item .item-box .item-txt-box {
    display: block;
    padding: 3.2%;
  }
  .recruit-box3 .recruit-item .item-box .item-txt-box .left {
    width: 100%;
    min-width: 100%;
    margin-bottom: 2%;
  }
  /*****************************************************

    インタビュー

*****************************************************/
  .interview-top2 .inn .photo {
    display: block;
  }
  .interview-top h1 {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    padding: 0 3.2%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .interview-top.on h1 {
    right: 0;
  }
  .interview-top2.on h2 {
    left: 0;
  }
  .interview-middle .item-area {
    display: block;
  }
  .interview-middle .item-area .item-box {
    width: 100%;
  }
  .interview-middle .item-area .item-box:nth-child(1), .interview-middle .item-area .item-box:nth-child(2), .interview-middle .item-area .item-box:nth-child(3) {
    margin-bottom: 20px;
  }
  .interview-middle .schedule .inn li {
    display: block;
    padding: 3.2%;
  }
  .interview-middle .schedule .inn li .time {
    width: 100%;
    min-width: 100%;
  }
  /*****************************************************

    会社案内

*****************************************************/
  .company-area .company-nav {
    max-width: none;
    padding: 0 3.2%;
  }
  .company-area .company-box {
    padding: 40px 3.2%;
  }
  .company-area .company-box .item-area {
    padding: 0;
  }
  .company-area .company-box .item-area .item-inn {
    padding: 20px;
  }
  .company-area .company-box .item-area .item-inn-top {
    padding: 0 20px;
  }
  .company-area .company-box ul.list li {
    padding: 20px;
  }
  .company-area .company-box ul.list li .txtbox {
    margin-left: 50px;
  }
  .company-area .access-box {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .company-area .access-box .left {
    max-width: none;
  }
  .company-area .access-box .right {
    margin-top: 20px;
    margin-left: 0;
  }
  .company-area .access-box .right .txt {
    margin: 20px 0;
  }
  .company-area .access-box .right .btnD a, .company-area .access-box .right .map-btn-area .map-btn {
    margin-left: auto;
  }
  .company-area .slide-item {
    padding-top: 20px;
    margin-top: 20px;
  }
  .company-area .slide-item .map-list-pc {
    display: none;
  }
  .company-area .slide-item .map-list-sp {
    display: block;
  }
  .company-area .slide-item .map-list li {
    margin-bottom: 40px;
  }
  .company-area .slide-item .map-list li .map-txt {
    margin-bottom: 20px;
  }
  .company-area .slide-item .map-list li .pict {
    text-align: center;
    padding: 0 10%;
  }
  .company-area .slide-item .map-list li .map-box {
    display: flex;
  }
  .company-area .slide-item .map-list-sp li .map-photo {
    height: 350px;
  }
  .company-area .slide-item .map-list li .map-box .pict {
    width: 45%;
    min-width: 45%;
    box-sizing: border-box;
    margin-right: 5%;
  }
  .company-area .slide-item .map-list li .map-box .company-area .company-box .item-area2 {
    display: block;
  }
  .company-area .company-box .item-area2 {
    display: block;
  }
  .company-area .company-box .item-area2 .photo {
    max-width: none;
    padding-right: 0;
  }
  .company-area .company-box .item-area2 .photo .name {
    margin-top: 10px;
    padding: 0 20%;
  }
  .company-area .company-box .item-area2 .txtbox {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    padding-right: 0;
  }
  /*****************************************************

    採用に関するお問い合わせ

*****************************************************/
  .entry-area .form-area .box {
    display: block;
    padding: 30px 0;
  }
  .entry-area .form-area .box .left {
    width: 100%;
    min-width: auto;
    margin-bottom: 20px;
  }
  .entry-area .form-area .box .left span {
    position: relative;
    margin-left: 20px;
  }
  .entry-area .form-area .box .right {
    max-width: none;
    margin-left: 0;
  }
  .entry-area .sub-title.pc {
    display: none;
  }
  .entry-area .sub-title.sp {
    display: block;
  }
  /*****************************************************

    3分でわかる創和

*****************************************************/
  .story-area .story-box .tit-box .main-tit {
    font-size: 30px;
    margin: 20px 0 40px;
  }
  .story-area .story-box .txt-box .midashi {
    font-size: 20px;
    margin-bottom: 20px;
  }
  /*****************************************************

    創和の強み

*****************************************************/
  .advantage-nav .tit-box .tit {
    font-size: 20px;
  }
  .advantage-nav .tit-box .line {
    top: -14px;
  }
  .advantage-nav .list a {
    font-size: 16px;
  }
  .point-box .box .top .txt-box .main-tit {
    font-size: 35px;
    margin: 20px 0 40px;
  }
  .point-box .box .item-area .tit {
    font-size: 18px;
    padding: 15px;
  }
  .point-box .box .item-area .item-box .inn {
    padding: 20px;
  }
  .point-box .box .item-area .item-box .inn .txt {
    font-size: 16px;
  }
  .point-box .box .middleC .item-box .main-tit {
    font-size: 20px;
  }
  .point-box .box .middleC .item-box .main-tit span {
    font-size: 40px;
  }
  .point-box .box .middleC .item-box .sub-tit {
    font-size: 18px;
  }
  .point-box .box .middleD {
    margin: 40px auto;
  }
  .point-box .box .middleD .point-area {
    margin-top: 40px;
  }
  .point-box .box .middleD .point-area .point-top {
    display: block;
  }
  .point-box .box .middleD .point-area .point-top .tit-box .point-tit {
    font-size: 26px;
  }
  .point-box .box .middleD .point-area .point-top .tit-box .point-tit span.num {
    font-size: 45px;
  }
  .point-box .box .middleD .point-area .point-top .pict-box {
    width: 90%;
    max-width: none;
    margin: 3em auto 0;
  }
  .point-box .box .middleD .point-area .list-area .list .point-icon span {
    width: 140px;
    font-size: 13px;
    line-height: 30px;
    border-radius: 15px;
  }
  .point-box .box .middleD .point-area .list-area .list .point-icon span:after {
    bottom: -9px;
    border-top: 10px solid #366ea4;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .point-box .box .middleD .point-area .list-area .list {
    margin-bottom: 60px;
  }
  .point-box .box .middleD .point-area .list-area .list:last-child {
    margin-bottom: 0;
  }
  .point-box .box .middleD .point-area .list-area .list .inn {
    padding: 30px 40px 20px;
  }
  .point-box .box .middleD .point-area .btn {
    padding: 0 3.2%;
  }
}
@media (max-width: 550px) {
  /*****************************************************

    商品詳細

*****************************************************/
  .product-middle .inn2, .case-middle .inn2 {
    padding: 15px;
  }
  .product-middle .inn2 .point-txt, .case-middle .inn2 .point-txt {
    font-size: 18px;
  }
  .product-bottom table td, .product-bottom table th, .case-bottom .case-item .right table td, .case-bottom .case-item .right table th {
    font-size: 15px;
    padding: 10px 20px;
  }
  .case_materialbox .inn4 {
    display: block;
    padding: 20px 20px 10px 20px;
  }
  .case_materialbox .left {
    width: 100%;
    min-width: 100%;
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0;
    border-right: none;
  }
  .case_materialbox .right li a {
    font-size: 14px;
  }
  .technology-bottom .item-container .inn {
    padding: 20px;
  }
  .technology-top .txtbox p, .technology-bottom .item-container .itemtitle {
    font-size: 16px;
  }
  .technology-top-float .txt {
    font-size: 16px;
  }
  .technology-bottom .item-container .itemtitle {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .technology-bottom .item-container .item-box .left {
    margin-bottom: 10px;
  }
  /*****************************************************

    加工事例ピックアップ詳細

*****************************************************/
  .case-container li .box .tit a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  /*****************************************************

    商品詳細

*****************************************************/
  .product-main, .case-main, .technology-main {
    padding: 60px 0;
  }
  .product-main .main-sub, .case-main .main-sub, .technology-main .main-sub {
    font-size: 16px;
  }
  .product-main h1, .product-main .single-main, .case-main h1, .case-main .single-main, .technology-main h1, .technology-main .single-main {
    font-size: 24px;
  }
  .product-details .title, .case-details .title, .technology-details .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-details .title:after, .case-details .title:after {
    bottom: -10px;
  }
  .product_free_area {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .product-top, .case-top, .technology-top {
    padding-top: 20px;
  }
  .case-bottom .jireititle {
    font-size: 20px;
  }
  .case-bottom .jireititle:after {
    margin: 15px auto 25px;
  }
  .technology-top .txtbox p, .technology-bottom .item-container .itemtitle {
    font-size: 15px;
  }
  .technology-top .txtbox {
    margin-bottom: 20px;
  }
  .technology-top-float .txt {
    font-size: 15px;
  }
  .technology-bottom .item-container {
    margin-top: 20px;
  }
  .protxt-box .boxContainer {
    display: block;
  }
  .protxt-box .boxContainer .txtbox {
    width: 100%;
  }
  .protxt-box .boxContainer .txtbox:first-child {
    margin-bottom: 20px;
    height: 250px;
  }
  .product-middle, .case-middle {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .product-bottom {
    margin-top: 20px;
  }
  /*****************************************************

    加工事例ピックアップ詳細

*****************************************************/
  .case-container {
    margin-bottom: 40px;
  }
  .case-container ul {
    display: block;
  }
  .case-container li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .case-jirei .jireititle {
    font-size: 20px;
  }
  .case-jirei .jireititle:after {
    margin: 15px auto 25px;
  }
  /*****************************************************

    加工事例一覧

*****************************************************/
  .caselist-container .case-nav li.is-active .listtitle, .caselist-container .case-nav li .listtitle {
    font-size: 18px;
  }
  .caselist-container .container-inn {
    margin: 0 auto 30px;
  }
  .case-totalbox {
    display: block;
  }
  .case-totalbox .item-box {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .case-totalbox .item-box:nth-child(2n), .case-totalbox .item-box:nth-child(4n) {
    margin: 0 0 20px 0;
  }
  .case-totalbox .item-box:last-child {
    margin-bottom: 0;
  }
  .case-total {
    padding-top: 50px;
    margin-top: -50px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 10px 15px;
  }
  /*****************************************************

    加工技術一覧

*****************************************************/
  .facility-main {
    padding: 60px 0;
  }
  .facility-main .main-sub {
    font-size: 16px;
  }
  .facility-main h1 {
    font-size: 24px;
  }
  .technology-totalbox {
    display: block;
  }
  .technology-totalbox .item-box {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .technology-totalbox .item-box:nth-child(2n), .technology-totalbox .item-box:nth-child(4n) {
    margin: 0 0 30px 0;
  }
  .technology-totalbox .item-box:last-child {
    margin-bottom: 0;
  }
  .technology-totalbox .item-box .tit a {
    font-size: 17px;
    font-weight: 700;
  }
  /*****************************************************

    加工設備一覧

*****************************************************/
  .facility-area .category-box .category-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .facility-area .category-box .category-item {
    padding-top: 50px;
    margin-top: -30px;
  }
  .facility-area .category-box .right .titlebox .title {
    font-size: 18px;
  }
  .facility-area .category-box .right .titlebox .icon {
    font-size: 13px;
  }
  .facility-nav .nav-box li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .facility-nav .nav-box li:nth-child(2n) {
    margin-right: 0;
  }
  .facility-nav .nav-box li:nth-child(3n) {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .facility-nav .nav-box li:last-child {
    margin-bottom: 2%;
  }
  .facility-nav .nav-box li a {
    padding: 12px 8px;
  }
  /*****************************************************

    お知らせ一覧

*****************************************************/
  .news-main {
    padding: 60px 0;
  }
  .news-main .main-sub {
    font-size: 16px;
  }
  .news-main h1 {
    font-size: 24px;
  }
  /*****************************************************

    お知らせ詳細

*****************************************************/
  .news-single .main-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .news-single .news-container {
    padding: 20px;
  }
  .news-single .news-container h2, .news-single .news-container p {
    margin-bottom: 20px;
  }
  /*****************************************************

    品質･環境方針

*****************************************************/
  .quality-main {
    padding: 60px 0;
  }
  .quality-main .main-sub {
    font-size: 16px;
  }
  .quality-main h1 {
    font-size: 24px;
  }
  .quality-area .qualitytitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .quality-area .box {
    margin-bottom: 40px;
  }
  .quality-area .box .title {
    font-size: 16px;
  }
  .quality-area .box ul {
    padding: 0 20px;
  }
  .quality-area .box li .left {
    min-width: 30px;
  }
  /*****************************************************

    個人情報保護方針

*****************************************************/
  .policy-main {
    padding: 60px 0;
  }
  .policy-main .main-sub {
    font-size: 16px;
  }
  .policy-main h1 {
    font-size: 24px;
  }
  .policy-area .policytitle {
    font-size: 20px;
  }
  .policy-area .policytitle:after {
    margin: 15px auto 25px;
  }
  .policy-area .sub-title {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .policy-area .policy-box {
    padding: 25px 0;
  }
  .policy-area .policy-box .tit-box {
    margin-bottom: 10px;
  }
  .policy-area .policy-box .tit-box .num, .policy-area .policy-box .tit-box .policymiddletitle {
    font-size: 16px;
  }
  .policy-area .policy-box .txt {
    font-size: 14px;
  }
  /*****************************************************

    お問い合わせ

*****************************************************/
  .contact-main {
    padding: 60px 0;
  }
  .contact-main .main-sub {
    font-size: 16px;
  }
  .contact-main h1 {
    font-size: 28px;
  }
  .contact-area h3 {
    font-size: 20px;
  }
  .contact-area h3:after {
    margin: 15px auto 25px;
  }
  .contact-area .thankstitle {
    font-size: 18px;
    margin: 60px 0 20px;
  }
  .contact-area .sub-title {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .contact-area .txtarea {
    margin: 30px 0;
  }
  .contact-area .sub-title2 {
    font-size: 14px;
  }
  .contact-area .sub-title2-top {
    margin-bottom: 10px;
  }
  .contact-area .form-area .box {
    padding: 20px 0;
  }
  .contact-area .form-area .box .left {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact-area .form-area .box .left span {
    font-size: 12px;
  }
  .contact-area .form-area .box .right input[type="text"], .contact-area .form-area .box .right textarea {
    font-size: 14px;
  }
  .contact-area .form-area .box .right .comment {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contact-area .form-area .box .right .post_txt {
    margin-top: 10px;
  }
  .contact-area .form-area .box .right .post_txt a {
    font-size: 12px;
  }
  .contact-area .policy-txt {
    font-size: 14px;
    margin: 30px 0;
  }
  .contact-area .nav-step .step {
    font-size: 11px;
    line-height: 50px;
    padding: 0 20px 0 20px;
  }
  .contact-area .nav-step .step01, .contact-area .nav-step .step02 {
    padding: 0 20px 0 0;
  }
  .contact-area .nav-step .step:before, .contact-area .nav-step .step:after {
    width: 20px;
    height: 25px;
  }
  .contact-area .contact-btn-area {
    display: block;
  }
  .contact-area .btn-submit span i {
    right: 10px;
  }
  /*****************************************************

    共同研究・開発に関するお問い合わせ

*****************************************************/
  .partners-main {
    padding: 60px 0;
  }
  .partners-main .main-sub {
    font-size: 16px;
  }
  .partners-main h1 {
    font-size: 28px;
  }
  .partners-area h3 {
    font-size: 20px;
  }
  .partners-area h3:after {
    margin: 15px auto 25px;
  }
  .partners-area .thankstitle {
    font-size: 18px;
    margin: 60px 0 20px;
  }
  .partners-area .sub-title {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .partners-area .txtarea {
    margin: 30px 0;
  }
  .partners-area .sub-title2 {
    font-size: 14px;
  }
  .partners-area .sub-title2-top {
    margin-bottom: 10px;
  }
  .partners-area .form-area .box {
    padding: 20px 0;
  }
  .partners-area .form-area .box .left {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .partners-area .form-area .box .left span {
    font-size: 12px;
  }
  .partners-area .form-area .box .right input[type="text"], .partners-area .form-area .box .right textarea {
    font-size: 14px;
  }
  .partners-area .form-area .box .right .comment {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .partners-area .form-area .box .right .post_txt {
    margin-top: 10px;
  }
  .partners-area .form-area .box .right .post_txt a {
    font-size: 12px;
  }
  .partners-area .policy-txt {
    font-size: 14px;
    margin: 30px 0;
  }
  .partners-area .nav-step .step {
    font-size: 11px;
    line-height: 50px;
    padding: 0 20px 0 20px;
  }
  .partners-area .nav-step .step01, .partners-area .nav-step .step02 {
    padding: 0 20px 0 0;
  }
  .partners-area .nav-step .step:before, .partners-area .nav-step .step:after {
    width: 20px;
    height: 25px;
  }
  .partners-area .contact-btn-area {
    display: block;
  }
  .partners-area .btn-submit span i {
    right: 10px;
  }
  /*****************************************************

    よくあるご質問

*****************************************************/
  .faq-main {
    padding: 60px 0;
  }
  .faq-main .main-sub {
    font-size: 16px;
  }
  .faq-main h1 {
    font-size: 24px;
  }
  .faq-area h2 {
    font-size: 20px;
  }
  .faq-area h2:after {
    margin: 15px auto 25px;
  }
  .faq-area .question {
    font-size: 15px;
    padding: 10px 40px 10px 10px;
  }
  .faq-area .question:after {
    right: 10px;
  }
  .faq-area .question span {
    font-size: 26px;
  }
  .faq-area li .txt {
    font-size: 14px;
  }
  .faq-area li .answer-box .itembox .item .item-inn {
    padding: 10px;
  }
  .faq-area li .answer-box .itembox .item .title {
    font-size: 14px;
  }
  /*****************************************************

    イノアックページ

*****************************************************/
  .premium-top {
    height: 208px;
  }
  .premium-top .top-cat {
    font-size: 12px;
  }
  .premium-top .main-tit {
    font-size: 26px;
  }
  .premium-nav {
    padding: 3%;
  }
  .premium-nav ul {
    flex-wrap: wrap;
  }
  .premium-nav li {
    width: 48.5%;
  }
  .premium-nav li:nth-child(3), .premium-nav li:nth-child(4) {
    margin-top: 3%;
  }
  .premium-container .box .title-box .left .cat_maintit {
    font-size: 40px;
  }
  .premium-container .box .title-box .left .cat_maintit span, .premium-container .box .title-box .left .sub-title {
    font-size: 16px;
  }
  .premium-container .item-inn .cat_subtit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .premium-container .item-inn .sample-box .sample-item-area .sample-item .sample-icon {
    margin: 5px 0;
  }
  .premium-container .item-inn .sample-box .sample-item-area .sample-item .sample-icon span, .premium-container .item-inn .sample-categoryarea .sample-category-inn .sample-icon span {
    font-size: 12px;
  }
  .premium-container .item-inn .sample-box .sample-item-area .sample-item .sample-name {
    font-size: 14px;
  }
  .premium-container .item-inn .sample-categoryarea .sample-category-inn .category-item {
    display: block;
    margin-bottom: 10px;
  }
  .premium-container .item-inn .sample-categoryarea .sample-category-inn .caption {
    margin-top: 20px;
  }
  .premium-container .item-inn .sample-box .sample-tit {
    width: 130px;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
  }
  .premium-container .item-inn .pdf-file {
    top: 10px;
  }
  .premium-container .item-inn .sub-txt {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .premium-container .item-inn .sub-txt-pc {
    display: none;
  }
  .premium-container .item-inn .sub-txt-sp {
    display: block;
  }
  /*****************************************************

    採用情報

*****************************************************/
  .recruit-main {
    padding: 60px 0;
  }
  .recruit-main .main-sub {
    font-size: 16px;
  }
  .recruit-main h1 {
    font-size: 24px;
  }
  .recruit-box1 .main-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .recruit-box1 .txt br.sp {
    display: block;
  }
  .recruit-box2 .recruittitle, .recruit-box3 .recruittitle {
    font-size: 20px;
  }
  .recruit-box2 .recruittitle:after, .recruit-box3 .recruittitle:after {
    margin: 15px auto 25px;
  }
  .recruit-box2 .subtxt {
    margin-bottom: 25px;
  }
  .recruit-box2 li .txtbox {
    font-size: 15px;
    padding: 10px 20px;
  }
  .recruit-box3 .recruit-nav li {
    font-size: 15px;
    padding: 3%;
  }
  .recruit-box3 .recruit-nav li span {
    top: -5%;
  }
  .recruit-box3 .recruit-nav li span img {
    width: 80px;
  }
  .recruit-box3 .recruit-nav li:nth-child(1), .recruit-box3 .recruit-nav li:nth-child(2) {
    margin-bottom: 10%;
  }
  /*****************************************************

    インタビュー

*****************************************************/
  .interview-top h1 {
    margin-top: 20px;
  }
  .interview-top .txt {
    margin: 20px 0;
  }
  .interview-top h1, .interview-top .txt {
    font-size: 20px;
  }
  .interview-middle .item-area .item-box .item-inn {
    padding: 20px;
  }
  .interview-middle .item-area .item-box .item-inn .title {
    font-size: 18px;
  }
  .interview-middle .item-area .item-box .item-inn .title span {
    font-size: 26px;
    font-weight: 600;
  }
  .interview-middle .schedule .inn h2, .interview-bottom h2 {
    font-size: 20px;
  }
  .interview-middle .schedule .inn h2:after, .interview-bottom h2:after {
    margin: 15px auto 25px;
  }
  .interview-bottom li .txtbox {
    padding: 10px;
  }
  /*****************************************************

    会社案内

*****************************************************/
  .company-main {
    padding: 60px 0;
  }
  .company-main .main-sub {
    font-size: 16px;
  }
  .company-main h1 {
    font-size: 24px;
  }
  .company-area .company-nav li {
    width: 100%;
    font-size: 15px;
    padding: 18px;
  }
  .company-area .company-box h3 {
    font-size: 22px;
    padding-top: 50px;
    margin-top: -50px;
  }
  .company-area .company-box h3:after {
    margin: 15px auto 25px;
  }
  .company-area .company-box ul.list li {
    display: block;
    padding: 20px 0;
  }
  .company-area .company-box ul.list li .data {
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }
  .company-area .company-box.blue ul.list li .data {
    width: 120px;
    min-width: 120px;
  }
  .company-area .company-box ul.list li .txtbox {
    margin-left: 0;
  }
  .company-area .company-box ul.list li .txt-title {
    margin-top: 15px;
  }
  .company-area .company-box ul.list li .txt-title-top {
    margin-top: 0;
  }
  .company-area .company-box .item-area2 .txtbox .maintitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .company-area .company-box .item-area2 .txtbox .name {
    width: 60%;
    margin-left: auto;
    margin-top: 20px;
  }
  .company-area .company-box .item-area .rinen-box h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .company-area .company-box .item-area .rinen-box .rine-txt {
    font-size: 15px;
  }
  .company-area .company-box .item-area .rinen-box .rinen-txt2 {
    max-width: 310px;
    font-size: 15px;
  }
  .company-area .slide-item .map-list-sp li .map-photo {
    display: block;
    height: 230px;
  }
  .company-area .slide-item .map-list li .map-txt {
    margin-bottom: 10px;
  }
  /*****************************************************

    採用に関するお問い合わせ

*****************************************************/
  .entry-main {
    padding: 60px 0;
  }
  .entry-main .main-sub {
    font-size: 16px;
  }
  .entry-main h1 {
    font-size: 24px;
  }
  .entry-area h3 {
    font-size: 20px;
  }
  .entry-area h3:after {
    margin: 15px auto 25px;
  }
  .entry-area .thankstitle {
    font-size: 18px;
    margin: 60px 0 20px;
  }
  .entry-area .sub-title {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .entry-area .txtarea {
    margin: 30px 0;
  }
  .entry-area .sub-title2 {
    font-size: 14px;
  }
  .entry-area .sub-title2-top {
    margin-bottom: 10px;
  }
  .entry-area .form-area .box {
    padding: 20px 0;
  }
  .entry-area .form-area .box .left {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .entry-area .form-area .box .left span {
    font-size: 12px;
  }
  .entry-area .form-area .box .right input[type="text"], .entry-area .form-area .box .right textarea {
    font-size: 14px;
  }
  .entry-area .form-area .box .right .comment {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .entry-area .form-area .box .right .post_txt {
    margin-top: 10px;
  }
  .entry-area .form-area .box .right .post_txt a {
    font-size: 12px;
  }
  .entry-area .policy-txt {
    font-size: 14px;
    margin: 30px 0;
  }
  .entry-area .nav-step .step {
    font-size: 11px;
    line-height: 50px;
    padding: 0 20px 0 20px;
  }
  .entry-area .nav-step .step01, .entry-area .nav-step .step02 {
    padding: 0 20px 0 0;
  }
  .entry-area .nav-step .step:before, .entry-area .nav-step .step:after {
    width: 20px;
    height: 25px;
  }
  .entry-area .entry-btn-area {
    display: block;
  }
  .entry-area .btn-submit span i {
    right: 10px;
  }
  /*****************************************************

    3分でわかる創和

*****************************************************/
  .story-main {
    padding: 60px 0;
  }
  .story-main .main-sub {
    font-size: 16px;
  }
  .story-main h1 {
    font-size: 24px;
  }
  .story-area .story-box .tit-box .sub {
    font-size: 16px;
  }
  .story-area .story-box .tit-box .sub:before {
    width: 30px;
    margin-right: 20px;
  }
  .story-area .story-box .tit-box .main-tit {
    font-size: 24px;
    margin: 10px 0 20px;
  }
  .story-area .story-box .txt-box .midashi {
    font-size: 18px;
  }
  /*****************************************************

    創和の強み

*****************************************************/
  .advantage-main {
    padding: 60px 0;
  }
  .advantage-main .main-sub {
    font-size: 16px;
  }
  .advantage-main h1 {
    font-size: 24px;
  }
  .advantage-nav .list a {
    font-size: 14px;
  }
  .point-box .box {
    padding-top: 50px;
    margin-top: -50px;
  }
  .point-box .box .top .txt-box .num {
    font-size: 16px;
  }
  .point-box .box .top .txt-box .num:before {
    width: 30px;
    margin-right: 20px;
  }
  .point-box .box .top .txt-box .main-tit {
    font-size: 24px;
    margin: 10px 0 20px;
  }
  .point-box .box .middleA li .txt {
    font-size: 16px;
  }
  .point-box .box .item-area .tit {
    font-size: 16px;
    padding: 10px;
  }
  .point-box .box .item-area .item-box .inn .txt {
    font-size: 14px;
  }
  .point-box .box .middleC .inn {
    padding: 10px;
  }
  .point-box .box .middleC .item-box .item-inn {
    padding: 20px;
  }
  .point-box .box .middleC .item-box .main-tit span {
    font-size: 30px;
  }
  .point-box .box .middleC .item-box .sub-tit {
    font-size: 16px;
  }
  .point-box .box .middleD .point-area .point-top {
    margin-bottom: 60px;
  }
  .point-box .box .middleD .point-area .point-top .tit-box .point-tit {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .point-box .box .middleD .point-area .point-top .tit-box .point-tit span.num {
    font-size: 30px;
  }
  .point-box .box .middleD .point-area .point-top .tit-box .point-sub-tit {
    font-size: 16px;
  }
  .point-box .box .middleD .point-area .point-top .pict-box {
    margin-top: 2em;
  }
  .point-box .box .middleD .point-area .list-area .list .inn {
    padding: 30px 20px 10px;
  }
  .point-box .box .middleD .point-area .list-area .list .point-icon {
    top: -20px;
    left: 20px;
  }
}
@media (max-width: 380px) {
  /*****************************************************

    商品詳細

*****************************************************/
  .product-main .main-sub, .case-main .main-sub, .technology-main .main-sub {
    font-size: 14px;
  }
  .product-main .main-sub:after, .case-main .main-sub:after, .technology-main .main-sub:after {
    margin-bottom: 20px;
  }
  .product-top .right .cat-box .cat-name, .case-top .right .cat-box .cat-name {
    font-size: 15px;
  }
  .product-top .right .cat-box .cat-area, .case-top .right .cat-box .cat-area {
    margin-bottom: 0;
  }
  .product-top .right .cat-box .cat-area-bottom, .case-top .right .cat-box .cat-area-bottom {
    margin-bottom: 0;
  }
  .product-top .right .cat-box .cat-area .cat a, .case-top .right .cat-box .cat-area .cat a {
    font-size: 13px;
  }
  .product-middle, .case-middle {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .product-middle .inn2, .case-middle .inn2 {
    padding: 10px;
  }
  .product-middle .inn2 .point-txt, .case-middle .inn2 .point-txt {
    font-size: 15px;
  }
  .protxt-box p, .casetxt-box p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .case-bottom .case-item {
    margin-bottom: 30px;
  }
  .case-bottom .case-item:last-child {
    margin-bottom: 0;
  }
  .product-bottom table td, .product-bottom table th, .case-bottom .case-item .right table td, .case-bottom .case-item .right table th {
    font-size: 14px;
  }
  .case-bottom {
    margin-top: 30px;
  }
  .case-bottom .case-item .right .itemtitle {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .case-bottom .case-item .right .comment {
    font-size: 14px;
  }
  .case_materialbox {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .technology-bottom .item-container .item-box .right .txt {
    font-size: 14px;
  }
  .lineup_fieldarea .lineup_item .lineup-title {
    font-size: 18px;
  }
  .protxt-box .boxContainer .txtbox:first-child {
    height: 200px;
  }
  /*****************************************************

    加工設備一覧

*****************************************************/
  .facility-main .main-sub {
    font-size: 14px;
  }
  .facility-main .main-sub:after {
    margin-bottom: 20px;
  }
  .facility-nav .nav-box li a {
    font-size: 14px;
  }
  .facility-area .category-box .right .txt {
    font-size: 14px;
  }
  .facility-area .category-box .right table td, .facility-area .category-box .right table th {
    font-size: 14px;
  }
  .facility-area .category-box .right table td {
    width: 35%;
  }
  /*****************************************************

    お知らせ一覧

*****************************************************/
  .news-main .main-sub {
    font-size: 14px;
  }
  .news-main .main-sub:after {
    margin-bottom: 20px;
  }
  .news-list li .right {
    font-size: 14px;
  }
  /*****************************************************

    お知らせ詳細

*****************************************************/
  .news-single .news-container h2 {
    font-size: 16px;
  }
  .news-single .news-container p {
    font-size: 14px;
  }
  /*****************************************************

    品質･環境方針

*****************************************************/
  .quality-main .main-sub {
    font-size: 14px;
  }
  .quality-main .main-sub:after {
    margin-bottom: 20px;
  }
  .quality-area .box .title {
    font-size: 16px;
  }
  .quality-area .box ul {
    padding: 0 20px;
  }
  .quality-area .box .txt, .quality-area .box li .left, .quality-area .box li .right {
    font-size: 14px;
  }
  /*****************************************************

    イノアックページ

*****************************************************/
  .premium-container .box .title-box .right .txt, .premium-container .item-inn .sub-txt, .premium-container .item-inn .comment, .premium-container .item-inn .container .container-inn .right .txt, .premium-container .item-inn .sub {
    font-size: 14px;
  }
  .premium-container .item-inn .container .item-main, .premium-container .item-inn .container .container-inn .right .item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .premium-container .item-inn .pdf-file {
    position: relative;
    top: -15px;
    text-align: right;
  }
  .premium-container .item-inn .comment {
    margin-top: 20px;
  }
  .premium-container .item-inn .sample-box .sample-item-area .sample-item, .premium-container .item-inn .sample-box .sample-item-area .sample-item:nth-child(4n), .premium-container .item-inn .sample-box .sample-title-box .sample-box-tit {
    width: 49%;
  }
  .premium-container .item-inn .sample-box .sample-item-area .sample-item:nth-child(3n) {
    margin: 0 2% 2% 0;
  }
  .premium-container .item-inn .sample-box .sample-item-area .sample-item:nth-child(2n) {
    margin: 0 0 2% 0;
  }
  /*****************************************************

    採用情報

*****************************************************/
  .recruit-main .main-sub {
    font-size: 14px;
  }
  .recruit-main .main-sub:after {
    margin-bottom: 20px;
  }
  .recruit-box1 .txt, .recruit-box2 .subtxt, .recruit-box2 li .txtbox, .recruit-box3 .recruit-item .item-box .item-txt-box .right, .recruit-box3 .txt2, .recruit-box3 .recruit-item .no_post {
    font-size: 14px;
  }
  .recruit-box3 .recruit-item .item-box .item-txt-box .left {
    font-size: 15px;
  }
  .recruit-box2 li {
    width: 100%;
  }
  .recruit-box2 li:nth-child(1), .recruit-box2 li:nth-child(2), .recruit-box2 li:nth-child(3) {
    margin-bottom: 20px;
  }
  /*****************************************************

    インタビュー

*****************************************************/
  .interview-top h1, .interview-top .txt {
    font-size: 16px;
  }
  .interview-top h1 {
    margin-top: 20px;
  }
  .interview-top .txt {
    margin: 20px 0;
  }
  .interview-middle .item-area .item-box .item-inn .title {
    font-size: 16px;
  }
  .interview-middle .item-area .item-box .item-inn .title span {
    font-size: 24px;
  }
  .interview-middle .item-area .item-box .item-inn .txt {
    font-size: 14px;
  }
  .interview-middle .schedule .inn li .time {
    font-size: 15px;
  }
  .interview-middle .schedule .inn li .txt {
    font-size: 14px;
  }
  .interview-bottom li .txtbox {
    font-size: 14px;
  }
  .interview-bottom .txt2 {
    font-size: 14px;
  }
  /*****************************************************

    会社案内

*****************************************************/
  .company-main .main-sub {
    font-size: 14px;
  }
  .company-main .main-sub:after {
    margin-bottom: 20px;
  }
  .company-area .company-box ul.list li .data {
    font-size: 15px;
  }
  .company-area .company-box ul.list li .txtbox {
    font-size: 14px;
  }
  .company-area .access-box .right .title {
    font-size: 15px;
  }
  .company-area .access-box .right .txt {
    font-size: 14px;
  }
  .company-area .slide-item .map-list li {
    font-size: 14px;
  }
  .company-area .company-box .item-area2 .txtbox .txt {
    font-size: 14px;
  }
  .company-area .company-box .item-area .rinen-box h4 {
    font-size: 16px;
  }
  .company-area .company-box .item-area .rinen-box .rinen-txt, .company-area .company-box .item-area .rinen-box .rinen-txt2 {
    font-size: 14px;
  }
  /*****************************************************

    よくあるご質問

*****************************************************/
  .faq-main .main-sub {
    font-size: 14px;
  }
  .faq-main .main-sub:after {
    margin-bottom: 20px;
  }
  /*****************************************************

    個人情報保護方針

*****************************************************/
  .policy-main .main-sub {
    font-size: 14px;
  }
  .policy-main .main-sub:after {
    margin-bottom: 20px;
  }
  /*****************************************************

    採用に関するお問い合わせ

*****************************************************/
  .entry-main .main-sub {
    font-size: 14px;
  }
  .entry-main .main-sub:after {
    margin-bottom: 20px;
  }
  /*****************************************************

    お問い合わせ

*****************************************************/
  .contact-main .main-sub {
    font-size: 14px;
  }
  .contact-main .main-sub:after {
    margin-bottom: 20px;
  }
  /*****************************************************

    共同研究・開発に関するお問い合わせ

*****************************************************/
  .partners-main .main-sub {
    font-size: 14px;
  }
  .partners-main .main-sub:after {
    margin-bottom: 20px;
  }
  /*****************************************************

    3分でわかる創和

*****************************************************/
  .story-main .main-sub {
    font-size: 14px;
  }
  .story-main .main-sub:after {
    margin-bottom: 20px;
  }
  .story-area .story-box .tit-box .main-tit {
    font-size: 22px;
  }
  .story-area .story-box .txt-box .midashi {
    font-size: 16px;
  }
  .story-area .story-box .txt-box .txt {
    font-size: 14px;
  }
  /*****************************************************

    創和の強み

*****************************************************/
  .advantage-main .main-sub {
    font-size: 14px;
  }
  .advantage-main .main-sub:after {
    margin-bottom: 20px;
  }
  .advantage-nav .tit-box .tit {
    font-size: 16px;
    padding: 0 10px;
  }
  .advantage-nav .tit-box .line {
    top: -11px;
  }
  .advantage-nav .tit-box {
    margin-bottom: 20px;
  }
  .advantage-nav .list a .icon img {
    width: 15px;
  }
  .point-box .box .top .txt-box .main-tit {
    font-size: 22px;
  }
  .point-box .box .top .txt-box .txt {
    font-size: 14px;
  }
  .point-box .box .top .txt-box .txt br.pc {
    display: none;
  }
  .point-box .box .middleA li .txt {
    font-size: 14px;
  }
  .point-box .box .middleB li .txt-box .midashi {
    font-size: 18px;
  }
  .point-box .box .middleB li .txt-box .txt {
    font-size: 14px;
  }
  .point-box .box .middleC .item-box .main-tit {
    font-size: 18px;
  }
  .point-box .box .middleC .item-box .main-tit span {
    font-size: 30px;
  }
  .point-box .box .middleC .item-box .txt {
    font-size: 14px;
  }
  .point-box .box .middleD .point-area .list-area .list .inn .txt {
    font-size: 14px;
  }
}