@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 1.6rem;
  font-size: 16px;
  color: #111111;
  font-family: "游ゴシック", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s; }

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.65; }

a:active, a:hover {
  outline-width: 0; }

li{
  margin: 0;
  list-style: none; }

ul,ol{
  margin: 0;
  padding: 0; }

h1,h2,h3,h4,h5,h6, p, figure, dd, dt, dl { margin:0; }

figcaption, figure, main,
article, aside, footer,
header, nav, section { display: block; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  border: none;
}

button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

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

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*margin*/
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%; }

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #F6F6F6;
  border: 1px solid #EEEEEE;
  margin: 0;
  padding: 0 30px;
  width: 100%;
  height: 80px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #000; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #F6F6F6;
  border: 1px solid #EEEEEE;
  margin: 0;
  padding: 0 30px;
  width: 100%;
  height: 80px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(img/contact/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 16px 8px;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #F6F6F6;
  border: 1px solid #EEEEEE;
  padding: 20px 30px;
  resize: vertical;
  width: 100%;
  height: 300px;
}

textarea:focus {
  outline: none;
  border-color: #000; }

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em; }

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

input[type=text]::placeholder,
textarea::placeholder,
input::placeholder {
  font-size: 1.6rem;
  color: #BABABA;
}

/* wordpress pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}
.pc .pager a:active, .pc .pager a:hover, .pc .pager a:focus {
  border-color: #000;
  color: #000;
}
.pager .previous, .pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pager .previous a {
  padding-left: 1.5em;
}
.pager .previous a:before {
  content: "≪";
  position: absolute;
  left: 5px;
  top: 4px; }

.pager .next a {
  padding-right: 1.5em; }

.pager .next a:after {
  content: "≫";
  position: absolute;
  right: 5px;
  top: 4px; }

.pager .back a {
  padding: 5px; }

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.pagination > li {
  position: relative;
}
.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.pagination > li > span {
  border-color: #231815;
  cursor: default;
}
.pc .pagination > li > a:active, .pc .pagination > li > a:hover, .pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}
.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 1.6rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: none;
  color: #333333;
  background: rgba(246,246,246,.96);
  margin: 0 8px;
  width: 4em;
  height: 4em;
  line-height: 4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi span.no-item{
  background: none;
}
.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #FF3375 0%, #DD0011 100%);
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
  font-family: "游ゴシック", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  width: 112px;
  border-radius: 100px;
}
.wp-pagenavi a:hover{
  border: 1px solid #000;
}

@media screen and (max-width: 650px){
  .wp-pagenavi a, .wp-pagenavi span{
    width: 3.2em;
    height: 3.2em;
    line-height: 3.2;
  }

  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink{
    width: 80px;
  }
}

@media screen and (max-width: 550px){
  .wp-pagenavi a, .wp-pagenavi span{
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2;
    font-size: 1.4rem;
  }

  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink{
    width: 60px;
  }
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}
.breadcrumbs {
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs ul,
.breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
}
@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  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;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img{
  width: 100%;
  height: auto;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}
.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}
.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {opacity: 1; }
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}
.slick-archive__item { padding: 5px; }
.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}
.slick-archive__item a:hover { opacity: 0.65; }
.slick-archive__date {
  margin-top: 5px;
  display: block;
}
.slick-archive__title {
  display: block;
  font-weight: bold;
}
.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: .2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label { font-size: 1rem; }
  .slick-archive__title { font-size: 1.2rem; }
}

/* toggle button */
.toggle {
  cursor: pointer;
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  width: 120px;
  height: 120px;
  background: rgba(0,0,0,0.15);
  position: absolute;
  padding: 13px;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 7;
  transition: all .4s;
pointer-events: auto !important;
}
.toggle.active{
  background: rgba(0,0,0,.96);
}
.toggle__bar {
  position: relative;
  margin: 8px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.toggle__bar {
  position: relative;
  margin: 8px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle__bar, .toggle__bar::before, .toggle__bar::after {
  display: block;
  width: 36px;
  height: 2px;
background: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.toggle__bar::before, .toggle__bar::after {
  position: absolute;
  content: "";
}

/*.toggle__bar{
  background-color: transparent;
}*/

/*.toggle__bar::before { top: -4px; }
.toggle__bar::after { top: 4px; }*/

.toggle__bar::before { top: -8px; }
.toggle__bar::after { top: 8px; }


.toggle.on .toggle__bar { background-color: transparent; }
/*.toggle.on .toggle__bar::before {
  -webkit-transform: translateY(4px) rotate(45deg);
  -ms-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

.toggle.on .toggle__bar::after {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}*/

.toggle.on .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.toggle.on .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

@media screen and (max-width: 768px){
  .toggle{
    width: calc( 100% / 3 );
    height: 15vw;
    background: rgba(0,0,0,1);
  }
}

@media screen and (max-width: 550px){
  .toggle{
    top: 58px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in { opacity: 1; }

/* Hamburger menu */
.collapse {
  display: none;
}
.collapse nav ul.flexbox{
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
.collapse.in nav ul.flexbox{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.collapse.in {
  display: block;
}
tr.collapse.in { display: table-row; }
tbody.collapse.in { display: table-row-group; }
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.gnav {
  line-height: 1.6;
  margin: 0;
}

.gnav {
  position: absolute;
  left: 0;
  top: 120px;
  max-width: 520px;
  width: 100%;
  height: calc( 100vh - 120px );
  background: #fff;
  border-top: 3px solid #ddd;
  z-index: 6;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: all .5s;
  opacity: 0;
pointer-events: auto !important;
}

.gnav.on{
  transform: translateX(0);
  opacity: 1;
}

.gnav ul li{
  border-bottom: 1px solid #ddd;
}

.gnav ul li a{
  display: block;
  width: 100%;
  padding: 20px;
  position: relative;
}

.gnav ul li a:after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #E50012;
  border-right: 1px solid #E50012;
  transform: rotate(45deg);
  right: 20px;
  top: calc( 50% - 6px );
  transition: all .4s;
}

.gnav ul li a:hover:after{
  right: 15px;
}

@media screen and (max-width: 768px){
  .gnav{
    height: calc( 100vh - 15vw );
    top: 15vw;
  }
}

@media screen and (max-width: 550px){
  .gnav{
    max-width: 100%;
    width: 100%;
    height: calc( 100vh - 140px );
    top: 138px;
  }
}

@media screen and (max-width: 320px){
  .gnav ul li a{
    display: block;
    width: 100%;
    padding: 10px;
    position: relative;
  }
}

/*////////////////////////

fonts

////////////////////////*/
.poppins { font-family: 'Poppins', sans-serif; }

/*////////////////////////

 header

////////////////////////*/
.fixedmenu{
  -webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.6);
  box-shadow: 0 3px 3px -3px rgba(0,0,0,0.6);
  z-index: 999;
}

.onevents{
  pointer-events:auto !important;
}

header{
  background-color: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

header .logo{
  -webkit-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.pc-nav-wrapper{
  width: 100%;
  margin: 0 auto;
}

.pc-nav-wrapper .logo{
  max-width: 360px;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.pc-nav-wrapper .pc-nav{
  width: calc( 100% - 360px );
  padding:0 120px 0 50px;
}

.pc-nav-wrapper .pc-nav ul li{
  padding: 0 20px;
}

.pc-nav-wrapper .pc-nav ul li a{
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
}

.gnav-wrapper{
  position: fixed;
  max-width: 520px;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
pointer-events:none;
}

.gnav-wrapper .contact-nav{
  width: calc( 100% - 120px );
  display: flex;
  transform: translateY(-120px);
  transition: all .4s;
}

.gnav-wrapper .contact-nav.active{
  transform: translateY(0);
}

.gnav-wrapper .contact-nav .tel a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 120px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, .96);
}

.gnav-wrapper .contact-nav .tel a .fa-phone-alt{
  font-size: 2rem;
  margin-right: 8px;
}

.gnav-wrapper .contact-nav .mail a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, rgb(255 51 117 / 96% ) 0%, rgb(221 0 17 / 96% ) 100%);
}

@media screen and (max-width: 1400px) {
  .pc-nav-wrapper .pc-nav{
    padding: 0 120px 0 20px;
  }

  .pc-nav-wrapper .pc-nav ul li{
    padding: 0 10px;
  }
}

@media screen and (max-width: 1230px) {
  .pc-nav-wrapper .pc-nav{
    display: none;
  }
}

@media screen and (max-width: 768px){
  header{
    position: fixed;
    transform: translateY(-100%);
    transition: all .4s;
  }

  header.fixedmenu{
    transform: translateY(0);
　 pointer-events: auto;
  }

  .pc-nav-wrapper .logo{
    max-width: 100%;
    width: 55%;
    height: 15vw;
  }

  .gnav-wrapper{
    max-width: 100%;
    width: 45%;
  }

  .gnav-wrapper .contact-nav{
    width: calc( 100% - ( 100% / 3 ) );
    transform: translateY(0);
    border-left: 1px solid #EEEEEE;
  }

  .gnav-wrapper .contact-nav .tel,
  .gnav-wrapper .contact-nav .mail{
    width: 50%;
  }

  .gnav-wrapper .contact-nav .tel a{
    width: 100%;
    height: 15vw;
  }

  .gnav-wrapper .contact-nav .tel a span{
    display: none;
  }

  .gnav-wrapper .contact-nav .mail a{
    width: 100%;
    height: 15vw;
  }
}

@media screen and (max-width: 550px){
  .pc-nav-wrapper .logo{
    max-width: 100%;
    width: 100%;
    height: 60px;
    z-index: 3;
  }

  .gnav-wrapper{
    width: 100%;
    padding-top: 58px;
    top: 0;
    border-top: 2px solid #ddd;
  }

  .gnav-wrapper .contact-nav .tel a,
  .gnav-wrapper .contact-nav .mail a,
  .toggle{
    height: 80px;
  }

  .gnav-wrapper{
    transform: translateY(-100%);
    transition: all .4s;
  }

  header.fixedmenu .gnav-wrapper{
    transform: translateY(0);
    z-index: 2;
  }

  .gnav-wrapper .contact-nav{
    border-left: none;
  }
}


/*////////////////////////

 header 20220407追記 ドロップダウン対応

////////////////////////*/
.item {
  position: relative;
}

.child {
  margin-top: 10px;
  visibility: hidden;
  width: 300px;
  line-height: 2.3rem;
  position: absolute;
  top: 30px;
  left: 0px;
}

header .item .child a {
  font-size: 1.4rem;
  color: #fff !important;
  font-weight: 500;
}

.item:hover .child {
  visibility: visible;
}


/*////////////////////////

footer

////////////////////////*/
footer{
  position: relative;
  background: #090909;
  /*background: linear-gradient(270deg, #000000 0%, #000000 80px, #090909 80px, #090909 100%);*/
  color: #fff;
  font-weight: 500;
  transform: translate3d(0, 0, 0);
  padding: 100px 0 60px;
}

footer:before{
  position: absolute;
  content: '';
  background: url(img/common/footer-bk.png) no-repeat right center / cover;
  max-width: 901px;
  width: 100%;
  height: 319px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

footer a, footer a:hover{ color: #fff;}

.footer-inner{
  z-index: 2;
}

footer .add-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

footer .add-box .logo{
  margin-right: 30px;
  margin-bottom: 40px;
}

footer .add-box .company-name{
  margin-right: 30px;
  margin-bottom: 40px;
}

footer .add-box .company-name h3{
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}

footer .add-box .company-name p{
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

footer .add-box .btn-facebook{
  display: block;
  padding: 15px 23.5px;
  background: #fff;
  border-radius: 100%;
  color: #090909;
  margin-bottom: 40px;
}

footer .add-box .btn-facebook .fa-facebook-f{
  font-size: 1.4rem;
}

footer .add-box .btn-twitter{
  display: block;
  margin-left: 5px;
  padding: 15.5px 21px;
  background: #fff;
  border-radius: 100%;
  color: #090909;
  margin-bottom: 40px;
}

footer .add-box .btn-twitter .fa-twitter{
  font-size: 1.4rem;
}

footer .add-box .add{
  margin-right: 30px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

footer .sub-nav{
  width: 100%;
  padding: 60px 0;
  border-top:1px solid rgb(255 255 255 / 20%);
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

footer .sub-nav .sub-nav-list{
  min-width: 100px;
}

footer .sub-nav .sub-nav-list li a{
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

footer .sub-nav .under-list{
  margin-top: 10px;
}

footer .sub-nav .under-list a{
  font-size: 1.4rem;
  color: #999999;
  font-weight: 500;
}

footer .footer-copy{
  max-width: 1310px;
  width: 100%;
  padding: 0 15px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

footer .footer-copy .inner-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer .footer-copy .inner-list li:first-child{
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}

footer .footer-copy .inner-list li:first-child:after{
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: rgb(255 255 255 / 20%);
  top: 0;
  right: 0;
}

footer .footer-copy a{
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

footer .footer-copy .small{
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}

footer .sub-nav .sub-nav-list .under-link{
  position: relative;
}

footer .sub-nav .sub-nav-list .under-link:before,
footer .sub-nav .sub-nav-list .under-link:after{
  position: absolute;
  content: '';
  width: 36px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 15px;
  transition: all .4s;
  opacity: 0;
}

footer .sub-nav .sub-nav-list .under-link:after{
  transform: rotate(90deg);
}

footer .sub-nav .sub-nav-list .under-link.active:after{
  transform: rotate(0);
}

@media screen and (max-width: 1400px) {
  .footer-inner.container_m{
    max-width: 100%;
    padding: 0 80px 0 40px;
  }

  footer .footer-copy{
    max-width: 100%;
    padding: 0 80px 0 40px;
  }
}

@media screen and (max-width: 1024px){
  footer .sub-nav .sub-nav-list{
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer-inner.container_m{
    padding: 0 40px;
  }

  footer .footer-copy{
    padding: 0 40px;
  }

  footer .sub-nav .sub-nav-list{
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }

  footer .sub-nav{
    padding: 0;
  }

  footer .sub-nav .sub-nav-list li{
    padding: 20px 0;
  }

  footer .sub-nav .sub-nav-list:not(:last-child) li{
    border-bottom: 1px solid rgb(255 255 255 / 20%);
  }

  footer .sub-nav .sub-nav-list .under-link:before,
  footer .sub-nav .sub-nav-list .under-link:after{
    opacity: 1;
  }

  footer .sub-nav .under-list{
    margin-top: 0;
  }

  footer .sub-nav .under-list{
    overflow: hidden;
    height: 0;
    transition: height .4s;
  }

  footer .sub-nav .under-list.active{
    height: auto;
  }

  footer .sub-nav .under-list .under{
    padding: 0;
  }

  footer .sub-nav .under-list.active .under{
    padding: 10px 0;
  }

  footer .footer-copy .inner-list{
    display: block;
  }

  footer .footer-copy .inner-list li:first-child{
    padding: 0;
    margin: 0;
  }

  footer .footer-copy .inner-list li:first-child:after{
    display: none;
  }
}

@media screen and (max-width: 550px){
  footer .footer-copy .small{
    margin-top: 30px;
    width: 100%;
    text-align: right;
  }
}

@media screen and (max-width: 425px) {
  .footer-inner.container_m{
    padding: 0 20px;
  }

  footer .footer-copy{
    padding: 0 20px;
  }

  footer .sub-nav .sub-nav-list .under-link:before,
  footer .sub-nav .sub-nav-list .under-link:after{
    width: 25px;
  }
}

/*////////////////////////

 user common css

////////////////////////*/

[class*="container_"]{
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container_l{
  max-width: 1540px;
}

.container_m{
  max-width: 1320px;
}

.container_s{
  max-width: 1140px;
}

.sp, .sp_550{ display: none; }

.tac{ text-align:center; }

.tar{ text-align:right; }

.vt_align_top{ vertical-align: top; }

.wd_100{ width: 100%; }

@media screen and (max-width: 768px) {
  main{
    margin-top: 0;
  }
  .sp{ display: block; }
  .pc{ display: none; }
}

@media screen and (min-width: 651px) {
  a[href^="tel:"] {
      pointer-events: none;
  }
}

@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }

  .gnav-wrapper .contact-nav .tel a[href^="tel:"]{
    text-decoration: none;
  }
}

@media screen and (max-width: 550px) {
  .pc_550{ display: none; }
  .sp_550{ display: block; }
}

@media screen and (max-width: 414px) {
  .sp_414{ display: block; }
}

/*////////////////////////

 pagetop

////////////////////////*/

.pagetop a{
  position: absolute;
  display: block;
  color: #fff;
  padding-left: 80px;
  transform: rotate(90deg);
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  z-index: 20;
  right: -10px;
  top: 130px;
}

.pagetop a:before{
  position: absolute;
  content: '';
  width: 68px;
  height: 1px;
  left: 0;
  top: 50%;
  background: #fff;
}

.pagetop a:hover{
  color: #fff;
}

@media screen and (max-width: 425px){
  .pagetop a{
    right: -30px;
  }
}

/*////////////////////////

 hdg__

////////////////////////*/
.hdg__01{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 5.2rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  position: relative;
}

.is-white{
  color: #fff;
}

.hdg__01:before{
  position: absolute;
  content: '';
  bottom: 0;
  left: -35px;
  width: 70px;
  height: 20px;
  background: linear-gradient(135deg, rgba(255,51,117,0.75) 0%, rgba(221,0,17,0.75) 100%);
}

.hdg__01.is-white:before{
  opacity: .5;
  background: linear-gradient(135deg, rgb(255 255 255 / 50%) 0%, rgb(255 255 255 / 100%) 100%);
}

.hdg__01__ja{
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.75;
}

.hdg__02{
  font-size: 4.6rem;
  letter-spacing: 0.05em;
  padding-top: 80px;
  position: relative;
}

.hdg__02:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  background: linear-gradient(135deg, #FF3375 0%, #DD0011 100%);
  top: 0;
  left: 0;
}

.hdg__03{
  font-size: 2.4rem;
  padding-left: 40px;
  position: relative;
}

.hdg__03:before{
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #FF3375 0%, #DD0011 100%);
  left: 0;
  top: calc( 50% - 12px );
}

.hdg__04{
  font-size: 3.2rem;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.hdg__04:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 1px;
  background: #E50012;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.hdg__04:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #C9C9C9;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.hdg__05{
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}

.hdg__05.poppins{
  font-weight: 500;
}

@media screen and (max-width: 768px){
  .hdg__01{
    font-size: 4.8rem;
  }

  .hdg__02{
    padding-top: 40px;
    font-size: 3.6rem;
  }

  .hdg__04,.hdg__05{
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 550px){
  .hdg__01{
    font-size: 3.8rem;
  }

  .hdg__02{
    font-size: 3rem;
  }
}

/*////////////////////////

 btn

////////////////////////*/
.all-link{
  display: block;
  max-width: 1280px;
  width: 100%;
  background: #F6F6F6;
  padding: 30px 10px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.all-link.is-col_w{
  background: #fff;
}

.btn-A{
  display: block;
  max-width: 360px;
  width: 100%;
  padding: 30px 40px;
  background: #1D1D1D;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.btn-A span{
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 100%;
  color: #fff;
  font-weight: bold;
}

.btn-A span:before{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
  margin-right: 10px;
  transform: translateY(-3px);
}

.btn-A:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: url(img/common/btn-icn.png) no-repeat center center / contain;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.btn-A:after{
  position: absolute;
  content: '';
  width: 110%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .4s;
  background: #000000;
}

.btn-A:hover{
  opacity: 1;
}

.btn-A:hover:after {
  transform-origin: left top;
  transform:  scale(1, 1);
}

.btn-A.is-pdf span:after{
  position: absolute;
  content: '';
  background: url(img/common/pdf-icn.png) no-repeat center center / contain;
  width: 12px;
  height: 16px;
  top: calc( 50% - 8px );
  right: -15px;
}

.btn-A.is-blank span:after{
  position: absolute;
  content: '';
  background: url(img/common/blank-icn.png) no-repeat center center / contain;
  width: 12px;
  height: 13px;
  top: calc( 50% - 6px );
  right: -15px;
}

/*.btn-A{
  display: block;
  max-width: 360px;
  width: 100%;
  padding: 30px 40px;
  background: #F6F6F6;
  letter-spacing: 0.05em;
  position: relative;
}*/

.w_430{
  max-width: 430px;
}

/*.btn-A:before{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #E50012;
  margin-right: 10px;
  transform: translateY(-3px);
}

.btn-A.is-pdf:after{
  position: absolute;
  content: '';
  background: url(img/common/pdf-icn.png) no-repeat center center / contain;
  width: 12px;
  height: 16px;
  top: calc( 50% - 8px );
  right: 25px;
}

.btn-A.is-blank:after{
  position: absolute;
  content: '';
  background: url(img/common/blank-icn.png) no-repeat center center / contain;
  width: 12px;
  height: 13px;
  top: calc( 50% - 6px );
  right: 25px;
}*/

.btn-B{
  display: block;
  max-width: 375px;
  width: 100%;
  padding: 30px 40px;
  background: linear-gradient(135deg, #FF3375 0%, #DD0011 100%);;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}

.btn-B.is-entry {
  max-width: 1100px;
  padding: 40px;
}

.btn-B:before{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: calc( 50% - 12px );
  right: 20px;
}

.btn-center{
  margin: 0 auto;
}

@media screen and (max-width: 768px){
  .tab-center{
    margin: 0 auto;
  }
}

/*////////////////////////

 footer-contact

////////////////////////*/
.footer-contact{
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(img/top/contact-bk.png) no-repeat center center / cover;
  padding: 110px 0;
}

.footer-contact .contact-text{
  position: absolute;
  content: '';
  max-width: 1500px;
  width: 100%;
  height: 109px;
  top: -65px;
  left: 0;
  overflow: hidden;
}

body:not(.home) .footer-contact .contact-text{
  display: none;
}

.footer-contact .contact-text img{
  width: 1598px;
  height: 109px;
  object-fit: cover;
}

.footer-contact .text{
  width: 360px;
  margin-right: 50px;
}

.footer-contact .link-box{
  max-width: 800px;
  width: calc( 100% - 410px );
  background: #fff;
}

.footer-contact .link-box dl{
  padding: 80px 50px;
}

.footer-contact .link-box .tel{
  border-bottom: 1px solid #F6F6F6;
}

.footer-contact .link-box dt{
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 25px;
  margin-right: 20px;
}

.footer-contact .link-box dt:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #E50012;
  border-radius: 100%;
  top: 12px;
  left: 0;
}

.footer-contact .link-box dd{
  max-width: 375px;
  width: 100%;
}

.footer-contact .link-box .tel dd{
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.footer-contact .link-box .tel dd .fa-phone-alt{
  font-size: 3.2rem;
}

@media screen and (min-width: 1501px){
  .footer-contact .contact-text{
    left: calc( 50% - 750px );
  }
}

@media screen and (max-width: 950px){
  .footer-contact .text{
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .footer-contact .link-box{
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .footer-contact .link-box dl{
    padding: 40px 20px;
  }
}

@media screen and (max-width: 550px){
  .footer-contact .link-box dt{
    margin-bottom: 10px;
  }

  .footer-contact .link-box .tel dd{
    font-size: 3rem;
  }

  .footer-contact .link-box .tel dd .fa-phone-alt{
    font-size: 2.2rem;
  }

  .footer-contact .contact-text{
    display: none;
  }
}

@media screen and (max-width: 375px){
  .footer-contact .link-box .tel dd{
    font-size: 2.8rem;
  }

  .footer-contact .link-box .tel dd .fa-phone-alt{
    font-size: 2rem;
  }
}

/*////////////////////////

basic

////////////////////////*/
.basic{
  margin-bottom: 160px;
}

.basic.under{
  margin-bottom: 0;
}

.basic .bread{
  max-width: 1530px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.basic .bread li{
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.basic .bread li:not(:last-child){
  position: relative;
  padding-right: 30px;
}

.basic .bread li:not(:last-child):after{
  position: absolute;
  content: '';
  width: 6px;
  height: 1px;
  background: #999999;
  right: 12px;
  top: 50%;
}

.basic .bread li:last-child{
  color: #999999;
}

.basic .bread li a{
  border-bottom: 1px solid #555555;
}


@media screen and (max-width: 768px){
  .basic{
    margin-bottom: 100px;
  }
}

/*////////////////////////

subpage

////////////////////////*/

.subpage{
  width: 100%;
  height: 560px;
  margin: 0 auto 40px;
  padding: 290px 35px 0;
  background-size: 100% 560px;
}

@media screen and (max-width: 1500px){
  .subpage{
    background-size: 1500px 560px;
  }
}

.subpage.under{
  padding: 210px 35px 0;
}

.subpage.news{
  background: url(img/news/main.jpg) no-repeat center center / cover;
}

.subpage.business{
  background: url(img/business/main.jpg) no-repeat center center / cover;
}

.subpage.business.cae{
  background: url(img/business/cae/main.jpg) no-repeat center center / cover;
}

.subpage.business.ai{
  background: url(img/business/ai/main.jpg) no-repeat center center / cover;
}

.subpage.business.software{
  background: url(img/business/software/main.jpg) no-repeat center center / cover;
}

.subpage.product{
  background: url(img/product/main.jpg) no-repeat center center / cover;
}

.subpage.product.wildkatze{
  background: url(img/product/wildkatze/main.jpg) no-repeat center center / cover;
}

.subpage.product.gid{
  background: url(img/product/gid/main.jpg) no-repeat center center / cover;
}

.subpage.case{
  background: url(img/case/main.jpg) no-repeat center center / cover;
}

.subpage.company{
  background: url(img/company/main.jpg) no-repeat center center / cover;
}

.subpage.contact{
  background: url(img/contact/main.jpg) no-repeat center center / cover;
}

.subpage.privacy{
  background: url(img/privacy/main.jpg) no-repeat center center / cover;
}

.subpage.interview{
  background: url(img/recruit/interview/main.jpg) no-repeat center center / cover;
}

.subpage.cae.jobs{
  background: url(img/recruit/jobs/main.jpg) no-repeat center center / cover;
}

.subpage.fluid{
  background: url(img/lp/fluid/main.jpg) no-repeat center center / cover;
}

.subpage .inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.subpage .inner .under-text{
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 20px;
}

.subpage .inner .under-text span{
  border-bottom: 1px solid #fff;
}

.subpage .inner .hdg__01__ja{
  font-size: 1.8rem;
}

@media screen and (max-width: 768px){
  .subpage{
    height: 350px;
    padding: 120px 35px 0;
  }

  .subpage.under{
    padding: 90px 35px 0;
  }
}


/*////////////////////////

toppage

////////////////////////*/
/* top01 */
.top01{
  margin-bottom: 160px;
}

.main-visual{
  /*max-width: 1500px;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
  transform: translate3d(0,0,0);
  /*220117 commentout  min-height: 700px;*/
}

.main-visual .inner{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(img/common/main-visuarl-filter.png) no-repeat center top / cover;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-visual .inner .main-copy{
  max-width: 1200px;
  width: 100%;
}

.main-visual .inner .main-copy h2{
  margin-bottom: 40px;
}

.main-visual .inner .main-copy p{
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding-left: 40px;
}

.main-visual .particle{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.pg-canvas{
  width: 100%;
  height: 100%;
}

.main-visual .particle canvas{
  width: 100%;
  height: 100%;
}

.video-wrapper{
  z-index: 2;
}


.main-visual video{
  max-width: 100%;

  width: 100%;
}

.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:35px;
  top: calc( 100vh - 40px );
    /*全体の高さ*/
  height:40px;
  z-index: 3;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
  position: absolute;
  left:-8px;
  top: -40px;
    /*テキストの形状*/
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: calc( 100% - 100vh );
  background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

/* top02 */
.news-wrapper{
  padding-bottom: 200px;
  position: relative;
}

.news-wrapper:after{
  position: absolute;
  content: '';
  width: 325px;
  height: 462px;
  background: url(img/common/bk-text01.png) no-repeat center center / contain;
  bottom: -100px;
  right: 25px;
  z-index: -1;
}

.news__flex{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news__col__l{
  width: 200px;
}

.news__col__r{
  max-width: 940px;
  width: calc( 100% - 200px );
}

.cat-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cat-list li{
  width: 100%;
  padding-left: 16px;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #CCCCCC;
  letter-spacing: 0.12em;
}

.cat-list li a{
  color: #CCCCCC
}

.cat-list li a.ja{
  font-family: "游ゴシック", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.cat-list li:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #CCCCCC;
  left: 3px;
  top: 10px;
}

.cat-list li.select{
  color: #E50012;
}

.cat-list li.select a{
  color: #E50012;
}

.cat-list li.select:before{
  background: #E50012;
}

.news__col__r .news-box ul li{
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #EEEEEE;
}

.news__col__r .news-box ul li a{
  display: block;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 40px;
}

.news__col__r .news-box ul li a:before{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-top: 1px solid #E50012;
  border-right: 1px solid #E50012;
  transform: rotate(45deg);
  top: calc( 50% - 12px );
  right: 0;
}

.news__col__r .news-box ul li .img{
  width: 90px;
}

.news__col__r .news-box ul li .img img{
  border-radius: 100%;
}

.news__col__r .news-box ul li .text{
  width: calc( 100% - 90px );
}

.news__col__r .news-box ul li dl{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.news__col__r .news-box ul li .day{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: #E50012;
  margin-right: 10px;
}

.news__col__r .news-box ul li .cat{
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: #fff;
  padding: 2px 10px;
  background: #E50012;
  border-radius: 3px;
}

.news__col__r .news-box ul li .ttl{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

a span.text-underline{
  background-image: linear-gradient(#555,#555);
  background-position: right 100% bottom 0;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

a span.text-underline_w{
  background-image: linear-gradient(#fff,#fff);
  background-position: right 100% bottom 0;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

a:hover span.text-underline,
a:hover span.text-underline_w{
  animation: undermov 1.4s both;
}

@keyframes undermov{
  0%{
    background-size:100% 1px;
    background-position:right 0 bottom 0
  }
  49%{
    background-size:0% 1px;
    background-position:right 0 bottom 0
  }
  50%{
    background-size:0% 1px;
    background-position:left 0 bottom 0
  }
  100%{
    background-size:100% 1px;
    background-position:left 0 bottom 0
  }
}

.hide{
  display: none;
}

.container{
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.business-wrapper{
  width: 100%;
  padding-left: calc( 100% - 1370px );
  margin-top: -120px;
  position: relative;
  background: url(img/common/bk-text02.png) no-repeat left -50px bottom -50px / contain;
  background-size: 254px 327px;
}

@media screen and (min-width: 1501px){
  .business-wrapper{
    background: url(img/common/bk-text02.png) no-repeat left 0 bottom -50px / contain;
    background-size: 254px 327px;
  }
}

.business__flex{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.business__col__l{
  width: 470px;
  padding-left: 20px;
}

.business__col__l .inner{
  position: sticky;
  top: 0;
  left: 0;
  width: 360px;
  padding: 200px 0 80px;
}

.basic__text__2{
  letter-spacing: 0.05em;
  line-height: 2;
}

.business__col__r{
  max-width: 920px;
  width: calc( 100% - 470px );
}

.business-list li{
  width: 100%;
  transform: translate3d(0, 0, 0);
  top: 0;
  right: 0;
  z-index: 5;
  transition: all .4s;
  /*position: sticky;*/
  /*height: 100vh;*/
  /*padding-top: 120px;*/
}

.business-list li:not(:last-child){
  margin-bottom: 5px;
}

/*.business-list-item:not(:first-child){
  opacity: 0;
}

.business-list-item.active{
  z-index: 10;
  opacity: 1;
}*/

.business-list .item-inner{
  position: relative;
  height: 600px;
}

.business-list-item img{
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.business-list li a{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  padding: 50px 110px 50px 50px;
  background: rgba(0, 0, 0, 0.45);
}

.business-list li a:after{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 80px;
  right: 40px;
  transform: rotate(45deg);
  z-index: 3;
}

.business-list .inner{
  padding-left: 40px;
  position: relative;
}

.business-list .inner .num{
  position: absolute;
  content: '';
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  color: #fff;
  top: 5px;
  left: 0;
}

.business-list .inner .ttl{
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 20px;
}

.business-list .inner p{
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #fff;
}

/* top03 */
.top03{
  padding-top: 230px;
  background: #F6F6F6;
  margin-bottom: 240px;
}

.product-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.product-list li{
  width: 48%;
}

.product-list .img{
  width: 100%;
  margin-bottom: 30px;
}

.product-list .ttl{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  padding-right: 25px;
}

.product-list .ttl:after{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-top: 1px solid #E50012;
  border-right: 1px solid #E50012;
  transform: rotate(45deg);
  top: calc( 50% - 12px );
  right: 5px;
}

/* top04 */
.top04{
  margin-bottom: 240px;
}

.case-wrapper{
  max-width: 1390px;
  width: 100%;
  padding-left: calc( 100% - 1370px );
}

.case-list-cont{
  position: relative;
  margin-bottom: 80px;
  padding-left: 20px;
}

.case-list-cont .slick-slider{
  position: initial;
}

.case-list-cont .slick-dots{
  bottom: 0;
  display: none !important;
}

.case-list-cont .slick-dots li{
  width: calc( 100% / 6 );
  height: 12px;
}

.case-list-cont .slick-dots li button{
  width: 100%;
  height: 12px;
}

.case-list-cont .slick-dots li button:before{
  content: '';
  width: 100%;
  height: 12px;
  background: #EEEEEE;
}

.case-list-cont .slick-dots .slick-active button:before{
  background: #111111;
  opacity: 1;
  border-radius: 10px;
}

.case-list li .img{
  margin-bottom: 30px;
}

.case-list li .ttl{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

/* top05 */
.top05{
  margin-bottom: 240px;
  background: linear-gradient(180deg, transparent 0%, transparent 25%, #090909 25%, #090909 100%);
}

.top05 .container{
  padding-bottom: 140px;
}

.corporate-wrapper{
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  background: url(img/top/bk-corporate.jpg) no-repeat center center / cover;
  position: relative;
}

.corporate-wrapper:before{
  position: absolute;
  content: '';
  background: url(img/common/bk-text03.png) no-repeat center center / contain;
  width: 84px;
  height: 443px;
  bottom: -290px;
  right: -4%;
}

.ttl-box{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.ttl-box .text{
  max-width: 520px;
  width: 100%;
}

.ttl-box .text h3{
  font-size: 7.6rem;
  letter-spacing: 0.14em;
  color: #fff;
  margin-bottom: 50px;
}

.ttl-box .text h3 span{
  border-bottom: 2px solid #fff;
}

.ttl-box .text p{
  line-height: 2;
  color: #fff;
}

.corporate-list{
  width: 50%;
  border-left: 1px solid rgb(255,255,255,20%);
}

.corporate-list li:not(:last-child){
  border-bottom: 1px solid rgb(255,255,255,20%);
}

.corporate-list li a{
  display: block;
  padding: 80px 100px 80px 50px;
  position: relative;
}

.corporate-list li a:after{
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: calc( 50% - 12px );
  right: 60px;
}

.corporate-list li a .inner{
  padding-left: 25px;
  position: relative;
}

.corporate-list li a .inner:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #E50012;
  top: 12px;
  left: 0;
}

.corporate-list li a .inner h4{
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 20px;
}


.corporate-list li a .inner p{
  color: #fff;
  line-height: 1.75;
}

/* top06 */
.top06{
  margin-bottom: 240px;
}

.recruit-wrapper{
  width: 100%;
  padding-left: calc( 100% - 1390px );
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.recruit-box{
  width: 380px;
  margin-right: 50px;
  padding-left: 20px;
}

.recruit-list-wrapper{
  max-width: 860px;
  width: calc( 100% - 430px );
}

.recruit-list .slick-list{
  padding: 0 15% 0 0 !important;
}

.recruit-list .slick-prev,
.recruit-list .slick-next{
  width: 44px;
  height: 88px;
}

.recruit-list .slick-prev{
  background: url(img/common/recruit-prev.png) no-repeat center center;
  left: -4%;
}

.recruit-list .slick-next{
  background: url(img/common/recruit-next.png) no-repeat center center;
  right: 11%;
}

@media screen and (min-width: 1501px){
  .recruit-wrapper{
    padding-left: 7vw;
  }

  .recruit-list-wrapper{
    max-width: 95%;
  }

  .recruit-list .slick-prev{
    left: -1%;
  }

  .recruit-list .slick-list{
    padding: 0 40% 0 0 !important;
  }
}

@media screen and (max-width: 1500px){
  .scrolldown1{
    top: auto;
    bottom: 10px;
  }
  .scrolldown1::after{
    height: 30px;
  }
}


@media screen and (max-width: 1230px){
  .main-visual{
    position: relative;
    width: 100vw;
    /*220117 commentout height: 700px;*/
    height: 666px;
    overflow: hidden;
  }

  .main-visual .video-wrapper{
    overflow: hidden;
  }

  .main-visual video{
    max-width: 1230px;
    width: 1230px;
    height: 700px;
    margin-left: calc(50vw - 615px);
  }


  .ttl-box .text h3{
    font-size: 6rem;
  }
}

@media screen and (max-width: 1150px){
  .business-list .inner{
    padding-left: 0;
  }

  /*.business__col__l{
    width: 100%;
    padding: 0 20px;
  }

  .business__col__r{
   width: 100%;
   margin: 0 auto;
  }

  .business__col__l .inner{
    width: 100%;
    padding: 0;
  }*/

  .business-list .inner .num{
    position: relative;
    margin-bottom: 10px;
  }

  .business-list li a{
    padding: 50px 70px 50px 30px;
  }
}

@media screen and (max-width: 1024px){
  .case-list-cont{
    padding-bottom: 60px;
  }

  .case-list-cont .slick-dots{
    max-width: 1024px;
    width: 90%;
    display: block !important;
  }

  .case-list .slick-list{
    padding: 0 20% 0 0 !important;
  }

  .ttl-box .text h3{
    font-size: 4rem;
  }

  .recruit-box{
    width: 100%;
    margin-right: 0;
    padding-right: 20px;
    margin-bottom: 70px;
  }

  .recruit-list-wrapper{
    max-width: 100%;
    width: 100%;
    padding-left: 40px;
  }

  .recruit-list .slick-list{
    padding: 0 40px 0 0 !important;
  }

  .recruit-list .slick-prev{
    left: -20px;
  }

  .recruit-list .slick-next{
    right: 20px;
  }
}

@media screen and (max-width: 920px){
  .business-wrapper{
    margin-top: 0;
    padding-bottom: 120px;
  }

  .business__col__l{
    width: 100%;
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .business__col__r{
   width: 100%;
   margin: 0 auto;
  }

  .business__col__l .inner{
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .top01{
    margin-bottom: 80px;
  }

  .news-wrapper{
    padding-bottom: 100px;
  }

  .news__col__l{
    width: 100%;
  }

  .news__col__r{
    width: 100%;
  }

  .cat-list{
  	display: block;
  }

  .cat-list li{
    display: block;
    width: auto;
    margin-right: 10px;
  }

  .business-list .item-inner{
    /*height: calc( 100vh - 120px );*/
    height: 500px;
  }

  .business-list-item img{
    width: 100%;
    /*height: calc( 100vh - 120px );*/
    height: 500px;
    object-fit: cover;
  }

  .business-list li a{
    /*height: calc( 100vh - 120px );*/
    height: 500px;
  }

  .top03{
    padding-top: 100px;
    margin-bottom: 120px;
  }

  .product-list li{
    width: 100%;
  }

  .product-list li:first-child{
    margin-bottom: 50px;
  }

  .product-list .img img{
    width: 100%;
  }

  .top04{
    margin-bottom: 100px;
  }

  .ttl-box{
    width: 100%;
    padding: 80px 40px;
    border-bottom: 1px solid rgb(255, 255, 255,20%);
  }

  .corporate-list{
    width: 100%;
  }

  .top05{
    margin-bottom: 120px;
  }

  .top06{
    margin-bottom: 120px;
  }

  .main-visual .inner .main-copy{
    padding: 0 15px;
  }

  .business-list-item:not(:first-child){
    opacity: 1;
  }
}

@media screen and (max-width: 550px) {

/*↓　220117 add*/

/*  .main-visual .video-wrapper{
  background: url(img/top/mv_sp.jpg) no-repeat center top / cover;
}*/

  .mv_Spimg{
    min-height: 700px;
    width: 100%;
  }
  /*↑　220117*/


  .business-list li a{
    padding: 20px 50px 20px 30px;
  }

  .business-list li a:after{
    right: 20px;
  }

  .business-list .inner .ttl{
    font-size: 2.6rem;
  }

  .product-list .ttl{
    font-size: 2.6rem;
    margin-bottom: 20px;
  }

  .corporate-list li a{
    padding: 40px 50px 40px 25px;
  }

  .corporate-list li a:after{
    right: 25px;
  }

  .ttl-box .text h3{
    font-size: 3.2rem;
  }

  .corporate-list li a .inner h4{
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 320px){
  .main-visual{
    min-height: auto;
    height: 100vh;
  }

  .main-visual .inner{
    height: 100vh;
  }

  .main-visual .particle{
    height: 100vh;
  }

  .main-visual video{
    height: 100vh;
  }
} 

/*////////////////////////

 news

////////////////////////*/
.news .aside{
  width: 200px;
  padding: 0 20px;
}

.news .aside .inner{
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 90px;
  margin-top: -90px;
}

.news .aside .inner .box:not(:last-child){
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.news .aside .inner .box:not(:last-child):after{
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #EEEEEE;
  left: 0;
  bottom: 0;
}

.news .main-cont{
  width: calc( 100% - 200px );
}

.news .main-cont .news-list{
  max-width: 1100px;
  width: 100%;
  margin-bottom: 90px;
}

.news .main-cont .news-list li:first-child{
  border-top: 1px solid #EEEEEE;
}

.news .main-cont .news-list li{
  border-bottom: 1px solid #EEEEEE;
  padding: 40px 0;
}

.news .main-cont .news-list li a{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 40px;
}

.news .main-cont .news-list li a:after{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-top: 1px solid #E50012;
  border-right: 1px solid #E50012;
  transform: rotate(45deg);
  top: calc( 50% - 12px );
  right: 0;
}

.news .main-cont .news-list li .img{
  width: 265px;
  margin-right: 50px;
}

.news .main-cont .news-list li .text{
  width: calc( 100% - 315px );
}

.news .main-cont .news-list li .text dl{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.news .main-cont .news-list li .text dt{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: #E50012;
  margin-right: 10px;
}

.news .main-cont .news-list li .text dd{
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: #fff;
  padding: 2px 10px;
  background: #E50012;
  border-radius: 3px;
}

.news .main-cont .news-list li .text h3{
  max-width: 600px;
  width: 100%;
  font-size: 1.8rem; 
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px){
  .news .aside{
    width: 100%;
    margin-bottom: 50px;
  }

  .news .main-cont{
    width: 100%;
  }

  .news .aside .inner .box:first-child{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .news .main-cont .news-list{
    margin-bottom: 50px;
  }

  .news .main-cont .news-list li{
    padding: 20px 0;
  }
}

@media screen and (max-width: 650px){
  .news .main-cont .news-list li a{
    padding-left: 15px;
  }

  .news .main-cont .news-list li .text{
    width: 100%;
  }

  .news .main-cont .news-list li .img{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*////////////////////////

 news detail

////////////////////////*/
.btn-back{
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}

.btn-back:before{
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #E50012;
  border-left: 2px solid #E50012;
  transform: rotate(-45deg);
  top: calc( 50% -  4px );
  left: 0;
}

.news.detail .detail-data{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.news.detail .detail-data dt{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: #E50012;
  margin-right: 10px;
}

.news.detail .detail-data dd{
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: #fff;
  padding: 2px 10px;
  background: #E50012;
  border-radius: 3px;
}

.detail-ttl{
  font-size: 4.6rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 50px;
}

.detail-cont{
  max-width: 1100px;
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 140px;
}

.detail-cont a{
  text-decoration: underline;
}

.detail-cont .bold{
  font-weight: bold;
}

.detail-cont h1{
  font-size: 3.2rem;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.detail-cont h1:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 1px;
  background: #E50012;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.detail-cont h1:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #C9C9C9;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.detail-cont ul li{
  position: relative;
  padding-left: 20px;
}

.detail-cont ul li:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #E50012;
  top: 13px;
  left: 0;
}

@media screen and (max-width: 768px){
  .detail-cont{
    margin-bottom: 70px;
  }

  .detail-ttl{
    font-size: 3.6rem;
  }

  .detail-cont h1{
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 500px){
  .detail-ttl{
    font-size: 2.8rem;
  }
}

/*////////////////////////

 business

////////////////////////*/
.theme-box{
  margin: 0 auto 90px;
  padding-left: 4%;
  padding-bottom: 110px;
  background: linear-gradient(180deg, transparent 0%, transparent 1%, #F6F6F6 1%, #F6F6F6 100%);
  background-repeat: no-repeat;
  background-size: 95% 75%;
  background-position: bottom left;
  transform: translate3d(0,0,0);
}

.theme-box .inner{
  max-width: 1500px;
  width: 100%;
  margin: 0 auto 110px;
}

.theme-box .text{
  max-width: 780px;
  width: 100%;
  background: #fff;
  padding: 30px 50px 130px;
  margin-top: -65vw;
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 1501px){
  .theme-box .text{
    max-width: 100%;
    width: calc( 100% - 660px );
    margin-top: -980px;
  }
}

.theme-box .text .inner{
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

.theme-box .text .theme__headding{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #E50012;
  margin-bottom: 80px;
}

.theme-box .text .theme__headding span{
  border-bottom: 1px solid #E50012;
}

.theme-box .text .theme-ttl{
  margin-bottom: 50px;
}

.theme-box .text .theme-sub-ttl{
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 30px;
}

.theme-box .img{
  width: 100%;
  text-align: right;
  z-index: 1;
}

.business-all{
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.business-all-list{
  width: 100%;
  margin-bottom: 170px;
  position: relative;
}

.business-all-list .list-item{
  width: 100%;
  height: 200vh;
}

.business-all-list .list-item.active .flexbox{
  position: sticky;
  top: 0;
}

.business-all-list .list-item .img{
  width: calc( 100% - 600px );
}

.business-all-list .list-item .img img{
  height: 960px;
  object-fit: cover;
}

.business-all-list .list-item .menu{
  width: 600px;
  background: #fff;
}

.business-all-list .list-item .menu .cont{
  max-width: 360px;
  width: 100%;
  margin: 0 auto 0;
  padding-top: 50px;
  position: sticky;
  top: 0;
  transition: all .5s;
  transform: translateY(0);
  /*transition: all .3s;*/
}

.business-all-list .list-item.active .menu .cont{
  /*margin: -120px auto 0;
  padding-top: 120px;*/
  transform: translateY(80px);
  margin: 0 auto 80px;
}

.business-all-list .list-item .menu .num{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #E50012;
  margin-bottom: 50px;
}

.business-all-list .list-item .menu .ttl{
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

/*.business-all-list .list-item .menu .ttl span{
  border-bottom: 2px solid #555555;
}*/

.business-all-list .list-item .menu ul{
  margin-bottom: 40px;
}

.business-all-list .list-item .menu ul li{
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.business-all-list .list-item .menu ul li:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #E50012;
  top: 13px;
  left: 0;
}

.bold{
  font-weight: bold;
}

.fz-14{
  font-size: 1.4rem;
}

.engineer-box{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 200px;
}

.engineer-box .menu{
  width: 500px;
}

.engineer-box .menu p{
  max-width: 420px;
}

.engineer-box .menu .num{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #E50012;
  margin-bottom: 20px;
}

.engineer-box .menu .ttl{
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.engineer-box .img{
  width: calc( 100% - 500px );
}

.feature-box{
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.feature-list{
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-list li{
  width: calc( ( 100% - 120px ) / 3 );
}

.feature-list li .img{
  margin-bottom: 20px;
}

.feature-list li h4{
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px){
  .business-all-list .list-item .menu{
    width: 450px;
  }

  .business-all-list .list-item .img{
    width: calc( 100% - 450px );
  }

  .feature-list li{
    width: calc( ( 100% - 60px ) / 2 );
  }

  .feature-list li:not(:last-child){
    margin-bottom: 40px;
  }

  .feature-list li img{
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .theme-box{
    padding-bottom: 60px;
    margin: 0 auto 50px;
  }

  .business-all-list{
    margin-bottom: 80px;
  }

  .business-all-list .list-item .img{
    width: 100%;
  }

  .business-all-list .list-item .img img{
    width: 100%;
    height: 40vh;
  }

  .business-all-list .list-item .menu{
    width: 100%;
  }

  .business-all-list .list-item .menu .cont{
    max-width: 100%;
    padding: 40px 20px 60px;
    margin: 0 auto;
  }

  .business-all-list .list-item.active .menu .cont {
    margin: 0 auto;
    padding: 40px 20px 60px;
    transform: translateY(0);
  }

  .business-all-list .list-item:last-child .menu .cont{
    padding: 40px 20px 0;
  }

  .engineer-box{
    margin-bottom: 100px;
  }

  .engineer-box .menu{
    width: 100%;
    order: 2;
    padding: 0 20px;
  }

  .engineer-box .menu p{
    max-width: 100%;
  }

  .engineer-box .img{
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }

  .engineer-box .img img{
    width: 100%;
  }

  .theme-box .inner{
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 550px){
  .theme-box .text{
    margin-top: -180px;
    padding: 30px 30px 60px;
  }

  .theme-box .text .theme__headding{
    margin-bottom: 40px;
  }

  .feature-list li{
    width: 100%;
  }

  .business-all .hdg__02.mb-70{
    margin-bottom: 40px;
  }

  .business-all-list .list-item .menu .num{
    margin-bottom: 30px;
  }
}

/*////////////////////////

 business cae

////////////////////////*/
.business .aside{
  width: 200px;
  padding: 0 20px;
}

.business .aside .inner{
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 90px;
  margin-top: -90px;
}

.business .main-cont{
  max-width: 1100px;
  width: calc( 100% - 200px );
}

.business .main-cont .box:not(:last-child){
  margin-bottom: 200px;
}

.page-text{
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 200px;
}

.gray-box{
  width: 100%;
  padding: 40px;
  background: #F6F6F6;
}

.business .gray-box{
  border: 1px solid #DDDDDD;
}

.symbol-list01 li{
  position: relative;
  padding-left: 20px;
}

.symbol-list01 li:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #E50012;
  left: 3px;
  top: 10px;
}

.result-list{
  max-width: 540px;
  width: 100%;
}

.page-container{
  margin-bottom: 200px;
}

.task-list{
  width: 100%;
  margin-bottom: 60px;
}

.task-list tr{
  width: 100%;
  border-top: 1px dotted #C9C9C9;
  position: relative;
}

.task-list tr:last-child{
  border-bottom: 1px dotted #C9C9C9;
}

.task-list thead tr:before{
  border-left: 11px solid transparent;
}

.task-list thead th:first-child{
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  background: #F6F6F6;
  letter-spacing: 0.05em;
  padding: 25px 0;
}

.task-list th:last-child{
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  background: #ED133A;
  color: #fff;
  padding: 25px 0;
}

.task-list td:first-child{
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 25px 0;
  position: relative;
}

.task-list td:first-child:before{
  position: absolute;
  content: '';
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 11px solid #ED133A;
  top: calc( 50% - 10px );
  right: -6px;
}

.task-list td:last-child{
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 25px 0;
  color: #ED133A;
  background: #FEF2F3;
}

.basic__flex__col2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.basic__flex__col2 li{
  width: calc( (100% - 40px) / 2);
  margin-bottom: 50px;
}

.basic__flex__col2 li .video-wrapper{
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 58%;
}

.basic__flex__col2 li .video-wrapper.img{
  padding-top: 0;
}

.basic__flex__col2 li .video-wrapper video{
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.basic__flex__col2 li .video-wrapper a{
  position: absolute;
  content: '';
  background: url(img/common/movie-arrow.png) no-repeat center center / contain;
  background-size: 100px 100px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.basic__flex__col2 li .video-wrapper.img a{
  background: none;
}

.basic__flex__col2 li h4{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

.basic__flex__col2 li .movie-wrap{
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.basic__flex__col2 li .movie-wrap a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.basic__flex__col2 li .movie-wrap iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.basic__flex__col2 li .movie-wrap img{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.check-list{
  margin-bottom: 60px;
}

.check-list li{
  width: 100%;
  position: relative;
  background: #F6F6F6;
  padding: 30px 70px 30px 90px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.check-list li:not(:last-child){
  margin-bottom: 10px;
}

.check-list li:before{
  position: absolute;
  content: '';
  width: 20px;
  height: 10px;
  border-bottom: 1px solid #E50012;
  border-left: 1px solid #E50012;
  transform: rotate(-45deg);
  top: calc( 50% - 11px );
  left: 40px;
}

.faq-box li{
  width: 100%;
  border-top: 1px solid #EEEEEE;
  padding: 60px 0;
  cursor: pointer;
}

.faq-box li:last-child{
  border-bottom: 1px solid #EEEEEE;
}

.faq-box li .q-box{
  position: relative;
  padding: 0 75px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.faq-box li .q-box:before{
  position: absolute;
  content: 'Q.';
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #E50012;
  left: 15px;
  top: 5px;
}

.faq-box li .a-box{
  display: none;
  position: relative;
  padding: 0 75px;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.faq-box li.on .a-box{
  display: block;
}

.faq-box li .a-box:before{
  position: absolute;
  content: 'A.';
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #DDDDDD;
  left: 15px;
  top: 5px;
}

.faq-box li .a-box .a-box-link a{
  border-bottom: 1px solid #555555;
  word-break: break-all;
}

.faq-box li .a-box .a-box-link .fa-external-link-alt{
  color: #BBBBBB;
  font-size: 1.4rem;
}

.page-menu{
  width: 100%;
  margin: 0 auto;
}

.page-menu ul{
  display: flex;
  flex-wrap: wrap;
}

.page-menu ul li{
  position: relative;
  width: 50%;
}

.page-menu ul li img{
  width: 100%;
}

@media screen and (min-width: 1501px){
  .page-menu ul li img{
    width: 100%;
    height: 420px;
    object-fit: cover;
  }
}

.page-menu ul li a{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 95px 0 65px;
}

.page-menu ul li a:after{
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 50px;
}

.page-menu ul li a h4{
  font-size: 2.6rem;
  color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1200px){
  .task-list {
    overflow-x: scroll;
  }

  .task-list table{
    min-width: 960px;
  }
}

@media screen and (max-width: 1024px){
  .basic__flex__col2 li{
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .business .aside{
    width: 100%;
    margin-bottom: 40px;
  }

  .business .aside .inner{
    padding-top: 0;
    margin-top: 0;
  }

  .business .main-cont{
    width: 100%;
  }

  .basic__flex__col2 li .video-wrapper img{
    width: 100%;
  }

  .page-menu ul li{
    width: 100%;
  }

  .page-text{
    margin-bottom: 100px;
  }

  .cae .hdg__02.mb-90{
    margin-bottom: 50px;
  }

  .business .main-cont .box:not(:last-child){
    margin-bottom: 100px;
  }

  .page-container{
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 550px){
  .check-list li{
    padding: 30px 40px 30px 70px;
  }

  .check-list li:before{
    left: 20px;
  }

  .faq-box li{
    padding: 30px 0;
  }

  .faq-box li .q-box,
  .faq-box li .a-box{
    padding: 0 20px 0 70px;
  }

  .page-menu ul li a{
    padding: 0 55px 0 35px;
  }

  .page-menu ul li a:after{
    width: 40px;
    height: 40px;
    right: 20px;
  }
}

/*////////////////////////

 business ai

////////////////////////*/
.ai .basic__cont .box{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.ai .basic__cont .box:last-child{
  margin: 0 auto 200px;
}

.ai-service-list{
  margin-bottom: 100px;
}

.ai-service-list li{
  padding: 100px 90px;
}

.ai-service-list li:not(:last-child){
  margin-bottom: 20px;
}

.ai-service-list .ttl{
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
}

.ai-service-list .num{
  position: absolute;
  content: '';
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #E50012;
  left: 0;
  top: 10px;
}

.ai-service-list .num span{
  border-bottom: 1px solid #E50012;
}

.ai-service-list h4{
  font-size: 2.8rem;
}

@media screen and (max-width: 1024px){
  .ai .basic__flex__col2 li{
    width: calc( (100% - 40px) / 2);
  }
}

@media screen and (max-width: 768px){
  .ai .basic__cont .box:last-child{
    margin: 0 auto 100px;
  }

  .ai-service-list li{
    padding: 50px 30px;
  }

  .ai .basic__flex__col2 li{
    width: 100%;
  }
}

@media screen and (max-width: 550px){
  .ai-service-list h4{
    font-size: 2.2rem;
  }
}

/*////////////////////////

 business software

////////////////////////*/
.ai-service-list li .text{
  width: 48%;
}

.ai-service-list li .img{
  width: 45%;
}


@media screen and (min-width: 1024px){
  .p-wrap-adj{
    height:20%;
  }
}

@media screen and (max-width: 1024px){
  .ai-service-list li .text{
    width: 100%;
    margin-bottom: 30px;
  }

  .ai-service-list li .img{
    width: 100%;
  }

  .p-wrap-25{
    height:auto;
  }

}

@media screen and (max-width: 768px){

}

@media screen and (max-width: 550px){
 
}

/*////////////////////////

 product

////////////////////////*/
.product-link-box{
  max-width: 1500px;
  width: 100%;
  margin: 0 auto 180px;
  padding-left: calc( 100% - 1390px );
}

@media screen and (min-width: 1501px){
  .product-link-box{
    padding-left: 110px;
  }
}

.product-link-box .link-box{
  position: relative;
  margin-bottom: 40px;
}

.product-link-box .link-box a{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 40px 120px 40px 90px;
}

.product-link-box .link-box a:after{
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 100px;
  bottom: 60px;
}

.product-link-box .link-box a .text p{
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.product-link-box .link-box a .text h3{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 4.6rem;
  letter-spacing: 0.05em;
}

.w_700{
  max-width: 700px;
  width: 100%;
}

.product-content{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.product-content li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0;
  border-top: 1px solid #EEEEEE;
}

.product-content li:last-child{
  border-bottom: 1px solid #EEEEEE;
}

.product-content li .text{
  width: 420px;
}

.product-content li .img{
  max-width: 600px;
  width: calc( 100% - 470px );
}

@media screen and (max-width: 768px){
  .product-link-box{
    margin: 0 auto 90px;
  }

  .product-link-box img{
    height: 360px;
    object-fit: cover;
  }

  .product-link-box .link-box a{
    padding: 40px 50px;
  }

  .product-link-box .link-box a:after{
    right: 40px;
  }

  .product-content{
    padding: 0;
  }

  .product-content li{
    padding: 40px 0;
  }

  .product-content li .text{
    width: 100%;
    padding: 0 20px;
    order: 2;
  }

  .product-content li .img{
    max-width: 100%;
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }

  .product-content li .img img{
    width: 100%;
  }
}

@media screen and (max-width: 550px){
  .product-link-box .link-box a{
    padding: 40px 50px 40px 20px;
  }

  .product-link-box .link-box a .text h3{
    font-size: 3.4rem;
  }
}

/*////////////////////////

 product Wildkatze

////////////////////////*/
.wildkatze-main{
  margin-bottom: 110px;
}

.wildkatze .movie-wrap{
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.wildkatze .movie-wrap a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wildkatze .movie-wrap iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wildkatze-container{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.wildkatze-container .hdg__03{
  margin-bottom: 40px;
}

.wildkatze-container ol{
  counter-reset: 0;
  margin-bottom: 100px;
}

.wildkatze-container .gray-box{
  padding: 60px 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-increment: count 1;
}

.wildkatze-container .gray-box:not(:last-child){
  margin-bottom: 20px;
}

.wildkatze-container .gray-box .text{
  width: 540px;
}

.wildkatze-container .gray-box h4{
  position: relative;
  padding-left: 45px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.wildkatze-container .gray-box h4:before{
  position: absolute;
  content: '0'counter(count);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #E50012;
  border-bottom: 1px solid #E50012;
  left: 0;
  top: calc( 50% - 12px );
}

.wildkatze-container .gray-box .img{
  max-width: 480px;
  width: calc( 100% - 580px );
}

.wildkatze-case-list{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wildkatze-case-list li{
  width: calc( (100% - 80px) / 3);
  margin-bottom: 40px;
}

.wildkatze-case-list li .img{
  margin-bottom: 20px;
}

.wildkatze-case-list li .img img{
  width: 100%;
}

.wildkatze-case-list li h4{
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.web-site-link{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 200px;
  padding: 60px 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}

.product-under-link{
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.product-under-link img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.product-under-link a{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 20px 200px 20px 110px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.product-under-link a:after{
  position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    right: 110px;
}

.product-under-link a .text p{
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
}

.product-under-link a .text h3{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 1024px){
  .wildkatze-container .gray-box .text{
    width: 100%;
    margin-bottom: 40px;
  }

  .wildkatze-container .gray-box .img{
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .wildkatze-main{
    margin-bottom: 60px;
  }

  .wildkatze-container .gray-box{
    padding: 30px 40px;
  }

  .wildkatze-container ol{
    margin-bottom: 50px;
  }

  .wildkatze-case-list{
    margin-bottom: 0;
  }

  .wildkatze-case-list li{
    width: calc( ( 100% - 40px ) / 2 );
  }

  .web-site-link{
    padding: 30px 20px;
    margin-bottom: 100px;
  }

  .product-under-link img{
    height: 230px;
    object-fit: cover;
  }

  .product-under-link a{
    padding: 20px 50px 20px 30px;
  }

  .product-under-link a:after{
    width: 20px;
    height: 20px;
    right: 40px;
  }
}

@media screen and (max-width: 550px){
  .wildkatze-case-list li{
    width: 100%;
  }
}

/*////////////////////////

 case

////////////////////////*/
.case .aside .cat-list li{
  font-family: "游ゴシック", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.case .aside .case-cat-ttl{
  font-weight: bold;
}

.case .aside .case-cat-ttl span{
  position: relative;
  padding-right: 20px;
}

.case .aside .case-cat-ttl span:before{
  position: absolute;
  content: '';
  width: 9px;
  height: 1px;
  background: #222222;
  top: 50%;
  right: 4px;
}

.case .aside .case-cat-ttl span:after{
  position: absolute;
  content: '';
  width: 9px;
  height: 1px;
  background: #222222;
  top: 50%;
  right: 4px;
  transform: rotate(90deg);
  transition: all .2s;
}

.case .aside .case-cat-ttl span.on:after{
  transform: rotate(0);
}

.case .aside .under-list{
  display: none;
  transition: all .4s;
}

.case .aside .under-list.on{
  display: flex;
}

.case .aside{
  width: 220px;
}

.case .main-cont{
  width: calc( 100% - 220px );
  max-width: 1100px;
}

.case-headding{
  margin-bottom: 40px;
}

.case-list-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.case-list-box .list-item{
  width: calc( ( 100% - 80px ) / 3 );
  margin-bottom: 70px;
}

.case-list-box .list-item:not(:nth-child(3n)){
  margin-right: 40px;
}

.case-list-box .list-item .img{
  margin-bottom: 20px;
}

.case-cat{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.case-cat li{
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  padding: 3px 5px;
  background: #E50012;
  border-radius: 2px;
}

.case-cat li:not(:last-child){
  margin-right: 5px;
}

.case-list-box .list-item h3{
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px){
  .case-list-box{
    justify-content: space-between;
  }

  .case-list-box .list-item{
    width: calc( ( 100% - 40px ) / 2 );
  }

  .case-list-box .list-item:not(:nth-child(3n)){
    margin-right: 0;
  }
}

@media screen and (max-width: 768px){
  .case .aside {
    padding: 0;
    width: 100%;
  }
  .case-list-box{
    margin-bottom: 0;
  }

  .news .aside .inner .box:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .case .main-cont{
    width: 100%;
  }
}

@media screen and (max-width: 550px){
  .case-list-box .list-item{
    width: 100%;
  }

  .case-list-box .list-item .img img{
    width: 100%;
  }
}

/*////////////////////////

 case detail

////////////////////////*/
.case.detail .movie-wrap{
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 70px;
}
.case.detail .movie-wrap a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.case.detail .movie-wrap iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.case.detail .movie-wrap img{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.case.detail .movie-wrap video{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.case-contact{
  margin-bottom: 120px;
}

.case-contact p.blank a{
  border-bottom: 1px solid #222222;
}

.case-contact p.blank .fa-external-link-alt{
  font-size: 1.4rem;
  color: #BBBBBB;
  margin: 0 5px;
}

.case-contact .inner{
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 60px;
}

.detail-case-list{
  position: relative;
  width: 100%;
  padding: 90px 0 0;
  transform: translate3d(0,0,0);
}

.detail-case-list:before{
  position: absolute;
  content: '';
  width: 110%;
  height: 100%;
  background: #F6F6F6;
  top: 0;
  z-index: -1;
  left: -5%;
  overflow: hidden;
}

.detail-case-list h4{
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media screen and (max-width: 1375px){
  .case.detail .container_l{
    overflow: hidden;
  }
}

/*////////////////////////

gmap

////////////////////////*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 48%;
  position: relative;
  /*margin-bottom: 70px;*/
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px){
  .gmap {
    padding-bottom: 50%;
  }
}

@media screen and (max-width: 550px){
  .gmap {
    padding-bottom: 85.25%;
  }
}

/*////////////////////////

 company

////////////////////////*/
.company .aside .cat-list li{
  font-family: "游ゴシック", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.fz-18{
  font-size: 1.8rem;
}

.company .main-cont{
  max-width: 1100px;
}

.company .main-cont .box:not(:last-child){
  margin-bottom: 200px;
}

.greetimg-box{
  position: relative;
  margin-bottom: 150px;
}

.greetimg-box .name-box{
  position: absolute;
  max-width: 450px;
  width: 100%;
  background: linear-gradient(135deg, rgb(255 51 117 / 75% ) 0%, rgb(221 0 17 / 75% ) 100%);
  bottom: -50px;
  left: -30px;
  padding: 40px 60px;
}

.greetimg-box .name-box .name{
  display: flex;
  align-items: center;
}

.greetimg-box .name-box p{
  color: #fff;
}

.greetimg-box .name-box .name__ja{
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  color: #fff;
  margin-right: 20px;
}

.greetimg-box .name-box .name__en{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #fff;
}

.greetimg-text{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.greetimg-text li{
  width: 47%;
}

.concept-ttl{
  font-size: 5.8rem;
  font-weight: 500;
  color: #fff;
}

.concept-ttl span{
  background: linear-gradient(135deg, #FF3375 0%, #DD0011 100%);
}

.concept-list{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 140px;
}

.concept-list li{
  width: calc( 100% / 3);
  text-align: center;
  padding: 20px 40px;
}

.concept-list li:not(:last-child){
  border-right: 1px solid #DDDDDD;
}

.concept-list li .num{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #E50012;
  margin-bottom: 10px;
}

.concept-list li .num span{
  border-bottom: 1px solid #E50012;
}

.concept-list li h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #E50012;
  margin-bottom: 20px;
}

.company-about{
  width: 100%;
  margin-bottom: 140px;
}

.company-about dl{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #EEEEEE;
}

.company-about dt{
  width: 360px;
  padding: 35px 0;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.company-about dd{
  width: calc( 100% - 360px );
  padding: 35px 0;
  letter-spacing: 0.05em;
}

.coherence-company{
  width: 100%;
}

.coherence-company li{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0;
}

.coherence-company li:first-child{
  border-bottom: 1px solid #EEEEEE;
}

.coherence-company li:last-child{
  padding-bottom: 0;
}

.coherence-company li .text{
  width: 550px;
}

.coherence-company li .img{
  max-width: 450px;
  width: calc( 100% - 580px );
}

.access-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.access-box dt{
  width: 47%;
}

.access-box dd{
  width: 47%;
}

.gmap-wrap{
  margin-bottom: 140px;
}

.office-img-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.office-img-list li{
  width: 49.8%;
  margin-bottom: 5px;
  position: relative;
}

.office-img-list.col__3 li{
  width: 33%;
}

.office-img-list li a{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px){
  .company-about dt{
    width: 160px;
  }

  .company-about dd{
    width: calc( 100% - 160px );
  }

  .coherence-company li .text{
    width: 100%;
    order: 2;
  }

  .coherence-company li .img{
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 930px){
  .concept-list{
    flex-wrap: wrap;
  }

  .concept-list li{
    width: calc( 100% / 2 );
  }
}

@media screen and (max-width: 768px){
  .company .main-cont .box:not(:last-child){
    margin-bottom: 100px;
  }

  .greetimg-text li{
    width: 100%;
  }

  .greetimg-text li:first-child{
    margin-bottom: 20px;
  }

  .company .mb-100{
    margin-bottom: 50px;
  }

  .company .mb-70{
    margin-bottom: 35px;
  }

  .access-box dt,
  .access-box dd{
    width: 100%;
  }

  .access-box dt{
    margin-bottom: 30px;
  }

  .gmap-wrap{
    margin-bottom: 70px;
  }

  .office-img-list.col__3 li{
    width: 49%;
  }

  .concept-ttl{
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 550px){
  .greetimg-box{
    margin-bottom: 80px;
  }

  .greetimg-box .name-box{
    position: relative;
    max-width: 100%;
    bottom: 0;
    left: 0;
  }

  .concept-ttl{
    font-size: 3.5rem;
  }

  .concept-list{
    margin-bottom: 70px;
  }

  .concept-list li{
    width: 100%;
  }

  .concept-list li:not(:last-child){
    border-bottom: 1px solid #DDDDDD;
    border-right: 0;
  }

  .company-about{
    margin-bottom: 70px;
  }

  .company-about dt{
    width: 100%;
    padding: 20px 0;
  }

  .company-about dd{
    width: 100%;
    padding: 0 0 20px;
  }

  .office-img-list li{
    width: 100%;
  }

  .office-img-list.col__3 li{
    width: 100%;
  }

  .office-img-list.col__3 li img{
    width: 100%;
  }
}
/*////////////////////////

 contact

////////////////////////*/
.contact-text{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 50px;
}

.contact-tel-box{
  width: 100%;
  border: 1px solid #EEEEEE;
  padding: 50px 20px;
}

.contact-tel-box .tel .fa-phone-alt{
  font-size: 2.6rem;
  margin-right: 10px;
}

.contact-tel-box .tel a{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 4rem;
}

.contact-tel-box .basic__text__2{
  font-size: 1.4rem;
  color: #777777;
  font-weight: bold;
}

.contact .page-container{
  width: 100%;
}

.contact .main-cont{
  max-width: 1100px;
}

.contact .cat-list li{
  font-family: "游ゴシック", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.contact .cat-list li.select{
  color: #E50012;
}

.form_wrapper{
  width: 100%;
}

.contact_form{
  width: 100%;
  margin-bottom: 70px;
  table-layout: fixed;
}

.contact_form tr{
  display: flex;
  flex-wrap: wrap;
}

.form__th{
  width: 100%;
  font-weight: bold;
  padding: 0 0 20px;
  position: relative;
  text-align: left;
  padding-left: 65px;
}

.form__th span{
  font-weight: 500;
}

.form__th:after{
  position: absolute;
  content: '任意';
  font-weight: bold;
  color: #9F9F9F;
  font-size: 1.4rem;
  background: #E0E0E0;
  width: 50px;
  padding: 5px 0;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 1;
}

.form__th.req:after{
  position: absolute;
  content: '必須';
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  background: #ED133A;
  width: 50px;
  padding: 5px 0;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 1;
}

.form__th.vt_align_top.req:after{
  top: 22px;
}

.form__td {
  width: 100%;
  display: block;
  padding: 0 0 50px;
}

input.w_200{
  max-width: 200px;
}

.privacy-wrapper{
  width: 100%;
  margin: 0 0 70px;
}

.privacy-wrapper h3{
  position: relative;
  padding-left: 16px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.privacy-wrapper h3 span{
  color: #E50012;
}

.privacy-wrapper h3:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #E50012;
  border-radius: 100%;
  top: 12px;
  left: 0;
}

.privacy-link a{
  border-bottom: 1px solid #111111;
}

.privacy-btn{
  width: 100%;
  padding: 35px 20px;
  border: 1px solid #EEEEEE;
}

.input-wrapper{
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  transform: translate3d(0,0,0);
}

.input-wrapper:before{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 40px;
  top: calc( 50% - 11px );
  z-index: 2;
}

.form_btn{
  display: block;
  width: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #DDDDDD;
  padding: 45px 50px;
  color: #fff;
  text-align: center;
  border: 0;
  transition: all .3s;
  z-index: 1;
}

.form_btn:hover{
  opacity: 0.65;
}

.mwform-radio-field input[type=radio] {
  display: none;
}
.mwform-radio-field .mwform-radio-field-text {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 2;
}
.mwform-radio-field .mwform-radio-field-text::after,.mwform-radio-field .mwform-radio-field-text::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transition: all .3s;
}
.mwform-radio-field .mwform-radio-field-text::after {
  left: 0;
  margin-top: -13px;
  width: 24px;
  height: 24px;
  background: #FFF;
  border: 1px solid #AAAAAA;
  border-radius: 50%;
}
.mwform-radio-field .mwform-radio-field-text::before {
  left: 5px;
  top: 2px;
  margin-top: 0;
  width: 16px;
  height: 16px;
  background: #ED133A;
  border-radius: 100%;
  opacity: 0;
  z-index: 1;
}
.mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text::before,
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.mwform-checkbox-field [type="checkbox"]{
  display: none;
}
.mwform-checkbox-field label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.mwform-checkbox-field label::before{
  width: 25px;
  height: 25px;
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  background: transparent;
  border: 1px solid #C9C9C9;
  margin-right: 10px;
}
.mwform-checkbox-field-text{
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  /*opacity: 0;*/
}
.mwform-checkbox-field-text::after{
  width: 15px;
  height: 5px;
  content: '';
  position: absolute;
  left: 4px;
  top: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  border-left: 3px solid #E50012;
  border-bottom: 3px solid #E50012;
  transform: rotate(-45deg);
}

.radio-box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.radio-box .mwform-radio-field{
  max-width: 220px;
  width: 100%;
  padding: 25px;
  border: 1px solid #EEEEEE;
}

.radio-box .mwform-radio-field:first-child{
  margin-right: 5px;
}

.mw_wp_form .radio-box .horizontal-item + .horizontal-item{
  margin-left: 0;
}

.check-box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.check-box .mwform-checkbox-field{
  max-width: 350px;
  width: 100%;
  padding: 25px;
  border: 1px solid #EEEEEE;
  margin-right: 5px;
  margin-top: 5px;
}

.mw_wp_form .check-box .horizontal-item + .horizontal-item{
  margin-left: 0;
}

@media screen and (max-width: 550px){
  .form_btn{
    padding: 25px 30px;
  }

  .input-wrapper:before{
    right: 20px;
  }

  .contact .mb-100{
    margin-bottom: 50px;
  }

  .contact_form{
    margin-bottom: 30px;
  }

  .contact-tel-box .tel a{
    font-size: 2.8rem;
  }

  .contact-tel-box .tel .fa-phone-alt{
    font-size: 2rem;
  }
}

/*////////////////////////

privacy

////////////////////////*/
.privacy .box{
  width: 100%;
  border-top: 1px solid #EEEEEE;
  padding: 80px 0;
}

.privacy .box:last-child{
  padding: 80px 0 0;
}

.privacy .box p{
  letter-spacing: 0.05em;
  line-height: 2;
}

.privacy .box .hdg__05{
  margin-bottom: 50px;
}

.privacy .box .gray-box h5{
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.privacy .box .gray-box p{
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.privacy_ttl__01{
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px){
  .privacy_ttl__01{
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 550px){
  .privacy .box{
    padding: 40px 0;
  }

  .privacy .box:last-child{
    padding: 40px 0 0;
  }

  .privacy .box .hdg__05{
    margin-bottom: 30px;
  }

  .privacy .mb-100{
    margin-bottom: 60px;
  }
}

/*/////////////////

loading

//////////////////*/

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

#loading .text{
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #333;
}

#loading .text span:after {
  animation: txt 1.5s infinite;
  content: "";
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #dd0011,
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2),
                2.5em 0em 0 0em rgba(221, 0, 17, 0.2),
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.2),
                0em 2.5em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.2),
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.5),
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.7),
                1.8em -1.8em 0 0em #dd0011,
                2.5em 0em 0 0em rgba(221, 0, 17, 0.2),
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.2),
                0em 2.5em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.2),
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.5),
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.7),
                2.5em 0em 0 0em #dd0011,
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.2),
                0em 2.5em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.2),
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.2),
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.5),
                2.5em 0em 0 0em rgba(221, 0, 17, 0.7),
                1.75em 1.75em 0 0em #dd0011,
                0em 2.5em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.2),
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.2),
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2),
                2.5em 0em 0 0em rgba(221, 0, 17, 0.5),
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.7),
                0em 2.5em 0 0em #dd0011,
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.2),
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.2),
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2),
                2.5em 0em 0 0em rgba(221, 0, 17, 0.2),
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.5),
                0em 2.5em 0 0em rgba(221, 0, 17, 0.7),
                -1.8em 1.8em 0 0em #dd0011,
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.2),
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2),
                2.5em 0em 0 0em rgba(221, 0, 17, 0.2),
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.2),
                0em 2.5em 0 0em rgba(221, 0, 17, 0.5),
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.7),
                -2.6em 0em 0 0em #dd0011,
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.2),
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2),
                2.5em 0em 0 0em rgba(221, 0, 17, 0.2),
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.2),
                0em 2.5em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.5),
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.7),
                -1.8em -1.8em 0 0em #dd0011;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #dd0011,
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2),
                2.5em 0em 0 0em rgba(221, 0, 17, 0.2),
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.2),
                0em 2.5em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.2),
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.5),
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.7),
                1.8em -1.8em 0 0em #dd0011,
                2.5em 0em 0 0em rgba(221, 0, 17, 0.2),
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.2),
                0em 2.5em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.2),
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.5),
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.7),
                2.5em 0em 0 0em #dd0011,
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.2),
                0em 2.5em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.2),
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.2),
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.5),
                2.5em 0em 0 0em rgba(221, 0, 17, 0.7),
                1.75em 1.75em 0 0em #dd0011,
                0em 2.5em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.2),
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.2),
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2),
                2.5em 0em 0 0em rgba(221, 0, 17, 0.5),
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.7),
                0em 2.5em 0 0em #dd0011,
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.2),
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.2),
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2),
                2.5em 0em 0 0em rgba(221, 0, 17, 0.2),
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.5),
                0em 2.5em 0 0em rgba(221, 0, 17, 0.7),
                -1.8em 1.8em 0 0em #dd0011,
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.2),
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2),
                2.5em 0em 0 0em rgba(221, 0, 17, 0.2),
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.2),
                0em 2.5em 0 0em rgba(221, 0, 17, 0.5),
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.7),
                -2.6em 0em 0 0em #dd0011,
                -1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(221, 0, 17, 0.2),
                1.8em -1.8em 0 0em rgba(221, 0, 17, 0.2),
                2.5em 0em 0 0em rgba(221, 0, 17, 0.2),
                1.75em 1.75em 0 0em rgba(221, 0, 17, 0.2),
                0em 2.5em 0 0em rgba(221, 0, 17, 0.2),
                -1.8em 1.8em 0 0em rgba(221, 0, 17, 0.5),
                -2.6em 0em 0 0em rgba(221, 0, 17, 0.7),
                -1.8em -1.8em 0 0em #dd0011;
  }
}

@-webkit-keyframes txt {
  0% {
    content: "LOADING.";
  }
  50% {
    content: "LOADING..";
  }
  100% {
    content: "LOADING...";
  }
}
@keyframes txt {
  0% {
    content: "LOADING.";
  }
  50% {
    content: "LOADING..";
  }
  100% {
    content: "LOADING...";
  }
}

/* 211217 */

/* recruit */
.subpage.recruit{
  background: url(img/recruit/main.jpg) no-repeat center center / cover;
}

.recruit-main{
  max-width: 1130px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recruit-main .ttl{
  width: 400px;
}

.recruit-main .text{
  max-width: 650px;
  width: calc( 100% - 400px );
}

/*////////////////////////

 メニューを3つ表示する

////////////////////////*/

.recruit-page-menu03{
  max-width: 1500px;
  width: 100%;
  padding-left: calc( 100% - 1390px );
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 1501px){
  .recruit-page-menu03{
    max-width: 100%;
    padding-left: 110px;
  }

  .recruit-page-menu03 .img img{
    width: 100%;
  }
}

.recruit-page-menu03 li{
  width: 33.3%;
}

.recruit-page-menu03 .img{
  position: relative;
  margin-bottom: 40px;
}

.recruit-page-menu03 .img a{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px 80px 50px 55px;
}

.recruit-page-menu03 .img h4{
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.05em;
}

.recruit-page-menu03 .img a:after{
  position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 70px;
    right: 40px;
    transform: rotate(45deg);
    z-index: 3;
}

.recruit-page-menu03 li p{
  font-weight: bold;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.footer-contact.is-entry {
  background: url(img/recruit/entry-bk.jpg) no-repeat center center / cover;
}

@media screen and (max-width: 768px){
  .recruit-main{
    margin-bottom: 60px;
  }

  .recruit-main .ttl{
    width: 100%;
    margin-bottom: 30px;
  }

  .recruit-main .text {
    max-width: 100%;
    width: 100%;
  }

  .recruit-page-menu03 li{
    width: 100%;
  }

  .recruit-page-menu03 li:nth-child(-n+2){
    margin-bottom: 50px;
  }

  .recruit-page-menu03 li .img{
    height: 350px;
  }

  .recruit-page-menu03 li .img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
}

.link-none{
  pointer-events: none;
}

@media screen and (max-width: 425px){
  .recruit-page-menu03 .img a{
    padding: 20px 50px 50px 30px;
  }

  .recruit-page-menu03 .img h4{
    font-size: 2.8rem;
  }
}

/*////////////////////////

 メニューを2つ表示する

////////////////////////*/

.recruit-page-menu{
  max-width: 1500px;
  width: 100%;
  padding-left: calc( 100% - 1390px );
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 1501px){
  .recruit-page-menu{
    max-width: 100%;
    padding-left: 110px;
  }

  .recruit-page-menu .img img{
    width: 100%;
  }
}

.recruit-page-menu li{
  width: 49.9%;
}

.recruit-page-menu .img{
  position: relative;
  margin-bottom: 40px;
}

.recruit-page-menu .img a{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px 80px 50px 55px;
}

.recruit-page-menu .img h4{
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.05em;
}

.recruit-page-menu .img a:after{
  position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 70px;
    right: 40px;
    transform: rotate(45deg);
    z-index: 3;
}

.recruit-page-menu li p{
  font-weight: bold;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  letter-spacing: 0.05em;
  line-height: 2;
}


.footer-contact.is-entry {
  background: url(img/recruit/entry-bk.jpg) no-repeat center center / cover;
}

@media screen and (max-width: 768px){
  .recruit-main{
    margin-bottom: 60px;
  }

  .recruit-main .ttl{
    width: 100%;
    margin-bottom: 30px;
  }

  .recruit-main .text {
    max-width: 100%;
    width: 100%;
  }

  .recruit-page-menu li{
    width: 100%;
  }

  .recruit-page-menu li:first-child{
    margin-bottom: 50px;
  }

  .recruit-page-menu li .img{
    height: 350px;
  }

  .recruit-page-menu li .img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
}

.link-none{
  pointer-events: none;
}

@media screen and (max-width: 425px){
  .recruit-page-menu .img a{
    padding: 20px 50px 50px 30px;
  }

  .recruit-page-menu .img h4{
    font-size: 2.8rem;
  }
}

/* recruit requirement */
.subpage.cae.requirement{
  background: url(img/recruit/requirement/main.jpg) no-repeat center center / cover;
}

.requirement .main-cont{
  max-width: 1500px;
}

.w_1100{
  max-width: 1100px;
  width: 100%;
}

.cor_red{
  color: #E50012;
}

.i3-imge{
  text-align: center;
  margin-bottom: 50px;
}

.i3-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.i3-list li{
  width: 32%;
}

.i3-list li .num{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #EC1339;
  border-bottom: 1px solid #EC1339;
  margin-bottom: 30px;
}

.i3-list li .ttl{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #EC1339;
  margin-bottom: 20px;
}

.i3-list li .ttl span{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
}

.recruit-slide-wrap{
  margin-bottom: 140px;
}

.requirement-list01{
  width: 100%;
  margin-bottom: 100px;
}

.requirement-list01 dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  border-top: 1px solid #EEEEEE;
  padding: 80px 0;
}

.requirement-list01 dl:last-child{
  border-bottom: 1px solid #EEEEEE
}

.requirement-list01 dt{
  width: 520px;
}

.requirement-list01 dd{
  max-width: 480px;
  width: calc( 100% - 550px );
}

.requirement-list02{
  width: 100%;
}

.requirement-list02 li{
  width: 100%;
  border-top: 1px dotted #C9C9C9;
}

.requirement-list02 li:last-child{
  border-bottom: 1px dotted #C9C9C9;
}

.requirement-list02 li .ttl{
  position: relative;
  padding: 50px 0 50px 70px;
}

.requirement-list02 li .ttl h4{
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.requirement-list02 li .ttl.on h4{
  color: #ED133A;
}

.requirement-list02 li .ttl p{
  position: absolute;
  content: '';
  width: 49px;
  height: 49px;
  background: #FEF2F3;
  border: 1px solid #FEF2F3;
  left: 0;
  top: calc( 50% - 25px );
  border-radius: 100%;
}

.requirement-list02 li .ttl.on p{
  background: #fff;
  border-color: #EEEEEE;
}

.requirement-list02 li .ttl p:before{
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background: #ED133A;
  top: 50%;
  left: 16px;
}
.requirement-list02 li .ttl p:after{
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background: #ED133A;
  top: 50%;
  left: 16px;
  transform: rotate(90deg);
  transition: all .3s;
}

.requirement-list02 li .ttl.on p:after{
  transform: rotate(0);
}

.requirement-list02 li .cont{
  display: none;
  padding-left: 70px;
  padding-bottom: 50px;
}

.requirement-list02 li .cont.on{
  display: block;
}

.requirement-list02 li .cont .text{
  max-width: 650px;
  width: calc( 100% - 350px);
}

.requirement-list02 li .cont .img{
  width: 320px;
}

.

.w_725{
  max-width: 725px;
  width: 100%;
}

.requirement .movie-wrap {
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.requirement .movie-wrap iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.requirement .movie-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mb-140{
  margin-bottom: 140px;
}

.recruit-cms{
  width: 100%;
}

.recruit-cms dl{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #EEEEEE;
  padding: 30px 0;
}

.recruit-cms dt{
  width: 260px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.recruit-cms dd{
  width: calc( 100% - 260px ); 
}

.recruit-cms dd {
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.recruit-cms dd p.cap{
  font-size: 1.4rem;
  margin-top: 20px;
}

.recruit-float{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}

.recruit-float li{
  width: 19%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #EC1339;
  letter-spacing: 0.05em;
  background: #FEF2F3;
  line-height: 1.2;
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.recruit-float li:last-child{
  background: #ED133A;
  color: #fff;
}

.recruit-float li:not(:last-child):after{
  position: absolute;
  content: '';
  width: 50%;
  height: 2px;
  border-bottom: 2px dotted #ED133A;
  left: 60%;
  top: 50%;
  z-index: -1;
}

.recruit-float li span{
  font-weight: 500;
  font-size: 1.4rem;
}

.entry-cont{
  position: relative;
  padding: 90px 0;
}

.entry-cont:before{
  position: absolute;
  content: '';
  width: 1280px;
  height: 100%;
  top: 0;
  left: -90px;
  z-index: -1;
  background: #F6F6F6;
}

.requirement .product-under-link a .text h3{
  font-family: "游ゴシック", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 2.6rem;
}

.text-break{
  word-break: break-all;
}

@media screen and (max-width: 1410px){
  .entry-cont:before{
    width: calc( 100% + 90px );;
  }
}

@media screen and (max-width: 1390px){
  .entry-cont:before{
    
    width: calc( 100% + 30px );
    left: -15px;
  }
}

@media screen and (max-width: 1024px){
  .i3-list li{
    width: 48%;
  }

  .i3-list li:not(:last-child){
    margin-bottom: 30px;
  }

  .requirement-list01 dt{
    width: 100%;
    order: 2;
  }

  .requirement-list01 dd{
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }

  .requirement-list02 li .cont .text{
    max-width: 100%;
    width: 100%;
    order: 2;
  }

  .requirement-list02 li .cont .img{
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }

  .recruit-cms dt{
    width: 100%;
    margin-bottom: 30px;
  }

  .recruit-cms dd{
    width: 100%;
  }

  .recruit-float li{
    width: 48%;
  }

  .recruit-float li:not(:last-child){
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px){
  .mb-140,
  .recruit-slide-wrap{
    margin-bottom: 60px;
  }

  .i3-list li{
    width: 100%;
  }

  .requirement-list01 dl{
    padding: 40px 0;
  }

  .recruit-float{
    position: relative;
  }

  .recruit-float:before{
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    border-right: 2px dotted #ed133a;
    top: 0;
    left: 50%;
  }

  .recruit-float li{
    width: 100%;
  }

  .recruit-float li:not(:last-child):after{
    display: none;
  }

  .entry-cont{
    padding: 45px 0;
  }
}

@media screen and (max-width: 550px){}

.subpage.entry{
  background: url(img/entry/main.jpg) no-repeat center center / cover;
}

.form__td.birthday{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.form__td.birthday .box{
  display: flex;
  align-items: center;
  max-width: 250px;
  width: calc( 100% / 3 );
}

.form__td.birthday.col__2 .box{
  width: calc( 100% / 2 );
}

.form__td.birthday .box span{
  display: block;
  width: 50px;
  text-align: center;
}

@media screen and (max-width: 550px){
  .form__td.birthday .box select{
    padding: 0 20px;
    background-position: right 10px center;
  }
}

@media screen and (max-width: 425px){
  .form__td.birthday .box{
    max-width: 100%;
    width: 100%;
  }

  .form__td.birthday .box:not(:last-child){
    margin-bottom: 10px;
  }
}

.modaal-fullscreen .modaal-inner-wrapper {
  display: grid;
  vertical-align: middle;
}

.requirement-case li{
  letter-spacing: 0.05em;
  line-height: 1.75;
  border-top: none;
}

.requirement-case li:not(:last-child){
  margin-bottom: 10px;
}

.requirement-case li:last-child{
  border-bottom: none;
}

.entry .footer-contact{
  display: none;
}

.entry.confirm .privacy-wrapper{
  display: none;
}

.entry.confirm .form__td.birthday .box,
.entry.confirm .form__td.birthday.col__2 .box{
  width: auto;
}

/* 220104 */
.interview .cat-list li{
  font-family: "游ゴシック", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.interview .main-cont{
  max-width: 1100px;
}

.interview-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.interview-list li{
  width: 48%;
  margin-bottom: 90px;
}

.interview-list li .img{
  margin-bottom: 20px;
}

.interview-list li .cat{
  display: inline-block;
  padding: 4px 5px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  background: #E50012;
  border-radius: 2px;
  margin-bottom: 20px;
}

@media screen and (max-width: 950px){
  .interview-list li{
    width: 100%;
  }

  .interview-list li .img img{
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .interview-list li{
    margin-bottom: 50px;
  }
}

.interview.detail .cat{
  display: inline-block;
  padding: 4px 10px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  background: #E50012;
  border-radius: 2px;
  margin-bottom: 40px;
}

.interview.detail .detail-ttl{
  margin-bottom: 100px;
}

.interview_detail_main{
  margin-bottom: 60px;
}

.interview_detail_main .img{
  margin-bottom: 65px;
}

.contents{
  background: #F6F6F6;
  padding: 50px;
  margin-bottom: 110px;
}

.contents h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  color: #CCCCCC;
  margin-bottom: 30px;
}

.contents ol{
  counter-reset: 0;
}

.contents ol li{
  position: relative;
  padding-left: 35px;
  counter-increment: count 1;
}

.contents ol li:not(:last-child){
  margin-bottom: 10px;
}

.contents ol li:before{
  position: absolute;
  content: counter(count)'.';
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  left: 0;
}

.contents ol li a{
  font-weight: bold;
}

.contents_list{
  counter-reset: 0;
}

.contents_list_item{
  counter-increment: count 1;
  margin-bottom: 100px;
}

.contents_list_item:not(:last-child){
  margin-bottom: 120px;
}

.contents_list_item .contents_hdg{
  margin-bottom: 60px;
}

.contents_list_item .contents_hdg span:before{
  display: inline-block;
  content: counter(count)'.';
  margin-right: 20px;
}

.contents_ttl__01{
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.contents_list_item_img{
  margin-bottom: 60px;
}

.contents_ttl__02{
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  padding-left: 70px;
  margin-bottom: 50px;
}

.contents_ttl__02:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #222222;
  left: 0;
  top: 18px;
}

.contents_list_item ul li:not(:last-child){
  margin-bottom: 100px;
}

.profile{
  width: 100%;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding: 40px 0;
  margin-bottom: 130px;
}

.profile h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  color: #CCCCCC;
  margin-bottom: 30px;
}

.profile .text{
  max-width: 840px;
  width: calc( 100% - 200px )
}

.profile .text .box p{
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.profile .text .box p:not(:last-child){
  margin-bottom: 10px;
}

.profile .img{
  width: 200px;
  text-align: center;
}

.profile .img img{
  border-radius: 100%;
}

.interview.detail .interview-list li{
  width: 31%;
}

@media screen and (max-width: 1024px){
  .interview.detail .interview-list li{
    width: 48%;
  }

  .interview.detail .interview-list li .img img{
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .interview.detail .detail-ttl{
    margin-bottom: 50px;
  }

  .interview_detail_main .img{
    margin-bottom: 45px;
  }

  .contents{
    margin-bottom: 60px;
  }

  .contents_list_item .contents_hdg{
    margin-bottom: 30px;
  }

  .contents_ttl__01{
    font-size: 2.8rem;
    margin-bottom: 25px;
  }

  .contents_list_item_img{
    margin-bottom: 30px;
  }

  .contents_ttl__02{
    font-size: 2.2rem;
    margin-bottom: 25px;
  }

  .contents_list_item ul li:not(:last-child){
    margin-bottom: 50px;
  }

  .contents_list_item:not(:last-child){
    margin-bottom: 60px;
  }

  .contents_list_item{
    margin-bottom: 50px;
  }

  .profile{
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 550px){
  .interview.detail .detail-ttl{
    font-size: 3rem;
  }

  .contents_list_item .contents_hdg{
    font-size: 2.2rem;
  }

  .contents_ttl__01{
    font-size: 2.4rem;
  }

  .contents_ttl__02{
    padding-left: 50px;
  }

  .contents_ttl__02:before{
    width: 30px;
  }

  .profile .text{
    width: 100%;
    order: 2;
  }

  .profile .img{
    margin-bottom: 20px;
    order: 1;
  }

  .interview.detail .interview-list li{
    width: 100%;
  }
}





/*////////////////////////

 LP

////////////////////////*/



.page-id-824 .pc-nav-wrapper{
   display:none;
}

.page-id-824 .footer{
   display:none;
}

.page-id-824 .toggle{
   display:none;
}

.page-id-824 .inner{
   display:none;
}


.page-id-824 .subpage.fluid{
   display:none;
}

.page-id-1202 .subpage.fluid{
   display:none;
}



.page-id-824 .Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.page-id-824 .p{
  margin: 0;
  padding: 0;
}
.page-id-824 .li{
  list-style: none;
}



.page-id-824 .mark-point:before {
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}




.page-id-824 .List-Item {
  border-top: 1px solid #ddd;
  width: 100%;
}
@media screen and (max-width: 540px) {
.page-id-824 .List-Item {
    border-top: 0;
  }
}
.page-id-824 .List-Item:nth-of-type(1) {
  border-top: 0;
}
.page-id-824 .List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
.page-id-824 .List-Item-Content {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
}
.page-id-824 .List-Item-Content.one {
  padding-top: 0;
}
.page-id-824 .List-Item-Content-Number {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
background-image: linear-gradient(to right, #24a5ed 0%, #045196 100%);
  color: #fff;
  font-size: 36px;
}
@media screen and (max-width: 540px) {
.page-id-824 .List-Item-Content-Number {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}
.page-id-824 .List-Item-Content-Number-Line {
    display:none;
}
@media screen and (max-width: 540px) {
.page-id-824 .List-Item-Content-Number-Line {
    display:none;
  }
}
.page-id-824 .List-Item-Content-Title {
  margin-right: 48px;
  flex-basis: 298px;
  color: #111111;
  font-size: 24px;
}
@media screen and (max-width: 540px) {
.page-id-824 .List-Item-Content-Title {
    margin-right: 0;
    max-width: 230px;
    font-size: 17px;
  }
}
.page-id-824 .List-Item-Content-Description {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 540px) {
.page-id-824 .List-Item-Content-Description {
    margin-left: 60px;
    max-width: 260px;
    font-weight: normal;
    font-size: 13px;
  }
}

.page-id-824 .faq-box li .q-box:before{
  position: absolute;
  content: 'Q.';
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #24a5ed;
  left: 15px;
  top: 5px;
}

.page-id-824 .hdg__02:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  background: linear-gradient(135deg, #24a5ed 0%, #045196 100%);
  top: 0;
  left: 0;
}

.page-id-824 .concept-ttl span{
  background: linear-gradient(135deg, #24a5ed 0%, #045196 100%);
}


.page-id-824 .movie-wrap{
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.page-id-824 .movie-wrap a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-id-824 .movie-wrap iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/*////////////////////////

セミナーページ

////////////////////////*/



.page-id-1202 .pc-nav-wrapper{
   display:none;
}

.page-id-1202 .footer{
   display:none;
}

.page-id-1202 .footer-contact{
   display:none;
}

.page-id-1202 .toggle{
   display:none;
}

.page-id-1202 .inner{
   display:none;
}


.page-id-1202 .subpage.fluid{
   display:none;
}

.page-id-1202 .subpage.fluid{
   display:none;
}



.page-id-1202 .Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.page-id-1202 .p{
  margin: 0;
  padding: 0;
}
.page-id-1202 .li{
  list-style: none;
}



.page-id-1202 .mark-point:before {
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}




.page-id-1202 .List-Item {
  border-top: 1px solid #ddd;
  width: 100%;
}
@media screen and (max-width: 540px) {
.page-id-1202 .List-Item {
    border-top: 0;
  }
}
.page-id-1202 .List-Item:nth-of-type(1) {
  border-top: 0;
}
.page-id-1202 .List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
.page-id-1202 .List-Item-Content {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
}
.page-id-1202 .List-Item-Content.one {
  padding-top: 0;
}
.page-id-1202 .List-Item-Content-Number {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
background-image: linear-gradient(to right, #3f686e 0%, #1d3a40 100%);
  color: #fff;
  font-size: 36px;
}
@media screen and (max-width: 540px) {
.page-id-1202 .List-Item-Content-Number {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}
.page-id-1202 .List-Item-Content-Number-Line {
    display:none;
}
@media screen and (max-width: 540px) {
.page-id-1202 .List-Item-Content-Number-Line {
    display:none;
  }
}
.page-id-1202 .List-Item-Content-Title {
  margin-right: 48px;
  flex-basis: 298px;
  color: #111111;
  font-size: 24px;
}
@media screen and (max-width: 540px) {
.page-id-1202 .List-Item-Content-Title {
    margin-right: 0;
    max-width: 230px;
    font-size: 17px;
  }
}
.page-id-1202 .List-Item-Content-Description {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 540px) {
.page-id-1202 .List-Item-Content-Description {
    margin-left: 60px;
    max-width: 260px;
    font-weight: normal;
    font-size: 13px;
  }
}

.page-id-1202 .faq-box li .q-box:before{
  position: absolute;
  content: 'Q.';
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #438583;
  left: 15px;
  top: 5px;
}

.page-id-1202 .hdg__02:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  background: linear-gradient(135deg, #438583 0%, #1d3a40 100%);
  top: 0;
  left: 0;
}

.page-id-1202 .concept-ttl span{
  background: linear-gradient(135deg, #438583 0%, #1d3a40 100%);
}


.page-id-1202 .movie-wrap{
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.page-id-1202 .movie-wrap a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-id-1202 .movie-wrap iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.page-id-1202 .gnav-wrapper{
    display:none;
}



