@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}


body {
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: normal;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.font_lora {
  font-family: "Lora", serif;
}

.font_serif {
  font-family: "Noto Serif JP", serif;
}

.content {
  width: 116rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.content_small {
  width: 99rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

/**** header ****/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 12.8rem;
  opacity: 1;
  visibility: visible;
}

body.is-sub header,
header.is-scroll,
header:hover {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.is-sub header .header_contact:after,
header.is-scroll .header_contact:after,
header:hover .header_contact:after {
  background: #000;
}
body.is-sub header .ico_global:after,
header.is-scroll .ico_global:after,
header:hover .ico_global:after {
  background: #000;
}

.top header.is-first {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top header.is-first .header_right {
  opacity: 0;
  visibility: hidden;
}
.top header.is-first:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top .logo.is-first .img_logo_01 {
  display: none;
}
.top .logo.is-first .img_logo_02 {
  display: block;
}

header.is-scroll {
  height: 8rem;
}
header.is-scroll .header_contact_item,
header.is-scroll .navi > li {
  height: 6rem;
}
header.is-scroll .sub_navi {
  top: 8rem;
}
header.is-scroll .ico_global:after {
  background: #000;
}

.overflow {
  overflow: hidden;
}

header.gnavi-show {
  background: white;
}

body.is-sub header .navi li a,
header.gnavi-show .navi li a,
header.is-scroll .navi li a,
header:hover .navi li a {
  color: #000;
}

body.is-sub header .ico_global_01,
body.is-sub header .img_logo_01,
header.gnavi-show .ico_global_01,
header.gnavi-show .img_logo_01,
header.is-scroll .ico_global_01,
header.is-scroll .img_logo_01,
header:hover .ico_global_01,
header:hover .img_logo_01 {
  display: none;
}

body.is-sub header .ico_global_02,
body.is-sub header .img_logo_02,
header.gnavi-show .ico_global_02,
header.gnavi-show .img_logo_02,
header.is-scroll .ico_global_02,
header.is-scroll .img_logo_02,
header:hover .ico_global_02,
header:hover .img_logo_02 {
  display: inline;
}

.ico_global {
  position: relative;
}
.ico_global:after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 3rem;
  background: #ffffff;
  top: calc(50% - 15px);
  left: -2rem;
}
@media only screen and (max-width: 768px) {
  .ico_global:after {
    content: none;
  }
}

.ico_global_hover {
  display: none;
}

.ico_global:hover {
  opacity: 1;
}
.ico_global:hover .ico_global_01,
.ico_global:hover .ico_global_02 {
  display: none;
}
.ico_global:hover .ico_global_hover {
  display: inline;
}

.header_container {
  width: 100%;
  padding: 0 6rem;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
}

.header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.logo {
  width: 21rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.logo img {
  width: 100%;
}

.ico_global_02,
.img_logo_02 {
  display: none;
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5.3rem;
}

.navi > li {
  padding: 0 1rem;
  height: 9.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navi > li > a {
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 0.4rem;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: inline-block;
  position: relative;
}

.navi > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.2rem;
  bottom: 0;
  height: 0.2rem;
  opacity: 0;
  background: #C21D06;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.navi > li > a:hover {
  opacity: 1;
  color: #C21D06 !important;
}

.navi > li > a:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 1;
  width: 5px;
  height: 5px;
}

.navi > li > a.is-active:after {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  width: 100%;
  height: 0.2rem;
  opacity: 1;
}

.navi > li:hover .sub_navi {
  /* opacity: 1;
  pointer-events: auto; */
}

.curent-menu {
  opacity: 1 !important;
  color: #C21D06 !important;
}
@media only screen and (max-width: 1300px) {
  .navi > li {
    padding: 0 0.5rem;
  }
  .navi > li > a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1180px) {
  .navi > li {
    padding: 0 0.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .curent-menu {
    color: inherit !important;
  }
}
.curent-menu:after {
  -webkit-transform: translateX(-50%) scale(1) !important;
          transform: translateX(-50%) scale(1) !important;
  width: 100% !important;
  height: 0.2rem !important;
  opacity: 1 !important;
}
.curent-menu p.ttl {
  font-weight: 500 !important;
}

.sub_navi {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #F3F4F4;
  top: 12.8rem;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.sub_navi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub_navi_wrap .sub_navi_content {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sub_navi_wrap {
    display: inherit;
  }
}

.sub_navi_content {
  width: 75rem;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 0.3rem;
}

.sub_navi_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem;
  padding-top: 1.4rem;
  padding-bottom: 3rem;
}
.sub_navi_content ul.startlist{
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;

}
.sub_navi_content ul li {
  width: 33.333%;
  padding: 0 1.5rem;
}

.sub_navi_content ul li:nth-child(n+4) {
  margin-top: 2.3rem;
}

.sub_navi_content ul li img {
  width: 100%;
}

.sub_navi_content ul li .ttl {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-top: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.sub_navi_content_first {
  width: 26rem;
  margin-right: 9rem !important;
}
.sub_navi_content_first ul li {
  width: 100%;
  max-width: 260px;
}

.header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_contact_item {
  height: 9.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_contact_item:hover .sub_navi {
  opacity: 1;
  pointer-events: auto;
}

.sub_navi .form_top, .sub_navi .form_sub {
  margin: 1.4rem auto 4.5rem;
}

.btn_contact {
  min-width: 13.4rem;
  height: 3.1rem;
  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;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.5rem;
  background: #C21D06;
  border-radius: 0.3rem;
}

.btn_hover {
  border: solid 2px #C21D06;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn_hover:hover {
  background: #ffffff !important;
  color: #C21D06 !important;
}

.btn_search {
  width: 3.079rem;
  height: 3.079rem;
  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;
  background: #C0BBC0;
  border-radius: 0.3rem;
  margin-right: 1.27rem;
  margin-left: 1.27rem;
  cursor: pointer;
}

.btn_search:hover {
  opacity: 0.7;
}

.btn_search figure {
  width: 1.8rem;
  height: 1.8rem;
}

.btn_search img {
  width: 1.8rem;
  height: 1.8rem;
  vertical-align: baseline;
}

/*** top page **/
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slider_top {
  height: 100vh;
  position: relative;
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s;
}

.slider_top .content {
  width: 100%;
  padding: 0 6rem;
}

.slick-list {
  overflow: hidden;
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slick-dots {
  z-index: 9999;
  position: absolute;
  bottom: 2rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
}

.slick-dots li {
  width: 1rem;
  height: 1rem;
  text-indent: -999999px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 1rem;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #fff;
}

.slider_item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
}
.slider_item .content {
  position: absolute;
  top: 50vh;
}
.slider_item .content.content_fix {
  position: absolute;
  top: calc(50vh + 16rem);
}
.mv_wrapper{
  position: relative;
}
.copy_fixed{
  font-size: 5.7rem;
  line-height: 8rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  top: 50vh;
  padding: 0 6rem;
  z-index: 10000;
}
@media only screen and (max-width: 767px) {
  .slider_item .content.content_fix {
    position: absolute;
    top: inherit;
    bottom: 9rem;
  }
  .copy_fixed{
    font-size: 3.4rem;
    line-height: 4.7rem;
    bottom: 16.3rem;
    top: inherit;
    height: auto;
    left: 0;
    padding: 0 2rem;
  }
}
@-webkit-keyframes anizindex {
  from {
    z-index: 9999;
  }
  to {
    z-index: 1;
  }
}

@keyframes anizindex {
  from {
    z-index: 9999;
  }
  to {
    z-index: 1;
  }
}
.slider_item[aria-hidden=false] .slider_top_ttl,
.swiper-fade .swiper-slide-active .slider_top_ttl,
.slick-slide.slick-active .slider_top_ttl {
  -webkit-animation: anizindex 3s;
          animation: anizindex 3s;
}

.slick-slide.slick-active .txt-first .fadeup_item {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.slick-slide.slick-active .txt-first.is-show .fadeup_item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slick-slide.slick-active .txt-first.is-show .fadeup_item.slider_top_ttl {
  -webkit-animation: anizindex 3s;
          animation: anizindex 3s;
}

.slider_item[aria-hidden=false] .fadeup_item,
.swiper-fade .swiper-slide-active .fadeup_item,
.slick-slide.slick-active .fadeup_item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slider_item[aria-hidden=false] .fadeup_item.slider_top_ttl,
.swiper-fade .swiper-slide-active .fadeup_item.slider_top_ttl,
.slick-slide.slick-active .fadeup_item.slider_top_ttl {
  -webkit-animation: anizindex 1.5s;
          animation: anizindex 1.5s;
}

.slick-slide.slick-active .txt-first .fadeup_item {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.slick-slide.slick-active .txt-first.is-show .fadeup_item {
  opacity: 1;
}
.slick-slide.slick-active .txt-first.is-show .fadeup_item.slider_top_ttl {
  -webkit-animation: anizindex 1.5s;
          animation: anizindex 1.5s;
}

.slider_top_ttl {
  position: relative;
  font-size: 5.7rem;
  line-height: 8rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
}

.slider_top_txt {
  position: relative;
  margin-top: 3rem;
}
.slider_top_txt .txt {
  font-size: 2.8rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1.6rem;
  display: inline-block;
}

.slider_top_txt.fadeup_item {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.slider_top_btn {
  height: 4rem;
  border: 1px solid #fff;
  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;
  font-size: 3rem;
  line-height: 2.9rem;
  color: #fff;
  padding-right: 1rem;
  width: inherit;
  border: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slider_top_btn {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0;
  line-height: inherit;
}

.slider_top_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 0.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/ico_right.svg") no-repeat;
  background-size: cover;
}

.bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.bx-wrapper .bx-pager,
.swiper-pagination {
  bottom: 2rem;
}

.bx-wrapper .bx-pager.bx-default-pager a,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  text-indent: -999999px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 1rem;
  cursor: pointer;
  opacity: 1;
}

.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: rgba(255, 255, 255, 0.5);
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.swiper-pagination-bullet-active {
  background: #fff !important;
}

.sec_top_solution {
  background: #F3F4F4;
  padding-top: 8.5rem;
  overflow: hidden;
}

.ttl_sec_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8.7rem;
}

.ttl_top {
  font-size: 5rem;
  line-height: 6.4rem;
  font-family: "Lora", serif;
  padding-right: 8.2rem;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ttl_top:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 0.6rem;
  width: 6.9rem;
  height: 1px;
  background: #000;
  right: 0;
}

.ttl_sub {
  font-size: 3.4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 7rem;
  font-weight: 500;
  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;
}
.ttl_sub img {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .ttl_sub img {
    width: 4rem;
  }
}

.ttl_h3 {
  font-size: 2rem;
  background: #D5D1D5;
  border-left: solid 3px #DB0819;
  margin-bottom: 2rem;
  font-weight: 500;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  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;
}
@media only screen and (max-width: 767px) {
  .ttl_h3 {
    padding: 1rem 1.5rem;
  }
}
.ttl_h3 .txt_link, .ttl_h3 em a, em .ttl_h3 a {
  text-decoration: underline;
}
.ttl_h3--1 {
  position: relative;
  padding: 0.75rem 0.75rem 0.75rem 5rem;
  margin-bottom: 1.5rem;
}
.ttl_h3--1 .num {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
  border-right: solid 1px #ffffff;
  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;
}

.ttl_h4 {
  font-size: 2rem;
  margin-bottom: 5px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .ttl_h4 {
    margin-bottom: 1rem;
  }
}

.ttl_h5 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .ttl_h5 {
    margin-bottom: 1rem;
  }
}

.ttl_sec_top .txt {
  font-size: 2rem;
  line-height: 2.9rem;
  padding-left: 1.3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 1rem;
  font-weight: 500;
}

p.txt {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
p.txt + p.txt {
  margin-top: 30px;
}
p.txt strong{
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  p.txt + p.txt {
    margin-top: 20px;
  }
}
p.txt + .ttl_h3 {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  p.txt + .ttl_h3 {
    margin-top: 5rem;
  }
}
p.txt + .ttl_h3--1 {
  margin-top: 3.2rem;
}
p.txt + .ttl_h4 {
  margin-top: 2rem;
}
p.txt + .txt_link, em p.txt + a {
  margin-top: 1.2rem;
}
p.txt--sign {
  text-align: right;
}
p.txt--bold {
  font-weight: bold;
}

.list_top_container {
  position: relative;
  z-index: 1;
}

.list_top_container .content {
  overflow: hidden;
}

.list_top_container:after {
  content: "";
  background: #D5D1D5;
  width: calc(50% + 47.5rem);
  position: absolute;
  top: 9.5rem;
  bottom: 0;
  z-index: -1;
  -webkit-transition: 0.5s ease 1.5s;
  transition: 0.5s ease 1.5s;
  right: -50%;
  margin-right: -47.5rem;
}

.list_top_container.is-show:after {
  right: 0 !important;
  margin-right: 0 !important;
}

.list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3.2rem;
  padding-bottom: 7rem;
}

.list_top li {
  width: 33.333%;
  padding: 0 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_top li .item {
  width: 100%;
}

.list_top li .list_content,
.list_top li a {
  display: block;
  width: 100%;
  background: #fff;
  border-bottom: 0.2rem solid #C21D06;
  position: relative;
}

.list_top li a.no_wh {
  background: transparent;
}

.list_top li a:hover {
  opacity: 1;
}

.list_top li a:hover .list_top_ttl {
  opacity: 0.7;
  color: #C21D06;
  text-decoration: underline;
}

.list_top li a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.list_top figure {
  overflow: hidden;
}

.list_top img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.list_top_ttl {
  font-size: 2.1rem;
  line-height: 3.7rem;
  margin-bottom: 2.4rem;
  /*padding-right: 4.8rem;*/
  position: relative;
}

.list_top_ttl:after {
  content: "";
  position: absolute;
  top: 1.4rem;
  right: 0;
  background: url("../images/top/ico_right_ttl.svg") no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 1.2rem;
}

.list_top .info {
  padding: 3.5rem 3.3rem 5rem;
}

.list_top_txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
}

.sec_top_video {
  padding-top: 14rem;
  background: #F3F4F4;
}

.bl_video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.bl_video iframe {
  width: 44.3rem;
  max-width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.bl_video .bl_video_iframe {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bl_video .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 4.3rem;
  padding-left: 5rem;
  padding-top: 5.9rem;
  padding-bottom: 4.4rem;
}

.bl_video .ttl {
  font-size: 3.4rem;
  line-height: 4.3rem;
  font-family: "Lora", serif;
  margin-bottom: 5rem;
}

.bl_video .txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
}

.sec_top_technology {
  padding-top: 12.2rem;
  background: #F3F4F4;
}

.sec_top_technology .list_top {
  padding-bottom: 3.9rem;
}

.sec_top_technology .list_top_container:after {
  top: 6rem;
  left: -50%;
  right: auto;
  bottom: -3.5rem;
  margin-right: 0;
  margin-left: -47.5rem;
}

.sec_top_technology .list_top_container.is-show:after {
  left: 0 !important;
  margin-left: 0 !important;
}

.sec_top_services {
  padding-top: 17rem;
  padding-bottom: 14rem;
}

.top_services_ttl {
  font-size: 3.4rem;
  line-height: 4.9rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.top_services_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_top, .form_sub {
  width: 40rem;
  max-width: 100%;
  position: relative;
  margin-right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.form_top input, .form_sub input {
  width: 100%;
  background: #E8EAEA;
  height: 5.5rem;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 100;
  color: #000;
  padding: 0 5.5rem 0 1.4rem;
}

.form_top input::-ms-clear, .form_sub input::-ms-clear {
  display: none;
}

.form_top input::-webkit-input-placeholder, .form_sub input::-webkit-input-placeholder {
  color: #8D8E8E;
}

.form_top input:-ms-input-placeholder, .form_sub input:-ms-input-placeholder {
  color: #8D8E8E;
}

.form_top input::-ms-input-placeholder, .form_sub input::-ms-input-placeholder {
  color: #8D8E8E;
}

.btn_submit_service {
  background: url("../images/ico_search_02.svg") no-repeat;
  background-size: 2.6rem 2.6rem;
  background-position: 50%;
  width: 5.4rem;
  height: 5.5rem;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  outline: none;
}

.top_services_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.top_services_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #D5D1D5;
  margin-top: 4.3rem;
}

.top_services_list:first-child {
  margin-top: 1.2rem;
}

.top_services_list li {
  margin-left: 5rem;
}

.top_services_list li a {
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  display: inline-block;
}

.top_services_list li a:hover {
  text-decoration: underline;
  color: #C21D06;
}

.top_services_list li a::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url("../images/icon_link_02_pc.svg") no-repeat;
  background-size: cover;
}

@media all and (-ms-high-contrast: none) {
  .top_services_list li a::before {
    background-size: auto;
  }
}
.sec_top_news {
  background: #F3F4F4;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.top_news_ttl {
  font-size: 3.4rem;
  line-height: 4.9rem;
  margin-bottom: 5rem;
  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;
}

.top_news_ttl a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  margin-top: 1rem;
  padding-left: 1.7rem;
  position: relative;
  display: inline-block;
}

.top_news_ttl a:hover {
  text-decoration: underline;
  color: #C21D06;
}

.top_news_ttl a::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  background: url("../images/icon_link_03_pc.png") no-repeat;
  background-size: cover;
  width: 0.8rem;
  height: 0.5rem;
}

.list_news li:nth-child(n+2) {
  margin-top: 2.7rem;
}

.list_news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list_news a:hover .txt {
  text-decoration: underline;
  color: #C21D06;
}

.list_news .date {
  width: 10rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.list_news .cat {
  min-width: 10rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #D5D1D5;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  padding: 0.2rem;
  margin: 0.3rem 0;
  font-weight: 300;
}

.list_news .txt {
  padding-left: 2.2rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  letter-spacing: -1px;
}

.sec_top_contact {
  position: relative;
  background: #C21D06;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec_top_contact_img {
  /* max-width: 64.5rem; */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  width: calc(50% - 3.8rem);
  /* background: url('../images/top/img_top_07.png') no-repeat center top; */
  background-size: cover;
}

.sec_top_contact_img img {
  /* position: absolute;
  max-width: none;
  height: 100%;
  left: 0;
  top:0; */
  /* display: none; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_top_contact .info {
  padding: 3rem 4rem 3rem 8.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_top_contact .txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 2.5rem;
  color: #fff;
  font-weight: 300;
}

.btn_top_contact, .btn_sub {
  max-width: 30.3rem;
  width: 100%;
  height: 6.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #C21D06;
  background: #fff;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.5rem;
  margin-top: 4rem;
  position: relative;
  border: solid 1px #C21D06;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn_top_contact:hover, .btn_sub:hover {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
  opacity: 1;
}
.btn_top_contact:hover:after, .btn_sub:hover:after {
  background: url("../images/icon_right_contact_w.svg") no-repeat;
}

.btn_top_contact:after, .btn_sub:after {
  content: "";
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: url("../images/icon_right_contact.svg") no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 2.2rem;
}

/*** footer ***/
.footer_navi {
  background: #D5D1D5;
  padding: 6rem 0;
}

.footer_navi a:hover {
  text-decoration: underline;
  color: #C21D06;
}

.footer_navi_ttl {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.navi_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navi_footer > li:nth-child(3n+1) {
  width: 11.5rem;
}

.navi_footer > li:nth-child(2) {
  width: 24rem;
}

.navi_footer > li:nth-child(3) {
  width: 23rem;
}

.navi_footer > li:nth-child(5) {
  width: 22rem;
}

.navi_footer > li:last-child {
  width: 20rem;
}

.navi_footer > li > a {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
  display: inline-block;
}

.navi_footer ul {
  padding-left: 1.6rem;
}

.navi_footer ul li a {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
}

.navi_footer ul li:nth-child(n+2) {
  margin-top: 0.6rem;
}

.navi_footer li.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.navi_footer li a.bnr_recruit {
  margin: 0;
}

.navi_footer li a.bnr_recruit img {
  width: 100%;
}

.footer_info {
  padding: 5rem 0;
}

.footer_info_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo_footer {
  width: 35.5rem;
  display: inline-block;
  margin-bottom: 1.2rem;
}

.logo_footer img {
  width: 100%;
}

.footer_address {
  font-size: 1.3rem;
  line-height: 2.1rem;
  padding-left: 7.2rem;
  font-weight: 300;
}

.list_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}

.list_bnr li {
  padding: 0 2rem;
  border-right: 1px solid #8A8A8A;
}

.list_bnr li:first-child {
  padding-left: 0;
}

.list_bnr li:last-child {
  border-right: 0;
  padding-right: 0;
}

.img_footer_01 {
  width: 15.6rem;
}

.img_footer_02 {
  width: 14.1rem;
}

.img_footer_03 {
  width: 19.3rem;
}

.img_footer_04 {
  width: 11.9rem;
}

.footer_bottom {
  background: #646464;
}

.footer_bottom_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navi_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navi_bottom a {
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  margin-right: 2.6rem;
}

.navi_bottom a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #fff;
  font-weight: 300;
}

.pagetop {
  position: fixed;
  z-index: 10000;
  bottom: 4rem;
  right: 4rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.3rem;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.pagetop.is-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagetop figure {
  width: 2.2rem;
  height: 1.3rem;
}

.pagetop img {
  width: 2.2rem;
  height: 1.3rem;
  vertical-align: top;
}
.tocontact {
  position: fixed;
  z-index: 10000;
  bottom: 10rem;
  right: 4rem;
  display: none;
}
.tocontact a{
  display: flex;
  width: 4.5rem;
  height: auto;
  border-radius: 0.3rem;
  background: url(../images/ico_mail.svg) no-repeat center 1.74rem #C21D06;
  background-size: 1.9rem auto;
  padding: 3.78rem 0 1.74rem 0;
  font-size: 1.6rem;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: .1rem solid #C21D06;
  transition: 0.3s all;
}
.tocontact a:hover{
  background: url(../images/ico_mail_hover.svg) no-repeat center 1.74rem #fff;
  background-size: 1.9rem auto;
  color: #C21D06;
  opacity: 1;
}

.tocontact.is-scroll {
  display: block;
}
.fadeup_item {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeup_item:nth-child(2) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.fadeup_item:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.fadeup_item:nth-child(4) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.is-fadeup_list.is-show .fadeup_item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .navi {
    margin-right: 2rem;
  }

  a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }

  .pcBr:before {
    content: "\a";
    white-space: pre;
  }

  .pcNone {
    display: none !important;
  }
}
@media only screen and (max-width: 1160px) and (min-width: 768px) {
  html {
    font-size: calc(100vw / 116);
  }
}
@media only screen and (max-width: 767px) {
  header:hover {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  header:hover .img_logo_01 {
    display: inline;
  }

  header.is-scroll {
    height: 7rem;
  }

  body.is-sub header .img_logo_01,
header.gnavi-show .img_logo_01,
header.is-scroll .img_logo_01 {
    display: none;
  }

  header:hover .img_logo_02 {
    display: none;
  }

  body.is-sub header .img_logo_02,
header.gnavi-show .img_logo_02,
header.is-scroll .img_logo_02 {
    display: inline;
  }

  .navi > li > a:after {
    content: none;
  }

  .spBr:before {
    content: "\a";
    white-space: pre;
  }

  .spNone {
    display: none !important;
  }

  .content_small {
    padding: 0 4rem;
    width: 100%;
  }

  body.is-fixed {
    position: fixed;
    left: 0;
    width: 100%;
  }

  /*** header ***/
  header {
    height: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  header.is-scroll {
    background: rgba(255, 255, 255, 0.9);
  }

  header.is-show {
    background: #fff !important;
  }

  header.is-show .img_logo_02 {
    display: inline;
  }

  header.is-show .img_logo_01 {
    display: none;
  }

  body.is-sub header .btn_hamburger span,
header.is-scroll .btn_hamburger span {
    background: #646464;
  }

  header.is-show .btn_hamburger span {
    background: #646464;
  }

  .header_container {
    padding: 0 2rem;
  }

  .header_right {
    display: none;
    position: absolute;
    top: 7rem;
    left: 0;
    right: 0;
    background: #fff;
    overflow-y: auto;
    height: calc(100vh - 7rem);
  }

  .sub_navi {
    opacity: 1;
    pointer-events: auto;
    display: none;
    position: relative;
    top: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .navi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
  }

  .navi .btn_subnavi {
    /* width: 8.3rem; */
    right: 1rem;
  }

  .navi .btn_subnavi.is-active:after {
    background: #646464;
  }

  .navi .btn_subnavi.is-active:before {
    background: #646464;
  }

  .sub_navi_content ul {
    display: block;
    margin: 0;
    padding: 0;
  }

  .sub_navi_content {
    width: 100%;
    background: #E8E6E8;
  }

  .sub_navi_content ul li {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .sub_navi_content ul li:nth-child(n+4) {
    margin-top: 0;
  }

  .sub_navi_content ul li img {
    display: none;
  }

  .sub_navi_content ul li .ttl {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #F2F3F3;
    display: block;
    font-weight: 300;
    width: 100%;
    position: relative;
    margin: 0;
    color: #000;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
  }

  .navi > li {
    height: auto;
    padding: 0;
    width: 100%;
    display: block;
  }

  .navi > li:first-child a {
    border-top: 1px solid #F2F3F3;
  }

  .navi > li > a {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #F2F3F3;
    display: block;
    font-weight: 300;
    width: 100%;
    position: relative;
    margin: 0;
    color: #000;
  }

  .navi > li > a.is-active {
    background: #DCD9DC;
  }

  .navi > li:hover > a {
    color: #000 !important;
  }

  .navi > li:hover > a:after {
    width: 0;
  }

  .header_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0rem 0rem 15rem;
  }

  .header_contact_item {
    height: auto;
    width: 100%;
    padding: 0 3.4rem;
  }
  .header_contact_item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 1.5rem 0;
    border-bottom: solid 1px #F3F4F4;
    margin-bottom: 2.4rem;
  }
  .header_contact_item .ico_global {
    margin: 0 auto;
    width: 2.3rem;
    height: 2.3rem;
  }

  .btn_contact {
    min-width: 100%;
    height: 4.4rem;
    font-size: 1.6rem;
    position: relative;
  }

  .btn_contact:after {
    content: "";
    position: absolute;
    background: url("../images/icon_right_white_contact.svg") no-repeat;
    background-size: contain;
    width: 0.9rem;
    height: 1.5rem;
    right: 1.2rem;
    top: 1.5rem;
  }

  .header_contact_item .sub_navi {
    display: block !important;
    width: 100%;
  }

  .sub_navi .form_top, .sub_navi .form_sub {
    margin: 2.3rem auto 0;
  }

  .header_contact_item .form_top input, .header_contact_item .form_sub input {
    text-align: center;
    padding: 0 4.6rem;
    height: 4.3rem;
    border-radius: 0.3rem;
  }

  .header_contact_item .btn_submit_service {
    background-size: 2rem 2rem;
    width: 4.6rem;
    height: 4.3rem;
  }

  .btn_search {
    display: none;
  }

  .logo {
    width: 14.7rem;
  }

  .btn_hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    height: 7rem;
    width: 6.5rem;
  }

  .btn_hamburger span {
    width: 2.5rem;
    height: 1px;
    background: #fff;
    display: block;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    position: absolute;
    top: 50%;
    left: 2rem;
  }

  .btn_hamburger span:first-child {
    margin-top: -0.6rem;
  }

  .btn_hamburger span:last-child {
    margin-top: 0.6rem;
  }

  .btn_hamburger.is-active span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  .btn_hamburger.is-active span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -0.2rem;
  }

  .btn_hamburger.is-active span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -0.2rem;
  }

  .bx-wrapper .bx-pager {
    display: none;
  }

  .slider_top {
    height: initial;
  }

  .slick-dots {
    display: none !important;
  }

  .slider_item {
    height: auto;
    background: none !important;
  }

  .slider_item img {
    width: 100%;
    position: relative;
  }

  .slider_item .content {
    position: absolute;
    bottom: 9rem;
    top: inherit;
    height: auto;
    left: 0;
    padding: 0 2rem;
  }

  .slider_top_ttl {
    font-size: 3.4rem;
    line-height: 4.7rem;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }

  .slider_top_txt {
    top: 0;
    position: relative;
    margin-top: 1rem;
  }

  .slider_top_txt .txt {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-bottom: 1.2rem;
  }

  .slider_top_btn {
    height: 2.8rem;
    font-size: 1.5rem;
    line-height: 1.9rem;
    top: -0.8rem;
  }

  .slider_top_btn span::before {
    width: 0.7rem;
    height: 0.5rem;
  }

  .sec_top_solution {
    padding-top: 4rem;
  }

  .ttl_sec_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4.6rem;
  }

  .ttl_top {
    font-size: 3.8rem;
    line-height: 4.8rem;
    padding-right: 6.5rem;
  }

  .ttl_top:after {
    width: 5rem;
    height: 1px;
  }

  .ttl_sub {
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
  }

  .ttl_sub_h3 {
    padding: 10px 15px;
  }

  .ttl_sec_top .txt {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding-left: 0;
  }

  .list_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding-bottom: 0;
  }

  .list_top li {
    width: 100%;
    padding: 0;
  }

  .list_top li:nth-child(n+2) {
    margin-top: 4.5rem;
  }

  .list_top_container:after {
    top: 6.7rem;
    bottom: 9rem;
  }

  .list_top .info {
    padding: 2.3rem 2rem 3.5rem;
  }

  .list_top_ttl {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
    padding-right: 4.6rem;
    height: auto !important;
  }

  .list_top_txt {
    min-height: 7.8rem;
  }

  .list_top_container:after {
    width: calc(100% - 7rem);
  }

  .sec_top_video {
    padding-top: 4.8rem;
  }

  .bl_video {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .bl_video_iframe {
    width: 100%;
  }

  .bl_video iframe {
    height: 16.5rem;
    width: 100%;
  }

  .bl_video .info {
    padding: 2.5rem 2rem 3.5rem;
  }

  .bl_video .ttl {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
  }

  .sec_top_technology {
    padding-top: 4rem;
  }

  .sec_top_technology .list_top_container:after {
    top: 6.4rem;
    bottom: 0;
  }

  .sec_top_technology .list_top {
    padding-bottom: 6.3rem;
  }

  .top_services_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sec_top_services {
    padding-top: 4.5rem;
    padding-bottom: 0.7rem;
  }

  .top_services_list {
    margin: 0;
    padding: 3.8rem 0;
  }

  .top_services_list:first-child {
    margin-top: 0;
  }

  .top_services_list:last-child {
    border-bottom: 0;
  }

  .top_services_list li {
    margin-left: 2.5rem;
  }

  .top_services_list li:first-child {
    margin-left: 0;
  }

  .top_services_list li a {
    font-size: 1.5rem;
    line-height: 2.1rem;
    padding-left: 2.1rem;
  }

  .top_services_list li a::before {
    width: 1.6rem;
    height: 1.6rem;
  }

  .top_services_ttl {
    font-size: 2rem;
    line-height: 2.9rem;
    margin-bottom: 3.6rem;
  }

  .sec_top_news {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }

  .top_news_ttl {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-right: -2rem;
    margin-bottom: 3.4rem;
  }

  .top_news_ttl a {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-left: 1.1rem;
    margin-top: 0.4rem;
  }

  .top_news_ttl a::before {
    top: 0.8rem;
    width: 0.6rem;
    height: 0.4rem;
  }

  .list_news a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .list_news .date {
    font-size: 1.4rem;
    line-height: 2rem;
    width: 7.5rem;
  }

  .list_news .cat {
    min-width: 8.8rem;
    /* height: 1.6rem; */
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin: 0 0 0 0.5rem;
  }

  .list_news .txt {
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 1.5rem;
  }

  .list_news li:nth-child(n+2) {
    margin-top: 4rem;
  }

  .sec_top_contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sec_top_contact_img {
    max-width: 100%;
    width: 100%;
  }

  .form_top, .form_sub {
    width: 100%;
    margin: 0;
  }

  .sec_top_contact .info {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 5rem 4rem;
  }

  .btn_top_contact, .btn_sub {
    margin-top: 3.5rem;
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 3.5rem auto 0;
  }

  .btn_top_contact:after, .btn_sub:after {
    width: 0.8rem;
    height: 1.4rem;
    right: 1.2rem;
    top: 1.8rem;
  }

  /*** footer ****/
  .footer_info_content {
    display: block;
  }

  .footer_navi {
    padding: 0;
  }

  .footer_navi .content {
    padding: 0;
  }

  .footer_navi_ttl {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #fff;
    display: block;
    font-weight: 300;
    margin: 0;
  }

  .navi_footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .navi_footer > li {
    width: 100% !important;
  }

  .navi_footer > li > a {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #fff;
    display: block;
    font-weight: 300;
    width: 100%;
    position: relative;
    margin: 0;
  }

  .navi_footer ul {
    padding-left: 0;
    display: none;
  }

  .navi_footer ul li a {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1.5rem 2rem 1.5rem 4rem;
    border-bottom: 1px solid #fff;
    display: block;
    font-weight: 300;
    margin: 0;
  }

  .navi_footer li a.bnr_recruit {
    padding: 4rem;
  }

  .navi_footer > li > a.is-active {
    background: #A39BA3;
  }

  .navi_footer > li > a:hover {
    text-decoration: none;
    color: inherit;
  }

  .btn_subnavi {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.4rem;
    height: 100%;
  }

  .btn_subnavi:before {
    content: "";
    background: url("../images/icon_bottom_navi.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%) rotate(0deg);
            transform: translate(-50%) rotate(0deg);
    margin-top: -0.5rem;
    width: 17px;
    height: 8px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .js_navi.is-active .btn_subnavi:before {
    -webkit-transform: translate(-50%) rotate(90deg);
            transform: translate(-50%) rotate(90deg);
    background: url("../images/icon_bottom_navi_open.svg") center no-repeat;
    background-size: contain;
    margin-top: -0.8rem;
    height: 17px;
  }

  .navi_footer .js_navi.is-active .btn_subnavi:before {
    -webkit-transform: translate(-50%) rotate(90deg);
            transform: translate(-50%) rotate(90deg);
    background: url("../images/icon_bottom_navi_open_ft.svg") center no-repeat;
    background-size: contain;
    margin-top: -0.8rem;
    height: 17px;
  }

  /* .btn_subnavi:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
  } */
  /* .js_navi .btn_subnavi:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translateX(-50%) rotate(45deg);
    width: 1rem;
    height: 1px;
    background: #C21D06;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
  }

  .js_navi .btn_subnavi:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translateX(-50%) rotate(-45deg);
    width: 1rem;
    height: 1px;
    background: #C21D06;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
  } */
  /* .js_navi.is-active .btn_subnavi:before {
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 2rem;
    background: #fff;
  }

  .js_navi.is-active .btn_subnavi:after {
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 2rem;
    background: #fff;
  } */
  .logo_footer {
    width: 18.3rem;
    margin: 0 auto;
    display: block;
  }

  .footer_info {
    padding-bottom: 0;
  }

  .footer_address {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
    padding-left: 0;
    margin-top: 2rem;
  }

  .list_bnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.7rem 2rem 0;
  }

  .list_bnr li {
    width: 100%;
    padding: 4rem 0;
    border: none;
    border-bottom: 1px solid #8A8A8A;
    text-align: center;
  }

  .list_bnr li:last-child {
    border-bottom: none;
  }

  .footer_bottom_info {
    height: auto;
    display: block;
    padding-bottom: 3rem;
  }

  .navi_bottom {
    display: block;
    text-align: center;
    padding-top: 3.6rem;
  }

  .navi_bottom li:nth-child(n+2) {
    margin-top: 0.5rem;
  }

  .navi_bottom a {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin: 0;
  }

  .copyright {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-top: 2.7rem;
    text-align: center;
  }

  .pagetop {
    width: 3.5rem;
    height: 3.5rem;
    right: 2rem;
    bottom: 2rem;
  }

  .pagetop figure {
    width: 1.7rem;
    height: 1rem;
  }

  .pagetop img {
    width: 1.7rem;
    height: 1rem;
  }
  .tocontact {
    bottom: .8rem;
    right: auto;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 0.3rem;
    padding: 1.1rem 2.9rem;
  }
  .tocontact a{
    display: flex;
    width: auto;
    height: 4rem;
    background-position:  3.04rem center;
    background-size: 1.9rem auto;
    padding: 0 3rem 0 6rem;
    font-size: 1.5rem;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    border: none
  }
  .tocontact a:hover{
    background: url(../images/ico_mail.svg) no-repeat 3.04rem center #C21D06;
    background-size: 1.9rem auto;
    color: #fff;
  }
  .tocontact.is-scroll {
    display: none;
  }
  .tocontact.is-scroll.is-scroll-sp {
    display: block;
  }
  
}
@media only screen and (max-width: 375px) {
  html {
    font-size: calc(100vw / 37.5);
  }
}
[data-page-id=certification] .title--certifi {
  background: url("../images/company/certification/img_certifi_title_pc.png");
  background-size: cover;
}

[data-page-id=certification] .sec_certifi {
  padding: 8rem 0;
}

[data-page-id=certification] .news_detail {
  border-top: 0;
  padding: 0;
}

[data-page-id=certification] .news_detail h3 {
  margin-bottom: 4.1rem;
}

[data-page-id=certification] .news_detail p {
  margin-bottom: 0;
}

[data-page-id=certification] .certifi_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8rem;
}
[data-page-id=certification] .certifi_box:last-child {
  margin-bottom: 0;
}

[data-page-id=certification] .certifi_box3 {
  margin-bottom: -1.2rem;
}

[data-page-id=certification] .certifi_list {
  width: 74.3%;
}

[data-page-id=certification] .certifi_list .certifi_item:last-child {
  border-bottom: 1px solid #CBC6CB;
}

[data-page-id=certification] .certifi_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.7rem 0 2.85rem;
  border-top: 1px solid #CBC6CB;
  position: relative;
  z-index: 1;
}

[data-page-id=certification] .certifi_image {
  width: 22.6rem;
}

[data-page-id=certification] .certifi_item:after {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 20rem;
  height: 1px;
  background-color: #b30001;
  z-index: 2;
}

[data-page-id=certification] .certifi_item:last-child:before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 20rem;
  height: 1px;
  background-color: #b30001;
  z-index: 2;
}

