@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap');
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

ul[role='list'] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
}

/*@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSans_Thin.woff2) format('woff2'), url(../fonts/NotoSans_Thin.woff) format('woff'), url(../fonts/NotoSans_Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSans_Light.woff2) format('woff2'), url(../fonts/NotoSans_Light.woff) format('woff'), url(../fonts/NotoSans_Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSans_DemiLight.woff2) format('woff2'), url(../fonts/NotoSans_DemiLight.woff) format('woff'), url(../fonts/NotoSans_DemiLight.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSans_Regular.otf'), url(../fonts/NotoSans_Regular.woff2) format('woff2'), url(../fonts/NotoSans_Regular.woff) format('woff'), url(../fonts/NotoSans_Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSans_Medium.woff2) format('woff2'), url(../fonts/NotoSans_Medium.woff) format('woff'), url(../fonts/NotoSans_Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSans_Bold.woff2) format('woff2'), url(../fonts/NotoSans_Bold.woff) format('woff'), url(../fonts/NotoSans_Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSans_Black.woff2) format('woff2'), url(../fonts/NotoSans_black.woff) format('woff'), url(../fonts/NotoSans_black.otf) format('opentype');
}

body {
  background-color: #fff;
  background-color: #ffffff;
}

/* 共通設定
  ############################################################################################# */
