@charset "UTF-8";
/* ==========================================================================
   reset
========================================================================== */
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
  line-height: 1;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img, embed, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
  line-height: 1;
}

::-moz-selection {
  background: #F8CAC3;
}

::-moz-selection, ::selection {
  background: #F8CAC3;
}

/*webfont smooth fix with cssua.js
©https://gist.github.com/dalethedeveloper/1846552
*/
.ua-firefox.ua-desktop p, .ua-edge.ua-desktop p, .ua-ie.ua-desktop p, .ua-firefox.ua-desktop [class*=text], .ua-edge.ua-desktop [class*=text], .ua-ie.ua-desktop [class*=text], .ua-firefox.ua-desktop [class*=title], .ua-edge.ua-desktop [class*=title], .ua-ie.ua-desktop [class*=title] {
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}

/* © https://gist.github.com/larrybotha/7881691 */
.lt-ie10 img.img-responsive[src*=".svg"] {
  width: 100%;
}

/*IE9 svg fix*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img.img-responsive[src*=".svg"] {
    width: 100%;
  }
  /*IE10+ svg fix*/
}
body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wrapper {
  position: relative;
  width: 100%;
  min-width: 960px; /*1160px;*/
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a {
  outline: none;
  color: #333;
  text-decoration: none;
  /*	color: #0074C4;
    text-decoration: underline;*/
}
a:visited, a:hover, a:active {
  outline: none;
  text-decoration: none;
  /*	color: #0074C4;*/
}
a:hover, a:active, a.active .active a {
  text-decoration: none;
  /*	color: #0074C4;*/
}

@media only screen and (max-width: 768px) {
  /* Small Devices, Tablets */
  body {
    min-width: inherit;
  }
}
/* ==========================================================================
  LAYOUT
========================================================================== */
/*-------------
	header
---------------*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  min-height: 80px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
  min-height: 80px;
}

.header-logo {
  width: 100%;
  max-width: 200px;
}
.header-logo a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header-logo a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.header-menu-inner {
  /*	position: relative;
  	top:0;
  	right:0;*/
}

.header-btn-list li {
  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;
  margin-left: 40px;
  width: 165px;
}

.header-contact-btn {
  display: block;
  position: relative;
  width: 260px; /*100%;*/
  height: 56px;
  line-height: 54px;
  margin: 0 auto;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
  color: #fff !important;
  overflow: hidden;
  cursor: pointer;
  background: -ms-linear-gradient(0deg, rgb(239, 108, 0) 0%, rgb(255, 195, 61) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EF6C00', endColorstr='#FFC33D' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(239, 108, 0)), to(rgb(255, 195, 61)));
  background: linear-gradient(90deg, rgb(239, 108, 0) 0%, rgb(255, 195, 61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EF6C00",endColorstr="#FFC33D" , GradientType=1);
}
.header-contact-btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header-contact-btn:hover span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header-contact-btn:hover span {
  color: #ef6c00;
}

.header-sub-menu {
  display: none;
}

#nav-toggle {
  display: none;
}

/* === g-nav ======================== */
.g-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.g-nav > li {
  display: inline-block;
  margin-left: 30px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
}
.g-nav > li.current a, .g-nav > li.current span {
  color: #333;
}
.g-nav > li.current a:before, .g-nav > li.current span:before {
  width: 100%;
}
.g-nav > li a, .g-nav > li span {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.g-nav > li a:before, .g-nav > li span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background-color: #0068b5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.g-nav > li a:hover, .g-nav > li span:hover {
  /*   opacity:0.7;*/
}
.g-nav > li a:hover:before, .g-nav > li span:hover:before {
  width: 100%;
}

/* g-nav-sub-wrap */
.g-nav-sub-wrap {
  position: absolute;
  top: 0; /*100%;/*80px;*/
  left: 0;
  padding: 20px 40px 40px;
  width: 100%;
  min-height: 272px;
  background: #f2f7fb;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.is-active .g-nav-sub-wrap {
  opacity: 1;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  pointer-events: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.g-nav-sub-title {
  margin: 0 auto 20px;
  max-width: 1000px;
  border-bottom: solid 1px #d9e8f4;
}
.g-nav-sub-title a {
  display: block;
  padding: 15px 0;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
}
.g-nav-sub-title a::before {
  background: none;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 0 !important;
  height: 1px !important;
  margin: auto;
  background-color: #0068b5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.g-nav-sub-title a::after {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 15px;
  height: 14px;
  content: url("../images/base/ico_next.svg");
}
.g-nav-sub-title a:hover {
  color: #0068b5;
}

.g-nav-sub {
  margin: 0 auto;
  max-width: 1000px;
  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;
}
.g-nav-sub::after { /* 3列の場合追加　*/
  content: "";
  display: block;
  width: 30%;
}
.g-nav-sub li {
  width: 30%; /* 3列　*/
}
.g-nav-sub li a {
  display: block;
  padding: 20px 20px 20px 0;
}
.g-nav-sub li a::before {
  background: none;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 0 !important;
  height: 1px;
  margin: auto;
  background-color: #0068b5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-nav-sub li a::after {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 15px;
  height: 14px;
  content: url("../images/base/ico_next.svg");
}
.g-nav-sub li a:hover {
  color: #0068b5;
}

.g-nav-sub-title a:hover::before,
.g-nav-sub li a:hover::before {
  width: 100% !important;
  background-color: #0068b5;
}

/* === topic-path  ======================== */
.topic-path {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
  font-size: 1.2rem;
  background-color: #f2f7fb;
}
.topic-path ul {
  width: 100%;
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
.topic-path ul li {
  display: inline;
  list-style: none;
}
.topic-path ul li:after {
  display: inline-block;
  content: "＞";
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.topic-path ul li:last-child:after {
  display: none;
}
.topic-path ul li a {
  color: #283593;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topic-path ul li a:hover {
  text-decoration: underline;
}

/*-------------
	footer-contact
---------------*/
.section-footer-contact {
  position: relative;
  padding-top: 80px !important;
  padding-bottom: 60px !important;
}
.section-footer-contact::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 340px; /*680px;*/
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
  z-index: -2;
}
.section-footer-contact::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 692px;
  height: 516px;
  background: url(../images/base/bg_footer_contact.svg) no-repeat;
  z-index: -1;
}

.footer-contact-title-wh {
  margin-bottom: 30px;
  text-align: center;
}
.footer-contact-title-wh .en {
  display: block;
  font-weight: 300;
  font-size: 5rem;
  letter-spacing: 1.2px;
  color: #fff;
}
.footer-contact-title-wh .ja {
  display: block;
  margin-top: 20px;
  color: #fff;
}

.footer-contact-btn {
  display: block;
  position: relative;
  width: 260px; /*100%;*/
  height: 60px;
  line-height: 58px;
  margin: 0 auto;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
  color: #fff !important;
  overflow: hidden;
  cursor: pointer;
  background: -ms-linear-gradient(0deg, rgb(239, 108, 0) 0%, rgb(255, 195, 61) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EF6C00', endColorstr='#FFC33D' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(239, 108, 0)), to(rgb(255, 195, 61)));
  background: linear-gradient(90deg, rgb(239, 108, 0) 0%, rgb(255, 195, 61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EF6C00",endColorstr="#FFC33D" , GradientType=1);
  margin: 20px auto;
  overflow: hidden;
}
.footer-contact-btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer-contact-btn:hover span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer-contact-btn:hover span {
  color: #ef6c00;
}

/*-------------
	footer
---------------*/
.footer {
  margin-top: 20px;
  position: relative;
  background-color: #fff;
}

.footer-nav-head {
  display: none;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}

/* footer-nav */
.footer-nav-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 280px);
}

.footer-nav-item {
  width: calc(33.3333333333% - 20px);
}

.footer-nav-list {
  margin: 20px 0 20px;
}
.footer-nav-list > li {
  margin: 0 1em 10px 0;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
}
.footer-nav-list > li a {
  position: relative;
  color: #333;
  /* &::after{
     position: absolute;
     content: "";
     bottom: 0;
     left: 0;
     width: 0;
     height: 1px;
     background-color: $base-color;  
     -webkit-transition: .2s;
     transition: .2s;
     } */
}
.footer-nav-list > li a:hover {
  color: #0068b5;
  /* &::after {
   width: 100%;
   } */
}

.footer-nav-sub-list {
  margin: 20px 0 10px;
}
.footer-nav-sub-list li {
  position: relative;
  margin: 0 1em 5px 0;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}
.footer-nav-sub-list li a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  /* &::after{
     position: absolute;
     content: "";
     bottom: 0;
     left: 0;
     width: 0;
     height: 1px;
     background-color: $base-color;  
     -webkit-transition: .2s;
     transition: .2s;
     } */
}
.footer-nav-sub-list li a:hover {
  color: #0068b5;
  /*  &::after {
    width: 100%;
    } */
}
.footer-nav-sub-list li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  color: #333;
}

.no-style {
  margin-top: 20px;
}
.no-style li {
  display: table;
  margin-left: 10px;
  padding-left: 0;
  line-height: 1.8;
}
.no-style li::before {
  content: none;
}

.footer-info {
  width: 280px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.footer-logo {
  padding-top: 15px;
}

.footer-info-txt {
  margin-top: 20px;
}

.footer-mark {
  margin-top: 20px;
}
.footer-mark img {
  width: 88px;
  height: auto;
}

.footer-btm {
  padding-bottom: 15px !important;
}

.footer-cr {
  margin: 0 0 15px;
  padding-bottom: 15px;
  font-size: 1.2rem;
}

/* pagetop */
.to-pagetop {
  position: absolute;
  top: 30px;
  right: 20px;
}
.to-pagetop a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
}
.to-pagetop img {
  width: 56px;
}

/* ==========================================================================
   parts
========================================================================== */
/*image*/
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*section*/
.section {
  clear: both;
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 80px 0;
}

.col-inner {
  display: block;
  width: 100%;
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}

.main {
  /*  float:left;
    width: calc( 100% - 350px );
    max-width: 800px;*/
}

/*list*/
.notice-list li {
  margin-left: 1em;
  margin-bottom: 5px;
  text-indent: -1em;
  text-align: left !important;
  font-size: 1.4rem;
  color: #5C5C5C;
}

.indent-list li {
  margin-top: 5px;
  margin-left: 2em;
  margin-bottom: 5px;
  text-indent: -2.5em;
  text-align: left !important;
}

.m-mark-list {
  margin: 10px 0;
}
.m-mark-list > li {
  position: relative;
  padding: 0 0 10px 15px;
  text-align: left;
  line-height: 1.5;
}
.m-mark-list > li .index {
  font-weight: 500;
}
.m-mark-list > li a {
  position: relative;
  border-bottom: solid 1px #283593;
  color: #283593;
}
.m-mark-list > li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0068b5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-mark-list > li::before {
  position: absolute;
  content: "●";
  left: 0;
  margin-top: 5px;
  font-size: 10px;
  color: #0068b5;
}

.m-mark-list li a:hover {
  border-bottom: none;
}
.m-mark-list li a:hover::after {
  width: 100%;
}

/* icon付きスタイル（リスト） ======================== */
.m-icon-link {
  position: relative;
  margin-top: 30px;
  width: 100%;
  max-width: 360px;
  border-bottom: solid 1px transparent; /*#80b3da;*/
}
.m-icon-link a {
  display: block;
  padding-top: 14px;
  padding-right: 18px;
  padding-bottom: 14px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333 !important;
  border-bottom: solid 1px #80b3da;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-icon-link a:hover {
  opacity: 0.7;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.m-icon-link a::after {
  background-color: transparent;
}

.m-icon-link::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/base/ico_arrow.svg) no-repeat;
  background-size: contain;
}

.m-icon-link::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #0068b5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.m-icon-link:hover {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.m-icon-link:hover::after {
  width: 100%;
}

.m-icon-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-icon-link-wrap .m-icon-link {
  margin: 0 20px;
}

.icon-down::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m-icon-link.icon-blank::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/base/ico_blank.svg) no-repeat;
  background-size: contain;
}

.m-box {
  margin: 30px auto 20px;
  padding: 10px;
  background-color: #f5f5f5;
}

.m-border {
  border: solid 1px #e0e0e0;
}

.m-bb {
  border-bottom: solid 1px #e0e0e0;
}

.m-bt {
  border-top: solid 1px #e0e0e0;
}

.m-caption {
  font-size: 1.5rem;
}

.m-caution {
  margin-top: 5px;
  font-size: 1.2rem;
}

/* button ======================== */
/* btn */
.btn {
  display: block;
  position: relative;
  width: 260px; /*100%;*/
  height: 60px;
  line-height: 58px;
  margin: 0 auto;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
  color: #fff !important;
  overflow: hidden;
  cursor: pointer;
}
.btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-wh {
  display: block;
  position: relative;
  width: 260px; /*100%;*/
  height: 60px;
  line-height: 58px;
  margin: 30px auto;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
  overflow: hidden;
  cursor: pointer;
}
.btn-wh span {
  display: block;
  width: 100%;
  background: #fff;
  color: #005eae;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-wh:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.btn-wh:hover span {
  display: block;
  width: 100%;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: transparent;
  color: #fff !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-btn-area {
  margin: 10px auto;
  text-align: center;
}

.menu-btn {
  margin: 10px auto;
  padding: 1em 0;
  text-align: left;
  position: relative;
  padding-left: 2.5em;
  width: 100%;
  max-width: 238px;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #808080;
  color: #fff !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu-btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 1em;
  left: 15px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 100%;
}
.menu-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 1.3em;
  left: 18px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-btn:hover {
  background-color: #0068b5;
  color: #fff;
}
.menu-btn:hover::before {
  background-color: #fff;
}
.menu-btn:hover::after {
  border-right: 1px solid #0068b5;
  border-bottom: 1px solid #0068b5;
}