[data-page-id=certification] .certifi_ttl {
  text-indent: 1.2rem;
  font-weight: 500;
}

[data-page-id=certification] .certifi_tts {
  width: 59.5rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [data-page-id=certification] .certifi_list {
    width: 74.3%;
  }

  [data-page-id=certification] .certifi_tts {
    width: 67%;
  }

  [data-page-id=certification] .certifi_ttl {
    margin-right: 11rem;
  }

  [data-page-id=certification] .certifi_item:last-child {
    width: 91%;
  }

  [data-page-id=certification] .certifi_item:last-child .certifi_ttl {
    margin-right: 11.5rem;
    position: relative;
    left: -2rem;
  }

  [data-page-id=certification] .title--certifi {
    background-position-x: 100%;
  }
}
@media only screen and (max-width: 767px) {
  [data-page-id=certification] .title--certifi {
    background: url("../images/company/certification/img_certifi_title_sp.png");
    background-size: cover;
    background-position: center;
  }

  [data-page-id=certification] .sec_certifi {
    padding: 5rem 0 0;
  }

  [data-page-id=certification] .news_detail h3 {
    margin-bottom: 4rem;
  }

  [data-page-id=certification] .certifi_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  [data-page-id=certification] .certifi_box3 {
    margin-bottom: 8.5rem;
  }

  [data-page-id=certification] .certifi_image {
    margin-bottom: 4rem;
    width: 100%;
    text-align: center;
  }

  [data-page-id=certification] .certifi_item {
    padding: 3rem 0;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }

  [data-page-id=certification] .certifi_ttl {
    text-indent: 0;
    margin-right: 0;
    width: 20rem;
  }

  [data-page-id=certification] .certifi_list {
    width: 100%;
  }

  [data-page-id=certification] .certifi_tts {
    width: 116%;
  }

  [data-page-id=certification] .certifi_item:after {
    width: 10.5rem;
  }

  [data-page-id=certification] .certifi_item:last-child:before {
    width: 10.5rem;
  }
}
[data-page-id=policy] .title--policy {
  background: url("../images/company/policy/img_policy_title_pc.png");
  background-size: cover;
}