html {
  font-size: 10px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 1.5em;
  line-height: 2;
  color: #666;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

ul {
  padding-left: 0;
  margin-top: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.sp {
  display: none;
}

.mainTitle {
  padding-top: 85px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 34px;
  font-size: 34px;
  font-size: 3.4rem;
}

@keyframes hdDown {
  0% {
    top: -85px;
  }
  100% {
    top: 0;
  }
}

/* ヘッダー
  ############################################################################################# */

/* メインコンテンツ
  ############################################################################################# */

.voice {
  margin-top: 100px;
  text-align: right;
}

.rpa .able .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.case .slider .slick-arrow,
.rpa .able .slick-arrow {
  z-index: 9;
  width: 70px;
  height: 70px;
  background-color: #004366;
  border-radius: 50%;
}

.case .slider .slick-arrow.slick-prev {
  left: 7.5%;
}

.rpa .able .slick-arrow.slick-prev {
  left: -10%;
}

.case .slider .slick-arrow.slick-prev:before,
.rpa .able .slick-arrow.slick-prev:before {
  position: absolute;
  left: 21px;
  width: 0;
  height: 0;
  content: '';
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 20px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case .slider .slick-arrow.slick-next {
  right: 7.5%;
}

.rpa .able .slick-arrow.slick-next {
  right: -10%;
}

.case .slider .slick-arrow.slick-next:before,
.rpa .able .slick-arrow.slick-next:before {
  position: absolute;
  right: 21px;
  width: 0;
  height: 0;
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case .slider .slick-arrow.slick-prev:after,
.case .slider .slick-arrow.slick-next:after,
.rpa .able .slick-arrow.slick-prev:after,
.rpa .able .slick-arrow.slick-next:after {
  position: absolute;
  bottom: -42px;
  left: 0;
  width: 100%;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #666;
}

.case .slider .slick-arrow.slick-prev:after {
  content: '前の事例を見る';
}

.case .slider .slick-arrow.slick-next:after {
  content: '次の事例を見る';
}

.rpa .able .slick-arrow.slick-prev:after {
  content: '前の自動化項目を見る';
}

.rpa .able .slick-arrow.slick-next:after {
  content: '次の自動化項目を見る';
}

.contact .tabBtn .btn.active {
  color: #3dd8da;
  background-color: #fff;
}

/* フッター
  ############################################################################################# */

/* 導入事例一覧・詳細
  ############################################################################################# */

.pre {
  white-space: pre;
}

.spOnly {
  display: block !important;
}

.pcOnly {
  display: none !important;
}

.l-container {
  width: 100%;
  overflow: hidden;
}

.l-content {
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}

.l-content-big {
  width: 100%;
  max-width: 1360px;
  padding: 0 40px;
  margin: 0 auto;
}

.l-contentWide {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.l-footer {
  max-width: 1029px;
  padding: 12.5px;
  padding: 1.25rem;
  padding: 0 40px;
  margin: 0 auto;
  margin-top: auto;
  font-family: 'Noto Sans JP', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
  background-color: #fff;
}

.l-footer__copyright {
  font-size: 8.5px;
  font-size: 0.85rem;
  text-align: center;
}

.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 56px;
}

.l-footer__linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__logo {
  display: block;
}

.l-footer__addressArea {
  margin-top: 90px;
}

.l-footer__name {
  font-weight: bold;
  color: #272727;
  letter-spacing: 0.1em;
  letter-spacing: 0;
}

.l-footer__addressMain {
  letter-spacing: 0.1em;
  letter-spacing: 0;
}

.l-footer__addressDetail {
  letter-spacing: 0.1em;
  letter-spacing: 0;
}

.l-footer__linkListItem {
  margin-bottom: 25px;
}

.l-footer__linkListItem:last-child {
  margin-bottom: 0;
}

.l-footer__linkList {
  margin-right: 50px;
  margin-bottom: 0;
}

.l-footer__linkListLink {
  display: block;
  color: #272727;
  letter-spacing: 0.1em;
  letter-spacing: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-footer__btn {
  display: block;
  width: 160px;
  padding: 6px 0;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 4px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-footer__btn.free {
  color: #0cb6b9;
  border: solid 2px #0cb6b9;
}

.l-footer__btn.free:hover {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-footer__btn.doc {
  padding: 8px 0;
  color: #fff;
  background: #36b4d1;
  background: linear-gradient(77deg, #36b4d1 0%, #80ced0 100%);
}

.l-footer__btn.doc:hover {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-footer__copyright {
  padding: 16px 0 42px;
  font-family: 'Barlow Condensed', sans-serif, 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo';
  letter-spacing: 0.1em;
  border-top: solid 1px #e8e8e8;
}

header {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.l-header {
  position: relative;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}

.l-header .l-header__siteTitle {
  padding: 2px 0;
}

.l-header .l-header__siteTitle a {
  display: block;
  width: 148px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}

.l-header .l-header__siteTitle a img {
  width: 100%;
  height: auto;
}

.l-header .l-header__nav {
  display: none;
}

.l-header .l-header__nav ul {
  padding: 12.5px;
  padding: 1.25rem;
  margin: 0;
}

.l-header .l-header__nav ul li {
  padding: 0;
  letter-spacing: 0.1em;
}

.l-header .l-header__nav ul li a {
  display: block;
  color: #666666;
  text-decoration: none;
  letter-spacing: 0.1em;
  letter-spacing: 0;
}

.l-header .l-header__nav ul li.js-active {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-header .l-header__nav .btnFree,
.l-header .l-header__nav .btnDoc {
  display: block;
  width: 160px;
  padding: 6px 0;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 4px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-header .l-header__nav .btnFree {
  color: #0cb6b9;
  border: solid 2px #0cb6b9;
}

.l-header .l-header__nav .btnFree:hover {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-header .l-header__nav .btnDoc {
  padding: 8px 0;
  color: #fff;
  background: #36b4d1;
  background: linear-gradient(77deg, #36b4d1 0%, #80ced0 100%);
}

.l-header .l-header__nav .btnDoc:hover {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-header .l-header__nav_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header .l-header__nav_pc ul {
  padding: 12.5px;
  padding: 1.25rem;
  margin: 0;
}

.l-header .l-header__nav_pc ul li {
  padding: 0;
  letter-spacing: 0.1em;
}

.l-header .l-header__nav_pc ul li a {
  display: block;
  color: #666666;
  text-decoration: none;
  letter-spacing: 0.1em;
  letter-spacing: 0;
  border-bottom: solid 2px transparent;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-header .l-header__nav_pc ul li.js-active {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-header .l-header__nav_pc .btnFree,
.l-header .l-header__nav_pc .btnDoc {
  display: block;
  width: 160px;
  padding: 6px 0;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 4px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-header .l-header__nav_pc .btnFree {
  color: #0cb6b9;
  border: solid 2px #0cb6b9;
}

.l-header .l-header__nav_pc .btnFree:hover {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-header .l-header__nav_pc .btnDoc {
  padding: 8px 0;
  color: #fff;
  background: #36b4d1;
  background: linear-gradient(77deg, #36b4d1 0%, #80ced0 100%);
}

.l-header .l-header__nav_pc .btnDoc:hover {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 28px;
  height: 100%;
}

.hamburger {
  z-index: 9999;
  background-color: transparent;
  border-color: transparent;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0cb6b9;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 6px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

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

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(17, 36, 46, 0.7);
}

.c-breadcrumbs .c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item {
  padding-right: 10px;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  list-style: none;
}

.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item:not(:last-child)::after {
  margin-left: 10px;
  text-decoration: none;
  content: '>';
}

.p-contact {
  position: relative;
  z-index: 6;
}

.p-contact::before {
  position: absolute;
  top: -70px;
  z-index: -1;
  width: 80%;
  content: '';
  background-color: #293348;
  background-image: url(../images/contact-back.png);
  background-repeat: repeat-x;
  background-size: cover;
}

.p-contact__eng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-top: 10px;
  font-family: 'Barlow Condensed', sans-serif, 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo';
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-contact__eng::after {
  display: block;
  width: 76px;
  height: 1px;
  margin-left: 15px;
  content: '';
  background-color: #fff;
}

.p-contact__text {
  font-weight: bold;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}

.p-contact__btnArea {
  margin-top: 76px;
}

.p-contact__btn {
  display: block;
}

.p-contact__btn:first-child .p-contact__btnLink {
  background-image: url(../images/contact-btn01.png);
  background-position: center center;
  background-size: auto 100%;
}

.p-contact__btn:last-child .p-contact__btnLink {
  background-image: url(../images/contact-btn02.png);
  background-position: center center;
  background-size: auto 100%;
}

.p-contact__btnLink {
  position: relative;
  display: block;
  padding: 100px 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-image: url(../images/contact-btn02.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-contact__btnLink:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-contact__btnLink::after {
  display: block;
  content: '';
  background-image: url(../images/contact-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-detail__inner {
  padding-top: 75px;
  padding-bottom: 196px;
  color: #11242e;
}

.bgColor {
  background-color: #f0f6f7;
}

.p-detail__smallTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0cb6b9;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}

.p-detail__smallTitle::after {
  display: block;
  width: 180px;
  height: 2px;
  margin-left: 15px;
  content: '';
  background-color: #0cb6b9;
}

.p-detail__bigTitle {
  display: block;
  max-width: 1120px;
  margin-top: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}

.p-detail__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0;
}

.p-detail__tagListItem {
  margin-right: 20px;
  color: #0cb6b9;
}

.p-detail__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px -80px 0 0;
}

.p-detail__informationBasic {
  width: 384px;
}

.p-datail__companyName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-datail__companyName::before {
  display: block;
  width: 4px;
  height: 30px;
  margin-right: 20px;
  content: '';
  background: #36b4d1;
  background: -webkit-gradient(linear, left bottom, left top, from(#36b4d1), to(#80ced0));
  background: linear-gradient(0deg, #36b4d1 0%, #80ced0 100%);
}

.p-detail__informationList {
  margin-top: 20px;
}

.p-detail__informationListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-detail__listItemName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 110px;
  margin-right: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-detail__listItemName::before {
  display: block;
  width: 10px;
  height: 2px;
  margin-right: 14px;
  content: '';
  background-color: #0cb6b9;
}

.p-detail__support {
  position: relative;
  width: 316px;
  padding: 20px 18px 15px;
  margin-top: 30px;
  border: solid 2px #0cb6b9;
}

.p-detail__supportTitle {
  position: absolute;
  top: -15px;
  left: -5px;
  display: inline-block;
  padding: 0 5px 0 0;
  font-weight: bold;
  color: #0cb6b9;
  letter-spacing: 0.1em;
  background-color: #f0f6f7;
}

.p-detail__supportDetail {
  line-height: 1.5;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}

.p-detail__img {
  position: relative;
  width: 68%;
}

.p-detail__new {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 68px;
  height: 68px;
}

.p-detail__new img {
  width: 100%;
  height: auto;
}

.p-detail__lineUp {
  max-width: 1008px;
  padding: 0 40px;
  margin: 55px auto 0;
  color: #0cb6b9;
  text-align: center;
}

.p-detail__lineUpTitle {
  font-family: 'Barlow Condensed', sans-serif, 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo';
  font-size: 20px;
  font-size: 2rem;
  font-size: 1.95312vw;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}

.p-detail__lineUpListNumber {
  font-family: 'Barlow Condensed', sans-serif, 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo';
  color: #0cb6b9;
  letter-spacing: 0.1em;
}

.p-detail__lineUpList {
  margin-top: 32px;
  margin-bottom: 0;
}

.p-detail__lineUpListItem {
  position: relative;
  display: block;
}

.p-detail__lineUpListItem a {
  display: block;
}

.p-detail__lineUpListItem::before {
  background-color: #0cb6b9;
}

.p-detail__lineUpListItem::after {
  background-color: #0cb6b9;
}

.p-detail__lineUpListTitle {
  font-weight: bold;
  color: #0cb6b9;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}

.p-detail__contentsArea {
  padding: 80px 95px;
  margin-top: 40px;
  background-color: #fff;
}

.p-detail__contentSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-detail__content {
  margin-bottom: 101px;
}

.p-detail__content:last-child {
  margin-bottom: 0;
}

.p-detail__contentNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif, 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo';
  color: #0cb6b9;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-detail__contentNumber::after {
  display: block;
  width: 280px;
  height: 2px;
  margin-left: 10px;
  content: '';
  background-color: #0cb6b9;
}

.p-detail__contentMainTitle {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}

.p-detail__contentEng {
  margin-left: 16px;
  font-family: 'Barlow Condensed', sans-serif, 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo';
  color: #0cb6b9;
  letter-spacing: 0.1em;
}

.p-detail__contentImg {
  max-width: 736px;
  margin: 47px auto 0;
}

.p-detail__contentImg img {
  width: 100%;
  height: auto;
}

.p-detail__contentTextArea {
  margin-top: 54px;
}

.p-detail__contentTextArea h3 {
  margin-bottom: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}

.p-detail__contentTextArea p {
  line-height: 2;
  letter-spacing: 0.1em;
  letter-spacing: 0;
}

.p-detail__contentTextArea ul {
  padding-left: 2em;
  list-style-type: disc
}

.p-detail__contentTextArea div {
  width: 100% !important;
  max-width: 736px;
  height: auto;
  margin: 1em auto;
}

.p-detail__contentTextArea div img {
  margin: 0;
}

.p-detail__contentTextArea a {
  color: #2395ce;
  text-decoration: underline;
  letter-spacing: .1em;
}

.p-detail__contentTextArea a[target='_blank']::after {
  display: inline-block;
  width: 13px;
  height: 12px;
  margin: 0 2px;
  content: '';
  background-image: url(../images/icon-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-detail__otherTitle {
  text-align: center;
}

.p-detail__otherEng {
  display: block;
  font-family: 'Barlow Condensed', sans-serif, 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo';
  color: #0cb6b9;
  letter-spacing: 0.1em;
}

.spOnly {
  display: block !important;
}

.pcOnly {
  display: none !important;
}

.p-detail__other {
  margin-top: 120px;
}

.p-detail__otherJp {
  display: block;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}

.p-voice__postConteiner {
  padding-top: 70px;
}

.p-voice__backBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  font-family: 'Noto Sans JP', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
  font-weight: bold;
  color: #11242e;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-voice__backBtn:before {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  content: '';
  background-color: transparent;
  background-image: url(../images/arrow_active.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  border: solid 1px #11242e;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__backBtn:hover {
  color: #0cb6b9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__backBtnArea {
  margin-top: 60px;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice {
  font-family: 'Noto Sans JP', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
  color: #11242e;
  text-align: center;
}

.p-voice__title {
  letter-spacing: 0.1em;
}

.p-voice__titleEng {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif, 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo';
  color: #0cb6b9;
  letter-spacing: 0.1em;
}

.p-voice__titleJp {
  display: block;
  margin-top: -20px;
}

.p-voice__slideContents {
  position: relative;
}

.p-voice__slideContents .p-voice__slideContents .slick-dots button {
  width: 10px;
  background-color: transparent !important;
}

.p-voice__slideItem.slick-slide,
.p-voice__slideContents .slick-slide {
  width: 524px;
  margin: 59px 20px 106px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__slideLink {
  position: relative;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__slideImg {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__slideImg img {
  -o-object-fit: cover;
  object-fit: cover
}

.p-voice__slideImg::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: '';
  background-image: url(../images/voice-slide-layer.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-voice__slideImg img {
  width: 100%;
  height: auto;
}

.p-voice__slideNew {
  position: absolute;
  top: 20px;
  left: 20px;
}

.p-voice__slideText {
  position: absolute;
  bottom: 15px;
  left: 20px;
  z-index: 3;
  padding-right: 20px;
  overflow: hidden;
  color: #fff;
  text-align: left;
}

.p-voice__slideName {
  letter-spacing: 0.1em;
}

.p-voice__slideTtl {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.5;
  letter-spacing: .1em;
  letter-spacing: .05em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.p-voice__slideContents .slick-dots {
  text-align: center;
}

.p-voice__slideContents .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  width: 8px;
  height: 8px;
}

.p-voice__slideContents .slick-dots li button {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.p-voice__slideContents .slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  padding: 4px;
  content: '';
  background-color: #d9d9d9;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.p-voice__slideContents .slick-dots li button:hover {
  cursor: pointer;
}

.p-voice__slideContents .slick-dots li button:hover::before {
  background-color: #3fced0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__slideContents .slick-dots li.slick-active button:before {
  background-color: #3fced0;
}

.p-voice__slideContents .slick-slide {
  border-radius: 12px;
}

.p-voice__slideContents .slick-slide > div > li.p-voice__slideItem {
  display: block !important;
}

.p-voice__postArea {
  margin-top: 62px;
}

.p-voice__tabArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

.p-voice__tab {
  display: block;
  width: 33.33333%;
}

.p-voice__tabLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 13px;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-voice__tabLink::before {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__tabLink.area::before {
  background-image: url(../images/icon-area-no.svg);
}

.p-voice__tabLink.area:hover::before {
  background-image: url(../images/icon-area-active.svg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__tabLink.area.js-active::before {
  background-image: url(../images/icon-area-active.svg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__tabLink.industry::before {
  background-image: url(../images/icon-industry-no.svg);
}

.p-voice__tabLink.industry:hover::before {
  background-image: url(../images/icon-industry-active.svg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__tabLink.industry.js-active::before {
  background-image: url(../images/icon-industry-active.svg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__tabLink.scale::before {
  background-image: url(../images/icon-scale-no.svg);
}

.p-voice__tabLink.scale:hover::before {
  background-image: url(../images/icon-scale-active.svg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__tabLink.scale.js-active::before {
  background-image: url(../images/icon-scale-active.svg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__tabLink::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  background: #36b4d1;
  background: linear-gradient(77deg, #36b4d1 0%, #80ced0 100%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__tabLink.js-active {
  color: #0cb6b9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__tabLink.js-active:after {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__postBlock {
  padding-bottom: 200px;
  background-color: #f0f6f7;
}

.p-voice__tabFilterArea {
  padding-top: 40px;
}

.p-voice__tabFilterBlock {
  display: none;
}

.p-voice__tabFilterBlock.js-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-voice__tabFilter {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.p-voice__tabFilter.js-active {
  color: #fff;
  background-color: #0cb6b9;
}

.p-voice__tabFilterLink {
  display: block;
  padding: 2px 20px 2px;
  background-color: #fff;
  border-radius: 4px;
}

.p-voice__tabFilterLink:hover {
  color: #fff;
  background-color: #0cb6b9;
}

.p-voice__tabFilterLink.js-active {
  color: #fff;
  background-color: #0cb6b9;
}

.p-voice__postConteiner {
  padding-top: 80px;
}

.p-voice__postList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
}

.p-voice__listItem {
  display: block;
  width: 31.42857%;
  max-width: 352px;
  margin: 0 16px;
  overflow: hidden;
}

.p-voice__listItem:nth-child(3n - 2) {
  margin-left: 0;
}

.p-voice__listItem:nth-child(3n) {
  margin-right: 0;
}

.p-voice__listLink {
  display: block;
}

.p-voice__listLink:hover .p-voice__postTitle {
  color: #0cb6b9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__listLink:hover .p-voice__ancorListItem {
  color: #666666;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__listImg {
  height: auto;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.p-voice__listImg img {
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover
}

.p-voice__txt {
  padding: 20px 28px;
  text-align: left;
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.p-voice__corporateName {
  letter-spacing: 0.1em;
}

.p-voice__postTitle {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.5;
  color: #11242e;
  letter-spacing: .1em;
  letter-spacing: .05em;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.p-voice__ancorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-voice__ancorListItem {
  margin-right: 20px;
  color: #0cb6b9;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-voice__ancorListItem:last-child {
  margin: 0;
}

.pagination {
  margin-top: 80px;
}

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

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 755px;
  margin: 0 auto;
}

.page-numbers li .page-numbers {
  display: block;
  padding: 10px 20px;
  margin: 0 20px;
  font-family: 'Barlow Condensed', sans-serif, 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo';
  color: #11242e;
  letter-spacing: 0.1em;
}

.page-numbers li .page-numbers.current {
  color: #0cb6b9;
}

.page-numbers li .page-numbers:hover {
  color: #0cb6b9;
}

.page-numbers li .page-numbers.dots {
  padding: 10px 0;
}

.page-numbers li .page-numbers.dots:hover {
  color: #11242e;
}

.page-numbers .prev,
.page-numbers .next {
  width: 80px;
  height: 80px;
  background-color: transparent;
  background-image: url(../images/arrow_active.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  border: solid 1px #11242e;
  border-radius: 50%;
}

.page-numbers .prev.no-active,
.page-numbers .next.no-active {
  pointer-events: none;
  background-image: url(../images/arrow_not-active.svg);
  border: solid 1px #d9d9d9;
}

.page-numbers .prev.no-active:hover,
.page-numbers .next.no-active:hover {
  background-color: transparent;
  background-image: url(../images/arrow_not-active.svg);
  border: solid 1px #d9d9d9;
}

.page-numbers .next {
  margin: 0 !important;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.page-numbers .prev {
  margin: 0 !important
}

@media (prefers-color-scheme: light) {
  :root {
    --color-base: #ffffff;
    --color-bg: #3b3f43;
    --color-main: #032f40;
    --color-sub: #011c26;
    --color-point: #5c7073;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-base: #000;
    --color-bg: #3b3f43;
    --color-main: #287496;
    --color-sub: #37a1d0;
    --color-point: #d0b737;
  }
}

@media (max-width: 740px) {
  body {
    font-size: 1.4em;
  }
  .mainTitle {
    padding-top: 65px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
  }
  .hd .list.show {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .nav_toggle.show i:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .voice {
    padding: 35px 0;
    margin-top: 0;
    background-position: inherit;
  }
  .rpa .easy .toggle .title.active:before {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .rpa .able .slick-track {
    display: block;
  }
  .rpa .able .slick-dotted.slick-slider {
    margin-bottom: 70px;
  }
  .case .slider .slick-arrow,
  .rpa .able .slick-arrow {
    width: 10.66667vw;
    height: 10.66667vw;
  }
  .case .slider .slick-arrow.slick-prev,
  .rpa .able .slick-arrow.slick-prev {
    left: 0;
  }
  .case .slider .slick-arrow.slick-prev:before,
  .rpa .able .slick-arrow.slick-prev:before {
    left: 3.2vw;
    border-top-width: 3.2vw;
    border-right-width: 3.2vw;
    border-bottom-width: 3.2vw;
  }
  .case .slider .slick-arrow.slick-next,
  .rpa .able .slick-arrow.slick-next {
    right: 0;
  }
  .case .slider .slick-arrow.slick-next:before,
  .rpa .able .slick-arrow.slick-next:before {
    right: 3.2vw;
    border-top-width: 3.2vw;
    border-bottom-width: 3.2vw;
    border-left-width: 3.2vw;
  }
  .case .slider .slick-arrow.slick-prev:after,
  .case .slider .slick-arrow.slick-next:after {
    bottom: -9.33333vw;
    font-size: 10px;
  }
  .rpa .able .slick-arrow.slick-prev:after,
  .rpa .able .slick-arrow.slick-next:after {
    bottom: -13.33333vw;
    font-size: 10px;
  }
  .p-voice__slideContents .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
  }
  .slick-prev,
  .slick-next {
    top: auto;
    bottom: -25px;
  }
}

@media only screen and (max-width: 750px) {
  .sp {
    display: inline-block;
  }
}

@media (max-width: 1710px) {
  .voice {
    padding: 4.09357vw 0;
    background: url(../images/voice_bg.jpg) no-repeat top right 19.29825vw;
    background-size: cover;
  }
}

@media (min-width: 1711px) {
  .voice {
    padding: 3.64583vw 0;
    background: url(../images/voice_bg.jpg) no-repeat top right 28.02083vw;
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
  .pcOnly {
    display: block !important;
  }
  .spOnly {
    display: none !important;
  }
  .pcOnly {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .l-content {
    padding: 0 5.33333vw;
  }
  .l-content-big {
    padding: 0 5.33333vw;
  }
  .l-content-sp {
    padding: 0 5.33333vw;
  }
  .l-content-sp-big {
    padding: 0 10.66667vw;
  }
  .l-contentSpWide {
    width: 100%;
    padding: 0;
  }
  .l-footer {
    padding: 0 5.33333vw;
  }
  .l-footer__flex {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 16vw;
    margin-bottom: 9.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
  }
  .l-footer__linkArea {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16vw;
  }
  .l-footer__addressArea {
    margin-top: 6.66667vw;
  }
  .l-footer__name {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .l-footer__address {
    margin-top: 2.66667vw;
  }
  .l-footer__addressMain {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .l-footer__addressDetail {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .l-footer__addressDetail {
    line-height: 1.5;
  }
  .l-footer__linkListItem {
    margin-bottom: 8vw;
  }
  .l-footer__linkListLink {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .l-footer__linkListLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-footer__linkListLink::before {
    display: block;
    width: 4.26667vw;
    height: 4.26667vw;
    margin-right: 1.06667vw;
    content: '';
    background-image: url(../images/arrow_footer.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .l-footer__btnArea {
    width: 42%;
  }
  .l-footer__btn {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
  .l-footer__btn {
    width: 100% !important;
    padding: 2.13333vw 0;
    border-radius: 1.06667vw;
  }
  .l-footer__btn.free {
    margin-bottom: 5.33333vw;
  }
  .l-footer__btn.doc {
    padding: 2.66667vw 0;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .l-footer__copyright {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .l-header .l-header__siteTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.66667vw 5.33333vw 2.66667vw 5.33333vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .l-header .l-header__siteTitle a {
    width: 29.86667vw;
  }
  .l-header .l-header__nav {
    position: absolute;
    z-index: 200;
    width: 100%;
    padding-bottom: 10.66667vw;
    background-color: #f0f6f7;
  }
  .l-header .l-header__nav ul {
    padding-top: 10.66667vw;
    padding-bottom: 10.66667vw;
  }
  .l-header .l-header__nav ul li {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .l-header .l-header__nav ul li a {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .l-header .l-header__nav ul li a {
    padding: 2.66667vw 0;
    text-align: center;
  }
  .l-header .l-header__nav .btnFree,
  .l-header .l-header__nav .btnDoc {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
  .l-header .l-header__nav .btnFree,
  .l-header .l-header__nav .btnDoc {
    width: 100% !important;
    padding: 3.2vw 0;
    border-radius: 1.06667vw;
  }
  .l-header .l-header__nav .btnFree {
    margin-bottom: 5.33333vw;
  }
  .l-header .l-header__nav .btnDoc {
    padding: 3.73333vw 0;
  }
  .l-header .l-header__nav_pc {
    display: none;
  }
  .l-header .l-header__nav_pc ul li {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .l-header .l-header__nav_pc ul li a {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .l-header .l-header__nav_pc .btnFree,
  .l-header .l-header__nav_pc .btnDoc {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
  .l-header .l-header__nav_pc .btnFree,
  .l-header .l-header__nav_pc .btnDoc {
    width: 100% !important;
    padding: 3.2vw 0;
    border-radius: 1.06667vw;
  }
  .l-header .l-header__nav_pc .btnFree {
    margin-bottom: 5.33333vw;
  }
  .l-header .l-header__nav_pc .btnDoc {
    padding: 3.73333vw 0;
  }
  p {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-contact {
    overflow: hidden;
  }
  .p-contact::before {
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/contact-back_sp.png);
  }
  .p-contact__inner {
    padding-bottom: 16vw;
    overflow: hidden;
  }
  .p-contact__eng {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-contact__eng {
    padding-top: 9.6vw;
  }
  .p-contact__text {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-contact__text {
    display: block;
    margin-top: 2.66667vw;
    margin-left: 5.33333vw;
  }
  .p-contact__btnArea {
    margin-top: 9.33333vw;
  }
  .p-contact__btn:first-child {
    margin-bottom: 5.33333vw;
  }
  .p-contact__btnLink {
    font-size: 2rem;
    font-size: 5.33333vw;
  }
  .p-contact__btnLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10.66667vw 5.33333vw;
  }
  .p-contact__btnLink::after {
    width: 14.93333vw;
    height: 14.93333vw;
    border: solid 0.26667vw #fff;
  }
  .p-detail__inner {
    padding-top: 9.33333vw;
    padding-bottom: 21.33333vw;
  }
  .p-detail__smallTitle {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-detail__smallTitle::after {
    width: 70%;
  }
  .p-detail__bigTitle {
    font-size: 2.4rem;
    font-size: 6.4vw;
  }
  .p-detail__tagList {
    margin-top: 2.66667vw;
  }
  .p-detail__information {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 8vw !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
  }
  .p-detail__informationBasic {
    width: 100% !important;
    margin-top: 10.13333vw;
  }
  .p-datail__companyName {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-datail__companyName::before {
    width: 1.06667vw;
    height: 5.33333vw;
  }
  .p-detail__informationList {
    margin-top: 4vw;
  }
  .p-detail__listItemName {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .p-detail__listItemName {
    width: 26.66667vw;
    margin-right: 14.93333vw;
  }
  .p-detail__listItemName::before {
    width: 2.66667vw;
    height: 0.53333vw;
    margin-right: 2.66667vw;
  }
  .p-detail__support {
    width: calc(100% - 40px) !important;
    margin: auto auto;
    margin-top: 6.66667vw;
  }
  .p-detail__supportTitle {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-detail__supportDetail {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-detail__img {
    width: 100%;
  }
  .p-detail__new {
    top: 3.2vw;
    right: 3.2vw;
    width: 13.06667vw;
    height: 13.06667vw;
  }
  .p-detail__lineUpListNumber {
    font-size: 2rem;
    font-size: 5.33333vw;
  }
  .p-detail__lineUpList {
    margin-top: 10.66667vw;
  }
  .p-detail__lineUpListItem {
    border-top: solid 0.26667vw #0cb6b9;
  }
  .p-detail__lineUpListItem:last-child {
    border-bottom: solid 0.26667vw #0cb6b9;
  }
  .p-detail__lineUpListItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.33333vw 0 2.13333vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .p-detail__lineUpListItem a::after {
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    background-image: url(../images/lineup_arrow.svg);
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-detail__lineUpListTitle {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-detail__contentsArea {
    padding-top: 18.66667vw;
    padding-bottom: 21.33333vw;
    margin-top: 16vw;
  }
  .p-detail__contentSub {
    position: relative;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .p-detail__contentSub::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 0.53333vw;
    content: '';
    background-color: #0cb6b9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-detail__content {
    margin-bottom: 11.46667vw;
  }
  .p-detail__contentNumber {
    font-size: 3rem;
    font-size: 8vw;
  }
  .p-detail__contentNumber {
    position: relative;
    z-index: 3;
    padding-right: 2.66667vw;
    background-color: #fff;
  }
  .p-detail__contentNumber::after {
    display: none;
    width: 100%;
    height: 0.53333vw;
  }
  .p-detail__contentMainTitle {
    font-size: 2.8rem;
    font-size: 7.46667vw;
  }
  .p-detail__contentEng {
    font-size: 2rem;
    font-size: 5.33333vw;
  }
  .p-detail__contentEng {
    position: relative;
    z-index: 3;
    padding-left: 2.66667vw;
    background-color: #fff;
  }
  .p-detail__contentImg {
    margin-top: 9.6vw;
  }
  .p-detail__contentTextArea {
    margin-top: 8vw;
  }
  .p-detail__contentTextArea h3 {
    font-size: 2rem;
    font-size: 5.33333vw;
  }
  .p-detail__contentTextArea h3 {
    margin-bottom: 2.66667vw;
  }
  .p-detail__contentTextArea p {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-detail__contentTextArea a {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-detail__contentTextArea a[target='_blank']::after {
    width: 3.46667vw;
    height: 3.2vw;
  }
  .p-detail__otherTitle {
    text-align: left;
  }
  .p-detail__otherEng {
    font-size: 2rem;
    font-size: 5.33333vw;
  }
  .p-detail__other {
    margin-top: 14.4vw;
  }
  .p-detail__otherJp {
    font-size: 2rem;
    font-size: 5.33333vw;
  }
  .p-detail__otherJp {
    line-height: 1.5;
  }
  .p-voice__postConteiner {
    padding-top: 8vw;
  }
  .p-voice__backBtn {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-voice__backBtn:before {
    width: 16vw;
    height: 16vw;
    background-image: url(../images/arrow_active.svg);
    background-size: 4.26667vw 4.26667vw;
    border: solid 1px #666666;
  }
  .p-voice__backBtnArea {
    margin-top: 10.66667vw;
  }
  .p-voice__title {
    font-size: 3rem;
    font-size: 8vw;
  }
  .p-voice__titleEng {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-voice__slideItem.slick-slide,
  .p-voice__slideContents .slick-slide {
    width: 78.66667vw;
    margin: 9.06667vw 2.66667vw 4.26667vw;
    margin-top: 9.06667vw;
    margin-bottom: 2.66667vw;
  }
  .p-voice__slideImg img {
    height: 46.66667vw
  }
  .p-voice__slideImg {
    margin-bottom: 2.66667vw;
    overflow: hidden;
    border-radius: 1.06667vw;
    -webkit-box-shadow: 0px 2.66667vw 5.33333vw rgba(134, 134, 134, 0.4);
    box-shadow: 0px 2.66667vw 5.33333vw rgba(134, 134, 134, 0.4);
  }
  .p-voice__slideNew {
    top: 3.2vw;
    left: 3.2vw;
    width: 9.6vw;
    height: 9.6vw;
  }
  .p-voice__slideText {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .p-voice__slideName {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .p-voice__slideName {
    color: #666666;
  }
  .p-voice__slideTtl {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-voice__slideTtl {
    font-weight: bold;
    color: #0cb6b9;
  }
  .p-voice__postArea {
    margin-top: 13.33333vw;
  }
  .p-voice__tabLink {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-voice__tabLink {
    padding: 1.33333vw 0 2.13333vw;
  }
  .p-voice__postBlock {
    padding-bottom: 21.33333vw;
  }
  .p-voice__tabFilterArea {
    padding-top: 5.33333vw;
  }
  .p-voice__tabFilter {
    margin-top: 5.33333vw;
    margin-right: 3.2vw;
  }
  .p-voice__tabFilterLink {
    padding: 0.53333vw 3.2vw;
  }
  .p-voice__postConteiner {
    padding-top: 10.66667vw;
  }
  .p-voice__postList {
    display: block;
  }
  .p-voice__listItem {
    width: 100%;
    max-width: none;
    margin: 0;
    margin-bottom: 10.66667vw;
  }
  .p-voice__listImg img {
    height: 55.46667vw
  }
  .p-voice__txt {
    padding: 3.2vw 4.26667vw;
  }
  .p-voice__corporateName {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .p-voice__postTitle {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-voice__postTitle {
    margin-top: 0;
  }
  .p-voice__ancorList {
    margin-top: 0.53333vw;
  }
  .p-voice__ancorListItem {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .page-numbers li .page-numbers {
    font-size: 2rem;
    font-size: 5.33333vw;
  }

  .page-numbers li .page-numbers {
    margin: 0
  }

  .page-numbers .prev,
  .page-numbers .next {
    width: 14.93333vw;
    height: 14.93333vw;
    background-image: url(../images/arrow_active_sp.svg);
    background-size: 4.26667vw 4.26667vw;
    border: solid 1px #0cb6b9;
  }
}

@media all and (min-width: 768px) {
  .l-footer {
    margin-top: 80px
  }
  .l-footer__name {
    font-size: 1.4rem;
    font-size: 1.36719vw;
  }
  .l-footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .l-footer__addressMain {
    font-size: 1.2rem;
    font-size: 1.17188vw;
  }
  .l-footer__addressMain {
    margin-right: 45px;
  }
  .l-footer__addressDetail {
    font-size: 1.2rem;
    font-size: 1.17188vw;
  }
  .l-footer__linkListLink {
    font-size: 1.6rem;
    font-size: 1.5625vw;
  }
  .l-footer__linkListLink:hover {
    color: #0cb6b9;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .l-footer__btn {
    font-size: 1.8rem;
    font-size: 1.75781vw;
  }
  .l-footer__btn.free {
    margin-bottom: 18px;
  }
  .l-footer__btn.free:hover {
    opacity: 0.5;
  }
  .l-footer__btn.doc:hover {
    opacity: 0.5;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
    font-size: 1.17188vw;
  }
  .l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .l-header .l-header__nav ul {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-header .l-header__nav ul li {
    font-size: 1.6rem;
    font-size: 1.5625vw;
  }
  .l-header .l-header__nav ul li {
    margin: 0 1em;
  }
  .l-header .l-header__nav ul li a {
    font-size: 1.6rem;
    font-size: 1.5625vw;
  }
  .l-header .l-header__nav ul li a {
    border-bottom: solid 2px transparent;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .l-header .l-header__nav ul li a:hover {
    font-weight: bold;
    color: #0cb6b9;
    border-bottom: solid 2px #0cb6b9;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .l-header .l-header__nav ul li.js-active a {
    font-weight: bold;
    color: #0cb6b9;
    border-bottom: solid 2px #0cb6b9;
  }
  .l-header .l-header__nav .btnFree,
  .l-header .l-header__nav .btnDoc {
    font-size: 1.8rem;
    font-size: 1.75781vw;
  }
  .l-header .l-header__nav .btnFree,
  .l-header .l-header__nav .btnDoc {
    display: none;
  }
  .l-header .l-header__nav .btnFree {
    margin-right: 20px;
  }
  .l-header .l-header__nav .btnFree:hover {
    opacity: 0.5;
  }
  .l-header .l-header__nav .btnDoc:hover {
    opacity: 0.5;
  }
  .l-header .l-header__nav .l-header__btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-header .l-header__nav_pc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-header .l-header__nav_pc ul li {
    font-size: 1.6rem;
    font-size: 1.5625vw;
  }
  .l-header .l-header__nav_pc ul li {
    margin: 0 1em;
  }
  .l-header .l-header__nav_pc ul li a {
    font-size: 1.6rem;
    font-size: 1.5625vw;
  }
  .l-header .l-header__nav_pc ul li a:hover {
    font-weight: bold;
    color: #0cb6b9;
    border-bottom: solid 2px #0cb6b9;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .l-header .l-header__nav_pc ul li.js-active a {
    font-weight: bold;
    color: #0cb6b9;
    border-bottom: solid 2px #0cb6b9;
  }
  .l-header .l-header__nav_pc .btnFree,
  .l-header .l-header__nav_pc .btnDoc {
    font-size: 1.8rem;
    font-size: 1.75781vw;
  }
  .l-header .l-header__nav_pc .btnFree {
    margin-right: 20px;
  }
  .l-header .l-header__nav_pc .btnFree:hover {
    opacity: 0.5;
  }
  .l-header .l-header__nav_pc .btnDoc:hover {
    opacity: 0.5;
  }
  .l-header .l-header__nav_pc .l-header__btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  p {
    font-size: 1.4pxrem;
    font-size: 1.36719pxvw;
  }
  .p-contact::before {
    min-width: 900px;
    height: 430px;
  }
  .p-contact__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-contact__eng {
    font-size: 1.6rem;
    font-size: 1.5625vw;
  }
  .p-contact__text {
    font-size: 3rem;
    font-size: 2.92969vw;
  }
  .p-contact__text {
    margin-left: 15px;
  }
  .p-contact__btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  .p-contact__btn {
    width: 60%;
    max-width: 590px;
  }
  .p-contact__btn:first-child {
    margin-right: 20px;
  }
  .p-contact__btn:first-child .p-contact__btnLink:hover {
    background-size: auto 110%;
  }
  .p-contact__btn:last-child .p-contact__btnLink:hover {
    background-size: auto 110%;
  }
  .p-contact__btnLink {
    font-size: 2.6rem;
    font-size: 2.53906vw;
  }
  .p-contact__btnLink:hover::after {
    background-color: #0cb6b9;
    border: solid 1px #0cb6b9;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-contact__btnLink::after {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 60px;
    height: 60px;
    border: solid 1px #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-detail__smallTitle {
    font-size: 1.6rem;
    font-size: 1.5625vw;
  }
  .p-detail__bigTitle {
    font-size: 3.6rem;
    font-size: 3.51562vw;
  }
  .p-datail__companyName {
    font-size: 2rem;
    font-size: 1.95312vw;
  }
  .p-detail__listItemName {
    font-size: 1.4rem;
    font-size: 1.36719vw;
  }
  .p-detail__supportTitle {
    font-size: 1.4rem;
    font-size: 1.36719vw;
  }
  .p-detail__supportTitle {
    width: 270px;
  }
  .p-detail__supportDetail {
    font-size: 1.4rem;
    font-size: 1.36719vw;
  }
  .p-detail__img {
    overflow: hidden;
    border-radius: 12px;
  }
  .p-detail__lineUpListNumber {
    font-size: 2.4rem;
    font-size: 2.34375vw;
  }
  .p-detail__lineUpList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .p-detail__lineUpListItem {
    margin-bottom: 32px;
  }
  .p-detail__lineUpListItem a {
    padding: 0 60px;
  }
  .p-detail__lineUpListItem a::after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    background-image: url(../images/lineup_arrow.svg);
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-detail__lineUpListItem a:hover::after {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-detail__lineUpListItem::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 40px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-detail__lineUpListItem::after {
    position: absolute;
    top: 50%;
    right: -1px;
    display: block;
    width: 1px;
    height: 40px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-detail__lineUpListTitle {
    font-size: 2rem;
    font-size: 1.95312vw;
  }
  .p-detail__contentNumber {
    font-size: 4rem;
    font-size: 3.90625vw;
  }
  .p-detail__contentMainTitle {
    font-size: 4rem;
    font-size: 3.90625vw;
  }
  .p-detail__contentEng {
    font-size: 2rem;
    font-size: 1.95312vw;
  }
  .p-detail__contentTextArea h3 {
    font-size: 2rem;
    font-size: 1.95312vw;
  }
  .p-detail__contentTextArea p {
    font-size: 1.6rem;
    font-size: 1.5625vw;
  }
  .p-detail__contentTextArea a {
    font-size: 1.6rem;
    font-size: 1.5625vw
  }
  .p-detail__otherEng {
    font-size: 2rem;
    font-size: 1.95312vw;
  }
  .p-detail__otherJp {
    font-size: 2.6rem;
    font-size: 2.53906vw;
  }
  .p-voice__backBtn {
    font-size: 1.6rem;
    font-size: 1.5625vw;
  }
  .p-voice__backBtn:hover:before {
    background-color: #0cb6b9;
    background-image: url(../images/arrow_hover.svg);
    border: solid 1px #0cb6b9;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .tag:hover {
    opacity: 0.5;
  }
  .p-voice__title {
    font-size: 4rem;
    font-size: 3.90625vw;
  }
  .p-voice__titleEng {
    font-size: 1.6rem;
    font-size: 1.5625vw;
  }
  .p-voice__slideLink {
    overflow: hidden;
    border-radius: 12px;
    outline: solid 4px transparent;
  }
  .p-voice__slideLink:hover {
    outline: solid 4px #0cb6b9;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-voice__slideLink:hover .p-voice__slideImg {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .p-voice__slideImg img {
    max-height: 308px
  }
  .p-voice__listImg img {
    max-height: 208px
  }
  .p-voice__slideName {
    font-size: 1.4rem;
    font-size: 1.36719vw;
  }
  .p-voice__slideTtl {
    font-size: 2rem;
    font-size: 1.95312vw;
  }
  .p-voice__slideContents .slick-dots {
    position: absolute;
    bottom: 60px;
  }
  .p-voice__slideContents .slick-slide.slick-active {
    -webkit-box-shadow: 0px 10px 20px rgba(134, 134, 134, 0.4);
    box-shadow: 0px 10px 20px rgba(134, 134, 134, 0.4);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .p-voice__tabLink {
    font-size: 2.6rem;
    font-size: 2.53906vw;
  }
  .p-voice__tabLink:hover {
    color: #0cb6b9;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-voice__listItem:nth-child(n + 4) {
    margin-top: 80px;
  }
  .p-voice__listLink:hover .p-voice__listImg img {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .p-voice__corporateName {
    font-size: 1.2rem;
    font-size: 1.17188vw;
  }
  .p-voice__postTitle {
    font-size: 1.6rem;
    font-size: 1.5625vw;
  }
  .p-voice__ancorListItem {
    font-size: 1.2rem;
    font-size: 1.17188vw;
  }
  .page-numbers li .page-numbers {
    font-size: 2.6rem;
    font-size: 2.53906vw;
  }
  .page-numbers .prev:hover,
  .page-numbers .next:hover {
    background-color: #0cb6b9;
    background-image: url(../images/arrow_hover.svg);
    border: solid 1px #0cb6b9;
  }
}

@media only screen and (min-width: 1024px) {
  .l-footer__name {
    font-size: 1.4rem;
  }
  .l-footer__addressMain {
    font-size: 1.2rem;
  }
  .l-footer__addressDetail {
    font-size: 1.2rem;
  }
  .l-footer__linkListLink {
    font-size: 1.6rem;
  }
  .l-footer__btn {
    font-size: 1.8rem;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
  }
  .l-header .l-header__nav ul li {
    font-size: 1.6rem;
  }
  .l-header .l-header__nav ul li a {
    font-size: 1.6rem;
  }
  .l-header .l-header__nav .btnFree,
  .l-header .l-header__nav .btnDoc {
    font-size: 1.8rem;
  }
  .l-header .l-header__nav_pc ul li {
    font-size: 1.6rem;
  }
  .l-header .l-header__nav_pc ul li a {
    font-size: 1.6rem;
  }
  .l-header .l-header__nav_pc .btnFree,
  .l-header .l-header__nav_pc .btnDoc {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.4pxrem;
  }
  .p-contact__eng {
    font-size: 1.6rem;
  }
  .p-contact__text {
    font-size: 3rem;
  }
  .p-contact__btnLink {
    font-size: 2.6rem;
  }
  .p-detail__smallTitle {
    font-size: 1.6rem;
  }
  .p-detail__bigTitle {
    font-size: 3.6rem;
  }
  .p-datail__companyName {
    font-size: 2rem;
  }
  .p-detail__listItemName {
    font-size: 1.4rem;
  }
  .p-detail__supportTitle {
    font-size: 1.4rem;
  }
  .p-detail__supportDetail {
    font-size: 1.4rem;
  }
  .p-detail__lineUpTitle {
    font-size: 2rem;
  }
  .p-detail__lineUpListNumber {
    font-size: 2.4rem;
  }
  .p-detail__lineUpListTitle {
    font-size: 2rem;
  }
  .p-detail__contentNumber {
    font-size: 4rem;
  }
  .p-detail__contentMainTitle {
    font-size: 4rem;
  }
  .p-detail__contentEng {
    font-size: 2rem;
  }
  .p-detail__contentTextArea h3 {
    font-size: 2rem;
  }
  .p-detail__contentTextArea p {
    font-size: 1.6rem;
  }
  .p-detail__contentTextArea a {
    font-size: 1.6rem
  }
  .p-detail__otherEng {
    font-size: 2rem;
  }
  .p-detail__otherJp {
    font-size: 2.6rem;
  }
  .p-voice__backBtn {
    font-size: 1.6rem;
  }
  .p-voice__title {
    font-size: 4rem;
  }
  .p-voice__titleEng {
    font-size: 1.6rem;
  }
  .p-voice__slideName {
    font-size: 1.4rem;
  }
  .p-voice__slideTtl {
    font-size: 2rem;
  }
  .p-voice__tabLink {
    font-size: 2.6rem;
  }
  .p-voice__corporateName {
    font-size: 1.2rem;
  }
  .p-voice__postTitle {
    font-size: 1.6rem;
  }
  .p-voice__ancorListItem {
    font-size: 1.2rem;
  }
  .page-numbers li .page-numbers {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1025px) {
  .l-header .l-header__siteTitle {
    width: 150px;
  }
  .l-header .l-header__siteTitle a {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1080px) {
  .l-footer__btn {
    width: 120px;
  }
  .l-header .l-header__nav .btnFree,
  .l-header .l-header__nav .btnDoc {
    width: 120px;
  }
  .l-header .l-header__nav_pc .btnFree,
  .l-header .l-header__nav_pc .btnDoc {
    width: 120px;
  }
}

@media only screen and (max-width: 768px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1280px) {
  .p-detail__information {
    margin: 15px auto 0;
  }
  .p-detail__informationBasic {
    width: 32%;
  }
  .p-detail__support {
    width: 82%;
  }
}

.company .box dd p{
  margin-bottom: 1em;
}
.company .box dd{
  margin-bottom: 1em;
}