/* === page ======================== */
.container {
  position: relative;
  /* margin-top: 40px;
   margin-bottom: 80px;*/
  overflow: hidden;
}
.container p a {
  position: relative;
  color: #283593;
  border-bottom: solid 1px #283593;
}
.container p a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0068b5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.container p a:hover {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.container p a:hover::after {
  width: 100%;
}

.page-header {
  position: relative;
  margin-top: 80px;
  width: 100%;
  height: 320px;
}
.page-header::before {
  position: absolute;
  content: "";
  top: 0;
  right: 100px;
  width: 364px;
  height: 320px;
  background: url(../images/base/bg_header_a.svg) no-repeat;
}

/*.m-page-header*/
.m-page-header {
  position: relative;
  margin-top: 140px;
  width: 100%;
  height: 100px;
}
.m-page-header .col-inner {
  padding: 0 100px;
}

.m-page-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-page-title .ja {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
}
.m-page-title .en {
  position: absolute;
  content: "";
  right: 0;
  font-size: 10rem;
  font-weight: 300;
  font-style: italic;
  color: #f2f7fb;
  z-index: -1;
}

/* ページタイトル === */
.page-title {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-title .en {
  display: inline-block;
  font-size: 5rem;
  font-weight: 300;
  color: #0068b5;
  text-transform: uppercase; /* 大文字 */
}
.page-title .ja {
  display: block;
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
}

/* page-header-sub  */
.page-header-sub {
  position: relative;
  margin-top: 80px;
  width: 100%;
  height: 100px;
  border-bottom: solid 1px #e0e0e0;
}

.page-header-title {
  padding-top: 30px;
  padding-bottom: 28px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
}
.page-header-title .en {
  color: #0068b5;
}
.page-header-title .ja {
  font-weight: 500;
}

/* セクションタイトル === */
.section-title {
  text-align: center;
  margin: 0 auto 10px;
}
.section-title .en {
  font-size: 4rem;
  font-weight: 400;
  color: #0068b5;
}
.section-title .ja {
  display: block;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
}

.section-lead {
  margin: 50px auto 30px;
  text-align: center;
}

/* indexタイトル === */
.m-index-title {
  position: relative;
  padding: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #ECEFF1;
}
.m-index-title::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: -ms-linear-gradient(0deg, rgb(0, 167, 153) 0%, rgb(51, 164, 222) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A799', endColorstr='#33A4DE' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 167, 153)), to(rgb(51, 164, 222)));
  background: linear-gradient(90deg, rgb(0, 167, 153) 0%, rgb(51, 164, 222) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A799",endColorstr="#33A4DE" , GradientType=1);
}

/* lineタイトル === */
.m-line-title {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
.m-line-title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  height: 2px;
  width: 60px;
  background-color: #0068b5;
}

.m-line2-title {
  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;
  margin-top: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
.m-line2-title::before {
  content: "";
  position: relative;
  border-top: solid 1px #1dbdce;
  height: 1px;
  width: 40px;
  margin-right: 20px;
}
.m-line2-title::after {
  content: "";
  position: relative;
  border-top: solid 1px #1dbdce;
  height: 1px;
  width: 40px;
  margin-left: 20px;
}

/* ==========================================================================
  コンテンツページ共通
========================================================================== */
.m-card-wrap {
  margin: 30px -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-3 .m-card-item {
  margin: 20px;
  width: calc(33.3333333333% - 40px);
  max-width: 360px;
}

.col-2 .m-card-item {
  margin: 20px;
  width: calc(50% - 40px);
  max-width: 560px;
}

.m-card-image {
  width: 100%;
}
.m-card-image:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.m-card-title {
  position: relative;
  margin-top: 30px;
  padding-right: 25px;
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: solid 1px #cce1f0;
}

.m-card-title::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 20px;
  width: 15px;
  height: 14px;
  background: url(../images/base/ico_arrow.svg) no-repeat;
  background-size: contain;
}

.m-card-title::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0068b5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a .m-card-title {
  color: #333;
}
a .m-card-title:hover {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

a:hover .m-card-title::after {
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
  width: 100%;
}

.m-card-text {
  margin-top: 20px;
}

/*  m-item  **/
.m-item-inner {
  padding: 0 100px;
}

.m-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 40px;
}

.m-item-wrap .m-item-title {
  margin-top: 0;
}

.m-item-block {
  margin: 60px 0;
}

.m-item-block-title {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
}

.m-item-text {
  margin-top: 20px;
  font-size: 1.5rem;
}

.m-item-image {
  /*	margin: 0 auto;*/
  text-align: center;
}

.m-item-index-title {
  font-size: 2.8rem;
  font-weight: 500;
}
.m-item-index-title .index-lead {
  display: block;
  padding-bottom: 10px;
  font-size: 1.6rem;
  color: #0068b5;
}
.m-item-index-title .index-sub {
  font-size: 1.6rem;
}

.icon {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  width: 100px;
  height: 100px;
  background-color: #0068b5;
  border-radius: 50%;
  overflow: hidden;
}
.icon.sz-80 {
  width: 80px;
  height: 80px;
}

/* === menu-contents ======================== */
.menu-contents-section {
  padding: 0 0 30px 0;
  overflow: hidden;
}

.menu-contents {
  *zoom: 1;
  margin: 0 auto;
}
.menu-contents:after {
  content: "";
  display: table;
  clear: both;
}
.menu-contents > li {
  float: left;
  margin: 0;
  width: 33.3%;
  display: table;
  height: 560px;
  background-size: cover;
}
.menu-contents > li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.menu-img01 {
  background-image: url(../images/base/bg_01.jpg);
}

.menu-img02 {
  background-image: url(../images/base/bg_02.jpg);
}

.menu-img03 {
  background-image: url(../images/base/bg_03.jpg);
}

.menu-cont {
  display: table-cell;
  position: relative;
  z-index: 4;
  vertical-align: top;
  text-align: center;
}

.menu-cont-title {
  margin-top: 60px;
  display: inline-block;
  font-size: 1.8rem;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
  color: #808080;
  font-weight: 700;
}
.menu-cont-title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
}

.menu-cont-lead {
  margin-top: 50px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: 0.1em;
  height: 2.2em;
}

.menu-cont-data {
  padding: 60px 20% 20px;
  display: block;
}

/* === ボタンリスト ======================== */
/*　中央基本　*/
.m-btn {
  margin: 0 auto;
}

/*　左寄せ基本リスト　*/
.m-btn-list {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-btn-list li {
  margin: 20px 20px 20px 0;
  width: 360px;
}

/*中央寄せリスト*/
.btn-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-link-list li {
  margin: 20px 20px;
  width: 360px;
}

/* ==========================================================================
   Helper classes
========================================================================== */
/* clearfix */
.clearfix:after {
  clear: both;
  display: table;
  content: " ";
}
.clearfix:before {
  display: table;
  content: " ";
}

/* clear */
.clear {
  clear: both !important;
}

/* ol */
ol li {
  margin-left: 1em;
  line-height: 1.6875;
}

.hr {
  border-top: solid 1px #E0E0E0;
}

.bg-pb {
  background-color: #e5f0f8 !important;
}

.bg-ppb {
  background-color: #f2f7fb !important;
}

.bg-wh {
  background-color: #fff !important;
}

.bg-gra {
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
}

.clr-bl {
  color: #33A4DE;
}

.clr-gr {
  color: #00A799;
}

.fw-b {
  font-weight: bold;
}

em {
  font-weight: bold;
  font-style: normal;
}

.en {
  font-family: "Roboto", sans-serif;
  /*font-weight: 500;*/
}

.min {
  font-family: "Noto Serif JP", serif;
}

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

.txt-c {
  text-align: center !important;
}

.txt-r {
  text-align: right !important;
}

.txt-j {
  text-align: justify;
  text-justify: inter-ideograph !important;
}

.m-notice {
  font-size: 1.4rem;
  color: #5C5C5C;
}

/* pc/sp , br */
.m-pc-only,
.br-pc {
  display: inline-block !important;
}

.m-sp-only,
.br-sp {
  display: none !important;
}

/* ==========
  1 トップページ
========================================================================== */
.section-home-top {
  clear: both;
  position: relative;
  width: 100%;
  display: block;
}

/* MainVisual */
.home-mv {
  margin-top: 80px;
}

.home-mv li {
  position: relative;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  max-height: 590px; /*690px;*/
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.home-mv-01 #movie01 {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.home-mv-01:after {
  padding-top: 50.5124450952%;
  display: block;
  content: "";
}

.home-mv-content {
  position: absolute;
  top: 50%;
  width: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.home-mv-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 610px;
  width: 52%;
}

/* home-section-title */
.home-section-title {
  margin-bottom: 50px;
  text-align: center;
}
.home-section-title .en {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 5.6rem;
  background: -ms-linear-gradient(0deg, rgb(0, 94, 174) 0%, rgb(27, 184, 206) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#005EAE', endColorstr='#1BB8CE' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 94, 174)), to(rgb(27, 184, 206)));
  background: linear-gradient(90deg, rgb(0, 94, 174) 0%, rgb(27, 184, 206) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005EAE",endColorstr="#1BB8CE" , GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-section-title .en-sub {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 3.6rem;
  letter-spacing: 1.4px;
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-section-title .ja {
  display: block;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}

/* home-news */
.home-news {
  padding: 0 100px;
}

.home-news-title {
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: 300;
}

/*home-news-list ======================== */
.home-news-list {
  margin-bottom: 40px;
}

.home-news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 0;
  border-bottom: 1px solid #e0e0e0;
  min-height: 70px;
}

.home-news-list li a {
  /*display: block;*/
}

.home-news-list-date {
  margin-right: 10px;
  padding-top: 3px;
  font-size: 1.3rem;
}

.home-news-list-cat a {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  padding: 6px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #0068b5;
  border-radius: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-news-list-cat a:after {
  height: 0;
  background-color: transparent;
}
.home-news-list-cat a:hover {
  opacity: 0.8;
}

.cat-travel a {
  background-color: #1dbdce;
}

.home-news-list-text {
  width: calc(100% - 170px);
  font-weight: 500;
}

.home-news-list-text a {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-news-list-text a:hover {
  color: #0068b5;
}

/*section-home-business */
.section-home-business {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-home-business:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 437px;
  background-color: #f2f7fb;
  z-index: -1;
}

.home-business-lead {
  position: relative;
  margin: 0 auto;
  max-width: 880px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.5;
}
.home-business-lead span {
  margin: 0 -20px;
  color: #0068b5;
}

.home-business-sub {
  margin-top: 40px;
  text-align: center;
}

.home-business-item {
  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-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.home-business-item dt {
  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;
  width: 100%;
  height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  background-color: #0068b5;
}
.home-business-item dd {
  width: 100%;
  background-color: transparent;
}
.home-business-item.item-01 {
  background-color: #16a8c8;
}
.home-business-item.item-02 {
  background-color: #208ac2;
}

.home-business-image {
  text-align: center;
}

/* section-home-product */
.home-product-ban {
  margin: 40px auto;
  width: 100%;
}

.home-product-image a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-product-image a:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.home-product-title {
  margin-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 4rem;
}

.home-product-lead {
  margin-top: 30px;
  text-align: center;
}

.home-product-title-sub {
  position: relative;
  margin-top: 120px;
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.home-product-title-sub:before {
  position: relative;
}

.section-home-company {
  position: relative;
  padding: 40px 0 90px;
}
.section-home-company::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 289px;
  background-color: #f2f7fb;
  z-index: -1;
}
.home-recruit-ban {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
  width: 1160px;
  height: 560px;
  background: url(../images/home/bg_recruit.jpg) no-repeat;
  -webkit-filter: contrast(0.9) saturate(1.1) brightness(1.05);
          filter: contrast(0.9) saturate(1.1) brightness(1.05);
}
.home-recruit-ban > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-recruit-ban:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.home-recruit-ban:hover .btn-wh {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.home-recruit-ban:hover .btn-wh span {
  background: transparent !important;
  color: #fff !important;
}

.home-recruit-cont {
  margin: 0 54px;
  width: 466px;
}

.home-recruit-text {
  margin-top: 10px;
  margin-left: 30px;
}

.home-recruit-btn {
  margin-top: 30px;
}

/* IE hack */
/* effect */
/* アニメーション前 */
.effect {
  -webkit-animation: fadeIn 0.2s ease 0.3s 1 normal;
          animation: fadeIn 0.2s ease 0.3s 1 normal;
  opacity: 0;
}

.effect2 .m-card-item {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.effect.is-active {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.effect2.is-active .m-card-item {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.effect2.is-active .home-business-item {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.effect2.is-active .home-business-item {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* ==========
  2 事業紹介 /enterprise/
========================================================================== */
.section-enterprise {
  clear: both;
  position: relative;
  overflow: hidden;
}
.section-enterprise .col-inner {
  padding: 0 100px;
}
.section-enterprise .section-title {
  margin-bottom: 60px;
}

.enterprise-head {
  position: relative;
  background: url(../images/enterprise/bg_head.jpg) no-repeat center center;
  background-size: cover;
  height: 480px;
}

.enterprise-head-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px !important;
}

.enterprise-head-lead {
  position: relative;
  margin: 0 auto;
  max-width: 880px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.5;
}
.enterprise-head-lead span {
  margin: 0 -20px;
  color: #0068b5;
}

.enterprise-cont {
  padding-top: 80px;
  background-color: #e5f0f8;
}

.enterprise-text {
  padding-bottom: 40px;
  text-align: center;
  line-height: 2;
}
.enterprise-text p {
  margin-bottom: 2em;
}

.enterprise-item {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.enterprise-item dt {
  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;
  width: 326px;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  background-color: #0068b5;
}
.enterprise-item dd {
  padding: 44px;
  width: calc(100% - 326px);
  background-color: #fff;
}

.item-01 dt {
  background-color: #16a8c8;
}

.item-02 dt {
  background-color: #208ac2;
}

.enterprise-image {
  margin-top: 30px;
  text-align: center;
}

.enterprise-block {
  margin-bottom: 30px;
  padding: 50px;
  background-color: #fff;
}
.enterprise-block .m-item {
  width: calc(100% - 400px);
  max-width: 500px;
}
.enterprise-button {
  margin-top: 60px;
}

.enterprise-fields-item {
  margin-bottom: 60px;
}

.fields-icon-box {
  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;
  width: 200px;
  height: 200px;
  background-color: #0068b5;
  border-radius: 6px;
}

.fields-icon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fields-item {
  margin-left: 30px;
  width: calc(100% - 230px);
  max-width: 770px;
}

.fields-item-title {
  margin-bottom: 0.5em;
  padding-bottom: 1em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
  border-bottom: solid 1px #e0e0e0;
}

.fields-item-title-sub {
  margin-top: 1em;
  font-weight: 500;
}

.enterprise-fields-message {
  margin-bottom: 20px;
  padding: 30px;
  text-align: center;
  border: solid 4px #0068b5;
}

/* ==========
  3 製品・サービス /products/
========================================================================== */
.section-products.item-tabirabo {
  padding: 80px 0 10px;
}
.section-products.item-matatabi {
  padding: 80px 0 118px;
}

.section-products-head {
  padding-top: 40px;
}

.products-block {
  padding: 0 80px;
}
.products-block .m-item {
  margin-right: 50px;
  width: calc(100% - 450px);
  max-width: 550px;
}
.products-block .m-item-text {
  font-size: 1.6rem;
}
.m-item-image.item-tabimado {
  position: relative;
  top: -15px;
}

.col-1-block {
  margin-top: 30px;
  padding: 0 60px;
}
.col-1-block .m-item {
  margin: 20px;
  padding: 30px 50px;
  width: 100%;
}
.col-1-block .m-item-title {
  font-size: 2rem;
}
.col-1-block .m-item-text {
  font-size: 1.6rem;
}
.col-2-block {
  margin: 30px auto 0;
  max-width: 1040px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-2-block .m-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  padding: 30px 50px;
  width: calc(50% - 40px);
}
.col-2-block .m-item-title {
  font-size: 2rem;
}
.col-2-block .m-item-text {
  font-size: 1.6rem;
}
.col-2-block .m-icon-link {
  margin-top: auto;
}
.col-3-block {
  margin-top: 20px;
  padding: 0 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-3-block .m-item {
  margin: 20px 15px !important;
  width: calc(33.3333333333% - 30px);
}
.col-3-block .m-item-title {
  font-size: 1.8rem;
}
.col-3-block .m-item-text {
  font-size: 1.5rem !important;
}

/* product-header */
.product-header {
  height: 560px;
  padding-top: 80px;
  background: url("../images/products/travel/bg_header.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.product-header .icon {
  margin: 0 auto;
}
.product-header .icon img {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.page-application .product-header {
  background: url("../images/products/application/bg_header.jpg") no-repeat center center;
  background-size: cover;
}

.page-ec-site .product-header {
  background: url("../images/products/ec-site/bg_header.jpg") no-repeat center center;
  background-size: cover;
}

.page-research .product-header {
  background: url("../images/products/research/bg_header.jpg") no-repeat center center;
  background-size: cover;
}

.page-loadbalancer .product-header {
  background: url("../images/products/loadbalancer/bg_header.jpg") no-repeat center center;
  background-size: cover;
}

.page-matatabi .product-header {
  background: url("../images/products/travel/matatabi/bg_header.jpg") no-repeat center center;
  background-size: cover;
}
.page-matatabi .product-header-lead {
  margin-top: 30px;
  font-size: 3rem;
}
.page-matatabi .product-text {
  margin-top: 30px;
}

.page-matatabi-child .product-header {
  height: 240px;
  background: -ms-linear-gradient(0deg, rgb(0, 94, 174) 0%, rgb(27, 184, 206) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#005EAE', endColorstr='#1BB8CE' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 94, 174)), to(rgb(27, 184, 206)));
  background: linear-gradient(90deg, rgb(0, 94, 174) 0%, rgb(27, 184, 206) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005EAE",endColorstr="#1BB8CE" , GradientType=1);
}
.page-matatabi-child .product-header-title {
  margin-top: inherit;
}

/* fitness */
.page-fitness .product-header {
  background: url("../images/products/research/fitness/bg_header.jpg") no-repeat center center;
  background-size: cover;
}
.page-fitness .product-header-title {
  margin-top: 10px;
  font-size: 2.2rem;
}
.page-fitness .product-header-lead {
  margin-top: 30px;
  font-size: 3.6rem;
}
.page-fitness .product-text {
  margin-top: 30px;
}

.fitness-block {
  margin-top: 30px;
  border-top: solid 1px #ccc;
}
.fitness-block .col-2 {
  margin-top: 30px;
  padding-bottom: 30px;
}
.fitness-block .col-2 .m-item-text {
  margin-top: 0;
  width: 50%;
  max-width: 440px;
}
.fitness-block .col-2 .m-item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fitness-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 40px;
  padding: 15px 20px 15px 100px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
}
.fitness-block-title span {
  position: absolute;
  left: 0;
  padding: 12px 4px;
  width: 80px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #0068b5;
  color: #fff;
  border-radius: 4px;
}

.product-header-title {
  margin-top: 30px;
  font-size: 2.8rem;
  font-weight: 500;
}
.product-header-title .en {
  display: block;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.product-header-lead {
  margin-top: 30px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}

.product-header-text {
  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;
  height: 245px;
  font-weight: 300;
  color: #fff;
  background-color: #0068b5;
}
.product-header-text .col-inner {
  max-width: 940px;
  min-width: inherit;
  margin: 0;
}

/* matatabi */
.features-inner {
  position: relative;
  margin: 80px auto 0;
  padding: 10px 50px 40px;
  max-width: 1000px;
  background-color: #fff;
}
.features-inner .num {
  position: absolute;
  top: -36px;
  left: 50%;
  margin-left: -36px;
  font-family: "Roboto", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
  color: #0068b5;
}

.product-ban {
  margin: 80px auto 0;
  width: 100%;
  text-align: center;
}

.product-image a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-image a:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

/* base-tbl */
.base-tbl-index {
  padding: 0 25px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}
.base-tbl-index span {
  display: block;
  padding-top: 5px;
  font-size: 1.4rem;
  font-weight: normal;
}

.base-tbl {
  margin-top: 50px !important;
  position: relative;
}
.base-tbl th {
  position: relative;
  padding: 0 25px;
  width: 225px;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.base-tbl td {
  position: relative;
  padding: 0 20px;
  width: 337px;
  height: 100px;
  font-size: 1.3rem;
  line-height: 1.5;
  vertical-align: middle;
}
.base-tbl td.matatabi-data {
  position: relative;
  color: #fff;
  background-color: #0068b5;
  z-index: 0;
}
.base-tbl td.matatabi-data::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px; /*100%;*/
  z-index: -3;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.base-tbl td.matatabi-data::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px; /*100%;*/
  background-color: #0068b5;
  z-index: -1;
}
.base-tbl tr {
  position: relative;
  background-color: #f0f0f0;
  z-index: 0;
}
.base-tbl tr:nth-child(2n) {
  background-color: #e2e2e2;
  z-index: 1;
}
.base-tbl tr:nth-child(2n) td.matatabi-data::after {
  background-color: #005ca0;
  z-index: -1;
}

p.circle {
  padding-left: 50px;
}
p.circle::before {
  position: absolute;
  content: "";
  top: 30px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/products/travel/matatabi/ico_circle.svg) no-repeat;
}

p.cross {
  padding-left: 50px;
}
p.cross::before {
  position: absolute;
  content: "";
  top: 30px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/products/travel/matatabi/ico_cross.svg) no-repeat;
}

.features-item {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.features-item dt {
  padding: 50px 50px 50px 0;
  width: 310px;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: solid 1px #e0e0e0;
}
.features-item dt.last {
  border-bottom: none !important;
}
.features-item dd {
  padding: 50px 0;
  width: calc(100% - 360px);
  border-bottom: solid 1px #e0e0e0;
}
.features-item dd.last {
  border-bottom: none !important;
}

/* ec-site */
.products-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto 50px;
  max-width: 1002px;
  height: auto;
  border: solid 1px #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.products-top-wrap .products-top-image {
  margin: 0;
  width: 50%;
}

/* travel, application, ec-site,  */
.page-travel .results-block {
  margin-top: 100px;
}

.products-top-ban {
  text-align: center;
}

.products-top-image {
  margin: 60px auto 50px;
  text-align: center;
}

.products-top-texts {
  padding: 0 125px;
}
.products-top-texts .m-icon-link {
  margin: 50px auto 0;
}

.products-title {
  text-align: center;
  font-size: 2.4rem;
}

.products-text {
  margin-top: 30px;
}

.results-head {
  padding: 0 90px;
}

.results-head-text {
  margin-top: 40px;
  text-align: center;
}

.results-inner {
  margin: 60px auto 0;
  padding: 10px 50px 40px;
  max-width: 1000px;
  background-color: #fff;
}

.results-inner-title .icon {
  width: 80px;
  height: 80px;
}

.results-inner-text {
  margin-top: 30px;
}

/* .results-block */
.results-block {
  margin-top: 40px;
}
.results-block .m-item {
  margin-left: 50px;
  width: calc(100% - 410px);
  max-width: 490px;
}
.results-block .m-item-image-wrap {
  width: 360px;
}
.results-block .m-item-image {
  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;
  width: 360px;
  margin-bottom: 15px;
}
.results-block .m-item-image.m-border {
  height: 216px;
  border: solid 1px #e0e0e0;
}

.results-block-l .m-item-image-wrap {
  margin-top: 40px;
}
.results-block-l .m-item-index-title {
  text-align: center;
  margin-top: 30px;
}
.results-block-l .m-icon-link {
  margin: 0 auto;
}

.fields-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.product-fields-item {
  margin-bottom: 40px;
  width: 47.5%;
}

.products-block-top {
  margin-top: 60px;
  padding: 0 100px;
}
.products-block-top .m-item {
  margin-left: 50px;
  width: calc(100% - 450px);
  max-width: 550px;
}
.products-block-top .m-item-text {
  font-size: 1.6rem;
}
/* .feature-block */
.feature-block .m-item-image-wrap {
  margin-top: 40px;
}
.feature-block .m-item-index-title {
  text-align: center;
  margin-top: 30px;
}
.feature-block .m-item-title {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.feature-block .m-item-title > .m-caption {
  padding-top: 10px;
}
.feature-block .m-item-title.item-tabimado {
  font-size: 30px;
  position: relative;
  top: -6px;
  line-height: 47px;
}
.feature-block home-produc .m-item-text {
  margin-top: 30px;
  font-size: 1.6rem;
}
.feature-block .m-icon-link {
  margin: 0 auto;
}

/* .ec-block */
.ec-inner {
  margin: 60px auto 0;
  padding: 10px 50px 40px;
  max-width: 1000px;
  background-color: #fff;
}

.ec-inner-title {
  margin: 40px auto;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
}
.ec-inner-title .icon {
  margin: 0 auto;
}

.ec-block {
  margin-top: 50px;
}
.ec-block .m-item {
  margin-right: 50px;
  width: calc(100% - 410px);
  max-width: 510px;
}
.ec-block .m-item-text {
  font-size: 1.6rem;
}
.ec-block .m-item-image {
  width: 360px;
  margin-bottom: 15px;
}

.point-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
}

.point {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  background-color: #ffc33d;
  border-radius: 8px;
  width: 80px;
  height: 56px;
  margin-right: 20px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.point::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -10px;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffc33d;
}

.num {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
}

.ec-block-l {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ec-block-l .m-item {
  margin-top: 40px;
}
.ec-block-l .m-item-text {
  font-size: 1.6rem;
}
.ec-block-l .m-item-image {
  margin: 30px auto;
  width: auto;
}

/* .strengths-block */
.strengths-block .m-item {
  margin-left: 30px;
}
.strengths-block .m-item-wrap {
  margin: 60px 0;
}
.strengths-block .m-item-wrap.first {
  margin-top: 0;
}
.strengths-block .m-item-title {
  font-size: 2.2rem;
}

/* .base-block */
.base-inner {
  margin: 10px auto 0;
  padding: 0 30px;
  width: 100%;
  max-width: 1060px;
}
.base-inner .base-inner-title {
  margin: 40px auto;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
}
.base-inner .base-block .m-item-image {
  width: calc(100% - 520px);
}
.base-inner .base-block .m-item-index-title {
  font-size: 3.1rem;
  line-height: 1.6;
}
.base-inner .base-block .m-item-index-title .index-lead {
  font-size: 2rem;
  font-weight: 500;
}
.base-inner .base-block .m-item-text {
  font-size: 1.6rem;
}

.base-inner-wh {
  margin: 50px auto 50px;
  padding: 0 50px;
  max-width: 1000px;
  background-color: #fff;
}
.base-inner-wh .base-block {
  padding: 50px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-inner-wh.item-tabirabo {
  margin: 57px auto 50px;
  padding: 27px 50px 42px;
  max-width: 1000px;
  background-color: #fff;
}
.m-nav-head {
  display: none;
}

.m-nav-wrapper {
  position: relative;
  height: 64px;
  border-bottom: solid 1px #e0e0e0;
}

.m-nav {
  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;
}
.m-nav li {
  position: relative;
  margin: 0 1%;
  padding-right: 10px;
  font-weight: 500;
}
.m-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 5px;
  height: 64px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.m-nav li a:hover {
  color: #0068b5;
}

.m-nav li::before {
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  width: 16px;
  height: 16px;
  background: url(../images/base/ico_next.svg) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-nav li::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #0068b5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.m-nav li:hover::after {
  width: 100%;
}

/* ==========
  4 会社情報 /company/
========================================================================== */
.c-nav-wrapper {
  position: relative;
  top: 80px;
  padding: 8px;
  height: 64px;
  background-color: #f2f7fb;
  z-index: 1;
}

.c-nav {
  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;
}
.c-nav li {
  margin: 10px 1%;
}
.c-nav li.current a {
  color: #fff;
  background-color: #0068b5;
  border-radius: 2em;
}
.c-nav li a {
  padding: 6px 18px;
  color: #333;
  border-bottom: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-nav li a::after {
  background-color: transparent;
}
.c-nav li a:hover {
  color: #fff;
  background-color: #0068b5;
  border-radius: 20px;
}

.section-company {
  clear: both;
  padding: 50px 70px 50px;
  position: relative;
  overflow: hidden;
}
.section-company .m-item-block-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}

.company-text {
  margin-top: 30px;
}

.access-text {
  margin-top: 30px;
  padding: 20px;
  background-color: #f5f5f5;
}

.access-map {
  margin-top: 40px;
}
.access-map iframe {
  width: 100%;
}

.privacy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 40px;
  border: solid 1px #e0e0e0;
}
.privacy-block .privacy-image {
  width: 200px;
  height: 200px;
}
.privacy-block .privacy-text {
  margin-left: 40px;
  width: calc(100% - 240px);
  font-size: 1.8rem;
}

/* outline */
.main-outline {
  position: relative;
}
.main-outline::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 725px;
  background: -ms-linear-gradient(103.67deg, rgb(255, 255, 255) 20%, rgb(240, 250, 252) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F0FAFC' ,GradientType=0)";
  background: linear-gradient(-13.67deg, rgb(255, 255, 255) 20%, rgb(240, 250, 252) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#F0FAFC" , GradientType=1);
}
.main-outline::after {
  position: absolute;
  content: "";
  top: -455px;
  left: -335px;
  width: 906px;
  height: 873px;
  background: url(../images/company/outline/bg_particle_01.svg);
  background-size: cover;
  opacity: 0.7;
}

.outline-head {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
.outline-head::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 725px;
  z-index: -1;
  background: -ms-linear-gradient(103.67deg, rgb(255, 255, 255) 20%, rgb(240, 250, 252) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F0FAFC' ,GradientType=0)";
  background: linear-gradient(-13.67deg, rgb(255, 255, 255) 20%, rgb(240, 250, 252) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#F0FAFC" , GradientType=1);
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.outline-head::after {
  position: absolute;
  content: "";
  bottom: -282px;
  right: -222px;
  width: 906px;
  height: 873px;
  background: url(../images/company/outline/bg_particle_02.svg);
  background-size: cover;
  opacity: 0.7;
}

#particles-js,
.particle_a,
.particle_b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
}

/*
.outline-head-inner{
	padding-top:	80px!important;
}
*/
.outline-head-image {
  position: relative;
  margin: 60px auto;
  max-width: 628px;
  text-align: center;
}

.outline-head-box {
  margin: 10px auto 80px;
  padding: 25px 50px;
  max-width: 900px;
  background-color: #e5f0f8;
  border-radius: 10px;
}

.outline-head-box-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0068b5;
}

.outline-head-box-text {
  margin-top: 20px;
  text-align: left;
}

.outline-head-text {
  margin-top: 30px;
  padding-bottom: 40px;
  text-align: center;
  line-height: 2;
}
.outline-head-text p {
  margin-bottom: 2em;
}

.outline-block {
  padding: 60px 20px 60px !important;
  text-align: center;
  background-color: #fff;
}
.outline-block .m-item-title {
  margin: 0 auto 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* history */
.history-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0 30px;
  border-bottom: solid 1px #e0e0e0;
}
.history-wrap dt {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: #0068b5;
  width: 120px;
}
.history-wrap dd.text {
  position: relative;
  margin-left: 80px;
  width: calc(100% - 120px);
}
.history-wrap dd.text p {
  margin-bottom: 5px;
}

.month {
  position: absolute;
  left: -70px;
  display: block;
  margin-right: 30px;
  width: 40px;
  text-align: right;
  font-weight: bold;
}

/* ==========
  5 採用情報 /recruit/
========================================================================== */
.section-recruit {
  clear: both;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.section-recruit .col-inner {
  padding: 0 100px;
}

.recruit-head {
  position: relative;
  top: 80px;
  width: 100%;
  max-height: 800px;
  background: url(../images/recruit/bg_head.jpg) no-repeat center bottom;
  background-size: cover;
}
.recruit-head::after {
  padding-top: 58.5651537335%;
  display: block;
  content: "";
}

.recruit-head-image {
  position: relative;
  top: 150px;
  left: -70px;
  max-width: 580px;
}

.recruit-head-text {
  position: absolute;
  right: 20px;
  bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 3.5rem;
  color: #fff;
}

.recruit-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: url(../images/recruit/bg_top.jpg) no-repeat center center;
  background-size: cover;
  height: 880px;
  z-index: -1;
}

.recruit-cont-image {
  margin: 0 auto 50px;
  text-align: center;
}

.recruit-cont-text {
  text-align: center;
  color: #fff;
}
.recruit-cont-text p {
  margin-bottom: 1em;
}

.recruit-interview {
  position: relative;
  width: 100%;
}
.recruit-interview::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 460px;
  background: url(../images/recruit/bg_interview.jpg) no-repeat center 0;
  background-size: cover;
}

.recruit-interview-cont {
  position: relative;
  margin: 340px auto 0;
  padding: 50px 50px 20px 50px;
  background-color: #fff;
}
.recruit-interview-cont .section-title {
  margin-bottom: 30px;
}
.recruit-interview-cont .section-title .en {
  font-style: italic;
  font-size: 4.8rem;
  background: -ms-linear-gradient(0deg, rgb(0, 94, 174) 0%, rgb(27, 184, 206) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#005EAE', endColorstr='#1BB8CE' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 94, 174)), to(rgb(27, 184, 206)));
  background: linear-gradient(90deg, rgb(0, 94, 174) 0%, rgb(27, 184, 206) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005EAE",endColorstr="#1BB8CE" , GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-interview-cont .section-title .ja {
  font-size: 2rem;
  font-weight: 700;
}

.recruit-interview-cont-text {
  text-align: center;
}

.recruit-interview-btn {
  margin-bottom: 60px;
}
.recruit-interview-btn .btn {
  width: 360px;
}
.recruit-interview-btn .btn-wh {
  width: 360px;
}

.recruit-menu {
  padding: 60px 0;
  background-color: #e5f0f8;
}

.recruit-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 -10px;
}
.recruit-menu-list li {
  width: calc(33.3333333333% - 20px);
  height: 300px;
  background-color: #fff;
}
.recruit-menu-list li a {
  position: relative;
  display: block;
  padding: 80px 20px 60px;
  height: 100%;
  color: #333;
  border-bottom: none;
}
.recruit-menu-list li a::after {
  position: absolute;
  content: "";
  right: 0;
  left: inherit;
  bottom: 0;
  height: 60px;
  width: 60px !important;
  background: url("../images/recruit/btn_arrow.svg");
  background-size: cover;
}
.recruit-menu-list li a:hover {
  opacity: 0.7;
}

.recruit-menu-title {
  text-align: center;
}
.recruit-menu-title .en {
  font-style: italic;
  font-size: 3.6rem;
  background: -ms-linear-gradient(0deg, rgb(0, 94, 174) 0%, rgb(27, 184, 206) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#005EAE', endColorstr='#1BB8CE' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 94, 174)), to(rgb(27, 184, 206)));
  background: linear-gradient(90deg, rgb(0, 94, 174) 0%, rgb(27, 184, 206) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005EAE",endColorstr="#1BB8CE" , GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-menu-title .ja {
  display: block;
  font-size: 1.8rem;
}

.recruit-menu-text {
  margin-top: 25px;
  text-align: center;
}

/* === /recruit/voice/ === */
.voice-index-block {
  position: relative;
  margin: 60px auto 120px;
}
.voice-index-block::before {
  position: absolute;
  content: "";
  top: 130px;
  height: 276px;
  width: calc(100% - 80px);
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
  z-index: -1;
}
.voice-index-block.block-l::before {
  right: 0;
}
.voice-index-block.block-l .m-item-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.voice-index-block.block-r {
  /*	margin: 120px auto;*/
}
.voice-index-block.block-r::before {
  left: 0;
}
.voice-index-block .btn-wh {
  width: 300px;
}
.voice-index-block .m-item {
  margin: 0 50px;
}

.voice-index-image {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.voice-index-lead {
  height: 130px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 5rem;
  line-height: 1.2;
  color: #0068b5;
}

.voice-index-text {
  margin-top: 25px;
  color: #fff;
}
.voice-index-text span {
  font-size: 2.2rem;
  font-weight: 500;
}

/* faq4-block */
.faq4-block {
  margin-bottom: 100px;
}

.faq4-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 55px 0 55px 50px;
  padding: 10px 10px 10px 80px;
  min-height: 70px;
  width: calc(100% - 50px);
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #fff;
  z-index: 1;
}
.faq4-block-title::before {
  content: "";
  position: absolute;
  background: #0068b5;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  left: -50px;
  z-index: -1;
}
.faq4-block-title .num {
  position: absolute;
  left: -15px;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  color: #fff;
}

.faq4-item {
  margin: 20px 0;
  min-height: 140px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq4-img {
  text-align: center;
}
.faq4-img .icon {
  margin-right: 0;
}

.icon.item-tabimado {
  width: 80px !important;
  height: 80px;
}

.fukidashi {
  position: relative;
  margin-left: 50px;
  padding: 30px 30px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.fukidashi::before {
  position: absolute;
  content: "";
  top: 35px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 20px 12.5px 0;
  border-color: transparent #fff transparent transparent;
}

/* = /recruit/voice/case = */
.case-top-block {
  position: relative;
  height: 480px;
  background: -ms-linear-gradient(0deg, rgb(0, 94, 174) 0%, rgb(27, 184, 206) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#005EAE', endColorstr='#1BB8CE' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 94, 174)), to(rgb(27, 184, 206)));
  background: linear-gradient(90deg, rgb(0, 94, 174) 0%, rgb(27, 184, 206) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005EAE",endColorstr="#1BB8CE" , GradientType=1);
}
.case-top-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}
.case-top-block .m-item {
  margin-right: 50px;
}

.case-top-block.case01::before {
  background: url(../images/recruit/voice/case01/img_top.jpg);
  background-size: cover;
}

.case-top-block.case02::before {
  background: url(../images/recruit/voice/case02/img_top.jpg);
  background-size: cover;
}

.case-top-block.case03::before {
  background: url(../images/recruit/voice/case03/img_top.jpg);
  background-size: cover;
}

.case-top-lead {
  margin-top: 130px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 5rem;
  line-height: 1.2;
  color: #fff;
}

.case-top-text {
  margin-top: 25px;
  font-size: 1.4rem;
  color: #fff;
}
.case-top-text span {
  font-size: 1.8rem;
}

.voice-case-block {
  margin-bottom: 50px;
}
.voice-case-block .block-l {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.voice-case-block .block-l .voice-case-item {
  margin-left: 40px;
}
.voice-case-block .block-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.voice-case-block .block-r .voice-case-item {
  margin-right: 40px;
}

.case-line-title {
  position: relative;
  text-align: center;
  margin: 40px 0;
  padding: 30px 0;
  font-size: 2rem;
  font-weight: 500;
  color: #0068b5;
  border-top: solid 1px #0068b5;
  border-bottom: solid 1px #0068b5;
}
.case-line-title:before {
  position: absolute;
  content: "";
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 5em;
  height: 20px;
  background-color: #fff;
}
.case-line-title:after {
  position: absolute;
  content: "Question";
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 5em;
  height: 20px;
  color: #0068b5;
}

.case-line-title02 {
  text-align: center;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  margin-top: 1.5em;
  color: #66a4d3;
}
.case-line-title02 .label {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
.case-line-title02 .label:before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
}
.case-line-title02 .label:after {
  content: "”";
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 0;
}

.voice-case-title {
  margin: 50px auto;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.75;
}

.voice-case-image {
  margin: 0 auto;
  max-width: 480px;
}

.voice-case-item {
  width: 50%;
  max-width: 470px;
}
.voice-case-item p {
  margin-bottom: 2em;
  line-height: 2;
}
.voice-case-item em {
  font-weight: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffee58));
  background: linear-gradient(transparent 60%, #ffee58 0%);
}

/* === /recruit/entry/ === */
.entry-wrap {
  border-top: solid 1px #e0e0e0;
  margin-top: 30px;
  padding-top: 80px;
  padding-bottom: 60px;
}

.entry-block {
  margin-top: 20px;
  padding: 40px;
  word-break: break-word;
}
.entry-block .m-box {
  padding: 10px 19px;
}

.entry-data {
  clear: both;
  margin: 25px 0;
}
.entry-data dt {
  float: left;
}
.entry-data dd {
  margin-left: 80px;
}
.entry-data dd p {
  margin-top: 24px;
}
.entry-data dd p.hissu:first-letter {
  color: #ef6c00;
}

.entry-data-index {
  padding: 3px 16px;
  color: #fff;
  background-color: #444;
}
.entry-data-index.hissu {
  background-color: #ef6c00;
}

.entry-box {
  margin-top: 20px;
  border: solid 2px #0068b5;
  width: calc(50% - 5px);
}

.entry-box-title {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  background-color: #0068b5;
  color: #fff;
}

.entry-box-texts {
  padding: 25px 20px 0;
  text-align: center;
}

.entry-box-index-title {
  font-weight: 500;
  line-height: 1.75;
}

.entry-box-btn {
  margin-top: 20px;
  margin-bottom: 30px;
}
.entry-box-btn .btn {
  width: 100%;
  max-width: 360px;
}

/* === /recruit/faq/ === */
/* faq */
.faq-wrap {
  border-top: solid 1px #e0e0e0;
  margin-top: 30px;
  padding-top: 80px;
  padding-bottom: 60px;
}

.btn-menu-list {
  margin: 0 auto;
}
.btn-menu-list li {
  margin: 10px;
  width: calc(33.3333333333% - 23px);
  max-width: 300px;
  display: inline-block;
}
.btn-menu-list li a::after {
  background-color: transparent;
}
.btn-menu-list .btn-wh {
  margin: 0 auto 30px;
  width: 100%;
}
.btn-menu-list.col-2 {
  text-align: center;
}
.btn-menu-list.col-2 li {
  width: calc(50% - 20px);
  max-width: 360px;
  vertical-align: middle;
}

.faq-item {
  margin: 30px 0 0;
  text-align: left;
}

.faq-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px 60px 20px 70px;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: solid 1px #e0e0e0;
  cursor: pointer;
}
.faq-item-title::before {
  content: "";
  position: absolute;
  background: #0068b5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  left: 0;
}
.faq-item-title::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(../images/recruit/faq/ico_open.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.faq-item-title.is-active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-item-title.is-active::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 4px;
  background: url(../images/recruit/faq/ico_close.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.faq-q {
  position: absolute;
  left: 18px;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
}

.faq-item-text {
  display: none;
  position: relative;
  padding: 25px 10px 10px 70px;
  text-align: left;
  line-height: 1.75;
  overflow: hidden;
}
.faq-item-text::before {
  content: "";
  position: absolute;
  border: solid 1px #0068b5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  top: 10px;
  left: 0;
}

.faq-a {
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0068b5;
}

/*.faq-item-text:after {
  content: "A";
  position: absolute;
  top:38px;
  left: 28px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #a49453;
}*/
/* ==========
  6 お問い合わせ /inquiry/
========================================================================== */
.inquiry-head {
  text-align: center;
  line-height: 2;
}

.inquiry-item {
  clear: both;
  padding: 40px 80px;
  position: relative;
  overflow: hidden;
}
.inquiry-item .m-item-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}
.inquiry-item .m-box {
  padding: 40px;
}
.inquiry-item .m-border {
  margin-top: 20px;
  padding: 20px 40px;
}

/* form */
.section-contact {
  padding: 60px 0 0;
}
.section-contact .col-inner {
  padding: 0 100px;
}

.contact-head {
  padding-bottom: 50px;
}

.form-steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-steps-list li {
  position: relative;
  width: 33.3333333333%;
  text-align: center;
  color: #0068b5;
  border-right: solid 1px #0068b5;
}
.form-steps-list li span {
  display: block;
  border-top: solid 1px #0068b5;
  border-bottom: solid 1px #0068b5;
  padding: 13px 0;
}
.form-steps-list li:first-child {
  border-left: solid 1px #0068b5;
}
.form-steps-list li::before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  right: -10px;
  background-color: #fff;
  width: 20px;
  height: 28px;
  border-right: 1px solid #0068b5;
  border-left: 1px solid #0068b5;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.form-steps-list li::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  background-color: #fff;
  width: 20px;
  height: 28px;
  border-right: 1px solid #0068b5;
  border-left: 1px solid #0068b5;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.form-steps-list li:last-child::before {
  border-right: none;
}
.form-steps-list li:last-child::after {
  border-right: none;
}
.form-steps-list li.is-active {
  background-color: #0068b5;
  color: #fff;
  z-index: -1;
}

/* form ------------ */
.form-area {
  margin: 40px auto 100px;
  padding: 50px 50px;
  border: solid 1px #e0e0e0;
  table-layout: fixed;
}

.form-area-text {
  text-align: center;
}

.form-table {
  margin: 80px auto 30px;
  width: 100%;
  max-width: 900px;
}

.form-table .error {
  margin-top: 5px;
  display: block;
  position: relative; /* absolute */
  font-size: 1.4rem;
  color: #ef6c00;
}

.form-table th {
  width: 300px;
  padding: 20px 30px 20px 0;
  vertical-align: top;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: solid 1px #e0e0e0;
}

.form-table td {
  width: 600px;
  padding: 12px 0;
  line-height: 1.5;
  border-bottom: solid 1px #e0e0e0;
}

.form-input-text,
.form-input-textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 10px 15px;
  line-height: 1.5;
  background-color: #f5f5f5;
  outline: none;
  border: solid 1px #e0e0e0;
}

.form-check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-check-list li {
  margin-right: 20px;
}

input[type=checkbox] {
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin-right: 2px;
  margin-top: -3px;
  border: solid 1px #e0e0e0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f5f5f5;
  outline: none;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
input[type=checkbox]::after {
  content: "";
  width: 8px;
  height: 12px;
  background-color: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -4px;
  border-radius: inherit;
  border-right: 3px solid #808080;
  border-bottom: 3px solid #808080;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}
input[type=checkbox]:checked:after {
  display: block;
}

input[type=radio] {
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin-right: 2px;
  margin-top: -3px;
  border: solid 1px #e0e0e0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f5f5f5;
  outline: none;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border-radius: 50% !important;
}
input[type=radio]::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #808080;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  display: none;
}
input[type=radio]:checked:after {
  display: block;
}

.m-required {
  margin-left: 5px;
  padding: 1px 4px;
  background-color: #ef6c00;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}

.form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.form-button li {
  margin: 15px 30px;
}

input[type=submit],
input[type=reset] {
  border: none;
  outline: none;
  width: 320px;
  cursor: pointer;
}

label {
  display: inline-block;
  *zoom: 1;
  padding-right: 10px;
}

label:after {
  content: "";
  display: table;
  clear: both;
}

label > span {
  overflow: hidden;
  display: block;
}

.form-privacy-title {
  font-weight: 500;
}

.form-privacy-text {
  font-weight: 400;
}

.contact-privacy {
  margin: 50px auto 40px;
  padding: 28px 30px;
  width: 100%;
  max-width: 900px;
  height: 220px;
  font-size: 1.4rem;
  line-height: 1.75;
  background-color: #fff;
  border: solid 1px #e0e0e0;
  overflow-y: scroll;
  overflow-x: hidden !important;
}
.contact-privacy p {
  margin-bottom: 2em;
}

.form-last-check {
  text-align: center;
}
.form-last-check input[type=checkbox] {
  border-radius: 0 !important;
  width: 20px;
  height: 20px;
}
.form-last-check input[type=checkbox]::after {
  content: "";
  width: 8px;
  height: 12px;
  background-color: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -4px;
  border-radius: inherit;
  border-right: 3px solid #808080;
  border-bottom: 3px solid #808080;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}
.form-last-check input[type=checkbox]:checked:after {
  display: block;
}

/* ==========
  7 お知らせ /news/
========================================================================== */
/* news */
.cat-menu-wrap {
  clear: both;
  position: relative;
  margin: 60px auto 57px;
}

.cat-menu-list {
  font-weight: 500;
}
.cat-menu-list li {
  display: inline-block;
  margin: 6px 5px;
}
.cat-menu-list li.current-cat a {
  background-color: #0068b5;
  color: #fff;
}
.cat-menu-list li a {
  display: block;
  padding: 6px 10px;
  width: 150px;
  text-decoration: none;
  text-align: center;
  background-color: #f5f5f5;
  color: #333;
  border-radius: 2em;
  border-bottom: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cat-menu-list li a:hover {
  background-color: #0068b5;
  color: #fff;
}
.cat-menu-list li a::after {
  height: 0;
  background-color: transparent;
}

.cat02-menu-list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 25px;
}

.cat02-item {
  color: #fff;
  background: #0068b5;
  text-align: center;
  border-radius: 2em;
  padding: 2px 10px;
  font-size: 1.2rem;
}

.case-inner {
  margin: 60px auto 0;
  max-width: 1000px;
}

.m-item-wrap.case-block {
  padding: 50px;
  background: #fff;
}
.m-item-wrap.case-block:not(:last-child) {
  margin-bottom: 60px;
}

.case-block {
  margin-top: 40px;
}
.case-block .m-item {
  margin-left: 50px;
  width: calc(100% - 410px);
  max-width: 490px;
}
.case-block .m-item-image-wrap {
  width: 360px;
}
.case-block .m-item-image {
  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;
  width: 360px;
  margin-bottom: 15px;
  padding: 34px;
}
.case-block .m-item-image.m-border {
  height: 360px;
  border: solid 1px #e0e0e0;
}

.m-item-info {
  padding: 20px;
}
.m-item-info th,
.m-item-info td {
  padding: 7px 10px;
}
.m-item-info td:before {
  content: "：";
  margin-left: 1em;
  margin-right: 1em;
}

.main-news .col-inner {
  padding: 0 100px;
}

.news-list li {
  position: relative;
  padding: 17px 0;
  border-bottom: 1px solid #e0e0e0;
  min-height: 70px;
}
.news-list li::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  content: url(../images/base/ico_next.svg);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-list-date {
  margin-right: 10px;
  padding-top: 3px;
  font-size: 1.3rem;
  font-weight: 300;
}

.news-list-cat {
  display: inline-block;
}
.news-list-cat a {
  display: block;
  width: 80px;
  margin-right: 10px;
  padding: 6px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #0068b5;
  border-bottom: none;
  border-radius: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-list-cat a:hover {
  opacity: 0.8;
}

.news-list-text {
  display: block;
  margin-top: 10px;
  padding-right: 30px;
  font-weight: 500;
}
.news-list-text a {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: none;
}
.news-list-text a:hover {
  color: #0068b5;
}

@media all and (-ms-high-contrast: none) {
  /* IE10,11 */
  .news-list-cat span {
    padding: 5px 0 0 0;
  }
  .news-list-date,
  .news-list-text {
    padding-top: 2px;
  }
}
/* pagenavi */
.wp-pagenavi {
  margin: 40px auto 80px;
  padding-bottom: 10px;
  font-size: 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-top: 20px;
  margin-right: 6px;
  margin-left: 6px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fff;
  color: #0068b5;
  border: solid 1px #0068b5;
}
.wp-pagenavi a.prev,
.wp-pagenavi span.prev {
  border: none !important;
}
.wp-pagenavi a.next,
.wp-pagenavi span.next {
  border: none !important;
}

.page-numbers {
  text-align: center;
}

.page-numbers a:hover,
.page-numbers .current {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: #0068b5;
}

.page-numbers li {
  display: inline-block;
}

.prev {
  position: relative;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.prev img {
  vertical-align: middle;
}

.next {
  position: relative;
}
.next img {
  vertical-align: middle;
}

/* post */
.post-area {
  margin: 0 auto;
  padding: 0 80px;
  min-height: 200px;
  overflow: hidden;
  text-align: left;
}

.post-head {
  padding: 40px 0 20px;
}

.post-title {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}

.post-body {
  border: solid 1px #e0e0e0;
  margin: 25px 0;
  padding: 40px 60px;
}
.post-body p {
  margin-bottom: 2em;
  line-height: 2;
}
.post-body p.clear {
  clear: both;
  margin-bottom: 0;
}
.post-body h2 {
  margin: 1em 0;
  padding: 1em 0;
  border-bottom: solid 2px #333;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}
.post-body h3 {
  position: relative;
  margin: 1em 0;
  padding: 1em 1.5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #f5f5f5;
}
.post-body h3::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 4px;
  top: 50%;
  left: 0;
  background-color: #0068b5;
}
.post-body h4 {
  margin: 1em 0;
  padding: 1em 0;
  border-bottom: solid 1px #e0e0e0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.post-body .alignleft {
  float: left;
  margin-right: 45px;
  margin-bottom: 45px;
}
.post-body .alignright {
  float: right;
  margin-left: 45px;
  margin-bottom: 45px;
}
.post-body .aligncenter {
  margin: 40px auto;
  text-align: center;
}
.post-body p a,
.post-body table a,
.post-body li a,
.post-body .wp-block-file a {
  position: relative;
  color: #283593;
  border-bottom: solid 1px #283593;
}
.post-body p a::after,
.post-body table a::after,
.post-body li a::after,
.post-body .wp-block-file a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0068b5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post-body p a:hover,
.post-body table a:hover,
.post-body li a:hover,
.post-body .wp-block-file a:hover {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.post-body p a:hover::after,
.post-body table a:hover::after,
.post-body li a:hover::after,
.post-body .wp-block-file a:hover::after {
  width: 100%;
}
.post-body .wp-block-file a.wp-block-file__button {
  color: #fff !important;
}
.post-body table {
  margin: 40px 0;
}
.post-body table th {
  background-color: #f5f5f5;
  padding: 20px 20px;
  color: #333;
  border: solid 1px #e0e0e0;
  font-weight: bold;
  width: 250px;
  line-height: 2;
}
.post-body table td {
  padding: 20px 20px;
  border: solid 1px #e0e0e0;
  color: #333;
  line-height: 2;
  word-break: break-word;
}
.post-body ul {
  margin: 20px 0;
}
.post-body ul li {
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  line-height: 1.35;
  list-style-type: disc;
}
.post-body ul li ul {
  margin: 0.5em 0;
}
.post-body ol {
  margin: 20px 0;
  margin-left: 0.7em;
}
.post-body ol li {
  margin-bottom: 0.5em;
}
.post-body ol li ol {
  margin: 0.5em 0;
}

/* block tag */
.wp-block-button__link {
  display: block;
  position: relative;
  margin: 0 auto;
  font-weight: 500;
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
  color: #fff !important;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.wp-block-button__link:hover {
  opacity: 0.7;
}

.is-style-outline .wp-block-button__link {
  background: #fff !important;
  color: #0068b5 !important;
}

/*  pager  */
.post-pager {
  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;
  margin-bottom: 60px;
}
.post-pager li {
  position: relative;
  margin: 0 5px;
}
.post-pager li .btn_wh {
  display: block;
  position: relative;
  width: 260px; /*100%;*/
  height: 48px;
  line-height: 46px;
  margin: 30px auto;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
  overflow: hidden;
  cursor: pointer;
  width: 160px;
}
.post-pager li .btn_wh span {
  display: block;
  width: 100%;
  background: #fff;
  color: #005eae;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post-pager li .btn_wh:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.post-pager li .btn_wh:hover span {
  display: block;
  width: 100%;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  background: transparent;
  color: #fff !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post-pager li.btn-prev a {
  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;
  position: relative;
  width: 60px;
  height: 60px;
}
.post-pager li.btn-prev a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 14px;
  background: url(../images/base/ico_arrow.svg) no-repeat;
  background-size: contain;
}
.post-pager li.btn-prev a:hover {
  opacity: 0.7;
}
.post-pager li.btn-next a {
  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;
  position: relative;
  width: 60px;
  height: 60px;
}
.post-pager li.btn-next a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 14px;
  background: url(../images/base/ico_arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.post-pager li.btn-next a:hover {
  opacity: 0.7;
}

/* ==========
  9 サイトマップ /sitemap/
========================================================================== */
.sitemap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -20px;
}

.sitemap-item {
  position: relative;
  margin: 20px;
  width: calc(25% - 40px);
}
.sitemap-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
}

.sitemap-title a {
  display: block;
  padding: 20px 0;
  color: #333333;
  text-decoration: none;
  font-size: 1.8rem;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
テーブル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
tbody {
  overflow-x: auto;
  /* white-space: nowrap;*/
  width: auto;
}

.table {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  display: table;
  top: 0;
  border-collapse: collapse;
  z-index: 100;
}

.data-tbl {
  margin-top: 0;
  margin-bottom: 1px;
  position: relative;
  width: 100%;
  table-layout: fixed;
}

.data-tbl tbody th {
  width: 250px;
  padding: 14px 10px 14px 20px;
  vertical-align: top;
  border: solid 1px #e0e0e0;
  line-height: 1.75;
  font-weight: 500;
  background-color: #f5f5f5;
}

.data-tbl td {
  padding: 14px 10px 14px 20px;
  border: solid 1px #e0e0e0;
  line-height: 1.75;
}

.noborder {
  margin-top: 10px;
}
.noborder th,
.noborder td {
  padding: 5px 10px 5px 20px !important;
  border: none !important;
  background-color: #fff !important;
}

.data-dl {
  clear: both;
}

.data-dl dt {
  float: left;
}

.data-dl dd {
  margin-left: 6em;
}

i {
  font-style: normal;
}

/* slider
----------------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
  outline: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
}

/* Slider */
.slider-area {
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  position: relative;
  height: 510px;
  border: solid 1px #e0e0e0;
}

.slider-area .slide_arrow {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  background: url(../images/base/btn_arrow.svg) no-repeat 0 0;
  background-size: cover;
  border: none;
  cursor: pointer;
}

.slider-area .slide_arrow.l {
  margin-left: calc(-50% + 20px);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.slider-area .slide_arrow.r {
  margin-left: calc(50% - 76px);
}

/* slide-item */
.slide-item a {
  color: #333;
  text-decoration: none;
}

.slide-item a:hover {
  text-decoration: none;
}

.slick-slide {
  margin: 60px 100px;
}

.slider-txt {
  /* ***  */
  position: relative;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.75;
}

.slide-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.slide-head::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 2px;
  width: 100%;
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
}

.slide-number.en {
  display: inline-block;
  padding-right: 0.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 4.8rem;
  background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
  background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide-title {
  font-size: 2.4rem;
}

.slide-image {
  float: right;
  margin-left: 50px;
}

/* bnr */
.bnr-contact {
  display: table;
  width: 100%;
  clear: both;
  margin: 0 0 60px;
  padding: 23px 10px;
  border: solid 1px #e8e3e0;
  background-color: #fff;
}

.bnr-contact-column {
  display: inline-block;
  width: 49.7%;
  border-left: solid 1px #e8e3e0;
  background-color: #fff;
}

.bnr-contact-text {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding-left: 48px;
}

.bnr-contact-column:first-child {
  border-left: none;
}

.bnr-contact-tel {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: right;
  font-size: 3rem;
  font-weight: bold;
}

/* helper */
.m-mt-30 {
  margin-top: 30px;
}

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

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

.m-mt-60 {
  margin-top: 60px;
}

.m-mt-80 {
  margin-top: 80px;
}

.m-mt-90 {
  margin-top: 90px;
}

.m-mt-100 {
  margin-top: 100px;
}

/* text */
.m-text-10 {
  font-size: 10px;
  line-height: 1.75;
}

.m-text-11 {
  font-size: 11px;
  line-height: 1.75;
}

.m-text-12 {
  font-size: 12px;
  line-height: 1.75;
}

.m-text-13 {
  font-size: 13px;
  line-height: 1.75;
}

.m-text-14 {
  font-size: 14px;
  line-height: 1.9;
}

.m-text-15 {
  font-size: 15px;
  line-height: 1.75;
}

.m-text-16 {
  font-size: 16px;
  /*	line-height: 1.9;*/
}

.m-text-17 {
  font-size: 17px;
  line-height: 1.6;
}

.m-text-18 {
  font-size: 18px;
  line-height: 1.6;
}

.m-text-19 {
  font-size: 19px;
  line-height: 1.6;
}

.m-text-20 {
  font-size: 20px;
  line-height: 1.6;
}

.m-text-21 {
  font-size: 21px;
  line-height: 1.6;
}

.m-text-22 {
  font-size: 22px;
  line-height: 1.6;
}

.m-text-23 {
  font-size: 23px;
  line-height: 1.6;
}

.m-text-24 {
  font-size: 24px;
  line-height: 1.75;
}

.m-text-25 {
  font-size: 25px;
  line-height: 1.4;
}

.m-text-26 {
  font-size: 26px;
  line-height: 1.4;
}

.m-text-27 {
  font-size: 27px;
  line-height: 1.4;
}

.m-text-28 {
  font-size: 28px;
  line-height: 1.4;
}

.m-text-30 {
  font-size: 30px;
  line-height: 1.4;
}

.m-text-31 {
  font-size: 31px;
  line-height: 1.4;
}

.m-text-32 {
  font-size: 32px;
  line-height: 1.2;
}

.m-text-34 {
  font-size: 34px;
  line-height: 1.2;
}

.m-text-35 {
  font-size: 35px;
  line-height: 1.2;
}

.m-text-36 {
  font-size: 36px;
  line-height: 1.2;
}

.m-text-37 {
  font-size: 37px;
  line-height: 1.2;
}

.m-text-38 {
  font-size: 38px;
  line-height: 1.2;
}

.m-text-40 {
  font-size: 40px;
  line-height: 1.2;
}

.m-text-42 {
  font-size: 42px;
  line-height: 1.2;
}

.m-text-44 {
  font-size: 44px;
  line-height: 1.2;
}

.m-text-46 {
  font-size: 46px;
  line-height: 1.2;
}

.m-text-56 {
  font-size: 56px;
  line-height: 1.2;
}

.m-text-lhl {
  line-height: 2;
}

.m-ls1 {
  letter-spacing: 0.1em;
}

.m-ls2 {
  letter-spacing: 0.2em;
}

.serviceCase-returnLink a {
  text-decoration: none !important;
  color: #000 !important;
  border: none !important;
}
.serviceCase-returnLink-wrap {
  padding: 20px 0;
}
.serviceCase-returnLink-wrap .col-inner {
  max-width: 1040px;
}
.serviceCase-h {
  font-size: 1.8rem;
  padding: 2em 0;
  font-weight: 500;
}
.serviceCase-main {
  padding-bottom: 100px;
}
.serviceCase-main .col-inner {
  max-width: 1040px;
}
.serviceCase-inner {
  padding: 50px;
  background: #fff;
}
.serviceCase-h02 {
  font-size: 2.8rem;
  color: #0068b5;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.6;
  font-weight: bold;
}
.serviceCase-mv {
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.serviceCase-organization {
  font-size: 2.8rem;
  margin-bottom: 0.6em;
  font-weight: 500;
}
.serviceCase-row {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
}
.serviceCase-row-body .m-box {
  margin: 0;
}
.serviceCase-role {
  font-weight: 500;
}
.serviceCase-name {
  font-size: 2.5rem;
  font-weight: 500;
}
.serviceCase-problems {
  background: #f5f5f5;
  padding: 40px;
  margin-top: 30px;
}
.serviceCase-problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.serviceCase-problem:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.serviceCase-problem-h {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  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: #0068b5;
  font-size: 2rem;
  font-weight: 500;
}
.serviceCase-problem-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.serviceCase-question-dialogue th,
.serviceCase-question-dialogue td {
  vertical-align: top;
  line-height: 2;
}
.serviceCase-question-dialogue tr:not(:last-child) th,
.serviceCase-question-dialogue tr:not(:last-child) td {
  padding-bottom: 2em;
}
.serviceCase-question-dialogue th {
  white-space: nowrap;
  padding-right: 3em;
}
.serviceCase-question-img {
  text-align: center;
  padding: 25px 0;
}

.flex-c {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.m-item-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr); /* 横3列 */
  gap: 30px; /* 余白 */
}
.m-item-grid.item-matatabi {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: -5px -10px;
  padding: 10px 10px;
}

.product-header02 {
  background: -webkit-gradient(linear, left top, right top, from(#2944a4), to(#01cefd)) no-repeat center center;
  background: linear-gradient(90deg, #2944a4 0%, #01cefd 100%) no-repeat center center;
  background-size: cover;
  padding-top: 80px !important;
  padding-bottom: 80px;
  height: auto;
  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;
}

.m-note__text {
  font-size: 0.85em; /* 本文より小さく */
  color: #666; /* グレーで弱めに */
  line-height: 1.4;
  display: block; /* 改行して独立させたい時 */
  margin-top: 5px;
}

.product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-block__title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  padding-left: 10px;
}
.product-block__title.item-tabimado {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  padding-left: 0px;
}

.p-tabimado__title {
  line-height: 39px;
  font-size: 30px;
}

.p-tabimado__txt {
  line-height: 1.6;
  margin-top: 30px;
  font-size: 16px !important;
}

.product-block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-product__img.product-block__tabimado {
  margin-top: 53px;
}

.m-product__img img {
  width: 800px;
}

.functions-block .bg-pb {
  background-color: #edb623 !important;
}

.feature-item-image img {
  width: 100%;
  height: auto;
}

.feature-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.feature-blocks.item-tabimado {
  margin: 13px 0 0 62px;
}

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

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

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

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

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

.m-pb-60 {
  padding-bottom: 60px;
}

.m-pr-50 {
  padding-right: 50px;
}

.m-py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.m-py-60 {
  padding: 60px 0;
}

.p-tabimado__bnr {
  margin: 50px auto 0;
}

.p-tabimado__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  background: #fff;
  padding: 58px 35px 65px 80px;
  margin-top: 43px;
  max-width: 1000px;
  margin: 43px auto 0;
}

.p-tabimado__column-l {
  width: 60%;
}
.p-tabimado__column-l p {
  font-size: 15px;
  color: #333333;
  padding: 0 40px;
}

.p-tabimado__column-ttl {
  font-size: 28px !important;
  color: #333333;
}

.p-tabimado__column-img {
  padding: 0 50px 0 35px;
  max-width: 458px;
  margin: 30px 0 30px;
}

.p-tabimado__column-r {
  width: 52%;
}

.p-tabimado__column-link {
  margin: 15px 0 0 30px !important;
}
/* ---------------------------
 responsive
-----------------------------*/
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem; /**/
    min-width: inherit;
    letter-spacing: 0;
  }
  #wrapper {
    min-width: inherit;
    width: 100%;
  }
  a:active {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  /* ------
  header
  ---------*/
  .header {
    height: 64px;
    min-height: inherit;
  }
  .header-inner {
    padding: 0 20px;
    min-height: inherit;
  }
  .header-logo-area {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    max-width: inherit;
    height: 64px;
    padding-top: 0;
    z-index: 100;
  }
  .header-logo {
    /*	position: absolute;
    top:20px;
    left: 15px;*/
  }
  .header-logo a {
    padding: 12px 20px;
  }
  .header-logo a img {
    width: 70%;
    min-width: 139px;
  }
  /* Fixed reset
  .is-fixed,
  .is-fixed-c {
  	position: relative;
  	top: 0;
  	z-index:0
  } */
  .header-menu-inner {
    position: absolute;
    width: 100%;
    top: 64px;
    left: 110%;
    z-index: 10;
    background-color: #ebf6fc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /* スライドアニメーション */
  .header {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    -webkit-backdrop-filter: inherit;
            backdrop-filter: inherit;
  }
  .header-menu-inner.open {
    visibility: visible;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    position: fixed;
    top: 64px;
    right: 0;
    width: 100%;
    height: calc(100% + 64px);
    overflow: scroll;
  }
  #nav-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 64px;
    cursor: pointer;
    z-index: 101;
    padding: 0 22px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 24px;
  }
  #nav-toggle span:nth-child(2) {
    top: 31px;
  }
  #nav-toggle span:nth-child(3) {
    top: 38px;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle.on span:nth-child(1) {
    top: 31px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-toggle.on span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #nav-toggle.on span:nth-child(3) {
    top: 31px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-btn-list li {
    width: 100%;
    max-width: 315px;
    margin: 20px auto;
    padding: 0 10px;
    *zoom: 1;
    z-index: 10;
  }
  /* header-sub-menu */
  .header-sub-menu {
    margin: 10px 0;
    padding-bottom: 10px;
    width: 100%;
    font-size: 1.4rem;
    border-bottom: solid 1px #d9e8f4;
  }
  .header-sub-menu li {
    padding: 10px 25px;
    display: block;
  }
  .header-sub-menu li a {
    color: #333;
    text-decoration: none;
  }
  .header-sub-menu li a:hover {
    text-decoration: underline;
  }
  /* === g-nav ======================== */
  .g-nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 150px;
  }
  .g-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #f2f7fb;
  }
  .g-nav li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1.5rem;
    border-bottom: solid 1px #d9e8f4;
  }
  .g-nav li.current a:before, .g-nav li.current span:before {
    width: 0 !important;
  }
  .g-nav li a,
  .g-nav li span {
    display: block;
    position: relative;
    height: inherit;
    padding: 20px 25px;
    width: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .g-nav li a:hover,
  .g-nav li span:hover {
    content: none;
  }
  .g-nav li a:before,
  .g-nav li span:before {
    height: 1px;
  }
  .g-nav li a::after {
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    width: 15px;
    height: 14px;
    content: url("../images/base/ico_next.svg");
  }
  .g-nav li span::after {
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    width: 15px;
    height: 14px;
    content: url("../images/base/ico_plus.svg");
  }
  /* g-nav-sub-wrap */
  .g-nav-sub-wrap {
    position: relative;
    top: 0;
    padding: 0;
    background-color: #fff;
    min-height: inherit;
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
    display: none;
  }
  .is-active .g-nav-sub-wrap {
    opacity: 1;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .is-open .g-nav-sub-wrap {
    display: block;
  }
  .g-nav-sub-title {
    margin-bottom: 0;
    border-bottom: none;
  }
  .g-nav-sub-title a {
    padding: 15px 25px 15px 40px !important;
    font-size: 1.5rem;
  }
  .g-nav-sub {
    max-width: inherit;
  }
  .g-nav-sub li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: none;
  }
  .g-nav-sub li a {
    padding: 15px 25px 15px 40px;
    font-size: 1.5rem;
  }
  .g-nav-sub li a::before {
    bottom: 0;
  }
  /* === topic-path  ======================== */
  .topic-path {
    padding: 10px;
  }
  .topic-path ul {
    max-width: inherit;
    min-width: inherit;
    padding: 0 10px;
  }
  /* === page ======================== */
  .container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-header {
    margin-top: 64px;
    height: auto;
    min-height: 160px;
  }
  .page-header::before {
    right: 10px;
    width: 182px;
    height: 160px;
    background-size: cover;
  }
  /*.m-page-header*/
  .m-page-header {
    margin-top: 100px;
    height: 50px;
  }
  .m-page-header .col-inner {
    padding: 0 20px;
  }
  .m-page-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-page-title .ja {
    position: relative;
    font-size: 2.1rem;
  }
  .m-page-title .en {
    right: 0;
    font-size: 8rem;
  }
  /* ページタイトル === */
  .page-title .en {
    font-size: 3.6rem;
  }
  .page-title .ja {
    font-size: 2rem;
  }
  /* page-header-sub  */
  .page-header-sub {
    margin-top: 64px;
  }
  .page-header-title {
    padding-top: 24px;
    font-size: 1.6rem;
  }
  /* セクションタイトル === */
  .section-title {
    font-size: 2rem;
  }
  .section-title::before {
    width: 96%;
    max-width: inherit;
  }
  .m-index-title {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .m-line-title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .m-line2-title {
    font-size: 1.8rem;
  }
  /* ==========================================================================
    コンテンツページ共通
  ========================================================================== */
  .m-card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
  .col-3 .m-card-item {
    margin: 10px auto;
    width: calc(100% - 40px);
  }
  .col-2 .m-card-item {
    margin: 20px auto;
    width: calc(100% - 40px);
  }
  /*  m-item  **/
  .m-item-inner {
    padding: 0 20px;
  }
  .m-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-item-block {
    margin: 30px 0;
  }
  .m-item-block-title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
  .m-item-title {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.25;
  }
  .m-item-text {
    font-size: 1.5rem;
  }
  .icon {
    margin-right: 15px;
    width: 80px;
    height: 80px;
  }
  .icon img {
    max-width: 50%;
    max-height: 50%;
  }
  .m-item-index-title {
    margin-top: 20px;
    font-size: 2.8rem;
    line-height: 1.25;
  }
  .m-item-index-title .index-lead {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  .m-item-index-title .index-sub {
    font-size: 1.5rem;
  }
  /*-------------
  	contact menu
  ---------------*/
  .section-contact {
    padding: 30px 0 0 !important;
  }
  .section-contact::before {
    width: 100%;
    height: 1097px;
  }
  .section-contact-title-wh {
    margin-bottom: 20px;
  }
  .section-contact-title-wh .en {
    font-size: 3.9rem;
    letter-spacing: 1.4px;
  }
  .section-contact-title-wh .ja {
    margin-top: 20px;
    font-size: 2rem;
  }
  /*-------------
  	footer-contact
  ---------------*/
  .section-footer-contact {
    padding-top: 90px !important;
    padding-bottom: 105px !important;
  }
  .section-footer-contact::before {
    height: 400px;
    background: -ms-linear-gradient(40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
    background: linear-gradient(50deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
  }
  .section-footer-contact::after {
    background-position: center 20px;
  }
  .footer-contact-title-wh {
    margin-bottom: 30px;
  }
  .footer-contact-title-wh .en {
    font-weight: 300;
    font-size: 4rem;
    letter-spacing: 1.2px;
  }
  .footer-contact-title-wh .ja {
    margin-top: 40px;
  }
  /*-------------
  	footer
  ---------------*/
  .footer {
    margin-top: 0;
  }
  .footer-nav-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 10px 5px 20px;
    border-bottom: solid 2px #b2d2e9;
  }
  .footer-nav-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
  }
  .footer-nav-link {
    position: relative;
    width: 34px;
    height: 34px;
    cursor: pointer;
  }
  .icon-mark {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .icon-mark::before,
  .icon-mark::after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 3px;
    background-color: #b2d2e9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .icon-mark::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .footer-nav-link.on .icon-mark::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  /* footer-inner --------- */
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 768px;
    min-width: inherit;
    padding: 0 30px;
  }
  /* footer-nav */
  .footer-nav-item-wrap {
    margin-top: 20px;
    width: 100%;
    display: none;
  }
  .footer-nav-item-wrap.open {
    display: block;
  }
  .footer-nav-item {
    width: 100%;
  }
  .footer-nav-list {
    margin: 10px 0 10px;
  }
  .no-style {
    margin-top: 0;
  }
  .footer-info {
    margin-top: 10px;
    width: 100%;
  }
  /* pagetop */
  .to-pagetop {
    position: absolute;
    top: 30px;
    right: 0;
  }
  .to-pagetop a:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.7;
  }
  .to-pagetop img {
    width: 40px;
  }
  /* ==========================================================================
  	 parts
  ========================================================================== */
  /*section*/
  .section {
    padding: 40px 0 50px;
  }
  .col-inner {
    max-width: 768px;
    min-width: inherit;
    padding: 0 20px;
  }
  .main {
    float: none;
    width: 100%;
    max-width: inherit;
  }
  .side {
    float: none;
    width: 100%;
    margin-left: auto;
  }
  .m-mark-list > li {
    padding: 0 0 5px 15px;
  }
  /* icon付きスタイル（リスト） ======================== */
  .m-icon-link {
    margin: 15px auto 0;
  }
  .m-icon-link a {
    display: block;
    padding-top: 14px;
    padding-right: 25px;
    padding-bottom: 14px;
    font-size: 1.6rem;
  }
  .m-icon-link-wrap {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-icon-link-wrap .m-icon-link {
    margin: 0 0;
  }
  .icon-plus::before {
    top: 9px;
    right: 10px;
  }
  /* button ======================== */
  /* btn */
  .btn {
    display: block;
    position: relative;
    width: 260px; /*100%;*/
    height: 60px;
    line-height: 58px;
    margin: 0 auto;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
    background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
    color: #fff !important;
    overflow: hidden;
    cursor: pointer;
  }
  .btn span {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn:hover span {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #333;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn-wh {
    display: block;
    position: relative;
    width: 260px; /*100%;*/
    height: 60px;
    line-height: 58px;
    margin: 30px auto;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
    background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
    overflow: hidden;
    cursor: pointer;
  }
  .btn-wh span {
    display: block;
    width: 100%;
    background: #fff;
    color: #005eae;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn-wh:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .btn-wh:hover span {
    display: block;
    width: 100%;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: transparent;
    color: #fff !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-btn-list {
    display: block;
  }
  .m-btn-list li {
    margin: 20px auto;
    width: calc(100% - 20px);
    max-width: 360px;
  }
  .btn-link-list {
    display: block;
  }
  .btn-link-list li {
    margin: 10px auto;
    width: calc(100% - 20px);
    max-width: 360px;
  }
  .btn-menu-wrap {
    max-width: inherit;
    margin: 0 autO 0;
  }
  .btn-menu-list li {
    margin: 10px auto;
    width: calc(100% - 20px);
    display: block;
  }
  .btn-menu-list .btn-wh {
    margin: 0 auto 20px;
  }
  .btn-menu-list.col-2 li {
    width: 100%;
    max-width: 360px;
  }
  .menu-btn {
    padding: 1em 1em 1em 2.5em;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  /* ==========
    1 トップページ
  ========================================================================== */
  /* MainVisual */
  .home-mv {
    top: 64px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .home-mv li {
    height: 100vh;
    max-height: 672px;
    /* max-height: -webkit-fill-available;*/
  }
  .home-mv-01 #movie01 {
    height: 100%;
    width: auto;
    max-width: inherit;
    margin-top: 64px;
  }
  .home-mv-content {
    top: 12vh;
    -webkit-transform: none;
            transform: none;
    width: 90%;
    max-width: 320px; /*80vh*/
    margin-top: 64px;
  }
  .home-mv-img {
    width: 90%;
    max-width: 360px;
    bottom: -1px;
    height: inherit;
  }
  /* home-section-title */
  .home-section-title {
    margin-bottom: 50px;
  }
  .home-section-title .en {
    font-size: 3.9rem;
  }
  .home-section-title .ja {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .home .section-lead {
    text-align: left;
  }
  /* home-news */
  .home-news {
    padding: 0;
  }
  .home-news-title {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 3.6rem;
  }
  /*home-news-list ======================== */
  .home-news-list li {
    display: block;
    padding: 18px 0;
  }
  .home-news-list-date {
    margin: 0;
    width: auto;
    padding: 0 10px 0 0;
    line-height: 1;
  }
  .home-news-list-cat {
    display: inline-block;
    margin-bottom: 5px;
  }
  .home-news-list-text {
    display: block;
    width: 100%;
    font-size: 1.5rem;
  }
  /*section-home-business */
  .section-home-business::before {
    height: calc(100% - 690px);
  }
  .home-business-lead {
    max-width: inherit;
    text-align: center;
    font-size: 2.5rem; /*5.4vw;/*/
  }
  .home-business-lead span {
    margin: 0 -10px;
  }
  /* section-home-product */
  .section-home-product {
    padding-top: 80px;
  }
  .home-product-ban {
    margin: 40px auto;
    width: 100%;
    height: auto;
  }
  .home-product-image {
    margin: 10px auto;
  }
  .home-product-title {
    margin-top: 20px;
    font-size: 2.4rem;
  }
  .home-product-lead {
    text-align: left;
  }
  .home-product-title-sub {
    margin-top: 60px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .section-home-company {
    padding: 75px 0 50px;
  }
  .section-home-company::before {
    height: 100%;
  }
  .home-recruit-ban {
    position: relative;
    margin: 10px -20px 324px;
    width: calc(100% + 40px);
    height: 336px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-size: cover;
    background-position: 80%;
  }
  .home-recruit-cont {
    position: relative;
    top: 366px;
    margin: 0 8%;
    width: 92%;
  }
  .home-recruit-title {
    margin: 0 auto;
    max-width: 298px;
  }
  .home-recruit-text {
    margin-left: 10px;
    font-size: 1.5rem;
  }
  .effect.is-active {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .effect2.is-active .m-card-item {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  /* ==========
    2 事業紹介 /enterprise/
  ========================================================================== */
  .section-enterprise .col-inner {
    padding: 0 20px;
  }
  .section-enterprise .section-title {
    margin-bottom: 30px;
  }
  .enterprise-head {
    height: 280px;
  }
  .enterprise-head-inner {
    padding-top: 40px !important;
  }
  .enterprise-head-lead {
    max-width: inherit;
    text-align: center;
    font-size: 2.5rem;
  }
  .enterprise-head-lead span {
    margin: 0 -10px;
  }
  .enterprise-cont {
    padding-top: 40px;
  }
  .enterprise-text {
    padding-bottom: 10px;
  }
  .enterprise-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .enterprise-item dt {
    padding: 20px 0;
    width: 100%;
    font-size: 2rem;
  }
  .enterprise-item dd {
    padding: 20px;
    width: 100%;
  }
  .enterprise-block {
    margin-bottom: 20px;
    padding: 25px;
  }
  .enterprise-block .m-item {
    width: 100%;
    max-width: inherit;
  }
  .enterprise-block .m-item-image {
    margin: 20px auto 0;
  }
  .enterprise-button {
    margin-top: 40px;
  }
  .enterprise-fields-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .fields-icon-box {
    width: 160px;
    height: 160px;
    border-radius: 6px;
  }
  .fields-icon {
    max-width: 40%;
  }
  .fields-icon img {
    max-height: 100%;
  }
  .fields-item {
    margin-left: 0;
    width: 100%;
    max-width: inherit;
  }
  .fields-item-title {
    margin-top: 30px;
    padding-bottom: 15px;
    font-size: 1.8rem;
  }
  .enterprise-fields-item .fields-icon-box {
    width: 100%;
    height: 80px;
    border-radius: 6px;
  }
  .enterprise-fields-item .fields-icon {
    height: 80%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .enterprise-fields-item .fields-icon img {
    max-height: 80%;
  }
  .enterprise-fields-message {
    margin-bottom: 10px;
    padding: 30px 20px;
    font-weight: bold;
  }
  /* ==========
    3 製品・サービス /products/
  ========================================================================== */
  .section-products-head {
    padding-top: 40px;
  }
  .products-block {
    padding: 0 0;
  }
  .products-block .m-item {
    margin-right: inherit;
    width: 100%;
    max-width: inherit;
  }
  .products-block .m-item-image {
    margin: 20px auto 0;
  }
  .col-1-block {
    margin-top: 10px;
    padding: 0 10px;
  }
  .col-1-block .m-item {
    margin: 20px 0;
    padding: 30px 20px;
    width: 100%;
  }
  .col-2-block {
    margin-top: 10px;
    max-width: 500px;
  }
  .col-2-block .m-item {
    margin: 20px 0;
    padding: 30px 20px;
    width: 100%;
  }
  .col-2-block .m-item-title {
    font-size: 2rem;
  }
  .col-2-block .m-item-text {
    font-size: 1.6rem;
  }
  .col-2-block .m-icon-link {
    margin-top: 15px;
  }
  .col-3-block {
    margin-top: 20px;
    padding: 0 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-3-block .m-item {
    margin: 10px auto !important;
    width: 100%;
  }
  .col-3-block .m-item-title {
    font-size: 1.8rem;
  }
  .col-3-block .m-item-text {
    margin-top: 10px !important;
    font-size: 1.5rem !important;
  }
  /*finess */
  .page-fitness .product-header {
    background: url("../images/products/research/fitness/bg_header.jpg") no-repeat center center;
    background-size: cover;
  }
  .page-fitness .product-header-title {
    margin-top: 10px;
    font-size: 2.2rem;
  }
  .page-fitness .product-header-lead {
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: 3rem;
  }
  .page-fitness .product-text {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }
  .fitness-block {
    margin-top: 30px;
    border-top: solid 1px #ccc;
  }
  .fitness-block .col-2 {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .fitness-block .col-2 .m-item-text {
    margin-top: 0;
    width: 100%;
    max-width: inherit;
  }
  .fitness-block .col-2 .m-item-image {
    margin-top: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .fitness-block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    padding: 15px 0;
    font-size: 2rem;
  }
  .fitness-block-title span {
    position: relative;
    left: 0;
    margin-bottom: 10px;
    padding: 10px 4px;
    width: 60px;
    font-size: 1.4rem;
  }
  /* product-header */
  .product-header {
    height: auto;
    padding-top: 50px;
  }
  .product-header-title {
    margin-top: 30px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .product-header-title .en {
    display: block;
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .product-header-lead {
    margin-top: 30px;
    padding: 0 20px 40px;
    /*padding-bottom: 40px;*/
    font-size: 2.6rem;
  }
  .product-header-text {
    height: inherit;
    padding: 20px 0;
  }
  .product-header-text .col-inner {
    max-width: inherit;
    min-width: inherit;
  }
  .page-travel .results-head .m-icon-link a {
    font-size: 1.4rem !important;
  }
  .page-travel .results-block {
    margin-top: 80px;
  }
  .page-matatabi .product-header {
    padding: 40px 20px;
  }
  .page-matatabi .product-header-lead {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 2.2rem;
  }
  .page-matatabi .product-text {
    margin-top: 10px;
    text-align: left;
  }
  .page-matatabi-child .product-header {
    height: 180px;
  }
  .page-matatabi-child .product-header-title {
    margin: 0 auto;
  }
  .page-matatabi-child .product-header-title img {
    max-width: 70%;
  }
  /* matatabi */
  .features-inner {
    margin: 60px auto 0;
    padding: 30px 25px 30px;
    max-width: inherit;
  }
  .features-inner .num {
    top: -25px;
    left: 50%;
    margin-left: -25px;
    font-size: 5rem;
  }
  /* sp scroll */
  .m-item-wrap-scroll {
    margin: 0 auto;
    padding-bottom: 10px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .m-item-wrap-scroll > .m-item-image {
    width: 645px;
    height: auto;
  }
  .product-ban {
    margin: 40px auto 0;
    width: 100%;
    height: auto;
  }
  /* base-tbl */
  .base-tbl-index {
    margin-top: 0;
    padding: 0;
    font-size: 2.2rem;
  }
  .base-tbl-index span {
    font-size: 1.2rem;
  }
  .base-tbl {
    margin-top: 0 !important;
    position: relative;
  }
  .base-tbl th {
    position: absolute;
    display: block;
    padding: 20px 20px 10px;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #f5f5f5;
  }
  .base-tbl td {
    margin-top: 50px;
    padding: 10px 8px;
    width: 50%;
    height: inherit;
    font-size: 1.3rem;
  }
  .base-tbl td.matatabi-data::before {
    width: 100%;
    height: 100%;
  }
  .base-tbl td.matatabi-data::after {
    width: 100%;
    height: 100%;
  }
  .base-tbl tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #f0f0f0;
  }
  p.circle {
    padding-left: inherit;
    padding-top: 60px;
  }
  p.circle::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
  }
  p.cross {
    padding-left: inherit;
    padding-top: 60px;
  }
  p.cross::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
  }
  .features-item {
    margin-top: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features-item dt {
    padding: 30px 10px 20px;
    width: 100%;
    font-size: 1.8rem;
    border-bottom: none;
  }
  .features-item dd {
    padding: 0 10px 30px;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
  }
  /* travel, application, ec,  */
  .products-top-image {
    margin: 30px auto 30px;
  }
  .products-top-texts {
    padding: 0 20px;
  }
  .products-top-texts .m-icon-link {
    margin: 30px auto 0;
  }
  .products-title {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .products-text {
    margin-top: 20px;
  }
  .results-head {
    padding: 0 20px;
  }
  .results-head-text {
    margin-top: 40px;
  }
  .results-inner {
    margin: 30px auto 0;
    padding: 10px 25px 30px;
    max-width: inherit;
  }
  .results-inner-title .icon {
    width: 80px;
    height: 80px;
  }
  .results-inner-text {
    margin-top: 30px;
  }
  /* .results-block */
  .results-block {
    margin-top: 20px;
  }
  .results-block .m-item {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 490px;
  }
  .results-block .m-item-image-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
  }
  .results-block .m-item-image {
    margin: 0 auto;
    width: 100%;
    max-width: 490px;
  }
  .results-block .m-item-image.m-border {
    height: 170px;
    padding: 0 20px;
  }
  .results-block-l .m-item-image-wrap {
    margin-top: 20px;
  }
  .results-block-l .m-item-index-title {
    margin-top: 20px;
    line-height: 1.35;
  }
  /* ec-site */
  .products-top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px auto 40px;
    max-width: 500px;
  }
  .products-top-wrap .products-top-image {
    margin: 0 auto;
    width: 100%;
  }
  /* /products/application/ */
  .m-box.m-sp-only {
    margin-bottom: 0;
    width: 100%;
    max-width: 490px;
  }
  .fields-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .fields-item-wrap .m-item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fields-item-wrap .fields-item {
    width: calc(100% - 180px);
  }
  .fields-item-wrap .fields-item-title {
    margin-top: 0;
  }
  .product-fields-item {
    margin-bottom: 40px;
    width: 100%;
  }
  .products-block-top {
    margin-top: 40px;
    padding: 0 20px;
  }
  .products-block-top .m-item {
    margin-top: 40px;
    margin-left: auto;
    width: 100%;
    max-width: inherit;
  }
  .products-block-top .m-item-text {
    font-size: 1.4rem;
  }
  /* .feature-block */
  .feature-block .m-item-title > .m-caption {
    padding-top: 10px;
    font-size: 1.4rem;
  }
  .feature-block .m-item-text {
    margin-top: 20px;
  }
  /* .ec-block */
  .ec-inner {
    margin: 30px auto 0;
    padding: 10px 20px 20px;
    max-width: inherit;
  }
  .ec-inner-title {
    margin: 40px auto 20px;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.25;
  }
  .ec-inner-title .icon {
    margin: 0 auto;
  }
  .ec-block {
    margin-top: 50px;
  }
  .ec-block .m-item {
    margin-right: 0;
    width: 100%;
    max-width: 510px;
  }
  .ec-block .m-item-text {
    font-size: 1.5rem;
  }
  .ec-block .m-item-image {
    width: 100%;
    max-width: 360px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .point-title {
    font-size: 1.8rem;
    text-align: left !important;
  }
  .ec-block-l .icon.sz-80 {
    width: 60px;
    height: 60px;
  }
  /* .strengths-block */
  .strengths-block .m-item {
    margin-left: auto;
  }
  .strengths-block .m-item-wrap {
    margin: 20px auto 30px;
  }
  .strengths-block .m-item-wrap .icon {
    margin: 20px auto;
  }
  .strengths-block .m-item-wrap.first {
    margin-top: 0;
  }
  .strengths-block .m-item-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
  }
  /* .base-block */
  .base-inner {
    margin: 0 auto;
    padding: 20px 20px;
    max-width: inherit;
  }
  .base-inner .base-inner-title {
    margin: 20px auto;
    font-size: 2.4rem;
  }
  .base-inner .base-block .m-item-image {
    width: 100%;
  }
  .base-inner .base-block .m-item-index-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2.1rem;
  }
  .base-inner .base-block .m-item-index-title .index-lead {
    font-size: 1.7rem;
  }
  .base-inner .base-block .m-item-text {
    font-size: 1.5rem;
  }
  .base-inner-wh {
    margin: 20px 0;
    padding: 0 20px;
    max-width: inherit;
    background-color: #fff;
  }
  .base-inner-wh .base-block {
    padding: 50px 0;
  }
  .m-nav-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 7px 5px 20px;
    border-bottom: solid 2px #d9e8f4;
  }
  .m-nav-title {
    font-weight: bold;
    color: #333;
  }
  .m-nav-link {
    position: relative;
    width: 34px;
    height: 34px;
    cursor: pointer;
  }
  .m-nav-link.on .icon-mark::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .m-nav-wrapper {
    height: auto;
    display: none;
  }
  .m-nav-wrapper.open {
    display: block;
  }
  .m-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .m-nav li {
    margin: 0 auto;
    padding-right: 0;
    width: 100%;
    max-width: 360px;
  }
  .m-nav li a {
    display: block;
    padding: 14px 10px;
    height: inherit;
  }
  /* ==========
    4 会社情報 /company/
  ========================================================================== */
  .c-nav-wrapper {
    top: 64px;
    padding: 8px;
    height: auto;
  }
  .c-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-company {
    padding: 40px 0;
  }
  .section-company .section-title {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  .company-text {
    margin-top: 20px;
  }
  .access-text {
    margin-top: 30px;
  }
  .access-map iframe {
    height: 300px;
  }
  .privacy-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 20px;
  }
  .privacy-block .privacy-image {
    width: 120px;
    height: 120px;
  }
  .privacy-block .privacy-text {
    margin-left: auto;
    margin-top: 20px;
    width: 100%;
    font-size: 1.6rem;
  }
  /* outline */
  .outline-head {
    padding: 50px 0 10px;
  }
  .outline-head-image {
    margin: 60px auto;
    max-width: inherit;
  }
  .outline-head-box {
    margin: 10px auto 40px;
    padding: 25px 25px;
    max-width: inherit;
    border-radius: 10px;
  }
  .outline-head-box-title {
    font-size: 2rem;
  }
  .outline-head-box-text {
    margin-top: 20px;
  }
  .outline-head-text {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .outline-block {
    padding: 30px 20px 30px !important;
  }
  .outline-block .m-item-title {
    margin: 0 auto 20px;
    max-width: 500px;
  }
  /* history */
  .history-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 0 30px;
  }
  .history-wrap dt {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .history-wrap dd.text {
    margin-left: 60px;
    width: calc(100% - 60px);
    line-height: 1.5;
  }
  .history-wrap dd.text p {
    margin-bottom: 10px;
  }
  .month {
    left: -55px;
    margin-right: 15px;
  }
  /* ==========
    5 採用情報 /recruit/
  ========================================================================== */
  .main-recruit .col-inner {
    padding: 0 20px;
  }
  .section-recruit {
    margin-top: 50px;
  }
  .section-recruit .col-inner {
    padding: 0 20px;
  }
  .recruit-head {
    top: 64px;
    max-height: 400px;
    background-position: 70% bottom;
  }
  .recruit-head-image {
    position: relative;
    top: 20px;
    left: 0;
    width: 80%;
    max-width: 290px;
  }
  .recruit-head-text {
    right: 10px;
    bottom: 10px;
    font-size: 1.5rem;
  }
  .recruit-cont {
    margin-top: 64px;
    padding: 70px 0 100px;
    height: 100%;
  }
  .recruit-cont-image {
    max-width: 500px;
  }
  .recruit-interview::before {
    height: 180px;
  }
  .recruit-interview-cont {
    position: relative;
    margin: 150px auto 0;
    padding: 20px;
  }
  .recruit-interview-cont .section-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .recruit-interview-cont .en {
    font-size: 3.8rem;
  }
  .recruit-interview-btn .btn-wh {
    width: 260px;
  }
  .recruit-menu {
    padding: 40px 0;
  }
  .recruit-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .recruit-menu-list li {
    margin: 10px auto;
    width: 100%;
    max-width: 320px;
  }
  /* === /recruit/voice/ === */
  .voice-index-block {
    position: relative;
    margin: 40px auto;
  }
  .voice-index-block::before {
    right: 0;
    top: inherit;
    bottom: 0;
    height: 220px;
    width: calc(100% - 30px);
  }
  .voice-index-block.block-l::before {
    right: 0;
    top: inherit;
    bottom: 0;
  }
  .voice-index-block.block-l .m-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .voice-index-block.block-r {
    margin: 40px auto;
  }
  .voice-index-block.block-r::before {
    left: 0;
  }
  .voice-index-block.block-r .m-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .voice-index-block .btn-wh {
    display: block;
    position: relative;
    width: 260px; /*100%;*/
    height: 48px;
    line-height: 46px;
    margin: 30px auto;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    background: -ms-linear-gradient(-40deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1BB8CE', endColorstr='#005EAE' ,GradientType=0)";
    background: linear-gradient(130deg, rgb(27, 184, 206) 0%, rgb(0, 94, 174) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1BB8CE",endColorstr="#005EAE" , GradientType=1);
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    max-width: 260px;
  }
  .voice-index-block .btn-wh span {
    display: block;
    width: 100%;
    background: #fff;
    color: #005eae;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .voice-index-block .btn-wh:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .voice-index-block .btn-wh:hover span {
    display: block;
    width: 100%;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    background: transparent;
    color: #fff !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .voice-index-block .m-item {
    margin: 0 40px;
  }
  .voice-index-image img {
    width: 100%;
    max-width: 566px;
  }
  .voice-index-lead {
    margin-top: 15px;
    height: 100px;
    font-size: 4rem;
  }
  /* faq4-block */
  .faq4-block {
    margin-bottom: 50px;
  }
  .faq4-block-title {
    margin: 40px 0 30px 50px;
    padding: 10px 10px 10px 40px;
    min-height: 70px;
    width: calc(100% - 50px);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    background-color: #fff;
    z-index: 1;
  }
  .faq4-block-title::before {
    width: 80px;
    height: 80px;
    left: -50px;
  }
  .faq4-block-title .num {
    left: -25px;
    font-size: 2rem;
  }
  .faq4-item {
    margin: 20px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faq4-img {
    text-align: center;
    margin-bottom: 10px;
  }
  .faq4-img .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .faq4-img .icon img {
    max-width: inherit;
    max-height: inherit;
  }
  .fukidashi {
    margin-left: 0;
    padding: 20px 20px;
    min-height: inherit;
    width: 100%;
    font-size: 1.5rem;
  }
  .fukidashi::before {
    top: -10px;
    left: 50%;
    margin-left: -6px;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #fff transparent;
  }
  /* = /recruit/voice/case = */
  .case-top-block {
    height: 100%;
  }
  .case-top-block::before {
    position: absolute;
    content: "";
    top: -240px;
    left: 0;
    width: 100%;
    height: 100%; /*480px*/
    background: url(../images/recruit/voice/case01/img_top.jpg) no-repeat;
    background-size: cover;
  }
  .case-top-block .m-item-wrap {
    margin-top: 240px;
  }
  .case-top-block .m-item {
    margin-right: auto;
  }
  .case-top-lead {
    margin-top: 30px;
    font-size: 4rem;
  }
  .case-top-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .case-top-text span {
    font-size: 1.8rem;
  }
  .voice-case-block {
    margin-bottom: 50px;
  }
  .voice-case-block .block-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .voice-case-block .block-l .voice-case-item {
    margin-left: auto;
  }
  .voice-case-block .block-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .voice-case-block .block-r .voice-case-item {
    margin-right: auto;
  }
  .case-line-title {
    margin: 40px 0;
    padding: 30px 0;
    font-size: 2rem;
    line-height: 1.4;
  }
  .case-line-title:before {
    top: -20px;
    width: 5em;
    height: 20px;
  }
  .case-line-title:after {
    font-size: 1.6rem;
    top: -10px;
    width: 5em;
    height: 20px;
  }
  .case-line-title02 {
    font-size: 2.2rem;
  }
  .case-line-title02 br {
    display: none;
  }
  .voice-case-title {
    margin: 50px auto;
    font-size: 2.2rem;
  }
  .voice-case-item {
    width: 100%;
    max-width: inherit;
  }
  .voice-case-item p {
    margin-bottom: 2em;
    line-height: 2;
  }
  /* === /recruit/entry/ === */
  .entry-wrap {
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .entry-block {
    margin-top: 20px;
    padding: 20px;
  }
  .entry-block .m-box {
    font-size: 1.4rem;
  }
  .entry-data {
    clear: both;
    margin: 25px 0;
  }
  .entry-data dt {
    float: left;
  }
  .entry-data dd {
    margin-left: 60px;
  }
  .entry-data dd p {
    margin-top: 24px;
  }
  .entry-data-index {
    padding: 3px 10px;
  }
  .entry-box {
    margin-top: 20px;
    width: 100%;
  }
  .entry-box-title {
    font-size: 1.8rem;
  }
  .entry-box-texts {
    padding: 20px 10px 0;
  }
  .entry-box-index-title {
    text-align: left;
    line-height: 1.4;
  }
  .entry-box-text {
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: left;
  }
  .entry-box-btn {
    margin-bottom: 20px;
  }
  /* === /recruit/faq/ === */
  .faq-wrap {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .faq-item {
    margin: 15px 0 0;
  }
  .faq-item-title {
    padding: 10px 30px 20px 60px;
    font-size: 1.6rem;
  }
  .faq-item-title::before {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: 5px;
    left: 0;
  }
  .faq-item-title::after {
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../images/recruit/faq/ico_open.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .faq-item-title.is-active::after {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 3px;
    background: url(../images/recruit/faq/ico_close.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .faq-q {
    top: 13px;
    left: 18px;
  }
  .faq-item-text {
    padding: 20px 0 10px 60px;
    min-height: inherit;
  }
  .faq-item-text::before {
    content: "";
    position: absolute;
    border: solid 1px #0068b5;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: 15px !important;
    left: 0;
  }
  .faq-a {
    top: 22px;
    left: 18px;
  }
  /* ==========
    6 お問い合わせ /inquiry/
  ========================================================================== */
  .inquiry-item {
    padding: 20px 0;
  }
  .inquiry-item .m-item-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .inquiry-item .m-box {
    margin-bottom: 10px;
    padding: 20px;
  }
  .inquiry-item .m-border {
    margin-top: 20px;
    padding: 10px 20px;
  }
  /* form */
  .section-contact {
    padding: 40px 0;
  }
  .section-contact .col-inner {
    padding: 0 20px;
  }
  .form-steps-list li span {
    padding: 13px 0;
  }
  .form-steps-list li::before {
    right: -9px;
    width: 17px;
    height: 28px;
  }
  .form-steps-list li::after {
    right: -9px;
    background-color: #fff;
    width: 17px;
    height: 28px;
  }
  /* form ------------ */
  .form-area {
    margin: 40px auto;
    padding: 20px 20px;
  }
  .form-table {
    margin: 40px auto;
    max-width: inherit;
  }
  .form-table th {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    border-bottom: none;
  }
  .form-table td {
    display: block;
    width: 100%;
  }
  .form-input-text,
  .form-input-textarea {
    padding: 10px 8px;
    width: 100%;
  }
  .form-check-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-check-list li {
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .form-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  input[type=submit],
  input[type=button],
  input[type=reset] {
    -webkit-appearance: none;
    /* 	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
  }
  input[type=submit],
  input[type=reset] {
    border: none;
    outline: none;
    width: 260px;
  }
  label {
    padding-right: 0;
  }
  .form-privacy-text {
    font-size: 1.4rem;
  }
  .contact-privacy {
    margin: 30px auto 30px;
    height: 150px;
    padding: 20px 15px 0;
    background-color: #fff;
    overflow: scroll;
  }
  /* ==========
    7 お知らせ /news/
  ========================================================================== */
  .main-news .col-inner {
    padding: 0 20px;
  }
  .news-list li {
    display: block;
    padding: 18px 0;
    min-height: auto;
  }
  .news-list li::after {
    right: 0;
  }
  .news-list-date {
    margin: 0;
    width: auto;
    padding: 0 10px 0 0;
    line-height: 1;
  }
  .news-list-cat {
    display: inline-block;
    margin-bottom: 5px;
  }
  .news-list-text {
    display: block;
    width: 100%;
    padding-right: 25px;
    font-size: 1.5rem;
  }
  /* pagenavi */
  .wp-pagenavi {
    margin: 30px auto 60px;
  }
  /* post */
  .post-title {
    font-size: 1.9rem;
    line-height: 1.7;
  }
  .post-area {
    margin: 0 auto 20px;
    padding: 0;
  }
  .post-head {
    padding: 40px 0 20px 0;
  }
  .post-body {
    margin: 20px 0;
    padding: 15px;
  }
  .post-body p {
    margin-bottom: 2em;
    font-size: 1.4rem;
  }
  .post-body h2 {
    font-size: 1.8rem;
  }
  .post-body h3 {
    font-size: 1.6rem;
  }
  .post-body h4 {
    font-size: 1.5rem;
  }
  .post-body .alignleft,
  .post-body .alignright {
    float: none;
    margin: 10px auto;
  }
  .post-body table th {
    padding: 10px 5px 10px 10px;
    width: inherit;
  }
  .post-body table td {
    padding: 8px 5px 8px 10px;
  }
  .post-body ul li,
  .post-body ol li {
    font-size: 1.4rem;
  }
  /* block tag */
  .wp-block-button__width-25 {
    width: calc(50% - 0.25em) !important;
  }
  .wp-block-button__width-50,
  .wp-block-button__width-75 {
    width: 100% !important;
  }
  /* ==========
    9 サイトマップ /sitemap/
  ========================================================================== */
  .sitemap-wrap {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 20px auto;
  }
  .sitemap-item {
    margin: 20px 0;
    width: 100%;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  テーブル
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .data-tbl-column dt {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-top: solid 1px #e8e3e0;
    border-right: solid 1px #e8e3e0;
    border-bottom: none;
    border-left: solid 1px #e8e3e0;
  }
  .data-tbl-column dt.dt-thin {
    width: 100%;
  }
  .data-tbl-column dd {
    display: block;
    width: 100%;
  }
  .data-tbl tbody th {
    width: 30%;
    padding: 14px;
    font-size: 1.4rem;
  }
  .data-tbl td {
    padding: 14px;
    font-size: 1.4rem;
  }
  .data-tbl-title {
    font-size: 1.4rem;
  }
  .data-dl dt {
    border: none;
    padding-bottom: 0;
    padding-left: 0;
  }
  /* Slider */
  .slider-area {
    width: 100%;
    height: inherit; /*320px;*/
    overflow: hidden;
  }
  .slider-area .slide_arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .slider-area .slide_arrow.l {
    margin-left: calc(-50% + 5px);
  }
  .slider-area .slide_arrow.r {
    margin-left: calc(50% - 35px);
  }
  /* slide-item */
  .slide-item {
    height: auto;
  }
  .slick-slide {
    margin: 10px 40px;
  }
  .slick-slide img {
    /*	width:100%;
    max-width:375px;
    height:auto;*/
  }
  .slider-txt {
    margin-bottom: 20px;
    position: relative;
    bottom: 0;
    font-size: 1.3rem;
  }
  .slide-head {
    margin-bottom: 20px;
  }
  .slide-number.en {
    font-size: 3rem;
  }
  .slide-title {
    font-size: 1.6rem;
  }
  .slide-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  /* helper */
  .m-mt-30 {
    margin-top: 15px;
  }
  .m-mt-40 {
    margin-top: 20px;
  }
  .m-mt-50 {
    margin-top: 25px;
  }
  .m-mt-60 {
    margin-top: 30px;
  }
  .m-mt-80 {
    margin-top: 40px;
  }
  .m-mt-90 {
    margin-top: 40px;
  }
  .m-mt-100 {
    margin-top: 50px;
  }
  /* text */
  .m-text-15 {
    font-size: 1.2rem;
  }
  .m-text-18 {
    font-size: 1.4rem;
  }
  .m-text-20 {
    font-size: 1.5rem;
  }
  .m-text-22 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .m-text-24 {
    font-size: 1.8rem;
  }
  .m-text-30 {
    font-size: 2rem;
  }
  .m-text-32 {
    font-size: 2.4rem;
  }
  .m-text-35 {
    font-size: 2.8rem;
  }
  .m-text-40 {
    font-size: 3.2rem;
  }
  .m-text-56 {
    font-size: 3.3rem;
  }
  .m-size-m {
    width: 100%;
    max-width: 360px;
  }
  .m-size-s {
    width: 100%;
    max-width: 280px;
  }
  .m-size-xs {
    width: 132px;
  }
  .m-note {
    margin-right: 0;
    margin-left: -2px;
    font-size: 1.1rem;
  }
  /* bnr */
  .bnr-contact {
    clear: both;
    margin: 0 0 30px;
    padding: 10px 10px 0 10px;
  }
  .bnr-contact-column {
    width: 100%;
    border-left: none;
    padding-bottom: 10px;
  }
  .bnr-contact-text {
    padding-left: 0;
    font-size: 1.3rem;
  }
  .bnr-contact-column:first-child {
    border-bottom: solid 1px #e8e3e0;
    border-left: none;
  }
  .bnr-contact-tel {
    font-size: 2rem;
  }
  .bc-wh {
    background-color: #fff !important;
  }
  .txt-l-sp {
    text-align: left !important;
  }
  .txt-c-sp {
    text-align: center !important;
  }
  .m-pc-only,
  .br-pc {
    display: none !important;
  }
  .m-sp-only,
  .br-sp {
    display: inline-block !important;
  }
  .no-sp {
    display: none;
  }
  .serviceCase-returnLink-wrap {
    padding: 10px 0;
  }
  .serviceCase-h {
    font-size: 1.4rem;
    padding: 1em 0;
  }
  .serviceCase-main {
    background: #fff !important;
    padding-bottom: 50px;
  }
  .serviceCase-inner {
    padding: 0;
  }
  .serviceCase-h02 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .serviceCase-mv {
    margin-bottom: 30px;
  }
  .serviceCase-organization {
    font-size: 1.8rem;
  }
  .serviceCase-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .serviceCase-row-body .m-box {
    margin: 0;
  }
  .serviceCase-role {
    font-size: 1.4rem;
  }
  .serviceCase-name {
    font-size: 1.8rem;
    margin-top: 0em;
  }
  .serviceCase-problems {
    padding: 20px;
    margin-top: 30px;
  }
  .serviceCase-problem {
    display: block;
  }
  .serviceCase-problem:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .serviceCase-problem-h {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    font-size: 1.7rem;
  }
  .serviceCase-question-dialogue,
  .serviceCase-question-dialogue tbody,
  .serviceCase-question-dialogue tr,
  .serviceCase-question-dialogue th,
  .serviceCase-question-dialogue td {
    display: block;
  }
  .serviceCase-question-dialogue th {
    padding-right: 0;
    margin-bottom: 0.5em;
  }
  .serviceCase-question-dialogue tr:not(:last-child) {
    margin-bottom: 2em;
  }
  .serviceCase-question-dialogue tr:not(:last-child) th,
  .serviceCase-question-dialogue tr:not(:last-child) td {
    padding-bottom: 0;
  }
  .serviceCase-question-dialogue th {
    padding-right: 1em;
  }
  .m-item-wrap.case-block {
    padding: 20px;
  }
  .m-item-wrap.case-block:not(:last-child) {
    margin-bottom: 30px;
  }
  .case-block {
    margin-top: 40px;
  }
  .case-block .m-item {
    margin: 0 auto;
    width: 100%;
    max-width: auto;
  }
  .case-block .m-item-image-wrap {
    width: 100%;
  }
  .case-block .m-item-image {
    width: 100%;
    padding: 15px;
  }
  .case-block .m-item-image.m-border {
    height: auto;
  }
  .case-block .m-item-index-title {
    font-size: 2.2rem;
  }
  .cat02-menu-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .cat02-item {
    padding: 2px 5px;
  }
  .m-item-info,
  .m-item-info tbody,
  .m-item-info tr,
  .m-item-info th,
  .m-item-info td {
    display: block;
    border: none;
    overflow: hidden;
  }
  .m-item-info tr:not(:last-child) {
    margin-bottom: 1em;
  }
  .m-item-info th,
  .m-item-info td {
    padding: 0;
  }
  .m-item-info th {
    margin-bottom: 0.3em;
  }
  .m-item-info th:after {
    content: "：";
  }
  .m-item-info td:before {
    content: "";
    display: none;
  }
  .header-logo a img {
    width: 100%;
  }
  .m-item-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .m-note__text {
    font-size: 0.85em; /* 本文より小さく */
    color: #666; /* グレーで弱めに */
    line-height: 1.4;
    display: block; /* 改行して独立させたい時 */
    margin-top: 5px;
  }
  .product-block {
    display: block;
  }
  .product-block__title {
    font-size: 1.8rem;
    margin-left: 5px;
  }
  .product-block__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-block .m-pr-50 {
    padding-right: 0;
  }
  .product-block .m-text-16 {
    font-size: 12px;
  }
  .m-product__img {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 200px;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-product__img img {
    width: 300px;
  }
  .functions-block .m-item-text {
    font-size: 12px;
  }
  .feature-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .m-mt-20 {
    margin-top: 10px;
  }
  .m-mb-50 {
    margin-bottom: 25px;
  }
  .m-pt-30 {
    padding-top: 15px;
  }
  .m-pt-40 {
    padding-top: 20px !important;
  }
  .m-pb-30 {
    padding-bottom: 15px;
  }
  .m-pb-60 {
    padding-bottom: 30px;
  }
  .m-pr-50 {
    padding-right: 25px;
  }
  .m-py-30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-py-60 {
    padding: 60px 0;
  }
  .p-tabimado__columns {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    background: #fff;
    padding: 30px 20px;
  }
  .p-tabimado__column-l {
    width: 100%;
  }
  .p-tabimado__column-l p {
    font-size: 15px;
    color: #333333;
    padding: 0 20px !important;
    margin: 0 auto;
    text-align: left;
  }
  .p-tabimado__column-ttl {
    font-size: 22px !important;
    color: #333333;
    text-align: center;
    line-height: 1.4;
  }
  .p-tabimado__column-img {
    padding: 0 20px;
    max-width: 458px;
    margin: 20px 0 !important;
  }
  .p-tabimado__column-r {
    width: 100%;
  }
  .p-tabimado__column-link {
    margin: 5px auto !important;
    padding: 0 20px;
  }
  .p-tabimado__txt {
    font-size: 1.5rem;
    text-align: left !important;
    line-height: 1.75;
  }
  .p-tabimado__txt br {
    display: none;
  }
  .p-tabimado__txt02 {
    margin-top: 20px !important;
    font-size: 1.5rem !important;
    text-align: left !important;
    line-height: 1.75 !important;
  }
  .p-tabimado__txt02 br {
    display: none;
  }
  .p-tabimado__item-text {
    font-size: 1.5rem !important;
    line-height: 1.75 !important;
    margin-top: 10px !important;
  }
  .p-tabimado__title {
    line-height: 1.5;
  }
  .feature-blocks.item-tabimado {
    margin: 0;
  }
  .feature-block .m-item-title.item-tabimado {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.25;
  }
  .m-item-image.item-tabimado {
    position: relative;
    top: 0px;
  }
  .product-block__title.item-tabimado {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    padding-left: 10px;
  }
  .base-inner-wh.item-tabirabo {
    margin: 20px 0;
    padding: 0 20px;
    max-width: inherit;
    background-color: #fff;
  }
  .product-block__title.item-tabimado {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    padding-left: 0px;
  }
  .m-item-grid.item-matatabi {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}