[data-page-id=policy] .news_detail {
  border-top: 0;
  padding-top: 0;
}

[data-page-id=policy] .news_detail p {
  line-height: 1.9;
}

[data-page-id=policy] .sec_policy {
  padding: 8rem 0 3.5rem;
}

[data-page-id=policy] .txt_right {
  text-align: right;
}

[data-page-id=policy] .mb_76 {
  margin-bottom: 7.6rem !important;
}

[data-page-id=policy] .mb_20 {
  margin-bottom: 2rem !important;
}

[data-page-id=policy] .mb_15 {
  margin-bottom: 1.5rem !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content_small {
    width: 100rem;
  }
}
@media only screen and (max-width: 767px) {
  [data-page-id=policy] .title--policy {
    background: url("../images/company/policy/img_policy_title_sp.png");
    background-size: cover;
  }

  [data-page-id=policy] .content_small_sp {
    padding: 0 1.7rem;
  }

  [data-page-id=policy] .sec_policy {
    padding: 5rem 0 3rem;
  }

  [data-page-id=policy] .mb_20 {
    margin-bottom: 3rem !important;
  }

  [data-page-id=policy] .mb_76 {
    margin-bottom: 4rem !important;
  }

  [data-page-id=policy] .mb_60_sp {
    margin-bottom: 3rem !important;
  }
}
[data-page-id=office] .title--office {
  background: url("../images/office/img_office_title_pc.png");
  background-size: cover;
}
[data-page-id=office] .sec_office {
  padding: 9rem 0 10rem;
}
[data-page-id=office] .ttl_sub {
  margin-bottom: 7.6rem;
}
[data-page-id=office] .tts_sub {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.8;
}
[data-page-id=office] .office_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 0;
  border-bottom: 1px solid #D5D1D5;
}
[data-page-id=office] .office_box .thumb {
  width: 35rem;
  margin-right: 3.3rem;
}
[data-page-id=office] .office_box .info_title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
[data-page-id=office] .office_box .info_desp {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.9;
}
[data-page-id=office] .office_box .info_map {
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
  padding-left: 2rem;
  display: block;
  margin-bottom: 1.5rem;
}
[data-page-id=office] .office_box .info_map:after {
  content: "";
  background: url("../images/office/icon_office_map.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 1.3rem;
  height: 1.6rem;
  top: 0.6rem;
  left: 0;
  display: block;
}
[data-page-id=office] .office_box .info_file {
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
  padding-left: 2rem;
  display: block;
}
[data-page-id=office] .office_box .info_file:after {
  content: "";
  background: url("../images/office/icon_office_pdf.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 1.3rem;
  height: 1.4rem;
  top: 0.5rem;
  left: 0;
  display: block;
}
[data-page-id=office] .office_box .info a:hover {
  text-decoration: underline;
  color: #C21D06;
}

@media only screen and (max-width: 1160px) and (min-width: 768px) {
  .title--office {
    background: url("../images/office/img_office_title_pc.png");
    background-position-x: -160px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [data-page-id=office] .office_box .info_map:after {
    background: url("../images/office/icon_office_map.png") no-repeat;
    background-size: 100% 100%;
  }
  [data-page-id=office] .office_box .info_file:after {
    width: 1.21rem;
    height: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  [data-page-id=office] .title--office {
    background: url("../images/office/img_office_title_sp.png");
    background-size: cover;
  }
  [data-page-id=office] .sec_office {
    padding: 4rem 0 5rem;
  }
  [data-page-id=office] .content_small_sp {
    padding: 0 2rem;
  }
  [data-page-id=office] .ttl_sub {
    margin-bottom: 3.3rem;
  }
  [data-page-id=office] .office_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: 0;
  }
  [data-page-id=office] .office_box .thumb {
    width: auto;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
[data-page-id=contact01] .title--contact {
  background: url("../images/contact/img_contact_title_pc.png");
  background-size: cover;
}
[data-page-id=contact01] .sec_contact_link {
  padding: 4rem 0;
}
[data-page-id=contact01] .box_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-page-id=contact01] .box_link .link_ttl {
  width: 7rem;
  margin-right: 3rem;
}
[data-page-id=contact01] .box_link .link_ttl h3 {
  font-size: 1.6rem;
  font-weight: 500;
}
[data-page-id=contact01] .box_link .link .list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-page-id=contact01] .box_link .link .list_link .link_item {
  margin-right: 4rem;
}
[data-page-id=contact01] .box_link .link .list_link .link_item a {
  padding-left: 3.5rem;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
}
[data-page-id=contact01] .box_link .link .list_link .link_item a:before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_link_02_pc.svg) no-repeat;
  background-size: cover;
}
[data-page-id=contact01] .box_link .link .list_link .link_item a:hover {
  text-decoration: underline;
  color: #C21D06;
}
[data-page-id=contact01] .box_link .link .list_link .link_item .active {
  font-weight: 500;
  color: #B2301C;
}
[data-page-id=contact01] .box_link .link .list_link .link_item .active:hover {
  text-decoration: none;
  opacity: 1;
}
[data-page-id=contact01] .box_link .link .list_link_sub .link_item {
  margin-right: 4rem;
}
[data-page-id=contact01] .box_link:first-child {
  margin-bottom: 2.4rem;
}
[data-page-id=contact01] .sec_contact_sub {
  padding: 6rem 0;
  padding-top: 7rem;
}
[data-page-id=contact01] .sec_contact_sub .ttl_sub {
  margin-bottom: 4.4rem;
}
[data-page-id=contact01] .sec_contact_sub .step {
  margin-bottom: 2.5rem;
}
[data-page-id=contact01] .sec_contact_sub .step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-page-id=contact01] .sec_contact_sub .step_item {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  color: #000000;
  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;
}
[data-page-id=contact01] .sec_contact_sub .step_item span {
  line-height: 1;
}
[data-page-id=contact01] .sec_contact_sub .step_item:first-child {
  color: #FFFFFF;
  background: url("../images/contact/img_contact_bg1.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  top: 0;
  width: 38.6%;
  height: 4rem;
}
[data-page-id=contact01] .sec_contact_sub .step_item:nth-child(2) {
  background: url("../images/contact/img_contact_bg2.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: -0.73rem;
  top: 0;
  width: 39%;
  height: 4rem;
  color: #000000;
}
[data-page-id=contact01] .sec_contact_sub .step_item:nth-child(3) {
  background: url("../images/contact/img_contact_bg3.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: -1.5rem;
  right: 0;
  width: 36.6%;
  height: 4rem;
  color: #000000;
}
[data-page-id=contact01] .sec_contact_sub .desp {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 300;
  text-align: center;
}
[data-page-id=contact01] .sec_contact_mail {
  padding: 5rem 0;
}

@media only screen and (max-width: 1160px) and (min-width: 768px) {
  [data-page-id=contact01] .title--contact {
    background-position-x: -200px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [data-page-id=contact01] .box_link .link .list_link .link_item a:before {
    width: 2.1rem;
    background-size: auto;
  }
}
@media only screen and (max-width: 767px) {
  [data-page-id=contact01] .breadcrumb ul li {
    max-width: 133px;
  }
  [data-page-id=contact01] .content_sp {
    padding: 0 1.9rem;
  }
  [data-page-id=contact01] .title--contact {
    background: url("../images/contact/img_contact_title_sp.png");
    background-size: cover;
  }
  [data-page-id=contact01] .content_small_sp {
    padding: 0 2rem;
  }
  [data-page-id=contact01] .box_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [data-page-id=contact01] .box_link .link_ttl {
    width: 100%;
  }
  [data-page-id=contact01] .box_link .link_ttl h3 {
    margin-bottom: 1.5rem;
  }
  [data-page-id=contact01] .box_link .link .list_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [data-page-id=contact01] .box_link .link .list_link .link_item {
    margin-right: 0;
    width: 44%;
    margin-bottom: 1.5rem;
  }
  [data-page-id=contact01] .box_link .link .list_link .link_item a {
    padding-left: 3.5rem;
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 300;
  }
  [data-page-id=contact01] .box_link .link .list_link .link_item a:before {
    content: "";
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 2rem;
    height: 2rem;
    background: url(../images/icon_link_02_pc.svg) no-repeat;
    background-size: cover;
  }
  [data-page-id=contact01] .box_link .link .list_link .link_item a:hover {
    text-decoration: underline;
    color: #C21D06;
  }
  [data-page-id=contact01] .box_link .link .list_link .link_item .active {
    font-weight: 500;
    color: #B2301C;
  }
  [data-page-id=contact01] .box_link .link .list_link .link_item .active:hover {
    text-decoration: none;
    opacity: 1;
  }
  [data-page-id=contact01] .box_link .link .list_link_sub .link_item {
    margin-bottom: 1.5rem;
    margin-right: 0rem;
    width: 100%;
  }
  [data-page-id=contact01] .sec_contact_sub {
    padding: 6rem 0;
    padding-top: 5rem;
  }
  [data-page-id=contact01] .sec_contact_sub .ttl_sub {
    margin-bottom: 4.4rem;
  }
  [data-page-id=contact01] .sec_contact_sub .step {
    margin-bottom: 2.5rem;
  }
  [data-page-id=contact01] .sec_contact_sub .step_list {
    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;
  }
  [data-page-id=contact01] .sec_contact_sub .step_item {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 300;
    color: #000000;
  }
  [data-page-id=contact01] .sec_contact_sub .step_item:first-child {
    color: #FFFFFF;
    background: url("../images/contact/img_contact_bg1_sp.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: 0;
    top: 0;
    width: 14.2rem;
    height: 3.4rem;
  }
  [data-page-id=contact01] .sec_contact_sub .step_item:nth-child(2) {
    background: url("../images/contact/img_contact_bg2_sp.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: -0.5rem;
    top: 0;
    width: 14.2rem;
    height: 3.4rem;
    color: #000000;
  }
  [data-page-id=contact01] .sec_contact_sub .step_item:nth-child(3) {
    background: url("../images/contact/img_contact_bg3_sp.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: -1.1rem;
    right: 0;
    width: 14.2rem;
    height: 3.4rem;
    color: #000000;
  }
  [data-page-id=contact01] .sec_contact_sub .desp {
    font-size: 1.6rem;
    color: #000000;
    font-weight: 300;
    text-align: center;
  }
}
[data-page-id=contact07] .sec_contact_sub {
  padding: 6rem 0;
  padding-top: 8rem;
}
[data-page-id=contact07] .sec_contact_sub .ttl_sub {
  margin-bottom: 3.5rem;
}
[data-page-id=contact07] .sec_contact_sub .step {
  margin-bottom: 2.5rem;
}
[data-page-id=contact07] .sec_contact_sub .step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-page-id=contact07] .sec_contact_sub .step_item {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  color: #000000;
  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;
}
[data-page-id=contact07] .sec_contact_sub .step_item span {
  line-height: 1;
}
[data-page-id=contact07] .sec_contact_sub .step_item:first-child {
  color: #000000;
  background: url("../images/contact/img_contact_bg1_gray.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  top: 0;
  width: 38.6%;
  height: 4rem;
}
[data-page-id=contact07] .sec_contact_sub .step_item:nth-child(2) {
  background: url("../images/contact/img_contact_bg2.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: -0.75rem;
  top: 0;
  width: 39%;
  height: 4rem;
  color: #000000;
}
[data-page-id=contact07] .sec_contact_sub .step_item:nth-child(3) {
  color: #FFFFFF;
  background: url("../images/contact/img_contact_bg3_red.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: -1.5rem;
  right: 0;
  width: 36.6%;
  height: 4rem;
  color: #ffffff;
}
[data-page-id=contact07] .sec_contact_sub .desp {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3.4rem;
}
[data-page-id=contact07] .contact_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: -3rem;
  margin-bottom: 1rem;
}
[data-page-id=contact07] .contact_phone .number {
  font-size: 5rem;
  color: #000000;
  font-weight: 400;
  margin-bottom: 1rem;
}
[data-page-id=contact07] .contact_phone .icon {
  width: 6rem;
  margin-right: 1.8rem;
  line-height: 1.8;
}
[data-page-id=contact07] .box_address {
  text-align: center;
  line-height: 1.8;
}
[data-page-id=contact07] .box_address h3 {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
}
[data-page-id=contact07] .box_address p {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 300;
}
[data-page-id=contact07] .btn_top {
  margin: 3.5rem auto 4rem;
}

@media only screen and (max-width: 767px) {
  [data-page-id=contact07] .content_small_sp {
    padding: 0 2rem;
  }
  [data-page-id=contact07] .sec_contact_sub {
    padding: 6rem 0;
    padding-top: 5rem;
  }
  [data-page-id=contact07] .sec_contact_sub .ttl_sub {
    margin-bottom: 4.4rem;
  }
  [data-page-id=contact07] .sec_contact_sub .step {
    margin-bottom: 2.5rem;
  }
  [data-page-id=contact07] .sec_contact_sub .step_list {
    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;
  }
  [data-page-id=contact07] .sec_contact_sub .step_item {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 300;
    color: #000000;
  }
  [data-page-id=contact07] .sec_contact_sub .step_item:first-child {
    color: #000000;
    background: url("../images/contact/img_contact_bg1_gray_sp.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: 0;
    top: 0;
    width: 12.2rem;
    height: 3.4rem;
  }
  [data-page-id=contact07] .sec_contact_sub .step_item:nth-child(2) {
    background: url("../images/contact/img_contact_bg2_sp.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: -0.5rem;
    top: 0;
    width: 12.2rem;
    height: 3.4rem;
    color: #000000;
  }
  [data-page-id=contact07] .sec_contact_sub .step_item:nth-child(3) {
    color: #FFFFFF;
    background: url("../images/contact/img_contact_bg3_red_sp.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: -1.1rem;
    right: 0;
    width: 12.2rem;
    height: 3.4rem;
  }
  [data-page-id=contact07] .sec_contact_sub .desp {
    font-size: 1.6rem;
    color: #000000;
    font-weight: 300;
    text-align: center;
  }
  [data-page-id=contact07] .contact_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    left: 0;
    margin-bottom: 1rem;
  }
  [data-page-id=contact07] .contact_phone .number {
    font-size: 4rem;
    color: #000000;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  [data-page-id=contact07] .contact_phone .icon {
    width: 6rem;
    margin-right: 1rem;
    line-height: 1.8;
  }
}
[data-page-id=measure] .ttl_small {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  color: #000000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5.7rem;
}
[data-page-id=measure] .sub_contain {
  padding: 0;
}
[data-page-id=measure] .sub_contain .list_top figure {
  border: solid 1px #D5D5D5;
  text-align: center;
  background: #ffffff;
}
[data-page-id=measure] .sub_contain .list_top figure img {
  height: 199px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 25px;
}
[data-page-id=measure] .mt-15 {
  margin-top: 1.5rem;
}
[data-page-id=measure] .title--measure {
  background: url(../images/img_measure_title_pc.jpg);
  background-size: cover;
  background-position: right;
}
[data-page-id=measure] .title {
  height: 15rem;
}
[data-page-id=measure] .title h1 {
  font-size: 34px;
  color: #000000;
  margin-bottom: 0.8rem;
}
[data-page-id=measure] .title p {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}
[data-page-id=measure] .sec_measure {
  padding-top: 8rem;
  padding-bottom: 6rem;
}
[data-page-id=measure] .stem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-page-id=measure] .stem_item:nth-child(1) {
  width: 62%;
  margin-right: 6rem;
}
[data-page-id=measure] .stem_item:nth-child(1) p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.9rem;
}
[data-page-id=measure] .stem_item:nth-child(1) .ttl_sub {
  font-size: 4rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 2.5rem;
  line-height: 1.4;
  display: inherit;
}
[data-page-id=measure] .stem_item:nth-child(1) h3 {
  font-size: 2rem;
  color: #000000;
  font-weight: 300;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D5D1D5;
  line-height: 1.6;
}
[data-page-id=measure] .stem_item:nth-child(2) {
  width: 31.6%;
  text-align: center;
}
[data-page-id=measure] .stem_item:nth-child(2) img {
  height: 300px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
[data-page-id=measure] .list_link {
  width: 59rem;
  padding-top: 1.2rem;
  margin-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-page-id=measure] .list_link .link_item {
  width: 15.4rem;
  margin-right: 3.8rem;
  margin-bottom: 2.3rem;
}
[data-page-id=measure] .list_link .link_item .txt_link, [data-page-id=measure] .list_link .link_item em a, em [data-page-id=measure] .list_link .link_item a {
  padding-left: 2.4rem;
  font-weight: 500;
}
[data-page-id=measure] .list_link .link_item .txt_link:after, [data-page-id=measure] .list_link .link_item em a:after, em [data-page-id=measure] .list_link .link_item a:after {
  background: url("../images/service/measurement_product/icon_bottom.svg");
  width: 1.8rem;
  height: 1rem;
  top: 7px;
  background-size: cover;
}
[data-page-id=measure] .sec_view {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
[data-page-id=measure] .sec_view .box_prin .mt-image-left {
  float: left;
  margin: 0 4.5rem 2rem 0;
}
[data-page-id=measure] .sec_view .box_prin .mt-image-right {
  float: right;
  margin: 0 0 2rem 4.5rem;
}
[data-page-id=measure] .sec_view .box_prin .mt-image-center {
  text-align: center;
  display: block;
  margin: 0 auto 2rem;
}
[data-page-id=measure] .sec_view .box_prin p {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: 1.8;
}
[data-page-id=measure] .sec_view .box_prin strong {
  font-weight: 700;
}
[data-page-id=measure] .sec_prin {
  padding-top: 8rem;
  padding-bottom: 6rem;
}
[data-page-id=measure] .sec_prin .sub_contain .mt-image-left {
  float: left;
  margin: 0 4.5rem 2rem 0;
}
[data-page-id=measure] .sec_prin .box_prin .mt-image-right {
  float: right;
  margin: 0 0 2rem 4.5rem;
}
[data-page-id=measure] .sec_prin .box_prin .mt-image-center {
  text-align: center;
  display: block;
  margin: 0 auto 2rem;
}
[data-page-id=measure] .sec_prin .box_prin p {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: 1.8;
}
[data-page-id=measure] .sec_prin .box_prin strong {
  font-weight: 700;
}
[data-page-id=measure] .sec_feature {
  padding: 8rem 0;
  padding-bottom: 4rem;
  overflow: hidden;
}
[data-page-id=measure] .sec_feature .new_detail p {
  margin-bottom: 0;
}
[data-page-id=measure] .sec_feature .box_feature h3 {
  margin-bottom: 2.4rem;
}
[data-page-id=measure] .sec_feature .box_feature:nth-child(4) {
  margin-bottom: 3rem;
}
[data-page-id=measure] .sec_feature .box_feature:last-child {
  margin-bottom: 0;
}
[data-page-id=measure] .sec_feature figure {
  margin: 2.5rem 0 4rem;
}
[data-page-id=measure] .sec_feature figure img {
  max-width: 60rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
[data-page-id=measure] .sec_equip {
  padding: 8rem 0;
  padding-bottom: 0;
}
[data-page-id=measure] .sec_equip .list_top {
  padding-bottom: 0;
}
[data-page-id=measure] .sec_equip .list_top li {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  [data-page-id=measure] .sec_equip .list_top li {
    margin-top: 2rem;
  }
}
[data-page-id=measure] .sec_equip .list_top li a {
  border-bottom: 0;
  background: none;
}
[data-page-id=measure] .sec_equip .list_top .info {
  background: none;
  padding: 1.9rem 0 0rem;
  border-top: 0.2rem solid #C21D06;
  margin-bottom: 0;
}
[data-page-id=measure] .sec_equip .list_top .info .list_top_txt {
  font-size: 1.4rem;
  padding-right: 6rem;
}
@media only screen and (max-width: 767px) {
  [data-page-id=measure] .sec_equip .list_top .info .list_top_txt {
    min-height: inherit;
  }
}
[data-page-id=measure] .sec_equip .list_top .info .ttl_sub1 {
  margin-bottom: 0rem;
  line-height: 1.8;
}
[data-page-id=measure] .sec_equip .list_top .info .list_top_ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.1rem;
}
[data-page-id=measure] .sec_equip .list_top .info .list_top_ttl:after {
  display: none;
}
[data-page-id=measure] .sec_report {
  padding: 8rem 0;
  padding-top: 7.5rem;
  padding-bottom: 4.8rem;
}
[data-page-id=measure] .sec_report .ttl_small {
  margin-bottom: 2rem;
}
[data-page-id=measure] .sec_report .list_link {
  width: auto;
  margin-left: 0;
  display: inherit;
}
[data-page-id=measure] .sec_report .list_link li {
  margin-bottom: 2.8rem;
  font-size: 1.6rem;
  font-weight: 300;
}
[data-page-id=measure] .sec_report .list_link li a {
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 4.5rem;
  line-height: 1.8;
  position: relative;
  display: inline-block;
}
[data-page-id=measure] .sec_report .list_link li a:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 3rem;
  height: 1.6rem;
  background: url(../images/service/measurement_product/icon_pdf.svg) no-repeat;
  background-size: cover;
}
[data-page-id=measure] .sec_report .list_link li a:hover {
  text-decoration: underline;
  color: #C21D06;
}
[data-page-id=measure] .sec_talk {
  padding: 8rem 0;
  padding-bottom: 10rem;
}
[data-page-id=measure] .sec_talk .ttl_small {
  margin-bottom: 0.7rem;
}
[data-page-id=measure] .sec_talk .accor {
  margin-bottom: 0;
}
[data-page-id=measure] .sec_talk .accor .accor_wrap {
  background: #fff;
  padding-right: 7rem;
  padding-bottom: 3rem;
}
[data-page-id=measure] .sec_talk .accor .accor_content {
  display: none;
}
[data-page-id=measure] .sec_talk .accor figure {
  margin-left: 7rem;
}
[data-page-id=measure] .sec_talk .accor .txt_ttl {
  font-size: 1.6rem;
  font-weight: 300;
  background: none;
  border-bottom: 0.1rem solid #978D97;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6rem 0.5rem 2.2rem;
  margin: 2.2rem 0 0;
}
[data-page-id=measure] .sec_talk .accor .txt_ttl.is-active:after {
  background: url("../images/service/measurement_product/icon_close.svg");
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
}
[data-page-id=measure] .sec_talk .accor .txt_ttl:after {
  right: 2.2rem;
  background: url("../images/service/measurement_product/icon_open.svg") center no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
}
[data-page-id=measure] .sec_talk .accor .txt_ttl .question {
  font-family: "Lora", serif;
  font-size: 5rem;
  color: #978D97;
  margin-right: 2rem;
  margin-top: -1rem;
}
[data-page-id=measure] .sec_talk .accor .txt_ttl .question + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-page-id=measure] .sec_talk .accor .thumb {
  margin-top: 2rem;
}
[data-page-id=measure] .sec_talk .accor .txt {
  font-size: 1.6rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-page-id=measure] .sec_talk .accor .txt span:nth-child(2) {
  margin-top: 0.5rem;
}
[data-page-id=measure] .sec_talk .accor .answer {
  font-family: "Lora", serif;
  font-size: 5rem;
  color: #978D97;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 1.8rem;
}
[data-page-id=measure] .sec_talk .accor .answer + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-page-id=measure] .sec_offer {
  padding: 8rem 0;
  padding-top: 9rem;
  padding-bottom: 4rem;
}
[data-page-id=measure] .sec_offer .ttl_small {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
[data-page-id=measure] .sec_offer .list_top {
  padding-bottom: 0;
}
[data-page-id=measure] .sec_offer .list_top li {
  width: 31.5%;
}
[data-page-id=measure] .sec_offer .list_top li a {
  border-bottom: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: none;
}
[data-page-id=measure] .sec_offer .list_top li a:hover .btn_top_contact, [data-page-id=measure] .sec_offer .list_top li a:hover .btn_sub {
  opacity: 0.7;
}
[data-page-id=measure] .sec_offer .list_top li:nth-child(1) {
  margin-right: 3.2rem;
}
[data-page-id=measure] .sec_offer .list_top li:nth-child(1) .btn_top_contact:after, [data-page-id=measure] .sec_offer .list_top li:nth-child(1) .btn_sub:after {
  right: 5.2rem;
}
[data-page-id=measure] .sec_offer .list_top li:nth-child(2) {
  margin-right: 3.2rem;
}
[data-page-id=measure] .sec_offer .list_top li:nth-child(2) .btn_top_contact:after, [data-page-id=measure] .sec_offer .list_top li:nth-child(2) .btn_sub:after {
  right: 4rem;
}
[data-page-id=measure] .sec_offer .list_top .info {
  padding-left: 0;
  padding-right: 0;
}
[data-page-id=measure] .sec_offer .list_top .info .btn_top_contact, [data-page-id=measure] .sec_offer .list_top .info .btn_sub {
  width: 30.2rem;
  color: #fff;
  background: #C21D06;
  margin-bottom: 2rem;
}
[data-page-id=measure] .sec_offer .list_top .info .btn_top_contact:after, [data-page-id=measure] .sec_offer .list_top .info .btn_sub:after {
  background: url(../images/service/measurement_product/icon_arrow_white.svg);
  background-size: cover;
  top: 2rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [data-page-id=measure] .sec_talk .accor .txt span:nth-child(2) {
    width: 84rem;
  }
  [data-page-id=measure] .sec_talk .accor .txt_ttl.is-active:after {
    background-size: auto;
  }
  [data-page-id=measure] .list_link .link_item .txt_link:after, [data-page-id=measure] .list_link .link_item em a:after, em [data-page-id=measure] .list_link .link_item a:after {
    background-size: auto;
  }
  [data-page-id=measure] .sec_offer .list_top .info .btn_top_contact:after, [data-page-id=measure] .sec_offer .list_top .info .btn_sub:after {
    background-size: auto;
  }
  [data-page-id=measure] .sec_report .list_link {
    margin-right: 2rem;
  }
  [data-page-id=measure] .sec_report .list_link li a:before {
    background-size: auto;
  }
}
@media only screen and (max-width: 1160px) and (min-width: 768px) {
  [data-page-id=measure] .list_top {
    margin: 0;
  }
  [data-page-id=measure] .sec_offer .list_top li:nth-child(1) {
    margin-right: 2.2rem;
  }
  [data-page-id=measure] .sec_offer .list_top li:nth-child(2) {
    margin-right: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  [data-page-id=measure] .title {
    padding: 2rem 0;
    height: 14rem;
  }
  [data-page-id=measure] .title--measure {
    background: #D6C6B2;
  }
  [data-page-id=measure] .title--measure h1 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 2rem;
  }

  [data-page-id=measure] .sec_measure {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  [data-page-id=measure] .sec_measure .list_link {
    margin-bottom: 0;
  }
  [data-page-id=measure] .sec_measure .list_link .link_item .txt_link, [data-page-id=measure] .sec_measure .list_link .link_item em a, em [data-page-id=measure] .sec_measure .list_link .link_item a {
    font-weight: 500;
  }
  [data-page-id=measure] .stem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  [data-page-id=measure] .stem_item:nth-child(1) {
    width: auto;
    margin-right: 0;
  }
  [data-page-id=measure] .stem_item:nth-child(1) p {
    font-size: 1.4rem;
  }
  [data-page-id=measure] .stem_item:nth-child(1) .ttl_sub {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  [data-page-id=measure] .stem_item:nth-child(1) h3 {
    font-size: 1.4rem;
    border-bottom: 0;
    margin-bottom: 2rem;
    padding-bottom: 0;
  }
  [data-page-id=measure] .stem_item:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  [data-page-id=measure] .list_link {
    padding-top: 0;
    margin-bottom: 4rem;
    width: 100%;
  }
  [data-page-id=measure] .list_link .link_item {
    width: 46%;
    margin-right: 1.3rem;
  }
  [data-page-id=measure] .sec_view {
    padding-top: 4.2rem;
    padding-bottom: 8rem;
  }
  [data-page-id=measure] .sec_view .box_prin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [data-page-id=measure] .sec_view .box_prin p:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  [data-page-id=measure] .sec_view .box_prin p:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  [data-page-id=measure] .sec_view .box_prin p:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  [data-page-id=measure] .sec_view .box_prin p:nth-child(5) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  [data-page-id=measure] .sec_view .box_prin p:nth-child(7) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  [data-page-id=measure] .sec_view .box_prin p:nth-child(8) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  [data-page-id=measure] .ttl_small {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  [data-page-id=measure] .sec_prin {
    padding-top: 4rem;
    padding-bottom: 1.8rem;
  }
  [data-page-id=measure] .sec_prin .box_prin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [data-page-id=measure] .sec_prin .box_prin p:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  [data-page-id=measure] .sec_prin .box_prin p:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  [data-page-id=measure] .sec_prin .box_prin p:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  [data-page-id=measure] .sec_prin .box_prin p:nth-child(5) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  [data-page-id=measure] .sec_prin .box_prin p:nth-child(7) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  [data-page-id=measure] .sec_prin .box_prin p:nth-child(8) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  [data-page-id=measure] .sec_feature {
    padding: 4rem 0;
    padding-bottom: 0.1rem;
  }
  [data-page-id=measure] .sec_equip {
    padding: 4rem 0;
  }
  [data-page-id=measure] .sec_equip .list_top li {
    margin-bottom: 0;
  }
  [data-page-id=measure] .sec_equip .list_top .info .ttl_sub1 {
    min-height: auto;
    margin-bottom: 1rem;
  }
  [data-page-id=measure] .sec_report {
    padding: 4rem 0;
    padding-bottom: 0;
  }
  [data-page-id=measure] .sec_report .ttl_small {
    margin-bottom: 4rem;
  }
  [data-page-id=measure] .sec_report .list_link li {
    margin-bottom: 3.5rem;
  }
  [data-page-id=measure] .sec_talk {
    padding: 4rem 0;
  }
  [data-page-id=measure] .sec_talk .ttl_small {
    margin-bottom: 2rem;
  }
  [data-page-id=measure] .sec_talk .accor .accor_wrap {
    padding-right: 0;
    padding-bottom: 3rem;
    padding-left: 0.5rem;
  }
  [data-page-id=measure] .sec_talk .accor .txt {
    padding-right: 4rem;
  }
  [data-page-id=measure] .sec_talk .accor figure {
    margin: 0 2rem;
    margin-left: 1.5rem;
    text-align: center;
  }
  [data-page-id=measure] .sec_talk .accor .txt_ttl {
    padding-bottom: 3rem;
    padding-right: 0;
    padding-left: 0.5rem;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  [data-page-id=measure] .sec_talk .accor .txt_ttl:after {
    top: 50%;
    right: 0;
    background: url("../images/service/measurement_product/icon_open_sp.svg") no-repeat;
    background-size: contain;
    width: 2.4rem;
    height: 2.4rem;
  }
  [data-page-id=measure] .sec_talk .accor .txt_ttl.txt_ttl.is-active:after {
    top: 50%;
    right: 0;
    background-size: contain;
  }
  [data-page-id=measure] .sec_talk .accor .txt_ttl span:nth-child(1) {
    font-size: 3rem;
    margin-right: 1rem;
  }
  [data-page-id=measure] .sec_talk .accor .txt_ttl span:nth-child(2) {
    padding-right: 5rem;
  }
  [data-page-id=measure] .sec_talk .accor .txt {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  [data-page-id=measure] .sec_talk .accor .txt span:nth-child(1) {
    font-size: 3rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
  [data-page-id=measure] .sec_offer {
    padding: 4rem 0;
  }
  [data-page-id=measure] .sec_offer .ttl_small {
    font-size: 2rem;
  }
  [data-page-id=measure] .sec_offer .list_top_txt {
    padding: 0 33px;
  }
  [data-page-id=measure] .sec_offer .list_top li {
    width: 100%;
    margin: 0 auto;
  }
  [data-page-id=measure] .sec_offer .list_top li:nth-child(1) {
    margin-right: 0;
    margin-bottom: -0.5rem;
  }
  [data-page-id=measure] .sec_offer .list_top li:nth-child(2) {
    margin-right: 0;
    margin-bottom: -0.5rem;
  }
  [data-page-id=measure] .sec_offer .list_top li:nth-child(n+2) {
    margin-top: 0;
  }
  [data-page-id=measure] .sec_offer .list_top .info .btn_top_contact, [data-page-id=measure] .sec_offer .list_top .info .btn_sub {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  [data-page-id=measure] .sec_offer .list_top .info .btn_top_contact:after, [data-page-id=measure] .sec_offer .list_top .info .btn_sub:after {
    width: 1.3rem;
    height: 2.2rem;
    top: 1.5rem;
  }
}
@media only screen and (max-width: 375px) {
  [data-page-id=measure] .sec_offer .list_top_txt {
    padding: 0 18px;
  }
  [data-page-id=measure] .sec_offer .list_top li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 0;
  }
  [data-page-id=measure] .sec_offer .list_top li:nth-child(2) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
[data-page-id=catalog] {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
[data-page-id=catalog] .title--catalog {
  background: url("../images/service/catalog/img_catalog_title_pc.png");
  background-size: cover;
}
[data-page-id=catalog] .form_file {
  padding: 3rem 0;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  border-top: 1px solid #978D97;
  border-bottom: 1px solid #978D97;
}
[data-page-id=catalog] .btn_service.current {
  background: #ffffff;
  color: inherit !important;
  text-decoration: none !important;
  opacity: 1;
  border-color: #989798;
  cursor: default;
}
[data-page-id=catalog] .sec_error {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
[data-page-id=catalog] .sec_error .ttl_sub {
  margin-bottom: 4.7rem;
}
[data-page-id=catalog] .sec_error .ttl_note {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 4rem;
}
[data-page-id=catalog] .btn_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
[data-page-id=catalog] .btn_control div {
  margin-left: 0;
  position: relative;
  top: -2px;
}
[data-page-id=catalog] .btn_control span {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
[data-page-id=catalog] .btn_control span:after {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/service/catalog/icon_dow.svg") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
}
[data-page-id=catalog] .btn_control span.check {
  pointer-events: auto;
}
[data-page-id=catalog] .btn_control span:hover:after {
  background: url("../images/service/catalog/icon_dow_r.png") no-repeat;
  background-size: contain;
}
[data-page-id=catalog] .btn_control_sub {
  margin-bottom: 0;
  padding-top: 3rem;
}
[data-page-id=catalog] .btn_check {
  font-size: 1.6rem;
  color: #000000;
  position: relative;
  padding-left: 3.5rem;
  display: inline-block;
  font-weight: 400;
  margin-right: 3.6rem;
}
[data-page-id=catalog] .btn_check:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/service/catalog/icon_check.svg") no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}
[data-page-id=catalog] .btn_check:hover {
  opacity: 0.7;
}
[data-page-id=catalog] .btn_uncheck {
  font-size: 1.6rem;
  color: #000000;
  position: relative;
  padding-left: 3.5rem;
  display: inline-block;
  font-weight: 400;
}
[data-page-id=catalog] .btn_uncheck:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/service/catalog/icon_uncheck.svg") no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}
[data-page-id=catalog] .btn_uncheck:hover {
  opacity: 0.7;
}
[data-page-id=catalog] input[type=submit] {
  opacity: 1;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  padding: 0.9rem 5.5rem;
  background: #C21D06;
  border: 0;
  border-radius: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: solid 2px #C21D06;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
[data-page-id=catalog] input[type=submit]:hover {
  background: #ffffff !important;
  color: #C21D06 !important;
}
[data-page-id=catalog] input[type=submit]:after {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/service/catalog/icon_dow.svg") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
}
[data-page-id=catalog] input[type=submit]:disabled {
  opacity: 0.2 !important;
  cursor: none;
  pointer-events: none;
}
[data-page-id=catalog] .accor .accor_content {
  display: block;
  border-bottom: 1px solid #978D97;
}
[data-page-id=catalog] .accor .accor_content:last-child {
  border-bottom: 0;
}
[data-page-id=catalog] .accor .accor_box {
  padding: 0 5.5rem;
  background: #F3F4F4;
}
[data-page-id=catalog] .accor .accor_wrap {
  padding: 4rem 0rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
[data-page-id=catalog] .accor .accor_wrap .cb {
  margin-right: 1.2rem;
}
[data-page-id=catalog] .accor .accor_wrap .thumb {
  width: 15%;
}
[data-page-id=catalog] .accor .accor_wrap h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}
[data-page-id=catalog] .accor .accor_wrap .txt_content {
  width: 78%;
  margin-left: 3.3rem;
}
[data-page-id=catalog] .container {
  display: block;
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
  font-size: 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-page-id=catalog] .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
[data-page-id=catalog] .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #fff;
  border: 1px solid #B81C22;
  border-radius: 3px;
}
[data-page-id=catalog] .container:hover input ~ .checkmark {
  opacity: 0.7;
}
[data-page-id=catalog] .container input:checked ~ .checkmark {
  background-color: #fff;
}
[data-page-id=catalog] .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
[data-page-id=catalog] .container input:checked ~ .checkmark:after {
  display: block;
}
[data-page-id=catalog] .container .checkmark:after {
  left: 0.8rem;
  top: 0.4rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #B81C22;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [data-page-id=catalog] .btn_control span:after {
    background-size: auto;
  }
  [data-page-id=catalog] .btn_check:before {
    background-size: auto;
  }
  [data-page-id=catalog] .btn_uncheck:before {
    background-size: auto;
  }
  [data-page-id=catalog] .txt_link:after, [data-page-id=catalog] em a:after, em [data-page-id=catalog] a:after {
    background-size: auto;
  }
  [data-page-id=catalog] .accor .txt_ttl:after {
    background-size: auto;
  }
  [data-page-id=catalog] .accor .txt_ttl.is-active:after {
    background-size: auto;
  }
}
@media only screen and (max-width: 767px) {
  [data-page-id=catalog] .title--catalog {
    background: url("../images/img_service_title_sp.jpg");
    background-size: cover;
  }
  [data-page-id=catalog] .breadcrumb ul li {
    max-width: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  [data-page-id=catalog] .sec_error {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
  [data-page-id=catalog] .sec_error .ttl_sub {
    margin-bottom: 4rem;
  }
  [data-page-id=catalog] .btn_control {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [data-page-id=catalog] .btn_control div {
    top: 0;
  }
  [data-page-id=catalog] .btn_control span {
    padding-top: 2.5rem;
  }
  [data-page-id=catalog] .btn_control span:after {
    top: 68%;
    background-size: 100% 100%;
  }
  [data-page-id=catalog] .btn_check:before {
    background-size: 100% 100%;
  }
  [data-page-id=catalog] .btn_uncheck:before {
    background-size: 100% 100%;
  }
  [data-page-id=catalog] .accor_box {
    padding: 0 2rem;
  }
  [data-page-id=catalog] .accor_wrap {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [data-page-id=catalog] .accor .txt_content {
    width: 100%;
    margin-left: 0;
    margin-top: 3rem;
  }
  [data-page-id=catalog] .accor .thumb {
    width: 100%;
    text-align: center;
  }
}
.tac {
  text-align: center;
}

.title {
  margin-top: 12.8rem;
  height: 22.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .title {
    height: 10rem;
    margin-top: 7rem;
  }
}
.title h1 {
  font-size: 45px;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
}

.title .h1_sub {
  font-size: 45px;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
}

.title .h1_sub2 {
  font-size: 45px;
  color: #000000;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 767px) {
  .title h1 {
    font-size: 24px;
  }
  .title .h1_sub {
    font-size: 24px;
  }
  .title .h1_sub2 {
    font-size: 24px;
  }
}
.title--news {
  background: url("../images/img_news_title_pc.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--news {
    background: url("../images/img_news_title_sp.jpg");
    background-size: cover;
  }
}
.title--about {
  background: url("../images/img_about_title_pc.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--about {
    background: url("../images/img_about_title_sp.jpg");
    background-size: cover;
  }
}
.title--company {
  background: url("../images/img_company_title_pc.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--company {
    background: url("../images/img_company_title_sp.jpg");
    background-size: cover;
  }
}
/*2024 0215 add*/
.title--environment {
  background: url("../images/img_environment_title_pc.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--environment {
    background: url("../images/img_environment_title_sp.jpg");
    background-size: cover;
  }
}
/*2024 0215 add end*/
.title--service {
  background: url("../images/img_service_title_pc.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--service {
    background: url("../images/img_service_title_sp.jpg");
    background-size: cover;
  }
}
.title--service_en {
  background: url("../images/img_service_en_title_pc.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--service_en {
    background: url("../images/img_service_en_title_sp.jpg");
    background-size: cover;
  }
}
.title--business {
  background: url("../images/img_business_title_pc.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--business {
    background: url("../images/img_business_title_sp.jpg");
    background-size: cover;
  }
}
.title--contact {
  background: url("../images/img_contact_title_pc.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--contact {
    background: url("../images/img_contact_title_sp.jpg");
    background-size: cover;
  }
}
.title--contact_en {
  background: url("../images/img_contact_en_title_pc.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--contact_en {
    background: url("../images/img_contact_en_title_sp.jpg");
    background-size: cover;
  }
}
.title--page_test {
  background: url("../images/img_page_test_title_pc.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--page_test {
    background: #C0CABB;
  }
}
.title--page_analysis {
  background: url("../images/img_page_analysis_title_pc.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--page_analysis {
    background: #B4C4CC;
  }
}
.title--solution {
  background: url("../images/img_solution_title_pc.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--solution {
    background: url("../images/img_solution_title_sp.jpg");
    background-size: cover;
  }
}
.title--philosophy {
  background: url("../images/img_philosophy_title_pc.jpg") bottom;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--philosophy {
    background: url("../images/img_philosophy_title_sp.jpg");
    background-size: cover;
  }
}
.title--beginner {
  background: url("../images/img_beginner_title_pc.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .title--beginner {
    background: url("../images/img_beginner_title_sp.jpg");
    background-size: cover;
  }
}
.title--page {
  background: #D5D1D5;
  padding: 2rem 0;
  height: inherit;
}
@media only screen and (max-width: 767px) {
  .title--page {
    padding: 1.5rem 0;
  }
}
.title--page h1 {
  color: #000000;
}

.title--page .h1 {
  font-size: 47px;
  color: #000000;
  margin-bottom: 0.8rem;
  font-family: "Lora", serif;
  font-weight:100 !important;
}

.breadcrumb {
  background: #F3F4F4;
  padding: 18px 0;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.breadcrumb ul li {
  margin: 0 5px;
  font-size: 14px;
  font-weight: 300;
  max-width: 680px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .breadcrumb ul li {
    max-width: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .breadcrumb ul li:nth-child(3) {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.breadcrumb a {
  margin-right: 15px;
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: #C21D06;
}

.bg_sub .sub_contain:nth-child(even) {
  background: #F3F4F4;
}

.sub_contain {
  padding: 8rem 0;
}
@media only screen and (max-width: 767px) {
  .sub_contain {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .sub_contain .content_small {
    padding: 0 2rem;
  }
}

.sec_news ul.list_news {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .sec_news ul.list_news {
    margin-bottom: 5rem;
  }
}
.sec_news .txt_page_count {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .sec_news .txt_page_count {
    margin-bottom: 4rem;
  }
}
/*2022/9/12 add start*/
.sec_news.sub_contain {
  padding-top: 3rem;
}
.category_news{
	display: flex;
	align-items: center;
	border-top: 1px solid #D5D1D5;
	border-bottom: 1px solid #D5D1D5;
	width: 100%;
	padding: 1rem 0 1rem 0;
	font-size: 1.6rem;
	margin-bottom: 2.74rem;
	font-weight: 300;
}
.category_news a:hover {
  text-decoration: underline;
  color: #C21D06;
}
.category_news .is-on{
	color: #B81C22;
	font-weight: 700;
}
.category_news_all{
	width: 8.2rem;
	text-align: center;
}
.list_category_news{
	width: calc(100% - 8.2rem);
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #D5D1D5;
	padding: 0 2rem;
}
.list_category_news li{
	padding:0.4rem 4.8rem 0.4rem 0;
}
@media only screen and (max-width: 767px) {
	.sec_news.sub_contain {
	  padding-top: 5rem;
	}
	.category_news{
		font-size: 1.4rem;
		margin-bottom: 4.9rem;
		padding: 1.6rem 0 1.6rem 0;
	}
	.category_news_all{
		width: 6.5rem;
	}
	.list_category_news{
		width: calc(100% - 6.5rem);
		padding: 0;
	}
	.list_category_news li{
		padding: 1rem 0 1rem 3.8rem;
	}
}
/*2022/9/12 add end*/

nav[aria-label="Page Navigation"] {
  margin: 2rem 0;
}
nav[aria-label="Page Navigation"].spNone {
  padding-left: 56px;
}
nav[aria-label="Page Navigation"]:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  nav[aria-label="Page Navigation"] {
    margin-bottom: 0;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pagination .page-item {
  margin: 0 0.25rem;
  width: 3.3rem;
  height: 3.2rem;
  text-align: center;
  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;
}
@media only screen and (max-width: 767px) {
  .pagination .page-item {
    display: none;
  }
}
.pagination .page-item .page-link {
  color: #000000;
  position: relative;
  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;
  padding: 0.4rem;
  margin-left: -1px;
  line-height: 1.25;
  text-align: center;
  border: 1px solid #A39BA3;
  font-size: 1.6rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pagination .page-item:first-child, .pagination .page-item:last-child {
    display: block;
  }
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .pagination .page-item[aria-hidden=true] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .pagination .page-item.active {
    display: block;
  }
}
.pagination .page-item:first-child {
  margin-right: 2rem;
}
.pagination .page-item:last-child {
  margin-left: 2rem;
}
.pagination .page-item.first-last {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .pagination .page-item.first-last {
    display: block;
  }
}
.pagination .page-item.first-last .page-link {
  border: 1px solid #A39BA3;
  padding: 0.4rem;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background: #F3F4F4;
}

.sec_services {
  padding: 8rem 0;
  background: #FBFBFB;
}
@media only screen and (max-width: 767px) {
  .sec_services {
    padding: 5rem 0 3rem;
  }
}

.sec_page {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .sec_page .content_small {
    padding: 0 2rem;
  }
}

.page_ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #8A8A8A;
}
@media only screen and (max-width: 767px) {
  .page_ttl {
    font-size: 2rem;
  }
}

.news_detail .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.news_detail .info .date {
  font-size: 1.6rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
.news_detail .info .cate {
  min-width: 10rem;
  background: #EEEDEE;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  padding: 0.2rem;
  font-weight: 300;
  margin-bottom: 0;
}
.news_detail p {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .news_detail p {
    margin-bottom: 20px;
  }
}
.news_detail p + h2 {
  margin-top: 7rem;
}
@media only screen and (max-width: 767px) {
  .news_detail p + h2 {
    margin-top: 5rem;
  }
  .news_detail p + h3 {
    margin-top: 5rem;
  }
}
.news_detail p + h4 {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .news_detail p + h4 {
    margin-top: 5rem;
  }
}
.news_detail p:last-child {
  margin-bottom: 0;
}
.news_detail a {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .news_detail a {
    font-weight: 300;
  }
}
.news_detail a:hover {
  text-decoration: underline;
  color: #C21D06;
}
.news_detail em {
  margin-bottom: 50px;
  position: relative;
  display: block;
}
.news_detail em:last-child {
  margin-bottom: 0;
}
.news_detail h2 {
  font-size: 2rem;
  background: #D5D1D5;
  border-left: solid 3px #DB0819;
  margin-bottom: 20px;
  font-weight: 500;
  padding: 15px;
}
.news_detail h3 {
  font-size: 2rem;
  background: #D5D1D5;
  border-left: solid 3px #DB0819;
  margin-bottom: 20px;
  font-weight: 500;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .news_detail h3 {
    padding: 10px 15px;
  }
}
.news_detail h3 + h3 {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .news_detail h3 + h3 {
    margin-top: 35px;
  }
}
.news_detail h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.news_detail strong {
  font-weight: bold;
}
.news_detail ul li {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
  line-height: 2;
}
.news_detail ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 50px;
}
.news_detail a.btn_page {
  color: #C21D06;
  max-width: 302px;
  border: solid 1px #C21D06;
  border-radius: 3px;
  text-align: center;
  display: block;
  padding: 20px;
  position: relative;
  margin: 85px auto;
}
@media only screen and (max-width: 767px) {
  .news_detail a.btn_page {
    padding: 10px;
  }
}
.news_detail a.btn_page:hover {
  text-decoration: none;
}
.news_detail a.btn_page:after {
  content: "";
  position: absolute;
  top: calc(43% + 9px);
  left: 20px;
  width: 15px;
  height: 1px;
  background: #C21D06;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media only screen and (max-width: 767px) {
  .news_detail a.btn_page:after {
    width: 10px;
    top: calc(45% + 6px);
  }
}
.news_detail a.btn_page:before {
  content: "";
  position: absolute;
  top: 43%;
  left: 20px;
  width: 15px;
  height: 1px;
  background: #C21D06;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media only screen and (max-width: 767px) {
  .news_detail a.btn_page:before {
    width: 10px;
    top: 45%;
  }
}

hr {
  height: 1px;
  background: #8A8A8A;
  margin: 60px 0 45px;
}
@media only screen and (max-width: 767px) {
  hr {
    margin: 5rem 0 4rem;
  }
}

.boxin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .boxin {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.boxin .boxin_txt {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .boxin .boxin_txt {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.boxin .thumb {
  width: 50%;
  padding-left: 4rem;
}
@media only screen and (max-width: 767px) {
  .boxin .thumb {
    width: 100%;
    padding-left: 0;
  }
}

.img_link figure {
  margin-bottom: 1rem;
  overflow: hidden;
}
.img_link figure img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.img_link:hover .txt_link, .img_link:hover em a, em .img_link:hover a {
  text-decoration: underline;
  color: #C21D06;
}
.img_link:hover figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.txt_link, em a {
  padding-left: 1.5rem;
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  background: none;
}
.txt_link:hover, em a:hover {
  text-decoration: underline;
  color: #C21D06;
}
.txt_link:after, em a:after {
  content: "";
  position: absolute;
  background: url("../images/ico_arrow_red.svg");
  width: 0.7rem;
  height: 0.5rem;
  background-size: cover;
  left: 0;
  top: 11px;
  display: block;
}
.txt_link + .txt_link, em a + .txt_link, em .txt_link + a, em a + a {
  margin-top: 0.7rem;
}
.txt_link--external {
  padding-left: 2rem;
}
.txt_link--external:after {
  background: url("../images/ico_external.svg");
  background-size: cover;
  width: 1.5rem;
  height: 1.1rem;
  top: 8px;
}
.txt_link--external2 {
  padding-right: 2rem;
  padding-left: 0;
}
.txt_link--external2:after {
  background: url("../images/ico_external.svg");
  background-size: cover;
  width: 1.5rem;
  height: 1.1rem;
  top: 8px;
  left: inherit;
  right: 0;
}
.txt_link--external3 {
  padding-left: 3rem;
  font-weight: 300;
}
.txt_link--external3:after {
  background: url("../images/ico_external.svg");
  background-size: cover;
  width: 1.5rem;
  height: 1.1rem;
  top: 8px;
  left: 0;
}

.list_sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2.75rem -5rem;
}
@media only screen and (max-width: 767px) {
  .list_sub ul {
    margin: 0;
  }
}
.list_sub ul li {
  width: 33.3333%;
  padding: 0 2.75rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .list_sub ul li {
    width: 100%;
    padding: 0;
  }
}
.list_sub a:hover .txt_link, .list_sub a:hover em a, em .list_sub a:hover a {
  text-decoration: underline;
  color: #C21D06;
}
.list_sub a:hover figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.list_sub figure {
  overflow: hidden;
  margin-bottom: 1rem;
}
.list_sub figure img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.table {
  margin-bottom: 2rem;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table tr th {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  border-top: solid 1px #B30001;
  border-bottom: solid 1px #B30001;
  padding: 30px 10px;
  text-align: left;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .table tr th {
    width: 35%;
    padding: 30px 0;
  }
}
.table tr td {
  width: 80%;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  border-top: solid 1px #CBC6CB;
  border-bottom: solid 1px #CBC6CB;
  padding: 30px 50px;
}
.table tr td a {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .table tr td {
    width: 65%;
    padding: 30px 0;
  }
}

p.txt + h3 {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  p.txt + h3 {
    margin-top: 2rem;
  }
}

.bg_gray {
  background: #F3F4F4;
}

.form_sub {
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 767px) {
  .form_sub {
    margin-bottom: 2.8rem;
  }
}

.count_sub {
  text-align: center;
  margin-bottom: 5rem;
}
.count_sub span {
  font-size: 2rem;
  font-weight: bold;
}
.count_sub p {
  font-size: 1.6rem;
}
.count_sub p.val {
  display: inline-block;
}
.count_sub p.null {
  font-weight: normal;
  font-size: 1.6rem;
  display: none;
}
.count_sub p.null span {
  font-weight: bold;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .count_sub {
    margin-bottom: 4rem;
  }
}
.count_sub.null .val {
  display: none;
}
.count_sub.null .null {
  display: inline-block;
}

.search_items {
  margin-bottom: 7rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .search_items {
    margin-bottom: 5rem;
  }
}
.search_items .txt_link, .search_items em a, em .search_items a {
  font-size: 2rem;
  color: #812D3A;
  font-weight: 500;
  padding-left: 2.2rem;
  margin-bottom: 0.5rem;
}
.search_items .txt_link:after, .search_items em a:after, em .search_items a:after {
  background: url("../images/ico_arrow_red2.svg");
  background-size: cover;
  top: 1.2rem;
}

.btn_top {
  max-width: 30.3rem;
  width: 100%;
  height: 6.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #C21D06;
  background: #fff;
  border-radius: 0.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.5rem;
  position: relative;
  border: solid 1px #C21D06;
  margin: 6rem auto 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .btn_top {
    margin-top: 3.5rem;
    height: 5rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.btn_top:after {
  content: "";
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: url("../images/icon_right_contact.svg") no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .btn_top:after {
    width: 0.8rem;
    height: 1.4rem;
    right: 1.2rem;
    top: 1.8rem;
  }
}
.btn_top:hover {
  opacity: 1;
  background: #C21D06;
  color: #ffffff;
}
.btn_top:hover:after {
  background: url("../images/icon_right_contact_w.svg") no-repeat;
  background-size: contain;
}

.btn_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn_control div {
  margin: 0 2rem;
  font-size: 2rem;
  cursor: pointer;
}

.accor_group {
  margin: 7rem 0;
}
@media only screen and (max-width: 767px) {
  .accor_group {
    margin: 5rem 0;
  }
}

.accor {
  margin-bottom: 1.5rem;
}
.accor .txt_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2.2rem 6rem 2.2rem 2.2rem;
  background: #D5D1D5;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .accor .txt_ttl {
    padding: 1.3rem 4.5rem 1.4rem 2.3rem;
  }
}
.accor .txt_ttl:after {
  content: "";
  background: url("../images/ico_open.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  height: 2.4rem;
  width: 2.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 767px) {
  .accor .txt_ttl:after {
    right: 1.5rem;
  }
}
.accor .txt_ttl.is-active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background: url("../images/ico_close.svg") center no-repeat;
  background-size: contain;
}
.accor .accor_content {
  display: block;
}
.accor .accor_wrap {
  padding: 0.5rem 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F3F4F4;
}
.accor .accor_wrap a {
  font-size: 2rem;
  font-weight: bold;
}
.accor .accor_wrap a:hover {
  color: #C21D06;
  text-decoration: underline;
}

.accor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F3F4F4;
}
.accor_list li {
  width: calc(50% - 2.5rem);
  border-bottom: solid 1px #D5D1D5;
  padding: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .accor_list li {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.accor_list .txt_link, .accor_list em a, em .accor_list a {
  padding-right: 50px;
  padding-left: 0;
  display: block;
}
.accor_list .txt_link:after, .accor_list em a:after, em .accor_list a:after {
  background: url("../images/ico_arrow_right.svg");
  width: 12px;
  height: 14px;
  right: 0;
  top: 8px;
  left: inherit;
}
.accor_list p.txt {
  margin-bottom: 0;
}

.sec_service.bdb {
  border-bottom: solid 1px #978D97;
  padding-bottom: 0;
}
.sec_service.bg_gray {
  padding-top: 4rem;
}

.tab_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5rem;
  position: relative;
  bottom: -1px;
  width: 63%;
}
@media only screen and (max-width: 767px) {
  .list_service {
    margin-right: 0.25rem;
    width: 100%;
  }
}
.list_service li {
  margin: 0 10px;
  max-width: 180px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .list_service li {
    max-width: inherit;
    margin: 0 0.25rem;
  }
}
.list_service li a {
  font-size: 1.9rem;
  font-weight: 500;
  display: block;
  padding: 1.45rem 1rem;
  border: solid 1px #978D97;
  border-radius: 3px 3px 0 0;
  text-align: center;
  background: #978D97;
  color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .list_service li a {
    font-size: 1.2rem;
    padding: 1.5rem 1rem;
  }
}
.list_service li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.list_service li a:hover {
  opacity: 1;
}
.list_service li a:hover:after {
  opacity: 1;
}
.list_service li.current a {
  border-bottom: solid 1px #ffffff;
  color: #000000;
  background: #ffffff;
}

.btn_service {
  display: block;
  font-size: 1.6rem;
  border: solid 1px #D5D1D5;
  border-radius: 3px;
  background: #F3F4F4;
  color: #000000;
  padding: 1.1rem 2.5rem 1.1rem 35px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn_service:after {
  left: 20px !important;
  top: calc(50% - 0.46rem/2) !important;
}
@media only screen and (max-width: 767px) {
  .btn_service {
    padding: 4px 10px 4px 10px !important;
    text-align: center;
    font-size: 1.2rem;
    border-color: #989798;
    font-weight: 500;
  }
  .btn_service:after {
    content: none !important;
  }
}
.btn_service:hover {
  background: #ffffff;
  color: inherit !important;
  text-decoration: none !important;
  opacity: 1;
  border-color: #989798;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tab_service {
    padding-top: 25px;
    margin-top: -25px;
  }
}
[data-page-id=certification] .content_small .certifi_list {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  [data-page-id=certification] .content_small .certifi_list {
    width: 100%;
  }
}

[data-page-id=certification] .content_small .certifi_tts {
  width: 42.5rem;
}
.lang_en {
  font-family: "Roboto", sans-serif;
}
.lang_en .slider_top_txt {
  font-family: "Lora", serif;
}
.lang_en .module-ga-cookie-accept-bar .jp {
  display: none;
}
.lang_en .module-ga-cookie-accept-bar .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang_en .btn_top_contact, .lang_en .btn_sub {
  max-width: 34rem;
}
.lang_en .list_top_ttl {
  font-size: 2.5rem;
  font-family: "Lora", serif;
}
.lang_en .ttl_sec_top {
  font-family: "Lora", serif;
  font-weight: 300;
}
.lang_en .ttl_sub {
  font-family: "Lora", serif;
  font-weight: 400;
}
.lang_en .table tr th {
  font-weight: 500;
}
.lang_en .sec_top_technology {
  margin-bottom: 12.5rem;
  padding-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .lang_en .sec_top_technology {
    margin-bottom: 0;
    padding-top: 4rem;
  }
}
.lang_en .sec_top_technology .ttl_sec_top .txt {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .lang_en .sec_top_technology .ttl_sec_top .txt {
    margin-top: 2rem;
  }
}
.lang_en .sec_top_video {
  padding-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .lang_en .sec_top_video {
    padding-top: 5rem;
  }
}
.lang_en .sec_top_solution .list_top_container:after {
  height: 100%;
}
.lang_en .sec_top_solution .list_top {
  margin: 0;
  padding-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .lang_en .sec_top_solution .list_top {
    padding-bottom: 4.8rem;
  }
}
.lang_en .sec_top_solution .list_top li {
  background: #ffffff;
  border-bottom: 0.2rem solid #C21D06;
  padding: 0 3.6rem;
}
@media only screen and (max-width: 767px) {
  .lang_en .sec_top_solution .list_top li {
    border-bottom: none;
    padding: 0;
  }
  .lang_en .sec_top_solution .list_top li:last-child {
    border-bottom: 0.2rem solid #C21D06;
  }
}
.lang_en .sec_top_solution .list_top .info {
  padding: 3.5rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  .lang_en .sec_top_solution .list_top .info {
    padding: 2.3rem 2rem 3.5rem;
  }
}
.lang_en .sec_top_solution .list_top li:nth-child(n+2) {
  margin-top: 0;
}
.lang_en .sec_top_solution .list_top li .list_content {
  border-bottom: none;
}
.list_service_1 {
  margin-top: 6.8rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .list_service_1 {
    margin-top: 4.5rem;
  }
  .list_service_1 li:nth-child(n+2) {
    margin-top: 3.2rem;
  }
}
.list_service_1 .info {
  padding: 3rem 0 0;
}
.list_service_1 .list_top_ttl:after {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 0;
  background: url("../images/ico_open.svg") center no-repeat;
  background-size: contain;
  height: 2.4rem;
  width: 2.4rem;
}
.list_service_1 li a {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .list_service_1 .list_top_ttl {
    margin-bottom: 0.7rem;
  }
  .list_service_1 .list_top_ttl:after {
    top: 0.5rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .list_service_1 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .list_service_1 .info {
    padding-top: 0;
  }
  .list_service_1 figure {
    max-width: 10.7rem;
    height: 100%;
    margin-right: 1.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .list_service_1 figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.flex_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7rem;
}
.flex_content:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .flex_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex_content .txt_content {
  width: calc(100% - 28rem);
  padding-right: 5rem;
}
@media only screen and (max-width: 767px) {
  .flex_content .txt_content {
    width: 100%;
    padding-right: 0;
  }
}
.flex_content .thumb {
  width: 28rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .flex_content .thumb {
    width: 100%;
    margin-top: 2.4rem;
    text-align: center;
  }
}
.flex_content--1 .txt_content {
  padding-left: 5rem;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .flex_content--1 .txt_content {
    padding-left: 0;
  }
}
.flex_content--1 .txt_link, .flex_content--1 em a, em .flex_content--1 a {
  display: block;
}
.flex_content--1 .thumb {
  width: 35rem;
}
@media only screen and (max-width: 767px) {
  .flex_content--1 .thumb {
    width: 100%;
    margin: 3.2rem 0 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .flex_content--1 {
    margin-bottom: 10rem;
  }
}

.underline {
  text-decoration: underline;
}

.service_content .thumb img {
  width: 100%;
}
.service_content .ttl_h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .service_content {
    margin-bottom: 5rem;
  }
  .service_content .ttl_h4 {
    font-size: 1.4rem;
  }
  .service_content .ttl_h4 + p.txt {
    line-height: 2;
    font-size: 1.4rem;
  }
}

.ft_en .navi_footer > li {
  width: 12rem !important;
}
@media only screen and (max-width: 767px) {
  .ft_en .navi_footer > li {
    width: 100% !important;
  }
}
.ft_en .navi_footer > li a {
  font-weight: 400;
}

.wrap-txt-inner .mod-link-arrow-l,
.wrap-txt-inner .title,
.wrap-txt-inner .title-sub {
  position: relative;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
.wrap-txt-inner .mod-link-arrow-l.is-animated,
.wrap-txt-inner .title.is-animated,
.wrap-txt-inner .title-sub.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.txt-item:first-child().is-show .wrap-txt-inner .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.txt-item:first-child().is-show .wrap-txt-inner .title-sub {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.txt-item:first-child().is-show .wrap-txt-inner .mod-link-arrow-l {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotateZ(0.00001deg) scale(1);
    transform: rotateZ(0.00001deg) scale(1);
  }
  100% {
    -webkit-transform: rotateZ(0.00001deg) scale(1.06);
    transform: rotateZ(0.00001deg) scale(1.06);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotateZ(0.00001deg) scale(1);
    transform: rotateZ(0.00001deg) scale(1);
  }
  100% {
    -webkit-transform: rotateZ(0.00001deg) scale(1.06);
    transform: rotateZ(0.00001deg) scale(1.06);
  }
}
#top-mv {
  overflow: hidden;
}

#canvas-slider-bg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#canvas-slider-bg.bg_red {
  background: red;
}

@-webkit-keyframes ga-cookie-accept-bar-slide-in {
  from {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ga-cookie-accept-bar-slide-in {
  from {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ga-cookie-accept-bar-slide-out {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
}
@keyframes ga-cookie-accept-bar-slide-out {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
}
.module-ga-cookie-accept-bar.state-remove {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: ga-cookie-accept-bar-slide-out;
          animation-name: ga-cookie-accept-bar-slide-out;
}

.module-ga-cookie-accept-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 25px 0;
  background: #D5D1D5;
  width: 100%;
  z-index: 99999;
  -webkit-animation-name: ga-cookie-accept-bar-slide-in;
          animation-name: ga-cookie-accept-bar-slide-in;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.module-ga-cookie-accept-bar .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .module-ga-cookie-accept-bar .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.module-ga-cookie-accept-bar .jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-ga-cookie-accept-bar .en {
  display: none;
}
.module-ga-cookie-accept-bar p {
  font-size: 1.4rem;
  font-weight: 300;
}
.module-ga-cookie-accept-bar a {
  font-size: 1.4rem;
  color: #C21D06;
  display: block;
  margin-top: 5px;
}
.module-ga-cookie-accept-bar a:after {
  top: 8px;
}

.btn_cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .btn_cookie {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5rem;
    width: 100%;
  }
}

.module-ga-cookie-accept-btn {
  min-width: 13.4rem;
  height: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.5rem;
  background: #C21D06;
  border-radius: 0.3rem;
  border: solid 2px #C21D06;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 8px;
  cursor: pointer;
}
.module-ga-cookie-accept-btn:hover {
  background: #ffffff;
  color: #C21D06;
}

.module-ga-cookie-deny-btn {
  background: #646464;
  color: #ffffff;
  border-color: #646464;
}
.module-ga-cookie-deny-btn:hover {
  color: #B6B4B8;
  border-color: #B6B4B8;
}

.sec_business .ttl_sub {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .sec_business .ttl_sub {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_business p.txt + .ttl_h3 {
    margin-top: 3.2rem;
  }
}

.btn_sub {
  color: #ffffff;
  background: #C21D06;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
  .btn_sub {
    height: 6rem;
    max-width: 30.3rem;
    margin: 3rem auto 0;
  }
}
.btn_sub:after {
  background: url("../images/icon_right_contact_w.svg") no-repeat;
  background-size: contain;
  top: calc(50% - 1.1rem);
  height: 2.2rem;
  width: 1.3rem;
}
.btn_sub:hover {
  color: #C21D06;
  background: #ffffff;
  border-color: #C21D06;
}
.btn_sub:hover:after {
  background: url("../images/icon_right_contact.svg") no-repeat;
  background-size: contain;
}
.btn_sub--solution {
  max-width: 40rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .btn_sub--solution {
    max-width: 29.5rem;
  }
}

@-webkit-keyframes modalani {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes modalani {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  overflow: auto;
  background: rgba(0, 0, 0, 0.75);
}
.modal .content_small {
  width: 80rem;
  padding: 2rem;
}
.modal .ttl_sub {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .modal .ttl_sub {
    margin-bottom: 3rem;
  }
}
.modal .modal_content {
  -webkit-animation: modalani;
          animation: modalani;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  background: #ffffff;
  padding: 5rem 4rem;
  position: relative;
  width: 100%;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .modal .modal_content {
    padding: 5rem 2rem;
  }
}
.modal .close {
  width: 3rem;
  height: 3rem;
  background: url("../images/pc_close.svg");
  background-size: contain;
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal .close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.modal .close--bot {
  top: initial;
  bottom: 2rem;
}
.modal#modal02 .content_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.list_contact {
  margin: 0 -1.8rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .list_contact .list_top_txt {
    min-height: inherit;
  }
}
.list_contact li {
  width: 25%;
  padding: 0 1.8rem;
}
@media only screen and (max-width: 767px) {
  .list_contact li {
    width: 100%;
  }
}
.list_contact li a {
  border-bottom: none;
  background: none;
}
.list_contact li a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.list_contact li a:hover .ttl_h4,
.list_contact li a:hover .txt_link,
.list_contact li a:hover em a,
em .list_contact li a:hover a {
  color: #C21D06;
  text-decoration: underline;
}
.list_contact .info {
  padding: 1rem 0 0;
}
.list_contact .ttl_h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .list_contact .ttl_h4 {
    margin-bottom: 0.5rem;
  }
}
.list_contact .txt_link, .list_contact em a, em .list_contact a {
  border-bottom: none;
  background: none;
  font-weight: 300;
  margin-top: 1.5rem;
}

.m-auto {
  margin: 0 auto !important;
}

.pb-0 {
  padding-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .pb-0_sp {
    padding-bottom: 0;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
@media only screen and (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4rem !important;
  }
}

.mb-10 {
  margin-bottom: 10rem !important;
}
.mb-14 {
  margin-bottom: 14rem !important;
}
@media only screen and (max-width: 767px) {
  .mb-14 {
    margin-bottom: 7rem !important;
  }
}
.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-80 {
  margin-top: 8rem;
}
.ml-0 {
  margin-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 5rem;
  }
.spml-auto {
  margin-left: auto !important;
}
}


.sec_privacy_en p.txt + p.txt {
  margin-top: 2rem;
}
.sec_privacy_en .txt--sign {
  margin-top: 3rem !important;
}

.contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-bottom: 6rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .contact_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0;
  }
}
.contact_box .contact_phone {
  margin-bottom: 1rem;
  left: 0;
}
.contact_box .contact_phone .number {
  font-size: 4.2rem;
  font-family: "Lora", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .contact_box .contact_phone .number {
    font-size: 2.4rem;
  }
}
.contact_box .contact_details {
  max-width: 45.5rem;
  width: 100%;
  background: #F3F4F4;
  padding: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .contact_box .contact_details {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .contact_box .contact_details:last-child {
    margin-bottom: 0;
  }
}
.contact_box .contact_txt {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-family: "Lora", sans-serif;
}
.contact_box .box_address .tts_address {
  font-size: 1.4rem;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  [data-page-id=contact07] .sec_contact_sub .step_item,
[data-page-id=contact01] .sec_contact_sub .step_item {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}

.set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem -2.9rem;
}
@media only screen and (max-width: 767px) {
  .set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.set .items {
  padding: 0 2.9rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .set .items {
    margin-bottom: 3rem;
  }
}
.set .items .thumb {
  /*margin: 0 0 1rem;*/
  /*max-width: 60rem;*/
  width: 100%;
}
.set .items .thumb img {
  /*width: 100%;*/
}
.set .items .movie {
  /*margin: 0 0 1rem;*/
  max-width: 60rem;
  width: 100%;
}
.set p.txt {
  font-size: 1.4rem;
}
.set + .ttl_h3 {
  margin-top: 8rem;
}

.sec_solition.bg_gray {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .sec_solition.bg_gray {
    margin-bottom: 0;
  }
}
.sec_solition .ttl_h4 {
  font-size: 2.2rem;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .sec_solition .ttl_h4 {
    font-size: 2rem;
  }
}
.sec_solition .ttl_h5 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  font-weight: 400;
}
.sec_solition .thumb {
  margin: 6rem 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_solition .thumb {
    margin: 4rem 0 0;
  }
  .sec_solition .thumb img {
    width: 100%;
  }
}
.sec_solition .list_top_container:after {
  content: none;
}
.sec_solition .list_top {
  padding-bottom: 0;
}
.sec_solition .list_top .info {
  padding: 3rem 0 0;
}
@media only screen and (max-width: 767px) {
  .sec_solition .list_top .info {
    padding: 3rem 0 4rem;
  }
}
.sec_solition .list_top li a {
  border-bottom: none;
}
.sec_solition .list_top li:nth-child(n+2) {
  margin-top: 0;
}
.sec_solition .list_top li.active {
  pointer-events: none;
}
.sec_solition .list_top li.active .list_top_ttl {
  color: #978D97;
}
.sec_solition .list_top li.active .list_top_ttl:after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .sec_solition .list_top_txt {
    min-height: inherit;
  }
}

.list_solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -9rem -6rem;
}
@media only screen and (max-width: 767px) {
  .list_solution {
    margin: 0;
  }
}
.list_solution.first li:first-child {
  margin-left: 13rem;
}
@media only screen and (max-width: 767px) {
  .list_solution.first li:first-child {
    margin-left: 0;
  }
}
.list_solution .txt_link, .list_solution em a, em .list_solution a {
  display: block;
  text-align: left;
  color: #C21D06;
}
.list_solution figure {
  margin: 0 2rem;
}
.list_solution li {
  max-width: 38rem;
  width: 100%;
  margin: 0 9rem 6rem;
  text-align: center;
}
.list_solution li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .list_solution li {
    margin: 0 0 3rem;
  }
}
.list_solution .ttl_h4 {
  margin: 2rem 0 2.5rem;
}
.list_solution .txt {
  text-align: left;
}

.list_steps {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .list_steps {
    margin-bottom: 5rem;
  }
}
.list_steps li {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  position: relative;
  min-height: 13rem;
}
@media only screen and (max-width: 767px) {
  .list_steps li {
    display: block;
    padding-left: 6rem;
  }
}
.list_steps li:last-child {
  margin-bottom: 0;
}
.list_steps li:last-child .num:after {
  content: none;
}
.list_steps .num {
  background: #8C828C;
  width: 17rem;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-top: 1rem;
  border-left: solid 1px #8C828C;
  border-right: solid 1px #8C828C;
}
@media only screen and (max-width: 767px) {
  .list_steps .num {
    position: absolute;
    height: 100%;
    width: 6rem;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: none;
    border-left: none;
  }
}
.list_steps .num p {
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .list_steps .num p {
    font-size: 1.6rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.list_steps .num p.txt_num {
  font-family: "Noto Serif JP";
  font-size: 5rem;
}
@media only screen and (max-width: 767px) {
  .list_steps .num p.txt_num {
    font-size: 4rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
.list_steps .num:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4rem;
  background: url("../images/poly.svg") bottom center;
  background: cover;
  bottom: -2rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .list_steps .num:after {
    width: 0;
    height: 0;
    background: none;
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
    border-top: 2rem solid #8C828C;
  }
}
.list_steps .txt_content {
  max-width: 37.3rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2rem 0;
  margin-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .list_steps .txt_content {
    margin-left: 0;
    padding: 2rem;
  }
}
.list_steps .txt_content .txt_link, .list_steps .txt_content em a, em .list_steps .txt_content a {
  color: #C21D06;
}
.list_steps figure {
  width: 100%;
  text-align: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 2rem;
}
.list_steps--03 .txt_content {
  max-width: 27.4rem;
}
@media only screen and (max-width: 767px) {
  .list_steps--03 .txt_content {
    max-width: 100%;
  }
}
.list_steps--03 figure {
  text-align: left;
  padding: 2rem 2rem 2rem 10rem;
}
@media only screen and (max-width: 767px) {
  .list_steps--03 figure {
    padding: 2rem;
  }
}

.sec_philosophy .ttl_h4 {
  font-size: 2.2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .sec_philosophy .ttl_h4 {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.sec_philosophy .boxin {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sec_philosophy .boxin {
    margin: 0 -2rem;
  }
}
.sec_philosophy .boxin .boxin_txt {
  margin-right: 5rem;
}
@media only screen and (max-width: 767px) {
  .sec_philosophy .boxin .boxin_txt {
    margin-right: 0;
    padding: 0 2rem;
    margin-bottom: 4rem;
  }
}
.sec_philosophy .boxin .thumb {
  max-width: 40rem;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sec_philosophy .boxin .thumb {
    max-width: 100%;
  }
}
.sec_philosophy .boxin--1 .thumb {
  max-width: 62.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .sec_philosophy .boxin--1 .thumb {
    margin-bottom: 2rem;
  }
}
.sec_philosophy .boxin--1 .boxin_txt {
  margin-left: 4rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sec_philosophy .boxin--1 .boxin_txt {
    margin-left: 0;
  }
}
.sec_philosophy .boxin--2 .thumb {
  max-width: 62.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 767px) {
  .sec_philosophy .boxin--2 .thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2rem;
  }
}
.sec_philosophy .boxin--2 .boxin_txt {
  margin-right: 4rem;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .sec_philosophy .boxin--2 .boxin_txt {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec_philosophy .thumb {
  max-width: 84.812rem;
  margin: 6rem auto 0;
}
@media only screen and (max-width: 767px) {
  .sec_philosophy .thumb {
    margin-top: 4rem;
  }
}
.sec_philosophy .jtl_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 70rem;
  margin: 0 auto;
  border-top: solid 0.1rem #000000;
  border-bottom: solid 0.1rem #000000;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .sec_philosophy .jtl_logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 2rem;
  }
}
.sec_philosophy .jtl_logo .thumb {
  max-width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 3rem 0 0;
}
@media only screen and (max-width: 767px) {
  .sec_philosophy .jtl_logo .thumb {
    margin-bottom: 4rem;
    margin-right: 0;
  }
}
.sec_philosophy .jtl_logo p.ttl {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Lora", sans-serif;
}
@media only screen and (max-width: 767px) {
  .sec_philosophy .jtl_logo p.ttl {
    text-align: center;
  }
}

.anchor_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -1rem 8rem;
}
@media only screen and (max-width: 767px) {
  .anchor_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4rem;
    margin-top: -2rem;
  }
}
.anchor_nav li {
  max-width: 280px;
  width: 100%;
  position: relative;
  background: #F3F4F4;
  margin: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .anchor_nav li {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .anchor_nav li:last-child {
    margin-bottom: 0;
  }
}
.anchor_nav li:after {
  content: "";
  position: absolute;
  background: url("../images/ico_open.svg");
  background-size: cover;
  width: 2.2rem;
  height: 1.3rem;
  right: 1.5rem;
  top: calc(50% - 1.3rem/2);
}
.anchor_nav li a {
  padding: 1rem 1.5rem;
  font-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .anchor_nav li a {
    font-size: 1.8rem;
    padding: 1.6rem;
  }
}
.anchor_nav li a:hover {
  color: #C21D06;
  text-decoration: underline;
}

.sec_beginner #anchor1 {
  padding-top: 50px;
  margin-top: -50px;
}
.sec_beginner .thumb {
  margin-top: 9rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_beginner .thumb {
    margin-top: 4rem;
  }
}
.sec_beginner .thumb + p.txt {
  margin-top: 9rem;
}
@media only screen and (max-width: 767px) {
  .sec_beginner .thumb + p.txt {
    margin: 6rem 0 8rem;
  }
}
.sec_beginner .list_top {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .sec_beginner .list_top {
    padding-bottom: 0;
  }
}
.sec_beginner .list_top .info {
  padding: 3rem 0 2rem;
}
.sec_beginner .list_top .items {
  display: block;
  width: 100%;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec_beginner .list_top .list_top_txt {
    min-height: inherit;
  }
}
.sec_beginner .list_top .list_top_ttl {
  font-size: 2.5rem;
}
.sec_beginner .list_top li a {
  border-bottom: none;
}
.sec_beginner .list_top li a:hover .thumb_s img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .sec_beginner .thumb_s {
    padding: 2rem 4rem 0;
  }
}
.sec_beginner .list_top_ttl {
  padding-right: 0;
}
.sec_beginner .list_top_ttl:after {
  content: none;
}
.sec_beginner .list_top_container:after {
  content: none;
}

.box_contact {
  padding: 6rem;
}
@media only screen and (max-width: 767px) {
  .box_contact {
    padding: 5rem 2rem;
    margin: 5rem -2rem 0;
  }
}
.box_contact p.txt {
  font-weight: 500;
}
.box_contact p.txt span {
  font-weight: 300;
}

.box_contact_1 {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .box_contact_1 {
    margin: 5rem 0;
  }
}

.txt_schedule {
  font-weight: 500;
  font-size: 1.6rem;
}

.phone {
  margin: 2rem 0;
  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;
}
@media only screen and (max-width: 767px) {
  .phone {
    margin-top: 2rem;
  }
}
.phone .num {
  font-size: 5rem;
  font-family: "Lora", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .phone .num {
    font-size: 4rem;
  }
}
.phone .icon {
  margin-right: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .phone .icon {
    width: 5.2rem;
  }
}

.sec_contact .btn_sub {
  margin-left: 0;
}

.swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list_top li .list_content .list_top_ttl {
  padding-right: 0;
}
.list_top li .list_content .list_top_ttl:after {
  content: none;
}

.sec_search .ttl_sub {
  display: inherit;
}

[data-page-id=contact01] .title--contact01 {
  background: url("../images/contact/img_contact_01_title_pc.png");
  background-size: cover;
}

[data-page-id=contact01] .title--contact02 {
  background: url("../images/contact/img_contact_02_title_pc.png");
  background-size: cover;
}

[data-page-id=contact01] .title--contact03 {
  background: url("../images/contact/img_contact_03_title_pc.png");
  background-size: cover;
}

[data-page-id=contact01] .title--contact04 {
  background: url("../images/contact/img_contact_04_title_pc.png");
  background-size: cover;
}

[data-page-id=contact01] .title--contact05 {
  background: url("../images/contact/img_contact_05_title_pc.png");
  background-size: cover;
}

[data-page-id=contact01] .title--contact06 {
  background: url("../images/contact/img_contact_06_title_pc.png");
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  [data-page-id=contact01] .title--contact01 {
    background: url("../images/contact/img_contact_01_title_sp.png");
    background-size: cover;
  }

  [data-page-id=contact01] .title--contact02 {
    background: url("../images/contact/img_contact_02_title_sp.png");
    background-size: cover;
  }

  [data-page-id=contact01] .title--contact03 {
    background: url("../images/contact/img_contact_03_title_sp.png");
    background-size: cover;
  }

  [data-page-id=contact01] .title--contact04 {
    background: url("../images/contact/img_contact_04_title_sp.png");
    background-size: cover;
  }

  [data-page-id=contact01] .title--contact05 {
    background: url("../images/contact/img_contact_05_title_sp.png");
    background-size: cover;
  }

  [data-page-id=contact01] .title--contact06 {
    background: url("../images/contact/img_contact_06_title_sp.png");
    background-size: cover;
  }
}
.taj {
  text-align: justify !important;
}

.ico_global {
  margin: 0 1.2rem 0 2rem;
}

.box_feature ul li,
.box_prin ul li {
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.box_feature ul li:after,
.box_prin ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 50px;
}

.sec_equip .info {
  position: relative;
}
.sec_equip .info .ico_accor {
  background: url("../images/icon_open.svg");
  background-size: cover;
  width: 40px;
  height: 20px;
  position: absolute;
  top: 2rem;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sec_equip .info .ico_accor.is-active {
  background: url("../images/icon_close.svg");
  background-size: cover;
}
.sec_equip .info .accor_content {
  display: none;
}

/* ==================================

 アニメーション

================================== */
/* 共通コピー（右から左へ）
-------------------------------- */
.com_copy,
.main_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.com_copy.start,
.main_copy.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  .com_copy.start.sp_center,
.main_copy.start.sp_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wrap1 {
  overflow: hidden;
}

.wrap2 {
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
  overflow: hidden;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.wrap3 {
  -webkit-transform: translate3d(101%, 0, 0);
          transform: translate3d(101%, 0, 0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.slider_item[aria-hidden=false] .com_copy .wrap2,
.slider_item[aria-hidden=false] .com_copy .wrap3,
.swiper-fade .swiper-slide-active .com_copy .wrap2,
.swiper-fade .swiper-slide-active .com_copy .wrap3,
.slick-slide.slick-active .com_copy .wrap2,
.slick-slide.slick-active .com_copy .wrap3 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.main_copy.js_active .wrap2,
.main_copy.js_active .wrap3 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.wrap1,
.wrap2,
.wrap3 {
  display: block;
}

.d2 .wrap2,
.d2 .wrap3 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.d3 .wrap2,
.d3 .wrap3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.d4 .wrap2,
.d4 .wrap3 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.d5 .wrap2,
.d5 .wrap3 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.d6 .wrap2,
.d6 .wrap3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.d7 .wrap2,
.d7 .wrap3 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.d8 .wrap2,
.d8 .wrap3 {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}

.main_copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_copy .wrap1 {
  width: 100%;
}
.main_copy .wrap2,
.main_copy .wrap3 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* トップページリンク横並び
-------------------------------- */
.scroll_list.js_active .img_wrap {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.scroll_list.js_active .img_wrap:before {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-animation: slide 0.5s cubic-bezier(0.5, 0, 0, 1);
          animation: slide 0.5s cubic-bezier(0.5, 0, 0, 1);
}
.scroll_list li:nth-child(1) .img_wrap:before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.scroll_list li:nth-child(2) .img_wrap {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.scroll_list li:nth-child(2) .img_wrap:before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.scroll_list li:nth-child(3) .img_wrap {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.scroll_list li:nth-child(3) .img_wrap:before {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.scroll_list a {
  overflow: hidden;
}
.scroll_list .img_wrap {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  overflow: hidden;
  position: relative;
}
.scroll_list .img_wrap:before {
  content: "";
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  position: absolute;
  top: 0;
  left: 0;
  background-color: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@-webkit-keyframes slide {
  0% {
    background-color: #020e55;
  }
  100% {
    background-color: 0;
  }
}

@keyframes slide {
  0% {
    background-color: #020e55;
  }
  100% {
    background-color: 0;
  }
}
/* 要素をフェードアップ
-------------------------------- */
.fadeup {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
  transition: all 1s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.fadeup.d2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fadeup.d8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fadeup.d9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.fadeup.d10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.fadeup.js_active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.ttl_span {
  display: block;
  float: left;
  left: 0;
  position: relative;
  overflow: hidden;
}
.ttl_span span {
  display: inline-block;
  -webkit-transform: translate(0, 100%) skewX(20deg);
  transform: translate(0, 100%) skewX(20deg);
}

.slider_top_txt2 .ttl_span span {
  -webkit-transform: translate(0, 100%) skewX(0);
          transform: translate(0, 100%) skewX(0);
}

.slider_item[aria-hidden=false] .ttl_span.active span {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.36, 0.14, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0.36, 0.14, 0, 1);
  transition: transform 1s cubic-bezier(0.36, 0.14, 0, 1);
  transition: transform 1s cubic-bezier(0.36, 0.14, 0, 1), -webkit-transform 1s cubic-bezier(0.36, 0.14, 0, 1);
  -webkit-transform: translate(0, 0%) skewX(0deg);
  transform: translate(0, 0%) skewX(0deg);
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(2) {
  -webkit-transition-delay: 0.025s;
          transition-delay: 0.025s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(3) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(4) {
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(5) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(6) {
  -webkit-transition-delay: 0.125s;
          transition-delay: 0.125s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(7) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(8) {
  -webkit-transition-delay: 0.175s;
          transition-delay: 0.175s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(9) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(10) {
  -webkit-transition-delay: 0.225s;
          transition-delay: 0.225s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(11) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(12) {
  -webkit-transition-delay: 0.275s;
          transition-delay: 0.275s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(13) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(14) {
  -webkit-transition-delay: 0.325s;
          transition-delay: 0.325s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(15) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(16) {
  -webkit-transition-delay: 0.375s;
          transition-delay: 0.375s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(17) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(18) {
  -webkit-transition-delay: 0.425s;
          transition-delay: 0.425s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(19) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(20) {
  -webkit-transition-delay: 0.475s;
          transition-delay: 0.475s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(21) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(22) {
  -webkit-transition-delay: 0.525s;
          transition-delay: 0.525s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(23) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(24) {
  -webkit-transition-delay: 0.575s;
          transition-delay: 0.575s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(25) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(26) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(27) {
  -webkit-transition-delay: 0.675s;
          transition-delay: 0.675s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(28) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(29) {
  -webkit-transition-delay: 0.725s;
          transition-delay: 0.725s;
}
.slider_item[aria-hidden=false] .ttl_span.active span:nth-child(30) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.slider_top_ttl .char6 {
  margin-left: 1rem;
}
.slider_top_ttl .char7 {
  margin-right: 1rem;
}

.slider_top_btn.font_lora .char3 {
  margin-right: 1rem;
}

@media screen and (min-width: 801px) {
  .slider_item.slider1 {
    background-image: url("../images/top/img_top_mv_01.png");
  }
}
@media screen and (max-width: 800px) {
  .slider_item.slider1 {
    background-image: url("../images/top/img_top_mv_sp_01.png");
  }
}
@media screen and (min-width: 801px) {
  .slider_item.slider2 {
    background-image: url("../images/top/img_top_mv_02.png");
  }
}
@media screen and (max-width: 800px) {
  .slider_item.slider2 {
    background-image: url("../images/top/img_top_mv_sp_02.png");
  }
}
@media screen and (min-width: 801px) {
  .slider_item.slider3 {
    background-image: url("../images/top/img_top_mv_03.png");
  }
}
@media screen and (max-width: 800px) {
  .slider_item.slider3 {
    background-image: url("../images/top/img_top_mv_sp_03.png");
  }
}
@media screen and (min-width: 801px) {
  .slider_item.slider4 {
    background-image: url("../images/top/img_top_mv_04.png");
  }
}
@media screen and (max-width: 800px) {
  .slider_item.slider4 {
    background-image: url("../images/top/img_top_mv_sp_04.png");
  }
}
@-webkit-keyframes line_out {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(120%, 0);
    transform: translate(120%, 0);
  }
}
@keyframes line_out {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(120%, 0);
    transform: translate(120%, 0);
  }
}
@-webkit-keyframes mymove {
  from {
    left: -270%;
  }
  to {
    left: 250%;
  }
}
@keyframes mymove {
  from {
    left: -270%;
  }
  to {
    left: 250%;
  }
}
@-webkit-keyframes slidehide {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes slidehide {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.slider_item[aria-hidden=false] {
  position: relative;
}
.slider_item[aria-hidden=false]:before {
  content: "";
  position: absolute;
  top: 0;
  left: -270%;
  z-index: 2;
  display: none;
  width: 250%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#990820), to(#C21D06));
  background-image: linear-gradient(0deg, #990820 0%, #C21D06 100%);
  content: "";
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.59, -0.04, 0.04, 1) 0s;
  transition: -webkit-transform 3s cubic-bezier(0.59, -0.04, 0.04, 1) 0s;
  transition: transform 3s cubic-bezier(0.59, -0.04, 0.04, 1) 0s;
  transition: transform 3s cubic-bezier(0.59, -0.04, 0.04, 1) 0s, -webkit-transform 3s cubic-bezier(0.59, -0.04, 0.04, 1) 0s;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-animation: mymove 5s;
          animation: mymove 5s;
}
@media only screen and (max-width: 767px) {
  .slider_item[aria-hidden=false]:before {
    height: 100%;
    min-height: 420px;
  }
}
.slider_item[aria-hidden=false]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  -webkit-animation: slidehide 0s;
          animation: slidehide 0s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: none !important; 
}
.slider1:after {
  background-image: url("../images/top/img_top_mv_03.png");
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .slider1:after {
    background-image: url("../images/top/img_top_mv_sp_03.png");
    background-position: center;
    background-size: cover;
  }
}
.slider1 .white {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: 0;
          animation: 0;
  bottom: 0;
  z-index: 1;
  background: #ffffff;
}

.slider2:after {
  background-image: url("../images/top/img_top_mv_01.png");
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .slider2:after {
    background-image: url("../images/top/img_top_mv_sp_01.png");
    background-position: center;
    background-size: cover;
  }
}

.slider3:after {
  background-image: url("../images/top/img_top_mv_02.png");
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .slider3:after {
    background-image: url("../images/top/img_top_mv_sp_02.png");
    background-position: center;
    background-size: cover;
  }
}

.slider_top_btn.fadeup_item {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}

@media only screen and (max-width: 767px) {
  .slider_top_ttl2 {
    top: 1rem;
  }
}
.img_slide{
  height: 100vh;
  width: 100%;
  object-fit: cover;
  -webkit-animation: Zoom 10s,;
          animation: Zoom 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.img_slide_sp{
  -webkit-animation: Zoom 10s,;
          animation: Zoom 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes Zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05); 
  }
}

/* table
   ============================== */


/* normal-table ---------- */

/*
.normal-table{
  margin: 20px 0;
  width: 100%;
  border-collapse: collapse;
}

.normal-table tr{
  border: 1px solid var(--color-light-gray);
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  word-break: break-word;
}

.normal-table th {
  background: var(--color-xx-light-gray);
}

.normal-table tr:first-child {
  margin-top: 0;
}

.normal-table tr:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .normal-table > * > tr > * {
    padding: 7px 9px;
  }
}
*/

/*
@media (min-width: 768px) {
  .normal-table > * > tr > * {
    padding: 14px;
  }
}
*/

/* normal-table responsive */

/*
@media (max-width: 767px) {
  .normal-table--responsive,
  .normal-table--responsive > *,
  .normal-table--responsive > * > tr,
  .normal-table--responsive > * > tr > * {
    width: 100% !important;
    display: block;
  }
  .normal-table--responsive > * > tr > * {
    margin-top: -1px;
  }
}
*/


.base-table{
  margin: 20px 0;
  width: 100%;
  font-size:1.6em;
  font-weight: 300;
  text-align:left;
  border-collapse: collapse;
}

.base-table th{
  padding:10px;
  border: 1px solid #CCCCCC;
  background:#EBEBEB;
  line-height:180%;
}
.base-table td{
  padding:10px;
  border: 1px solid #CCCCCC;
  background:#fff;
  line-height:180%;
}

@media (max-width: 767px) {
/*.base-table{
    width: 100% !important;
    display: block;
  }*/
  .table-scroll {
    margin: 20px 0;
    overflow-x: auto;
  }
  .table-scroll  table {
    margin-top: 0;
    margin-bottom: 0;
    width: 737px;
  }

}


/*2023 830 add*/
.title .con_ttl {
    font-size: 34px !important;
    font-weight: 500 !important;
    margin-bottom: 1rem !important;
    font-family: "Noto Serif JP", serif;
}

/*2023 1208 add*/
.sec_solition_list{
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 500;
  margin-bottom: 8rem;
}
.sec_solition_list a{
  color: #3598DB;
}
.sec_solition_list a:hover{
  text-decoration: underline;
}
.sec_solition_list li{
  position: relative;
  padding-left: 1.5rem;
}
.sec_solition_list li:before{
  position: absolute;
  left: 0;
  top: 1.7rem;
  content: "";
  width: .74rem;
  height: .5rem;
  background: url("../images/ico_arrow_red.svg") no-repeat;
  background-size: .74rem auto;
}
.list_solution_bpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 17rem;
  margin-top: 4.75rem;
}
.list_solution_bpo li {
  text-align: center;
}

.ttl_h3_solution{
  font-size: 2.2rem;
  line-height: 1.3636;
  font-weight: 500;
  margin-top: 7rem !important;
  margin-bottom: .5rem;
}
.border_solution{
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 4rem 0 2rem 0;
  margin-top: 8rem;
}
.block_solution{
  display: flex;
  gap: 2rem;
  padding-top: 4.2rem;
}
.img_solution{
  width: 55rem;
  background-color: #D5D1D5;
  padding: 1.3rem 1.3rem 3rem 1.3rem;
}
.img_solution figure{
  margin-top: 1.6rem;
  text-align: center;
}
.txt_solution{
  width: calc(100% - 57rem);
}
.btn_sub--solution--list{
  max-width: 30.2rem;
  margin-left: 0;
}
.lead_solution{
  font-size: 2.2rem;
  line-height: 1.818;
  font-weight: 500;
  text-align: center;
  margin-top: 9.6rem;
}
.lead_solution:before{
  content: "";
  display: block;
  height: 5.9rem;
  background: url(../images/ico_arrow_down.svg) no-repeat center top;
  background-size: 7.8rem auto;
}
@media only screen and (max-width: 767px) {
  .sec_solition_list{
    line-height: 1.875;
    margin-bottom: 5rem;
    letter-spacing: -0.02em;
  }
  .sec_solition_list li{
    margin-bottom: 2.4rem;
  }
  .sec_solition_list li:before{
    top: 1.2rem;
  }
  .list_solution_bpo {
    display: block;
    margin-top: 0;
  }
  .list_solution_bpo li {
    text-align: center;
    margin-top: 2.2rem;
    padding-bottom: 0.5rem;
  }
  
  .ttl_h3_solution{
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 4.5rem !important;
    margin-bottom: .8rem;
  }
  .border_solution{
    padding: 4.8rem 0 2.8rem 0;
    margin-top: 5rem;
  }
  .block_solution{
    display: block;
    padding-top: .8rem;
    padding-bottom: 5.4rem;
  }
  .img_solution{
    width: 100%;
    padding: 1.3rem 1.3rem 1.1rem 1.3rem;
  }
  .img_solution figure{
    margin-top: 1.4rem;
  }
  .txt_solution{
    width: 100%;
    padding-top: 1.5rem;
  }
  .btn_sub--solution--list{
    margin-left: auto;
  }
  .lead_solution{
    font-size: 2.2rem;
    line-height: 1.81818;
    text-align: center;
    margin-top: .6rem;
  }
  .lead_solution:before{
    height: 6.4rem;
  }
}
/*2024 0215 add*/

.block_sdgs{
  border: .2rem solid #D5D1D5;
  padding: 4.7rem 5.8rem;
  display: flex;
  align-items: center;
  gap: 4.5rem;
  margin-top: 6.2rem;
}
.img_sdgs{
  display: flex;
  align-items: center;
  gap: 3rem; 
  width: 31.5rem;
}
.block_sdgs .txt{
  margin-bottom: 0;
  width: calc(100% - 35rem);
}
@media only screen and (max-width: 767px) {
  .block_sdgs{
    border: .1rem solid #D5D1D5;
    padding: 4.4rem 4.6rem;
    display: block;
    margin-top: 5rem;
  }
  .img_sdgs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.45rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .block_sdgs .txt{
    width: 100%;
  }
}
/*office add*/
.info_list{
  display: flex;
  gap: 1.3rem;
  margin-bottom: 2.4rem;
}
.info_list li{
  border-radius: .3rem;
  color: #fff;
  font-size: 1.3rem;
  padding: .6rem 3.3rem;
  text-align: center;
}
.info_list_item01{
  background-color: #A57841;
}
.info_list_item02{
  background-color: #3A7A4A;
}
.info_list_item03{
  background-color: #2C6D8C;
}
.info_list_item04{
  background-color: #944483;
}
@media only screen and (max-width: 767px) {
  .info_list{
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}