@charset "UTF-8";
/*########## ミックスイン ##########*/
@font-face {
  font-family: "larsseit";
  font-weight: 400;
  src: url("../font/larsseit-Regular.eot"), url("../font/larsseit-Regular.woff") format("woff"), url("../font/larsseit-Regular.ttf") format("truetype");
}
/*########## 共通レイアウト ##########*/
.animate-fadeup {
  /* blur + opacity + transition */
  opacity: 1;
  -webkit-filter: blur(0px) brightness(1);
          filter: blur(0px) brightness(1);
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  -webkit-transition: opacity 0.6s, -webkit-filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, -webkit-filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, filter, transform;
}
.animate-fadeup.effect, .animate-fadeup.delayed_effect {
  opacity: 0;
  -webkit-filter: blur(15px) brightness(1.25);
          filter: blur(15px) brightness(1.25);
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.animate-fadeup2 {
  /* opacity + transition */
  opacity: 1;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, transform;
}
.animate-fadeup2.effect, .animate-fadeup2.delayed_effect {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

.animate-fadeup3 {
  /* opacity */
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity;
}
.animate-fadeup3.effect, .animate-fadeup3.delayed_effect {
  opacity: 0;
}

.func-txt-anim, .func-txt-anim-wrap {
  overflow: hidden;
}
.func-txt-anim span, .func-txt-anim-wrap span {
  display: inline-block;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.5s;
  transition: -webkit-transform 0.5s, -webkit-filter 0.5s;
  transition: transform 0.5s, filter 0.5s;
  transition: transform 0.5s, filter 0.5s, -webkit-transform 0.5s, -webkit-filter 0.5s;
  will-change: transform;
}
.func-txt-anim span.display, .func-txt-anim-wrap span.display {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul:after {
  display: block;
  content: "";
  clear: both;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  color: inherit;
}
@media screen and (max-width: 780px) {
  select {
    font-size: 1.6rem;
  }
}
select:focus {
  outline: none;
  border: none;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

::-moz-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

::-ms-input-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

::placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  ::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  ::-moz-placeholder {
    font-size: 1.6rem;
  }
  :-ms-input-placeholder {
    font-size: 1.6rem;
  }
  ::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  ::placeholder {
    font-size: 1.6rem;
  }
}

select option::-webkit-input-placeholder {
  color: #444;
}

select option::-moz-placeholder {
  color: #444;
}

select option:-ms-input-placeholder {
  color: #444;
}

select option::-ms-input-placeholder {
  color: #444;
}

select option::placeholder {
  color: #444;
}

::-webkit-placeholder {
  /*padding-top: 0.25em;*/
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #aaa;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  textarea {
    font-size: 16rem;
  }
}

input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #979797;
  padding: 0 5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 780px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number] {
    font-size: 1.6rem;
  }
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html {
  font-size: 9px;
}
@media screen and (min-width: 351px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 980px) {
  html {
    font-size: 9px;
  }
}
@media screen and (min-width: 1341px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1700px) {
  html {
    font-size: 11px;
  }
}

body {
  /*font-size: 16px;*/
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #15181B;
  background: #f7f7f7;
  font-weight: 400;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 981px) {
  body.bind {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

article {
  padding-top: 110px;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  will-change: opacity;
  overflow: hidden;
}
article.loading {
  opacity: 0;
}

section .section_inner {
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  section .section_inner {
    width: 82%;
    max-width: 1590px;
  }
}
@media screen and (min-width: 980px) {
  section .section_inner .section_inner_inner {
    max-width: 820px;
    margin: 0 auto;
  }
  section .section_inner .flex_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .section_inner .flex_layout .flex_left {
    width: 50%;
  }
  section .section_inner .flex_layout .flex_right {
    width: 50%;
  }
}

button {
  font-family: inherit;
  font-weight: inherit;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}
button:focus {
  outline: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 1000;
  background: transparent;
  -webkit-transition: background 0.2s, color;
  transition: background 0.2s, color;
  will-change: background, color;
  padding-top: 3px;
}
header::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#27E2CC), color-stop(50%, #0EC0EC), to(#0077FF));
  background: linear-gradient(to right, #27E2CC, #0EC0EC 50%, #0077FF 100%);
}
header::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #15181B;
  -webkit-transition: background 0.2s, color;
  transition: background 0.2s, color;
  will-change: background, color;
}
header .header_inner {
  position: relative;
  z-index: 15;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f7f7f7;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  will-change: border;
}
header .header_inner .header_left {
  padding-left: 15px;
}
header .header_inner .header_left .header_logo a {
  display: block;
  width: 140px;
}
header .header_inner .header_left .header_navigation {
  display: none;
}
header .header_inner .header_right .hummenu_wrap button {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-left: 1px solid #f7f7f7;
  background: transparent;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  will-change: background;
}
header .header_inner .header_right .hummenu_wrap button span {
  position: absolute;
  width: 20px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background: #f7f7f7;
  margin: auto;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
  will-change: background, transform;
}
header .header_inner .header_right .hummenu_wrap button span:nth-of-type(1) {
  top: 27px;
}
header .header_inner .header_right .hummenu_wrap button span:nth-of-type(2) {
  bottom: 27px;
}
header .header_inner .header_right .contact_button {
  display: none;
}

@media screen and (min-width: 980px) {
  header {
    padding-top: 3px;
  }
  header::after {
    height: 3px;
  }
  header .header_inner .header_left {
    width: calc(100% - 200px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_inner .header_left .header_logo {
    margin-right: 30px;
  }
  header .header_inner .header_left .header_logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    display: block;
    width: 180px;
  }
  header .header_inner .header_left .header_logo a:hover {
    opacity: 0.75;
  }
  header .header_inner .header_left .header_navigation {
    display: block;
    margin-bottom: 2px;
  }
  header .header_inner .header_left .header_navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .header_inner .header_left .header_navigation ul li {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
  }
  header .header_inner .header_left .header_navigation ul li::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background: #fff;
  }
  header .header_inner .header_left .header_navigation ul li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    font-size: 1.5rem;
    color: #fff;
  }
  header .header_inner .header_left .header_navigation ul li a:hover {
    opacity: 0.75;
  }
  header .header_inner .header_left .header_navigation ul li:nth-last-of-type(1) {
    margin-right: 0px;
    padding-right: 0px;
  }
  header .header_inner .header_left .header_navigation ul li:nth-last-of-type(1)::after {
    display: none;
  }
  header .header_inner .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-right: 25px;
  }
  header .header_inner .header_right .hummenu_wrap button {
    display: none;
  }
  header .header_inner .header_right .contact_button {
    width: 100%;
    display: block;
  }
  header .header_inner .header_right .contact_button a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: inherit;
    background: -webkit-gradient(linear, left top, right top, from(#27E2CC), color-stop(50%, #0EC0EC), to(#0077FF));
    background: linear-gradient(to right, #27E2CC, #0EC0EC 50%, #0077FF 100%);
    padding: 12px 25px;
    border-radius: 200px;
    overflow: hidden;
  }
  header .header_inner .header_right .contact_button a::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(#27E2CC), color-stop(50%, #0EC0EC), to(#0077FF));
    background: linear-gradient(to left, #27E2CC, #0EC0EC 50%, #0077FF 100%);
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    will-change: opacity;
  }
  header .header_inner .header_right .contact_button a .txt {
    position: relative;
    z-index: 10;
    font-size: 1.4rem;
    padding-right: 6px;
  }
  header .header_inner .header_right .contact_button a .caret {
    width: 12px;
    position: relative;
    z-index: 10;
  }
  header .header_inner .header_right .contact_button a .caret .cls-1 {
    fill: none;
    stroke: #15181B;
    stroke-width: 2px;
    stroke-miterlimit: 10;
  }
  header .header_inner .header_right .contact_button a:hover::before {
    opacity: 1;
  }
}
footer {
  padding: 50px 0;
  background: #f7f7f7;
}
footer .footer_inner {
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  footer .footer_inner {
    width: 82%;
    max-width: 1590px;
  }
}
footer .footer_inner .footer_logo {
  width: 220px;
  margin: 0 auto 20px;
}
footer .footer_inner .footer_logo a {
  display: block;
}
footer .footer_inner .footer_logo a img {
  width: 100%;
}
footer .footer_inner .footer_content .footer_navigation {
  margin-bottom: 30px;
}
footer .footer_inner .footer_content .footer_navigation ul {
  display: block;
}
footer .footer_inner .footer_content .footer_navigation ul li {
  position: relative;
  margin: 5px 0;
}
footer .footer_inner .footer_content .footer_navigation ul li a {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #15181B;
  padding: 5px 0;
}
footer .footer_inner .footer_content .copyright_wrap {
  text-align: center;
}
footer .footer_inner .footer_content .copyright_wrap ul li {
  margin: 5px 0;
}
footer .footer_inner .footer_content .copyright_wrap ul li a {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #15181B;
  padding: 5px 0;
}
footer .footer_inner .footer_content .copyright_wrap .copyright {
  margin-top: 25px;
  font-size: 1.1rem;
}

@media screen and (min-width: 980px) {
  footer {
    padding: 60px 0;
    background: #f7f7f7;
  }
  footer .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer_inner .footer_logo {
    width: 240px;
    margin: 0;
  }
  footer .footer_inner .footer_logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  footer .footer_inner .footer_logo a:hover {
    opacity: 0.75;
  }
  footer .footer_inner .footer_content .footer_navigation {
    margin-bottom: 15px;
  }
  footer .footer_inner .footer_content .footer_navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .footer_inner .footer_content .footer_navigation ul li {
    position: relative;
    margin: 0;
    margin-right: 15px;
    padding-right: 15px;
  }
  footer .footer_inner .footer_content .footer_navigation ul li::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background: #15181B;
  }
  footer .footer_inner .footer_content .footer_navigation ul li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    display: block;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.6;
    color: #15181B;
    padding: 5px 0;
  }
  footer .footer_inner .footer_content .footer_navigation ul li a:hover {
    opacity: 0.75;
  }
  footer .footer_inner .footer_content .footer_navigation ul li:nth-last-of-type(1) {
    margin-right: 0;
    padding-right: 0;
  }
  footer .footer_inner .footer_content .footer_navigation ul li:nth-last-of-type(1)::after {
    display: none;
  }
  footer .footer_inner .footer_content .copyright_wrap {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer_inner .footer_content .copyright_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer_inner .footer_content .copyright_wrap ul li {
    position: relative;
    margin: 0;
    margin-right: 15px;
    padding-right: 15px;
  }
  footer .footer_inner .footer_content .copyright_wrap ul li::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background: #15181B;
  }
  footer .footer_inner .footer_content .copyright_wrap ul li a {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #15181B;
    padding: 5px 0;
  }
  footer .footer_inner .footer_content .copyright_wrap .copyright {
    margin-top: 0px;
    font-size: 1.2rem;
  }
}
.comp-hummenu {
  position: fixed;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 200;
  height: var(--wHeightPx);
  overflow: hidden;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  line-height: 1;
  will-change: opacity;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: #15181B;
  background-image: url(http://zen-intelligence.ai/wp-content/uploads/2025/08/hum_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 980px) {
  .comp-hummenu {
    display: none;
  }
}
.comp-hummenu.open {
  opacity: 1;
  pointer-events: all;
}
.comp-hummenu .contents {
  position: relative;
  width: 100%;
  height: var(--wHeightPx);
  margin: 0 auto;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  color: #EEEDED;
}
.comp-hummenu .contents::-webkit-scrollbar {
  display: none;
}
.comp-hummenu .contents .hummenu_inner {
  padding: 120px 40px 0;
}
.comp-hummenu .contents .hummenu_inner .hummenu_navigation ul {
  margin-bottom: 35px;
}
.comp-hummenu .contents .hummenu_inner .hummenu_navigation ul li {
  margin-bottom: 20px;
}
.comp-hummenu .contents .hummenu_inner .hummenu_navigation ul li a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  color: inherit;
}
.comp-hummenu .contents .hummenu_inner .hummenu_lower {
  position: absolute;
  width: calc(100% - 80px);
  left: 40px;
  right: 40px;
  margin: auto;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comp-hummenu .contents .hummenu_inner .hummenu_lower .privacy_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-hummenu .contents .hummenu_inner .hummenu_lower .privacy_link .link_item {
  margin-right: 12px;
}
.comp-hummenu .contents .hummenu_inner .hummenu_lower .privacy_link .link_item:nth-last-of-type(1) {
  margin-right: 0;
}
.comp-hummenu .contents .hummenu_inner .hummenu_lower .privacy_link .link_item a {
  color: inherit;
  font-size: 1.2rem;
}

/*########## ページ個別レイアウト ##########*/
.page-index {
  padding-top: 0;
}
.page-index .section-topics {
  padding: 50px 0;
}
.page-index .section-topics .comp-topic-list {
  margin-top: 35px;
}
.page-index .section-partners {
  background: #fff;
}
.page-index .section-product .section_wrapper .product_img .pc_img {
  display: none;
}
.page-index .section-product .section_wrapper .product_txt {
  padding: 50px 7vw;
  background: #15181B;
  color: #fff;
}
.page-index .section-product .section_wrapper .product_txt .zenshot_logo {
  width: 180px;
  margin: 0 auto 15px;
}
.page-index .section-product .section_wrapper .product_txt .zenshot_ttl {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.page-index .section-product .section_wrapper .product_txt .zenshot_description {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-index .section-product .section_wrapper .product_txt .zenshot_description p {
  margin-bottom: 1em;
}
.page-index .section-product .section_wrapper .product_txt .zenshot_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .page-index .section-product .section_wrapper .product_txt .zenshot_description {
    font-size: 1.5rem;
    padding: 0;
  }
}
.page-index .section-product .section_wrapper .product_txt .zenshot_description br {
  display: none;
}
.page-index .section-product .section_wrapper .product_txt .comp-link-button {
  margin: 30px auto 0;
}
.page-index .section-product .section_wrapper .product_txt .comp-link-button a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-index .section-news-list {
  border-top: 1px solid #d8d8d8;
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  .page-index {
    padding-top: 0;
  }
  .page-index .section-topics {
    padding: 120px 0 60px;
  }
  .page-index .section-topics .comp-topic-list {
    margin-top: 60px;
  }
  .page-index .section-product .section_wrapper .product_img .sp_img {
    display: none;
  }
  .page-index .section-product .section_wrapper .product_img .pc_img {
    display: block;
  }
  .page-index .section-product .section_wrapper .product_txt {
    padding: 120px 0;
    color: #fff;
  }
  .page-index .section-product .section_wrapper .product_txt .zenshot_logo {
    width: 200px;
    margin: 0 auto 25px;
  }
  .page-index .section-product .section_wrapper .product_txt .zenshot_ttl {
    font-size: 4.2rem;
    margin-bottom: 30px;
  }
  .page-index .section-product .section_wrapper .product_txt .zenshot_ttl br {
    display: none;
  }
  .page-index .section-product .section_wrapper .product_txt .zenshot_description {
    text-align: center;
  }
  .page-index .section-product .section_wrapper .product_txt .zenshot_description br {
    display: block;
  }
  .page-index .section-product .section_wrapper .product_txt .comp-link-button {
    margin: 40px auto 0;
  }
  .page-index .section-product .section_wrapper .product_txt .comp-link-button a {
    max-width: 220px;
    padding: 15px 0;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-index .section-news-list {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
.page-about {
  padding-top: 0;
}
.page-about .section-introduction {
  padding-top: 110px;
  background: #15181B;
  color: #fff;
}
.page-about .section-introduction .intro_flex .intro_ttl {
  margin-bottom: 35px;
}
.page-about .section-introduction .intro_flex .intro_ttl .comp-page-bread {
  margin-bottom: 15px;
}
.page-about .section-introduction .intro_flex .intro_ttl .comp-page-bread .current {
  color: #fff;
}
.page-about .section-introduction .intro_movie {
  width: 100vw;
  margin-left: -7vw;
}
.page-about .section-introduction .intro_movie .movie_wrap {
  width: 100%;
}
.page-about .section-introduction .intro_movie .movie_wrap button {
  position: relative;
}
.page-about .section-introduction .intro_movie .movie_wrap button::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
}
.page-about .section-introduction .intro_movie .movie_wrap button::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/about/play_button.svg);
}
.page-about .section-kadai {
  position: relative;
  padding: 50px 0 15px;
  background: #fff;
}
.page-about .section-kadai .section_inner {
  position: relative;
  z-index: 10;
}
.page-about .section-kadai::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 13vw;
  bottom: -13vw;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/about/arrow_lower.svg);
}
.page-about .section-solution {
  padding: calc(30px + 13vw) 0 0;
  background: #f4f4f4;
}
.page-about .section-solution .title_flex {
  margin-bottom: 35px;
}
.page-about .section-solution .kadai_img {
  width: 100vw;
  margin-left: -7vw;
  padding: 30px 7vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.page-about .section-solution .kadai_img .pc_img {
  display: none;
}
.page-about .section-matrix {
  padding: 50px 0;
  background: #f4f4f4;
}
.page-about .section-matrix .matrix_ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 30px;
}
.page-about .section-matrix .matrix_ttl br {
  display: none;
}
.page-about .section-function {
  padding: 50px 0;
  background: #15181B;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .page-about {
    padding-top: 0;
  }
  .page-about .section-introduction {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .page-about .section-introduction .intro_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-about .section-introduction .intro_flex .intro_ttl {
    width: 42%;
    margin-right: 8%;
    margin-bottom: 35px;
  }
  .page-about .section-introduction .intro_flex .intro_ttl .comp-page-bread {
    margin-bottom: 15px;
  }
  .page-about .section-introduction .intro_flex .intro_ttl .comp-page-bread .current {
    color: #fff;
  }
  .page-about .section-introduction .intro_movie {
    width: 50%;
    margin-left: 0;
  }
  .page-about .section-introduction .intro_movie .movie_wrap {
    width: 100%;
  }
  .page-about .section-introduction .intro_movie .movie_wrap button {
    position: relative;
    overflow: hidden;
  }
  .page-about .section-introduction .intro_movie .movie_wrap button img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
  }
  .page-about .section-introduction .intro_movie .movie_wrap button::before {
    background: rgba(0, 0, 0, 0.15);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    will-change: background;
  }
  .page-about .section-introduction .intro_movie .movie_wrap button::after {
    width: 46px;
    height: 46px;
  }
  .page-about .section-introduction .intro_movie .movie_wrap button:hover::before {
    background: rgba(0, 0, 0, 0);
  }
  .page-about .section-introduction .intro_movie .movie_wrap button:hover img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .page-about .section-kadai {
    padding: 120px 0 50px;
  }
  .page-about .section-kadai .section_inner .kadai_img {
    background: #FAFAFA;
    padding: 50px 0;
    text-align: center;
  }
  .page-about .section-kadai .section_inner .kadai_img img {
    max-width: 88%;
    margin: 0 auto;
  }
  .page-about .section-kadai::after {
    height: 6.9vw;
    bottom: -6.9vw;
    background-image: url(../img/about/arrow_lower_pc.svg);
  }
  .page-about .section-solution {
    padding: calc(80px + 7vw) 0 120px;
  }
  .page-about .section-solution .title_flex {
    margin-bottom: 35px;
  }
  .page-about .section-solution .kadai_img {
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
    padding: 50px 0;
    background: #fff;
  }
  .page-about .section-solution .kadai_img .sp_img {
    display: none;
  }
  .page-about .section-solution .kadai_img .pc_img {
    display: block;
    max-width: 88%;
    margin: 0 auto;
  }
  .page-about .section-matrix {
    padding: 120px 0;
    background: #f7f7f7;
  }
  .page-about .section-matrix .comp-about-ttl {
    text-align: center;
    margin-bottom: 80px;
  }
  .page-about .section-matrix .matrix_img {
    padding: 50px 0;
    text-align: center;
    background: #fafafa;
  }
  .page-about .section-matrix .matrix_img img {
    max-width: 88%;
    margin: 0 auto;
  }
  .page-about .section-function {
    padding: 120px 0 60px;
  }
  .page-about .section-function .function_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-about .section-function .function_flex .function_ttl {
    width: 33%;
  }
  .page-about .section-function .function_flex .function_contents {
    width: 67%;
  }
}
.page-flow .section-flow {
  padding-bottom: 50px;
}
.page-flow .section-flow .flow_flex .flow_ttl {
  margin-bottom: 30px;
}
.page-flow .section-flow .flow_flex .flow_ttl .comp-page-bread {
  margin-bottom: 12px;
}
.page-flow .section-support {
  padding: 50px 0;
  background: #15181B;
  color: #fff;
}
.page-flow .section-contact {
  padding: 30px 0;
}
.page-flow .section-contact .section_inner {
  background: #fff;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-flow .section-contact .section_inner .contact_ttl {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.page-flow .section-contact .section_inner .contact_desc {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
}
.page-flow .section-contact .section_inner .contact_desc p {
  margin-bottom: 1em;
}
.page-flow .section-contact .section_inner .contact_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .page-flow .section-contact .section_inner .contact_desc {
    font-size: 1.5rem;
    padding: 0;
  }
}
.page-flow .section-contact .section_inner .contact_desc br {
  display: none;
}
.page-flow .section-contact .section_inner .comp-conversion-button .button_item a {
  color: #fff;
}

@media screen and (min-width: 980px) {
  .page-flow {
    padding-top: 180px;
  }
  .page-flow .section-flow {
    padding-bottom: 120px;
  }
  .page-flow .section-flow .flow_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-flow .section-flow .flow_flex .flow_ttl {
    margin-bottom: 0px;
  }
  .page-flow .section-flow .flow_flex .flow_ttl .comp-page-bread {
    margin-bottom: 15px;
  }
  .page-flow .section-flow .flow_flex .flow_contents {
    width: 60%;
  }
  .page-flow .section-support {
    padding: 120px 0;
  }
  .page-flow .section-support .support_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-flow .section-support .support_flex .support_ttl {
    width: 40%;
    padding-right: 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-flow .section-support .support_flex .support_content {
    width: 60%;
  }
  .page-flow .section-contact {
    padding: 100px 0;
  }
  .page-flow .section-contact .section_inner {
    background: #fff;
    padding: 80px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-flow .section-contact .section_inner .contact_ttl {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
  .page-flow .section-contact .section_inner .contact_desc {
    text-align: center;
    margin-bottom: 30px;
  }
  .page-flow .section-contact .section_inner .contact_desc br {
    display: block;
  }
}
.page-case-list {
  padding-top: 110px;
}
.page-case-list .section-case-list {
  padding-bottom: 60px;
}
.page-case-list .section-case-list .caselist_flex .caselist_ttl {
  margin-bottom: 40px;
}

@media screen and (min-width: 980px) {
  .page-case-list {
    padding-top: 190px;
  }
  .page-case-list .section-case-list {
    padding-bottom: 120px;
  }
  .page-case-list .section-case-list .caselist_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-case-list .section-case-list .caselist_flex .caselist_ttl {
    width: 30%;
    margin-bottom: 40px;
  }
  .page-case-list .section-case-list .caselist_flex .caselist_contents {
    width: 70%;
  }
}
.page-case-detail {
  padding-top: 70px;
}
.page-case-detail .comp-page-bread {
  padding: 10px 15px 0;
  margin-bottom: 40px;
}
.page-case-detail .section-case-detail {
  padding-bottom: 50px;
}
.page-case-detail .section-case-detail .case_detail_flex .detail_header {
  margin-bottom: 30px;
}
.page-case-detail .section-case-detail .case_detail_flex .detail_header .comp-page-bread {
  margin-bottom: 25px;
}
.page-case-detail .section-case-detail .case_detail_flex .detail_header .case_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.page-case-detail .section-case-detail .case_detail_flex .detail_header .case_wrapper .category {
  padding: 7px 10px;
  background: #15181B;
  color: #fff;
  border-radius: 200px;
  font-size: 1.2rem;
  margin-right: 10px;
}
.page-case-detail .section-case-detail .case_detail_flex .detail_header .case_wrapper .client_name {
  font-size: 1.2rem;
}
.page-case-detail .section-case-detail .case_detail_flex .detail_header .case_title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
}
.page-case-detail .section-case-detail .case_detail_flex .detail_header .client_wrap {
  border-top: 1px solid #15181B;
  padding-top: 20px;
  margin-top: 15px;
}
.page-case-detail .section-case-detail .case_detail_flex .detail_header .client_wrap .client_name {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.page-case-detail .section-case-detail .case_detail_flex .detail_header .client_wrap .client_scale {
  font-size: 1.3rem;
}
.page-case-detail .section-case-detail .case_detail_flex .detail_header .comp-case-index {
  display: none;
}
.page-case-detail .section-case-detail .case_detail_flex .case_article .case_thumb_img {
  width: 100vw;
  margin-left: -7vw;
  margin-bottom: 30px;
}
.page-case-detail .section-case-detail .case_detail_flex .case_article .case_thumb_img img {
  width: 100%;
}
@media screen and (min-width: 780px) {
  .page-case-detail .section-case-detail .case_detail_flex .case_article .case_thumb_img {
    width: 100%;
    margin-left: 0;
  }
}
.page-case-detail .section-case-detail .case_detail_flex .case_article .case_movie_wrap {
  position: relative;
  height: 49vw;
  margin-bottom: 25px;
}
.page-case-detail .section-case-detail .case_detail_flex .case_article .case_movie_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-case-detail .section-case-detail .case_detail_flex .case_article .comp-case-index {
  display: block;
}
.page-case-detail .section-case-list {
  border-top: 1px solid #d8d8d8;
}

@media screen and (min-width: 980px) {
  .page-case-detail {
    padding-top: 100px;
    overflow: visible;
  }
  .page-case-detail .comp-page-bread {
    padding: 10px 30px 0;
    margin-bottom: 80px;
  }
  .page-case-detail .section-case-detail {
    padding-bottom: 120px;
  }
  .page-case-detail .section-case-detail .case_detail_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-case-detail .section-case-detail .case_detail_flex .detail_header {
    width: 30%;
    position: sticky;
    top: 140px;
    left: 0;
    margin-bottom: 0px;
  }
  .page-case-detail .section-case-detail .case_detail_flex .detail_header .case_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -3px;
    margin-bottom: 15px;
  }
  .page-case-detail .section-case-detail .case_detail_flex .detail_header .case_wrapper .category {
    padding: 7px 10px;
    font-size: 1.4rem;
  }
  .page-case-detail .section-case-detail .case_detail_flex .detail_header .case_wrapper .client_name {
    font-size: 1.4rem;
  }
  .page-case-detail .section-case-detail .case_detail_flex .detail_header .case_title {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .page-case-detail .section-case-detail .case_detail_flex .detail_header .client_wrap {
    border-top: 1px solid #15181B;
    padding-top: 25px;
    margin-top: 20px;
  }
  .page-case-detail .section-case-detail .case_detail_flex .detail_header .client_wrap .client_name {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .page-case-detail .section-case-detail .case_detail_flex .detail_header .client_wrap .client_scale {
    font-size: 1.5rem;
  }
  .page-case-detail .section-case-detail .case_detail_flex .detail_header .comp-case-index {
    display: block;
  }
  .page-case-detail .section-case-detail .case_detail_flex .case_article {
    width: 60%;
  }
  .page-case-detail .section-case-detail .case_detail_flex .case_article .case_thumb_img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .page-case-detail .section-case-detail .case_detail_flex .case_article .case_movie_wrap {
    position: relative;
    height: 29vw;
    margin-bottom: 40px;
  }
  .page-case-detail .section-case-detail .case_detail_flex .case_article .comp-case-index {
    display: none;
  }
  .page-case-detail .section-case-list {
    border-top: 1px solid #d8d8d8;
  }
}
.page-news-detail {
  padding-top: 100px;
}
.page-news-detail .section-news-header {
  margin-bottom: 25px;
}
.page-news-detail .section-news-header .article_inner .comp-page-bread {
  margin-bottom: 15px;
}
.page-news-detail .section-news-header .article_inner .blog_header .date_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.page-news-detail .section-news-header .article_inner .blog_header .date_wrapper .category {
  padding: 7px 10px;
  border: 1px solid #15181B;
  border-radius: 200px;
  font-size: 1.2rem;
  margin-right: 10px;
}
.page-news-detail .section-news-header .article_inner .blog_header .date_wrapper .date {
  font-family: larsseit, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
}
.page-news-detail .section-news-header .article_inner .blog_header .blog_ttl {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
.page-news-detail .section-news-header .article_inner .blog_header .blog_subttl {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 12px;
}
.page-news-detail .section-news-header .article_inner .blog_header .blog_thumbs {
  margin-top: 20px;
}
.page-news-detail .section-news-header .article_inner .blog_header .blog_thumbs img {
  width: 100%;
}
.page-news-detail .section-news-contents {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
}

@media screen and (min-width: 980px) {
  .page-news-detail {
    padding-top: 160px;
  }
  .page-news-detail section .section_inner .article_inner {
    max-width: 820px;
    margin: 0 auto;
  }
  .page-news-detail .section-news-header {
    margin-bottom: 60px;
  }
  .page-news-detail .section-news-header .article_inner .comp-page-bread {
    margin-bottom: 25px;
  }
  .page-news-detail .section-news-header .article_inner .blog_header .date_wrapper {
    margin-bottom: 20px;
  }
  .page-news-detail .section-news-header .article_inner .blog_header .date_wrapper .category {
    font-size: 1.4rem;
    margin-right: 10px;
  }
  .page-news-detail .section-news-header .article_inner .blog_header .date_wrapper .date {
    font-size: 1.6rem;
  }
  .page-news-detail .section-news-header .article_inner .blog_header .blog_ttl {
    font-size: 2.4rem;
  }
  .page-news-detail .section-news-header .article_inner .blog_header .blog_subttl {
    font-size: 1.8rem;
    margin-top: 18px;
  }
  .page-news-detail .section-news-header .article_inner .blog_header .blog_thumbs {
    margin-top: 30px;
  }
  .page-news-detail .section-news-contents {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
.page-contact .section-form {
  padding-bottom: 60px;
}
.page-contact .section-form .contact_flex .contact_ttl {
  margin-bottom: 30px;
}
.page-contact .section-form .contact_flex .contact_ttl .comp-page-bread {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .page-contact {
    padding-top: 180px;
  }
  .page-contact .section-form {
    padding-bottom: 120px;
  }
  .page-contact .section-form .contact_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contact .section-form .contact_flex .contact_ttl {
    width: 33%;
    margin-bottom: 0px;
  }
  .page-contact .section-form .contact_flex .contact_ttl .comp-page-bread {
    margin-bottom: 20px;
  }
  .page-contact .section-form .contact_flex .contact_form {
    width: 60%;
  }
}
.page-underpage {
  padding-top: 100px;
}
.page-underpage .section-main {
  margin-bottom: 30px;
}
.page-underpage .section-main .comp-news-category {
  margin-top: 30px;
}
.page-underpage .section-news {
  padding-bottom: 60px;
}
.page-underpage .section-form {
  padding-bottom: 60px;
}
.page-underpage .section-privacy-terms {
  padding-bottom: 60px;
}

@media screen and (min-width: 980px) {
  .page-underpage {
    padding-top: 190px;
  }
  .page-underpage .section-main {
    margin-bottom: 60px;
  }
  .page-underpage .section-main .comp-news-category {
    margin-top: 40px;
  }
  .page-underpage .section-news {
    padding-bottom: 120px;
  }
  .page-underpage .section-form {
    padding-bottom: 120px;
  }
  .page-underpage .section-privacy-terms {
    padding-bottom: 120px;
  }
}
.page-404 {
  padding-top: 0;
  margin-bottom: 0px;
}
.page-404 .section-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
}
.page-404 .section-404 .comp-admin-title {
  margin-top: 0;
}
.page-404 .section-404 .title404 {
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
  font-family: larsseit, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  margin-top: 40px;
}
.page-404 .section-404 .description_404 {
  text-align: center;
  margin-bottom: 20px;
}
.page-404 .section-404 .description_404 .sub_ttl_404 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.page-404 .section-404 .description_404 .desc_404 {
  font-size: 1.2rem;
  line-height: 1.8;
}
.page-404 .section-404 .back_button {
  margin: 30px auto 0;
  max-width: 80%;
}
.page-404 .section-404 .back_button a {
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #f7f7f7;
  background: #15181B;
  font-size: 1.6rem;
  border-radius: 200px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.page-404 .section-404 .back_button a:hover {
  opacity: 0.75;
}

@media screen and (min-width: 980px) {
  .page-404 {
    padding-top: 0;
    margin-bottom: 0px;
  }
  .page-404 .section-404 {
    min-height: 750px;
  }
  .page-404 .section-404 .title404 {
    font-size: 4.2rem;
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .page-404 .section-404 .description_404 {
    margin-bottom: 40px;
  }
  .page-404 .section-404 .description_404 .sub_ttl_404 {
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
  .page-404 .section-404 .description_404 .desc_404 {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.5rem;
  }
  .page-404 .section-404 .back_button {
    margin: 40px auto 0;
    max-width: 380px;
  }
  .page-404 .section-404 .back_button a {
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #f7f7f7;
    background: #15181B;
    font-size: 1.6rem;
    border-radius: 200px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  .page-404 .section-404 .back_button a:hover {
    opacity: 0.75;
  }
}
/*########## コンポーネント ##########*/
/* 共通パーツ */
.comp-section-title .ttl {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.comp-section-title .ttl_description {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-section-title .ttl_description p {
  margin-bottom: 1em;
}
.comp-section-title .ttl_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-section-title .ttl_description {
    font-size: 1.5rem;
    padding: 0;
  }
}
.comp-section-title .comp-link-button {
  margin-top: 25px;
}
.comp-section-title.white {
  color: #EEEDED;
}
.comp-section-title.white .ttl::before {
  background: #EEEDED;
}

@media screen and (min-width: 980px) {
  .comp-section-title .ttl {
    position: relative;
    font-size: 3.2rem;
    padding-bottom: 0px;
  }
  .comp-section-title .ttl_description {
    margin-top: 30px;
  }
  .comp-section-title .comp-link-button {
    margin-top: 40px;
  }
}
.comp-page-title {
  font-size: 1.6rem;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #979797;
}

@media screen and (min-width: 980px) {
  .comp-page-title {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}
.comp-flex-txt-wrap .flex_subttl {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 15px;
}
.comp-flex-txt-wrap .flex_description {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-flex-txt-wrap .flex_description p {
  margin-bottom: 1em;
}
.comp-flex-txt-wrap .flex_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-flex-txt-wrap .flex_description {
    font-size: 1.5rem;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .comp-flex-txt-wrap .flex_subttl {
    font-size: 3.2rem;
    line-height: 1.76;
    margin-bottom: 20px;
  }
}
.comp-terms-content .content_header {
  margin-bottom: 30px;
}
.comp-terms-content .terms_wrap {
  margin-bottom: 60px;
}
.comp-terms-content .terms_wrap:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-terms-content .terms_wrap .section_ttl {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
.comp-terms-content .terms_wrap .terms_item {
  margin-bottom: 30px;
}
.comp-terms-content .terms_wrap .terms_item .item_ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.comp-terms-content .terms_wrap .terms_item .desciption {
  font-size: 1.3rem;
  line-height: 1.6;
}
.comp-terms-content .terms_wrap .terms_item .desciption p {
  word-break: break-all;
  margin-top: 12px;
  margin-bottom: 12px;
}
.comp-terms-content .terms_wrap .terms_item .desciption p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-terms-content .terms_wrap .terms_item .desciption a {
  display: inline;
  color: inherit;
  text-decoration: underline;
}
.comp-terms-content .terms_wrap .terms_item .number_list {
  margin-top: 12px;
  margin-bottom: 20px;
}
.comp-terms-content .terms_wrap .terms_item .number_list:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-terms-content .terms_wrap .terms_item .number_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
  margin-bottom: 7px;
}
.comp-terms-content .terms_wrap .terms_item .number_list li .number {
  width: 2em !important;
}
.comp-terms-content .terms_wrap .terms_item .number_list li p {
  margin-top: 0;
}
.comp-terms-content .terms_wrap .terms_item .number_list li .desc_inner {
  width: calc(100% - 2.2em) !important;
}
.comp-terms-content .terms_wrap .terms_item .number_list li.number_list {
  margin-top: 10px;
}
.comp-terms-content .terms_wrap .terms_item .number_list li.number_list .number {
  width: 2em !important;
}
.comp-terms-content .terms_wrap .terms_item .number_list li.number_list .desc_inner {
  width: calc(100% - 2.2em) !important;
}
.comp-terms-content .terms_wrap .terms_item .normal_list {
  margin-top: 15px;
  margin-bottom: 20px;
}
.comp-terms-content .terms_wrap .terms_item .normal_list .img_wrap {
  margin: 20px 0 20px;
}
.comp-terms-content .terms_wrap .terms_item .normal_list .img_wrap img {
  width: auto;
  height: 30px;
  background: #fff;
  padding: 10px;
}
.comp-terms-content .terms_wrap .terms_item .normal_list:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-terms-content .terms_wrap .terms_item .normal_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
  margin-bottom: 10px;
}
.comp-terms-content .terms_wrap .terms_item .normal_list li .number {
  width: 1.5em !important;
}
.comp-terms-content .terms_wrap .terms_item .normal_list li .ttl, .comp-terms-content .terms_wrap .terms_item .normal_list li .desc_inner {
  width: calc(100% - 1.8em) !important;
  font-size: 1.3rem;
  margin-bottom: 0px;
}
.comp-terms-content .terms_wrap .terms_item .comp-corporate-profile {
  border-top: 1px solid #979797;
  margin-top: 20px;
  padding-top: 20px;
}
.comp-terms-content .terms_wrap .terms_item .comp-corporate-profile .profile_item .profile_ttl {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

@media screen and (min-width: 980px) {
  .comp-terms-content {
    margin-top: -20px;
  }
  .comp-terms-content .content_header {
    margin-bottom: 60px;
  }
  .comp-terms-content .content_header .content_ttl {
    font-size: 2.8rem;
  }
  .comp-terms-content .terms_wrap {
    margin-bottom: 80px;
  }
  .comp-terms-content .terms_wrap:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .comp-terms-content .terms_wrap .section_ttl {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .comp-terms-content .terms_wrap .terms_item {
    margin-bottom: 40px;
  }
  .comp-terms-content .terms_wrap .terms_item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .comp-terms-content .terms_wrap .terms_item .item_ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .comp-terms-content .terms_wrap .terms_item .desciption {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .comp-terms-content .terms_wrap .terms_item ul {
    margin-top: 10px;
  }
  .comp-terms-content .terms_wrap .terms_item ul .img_wrap {
    margin: 30px 0;
  }
  .comp-terms-content .terms_wrap .terms_item ul .img_wrap img {
    width: auto;
    height: 45px;
    padding: 15px;
  }
  .comp-terms-content .terms_wrap .terms_item ul li .ttl, .comp-terms-content .terms_wrap .terms_item ul li .desc_inner {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
  .comp-terms-content .terms_wrap .terms_item .number_list {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .comp-terms-content .terms_wrap .terms_item .comp-corporate-profile {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    margin-top: 40px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
  .comp-terms-content .terms_wrap .terms_item .comp-corporate-profile .profile_item::before, .comp-terms-content .terms_wrap .terms_item .comp-corporate-profile .profile_item::after {
    display: none;
  }
  .comp-terms-content .terms_wrap .terms_item .comp-corporate-profile .profile_item .profile_ttl {
    width: 30%;
    margin-right: 0;
    padding-right: 30px;
    border-right: 0px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .comp-terms-content .terms_wrap .terms_item .comp-corporate-profile .profile_item .profile_contents {
    width: 70%;
  }
}
.comp-underpage-title .comp-page-bread {
  padding-left: 2px;
  margin-bottom: 15px;
}
.comp-underpage-title .ttl {
  font-weight: 400;
  font-size: 2.4rem;
}
.comp-underpage-title .title_description {
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-underpage-title .title_description p {
  margin-bottom: 1em;
}
.comp-underpage-title .title_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-underpage-title .title_description {
    font-size: 1.5rem;
    padding: 0;
  }
}
.comp-underpage-title .title_description br {
  display: none;
}

@media screen and (min-width: 980px) {
  .comp-underpage-title .ttl {
    font-size: 3.2rem;
  }
  .comp-underpage-title .title_description {
    margin-top: 25px;
  }
  .comp-underpage-title .title_description br {
    display: block;
  }
}
/**/
.comp-form-wrap .form_item {
  margin-bottom: 18px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 980px) {
  .comp-form-wrap .form_item {
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
}
.comp-form-wrap .form_item .attention {
  width: 100%;
  display: block;
  margin-top: 10px;
  color: red;
  text-align: left;
  font-size: 1.2rem;
}
.comp-form-wrap .form_item .notice {
  width: 100%;
  display: block;
  line-height: 1.8;
  margin-top: 10px;
  text-align: left;
  font-size: 1.2rem;
}
.comp-form-wrap .form_item .notice a {
  margin-top: 5px;
  font-size: 1.4rem;
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 980px) {
  .comp-form-wrap .form_item .notice {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}
.comp-form-wrap .form_item.b_none {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px dotted #979797;
}
.comp-form-wrap .form_item .label_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.comp-form-wrap .form_item .label_wrap label {
  font-size: 1.4rem;
}
.comp-form-wrap .form_item .label_wrap label.no_label {
  display: block;
  margin-top: 5px;
}
.comp-form-wrap .form_item .label_wrap label span {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 1.2rem;
}
.comp-form-wrap .form_item .label_wrap .required {
  padding: 7px;
  background: #15181B;
  font-size: 1.2rem;
  color: #fff;
}
.comp-form-wrap .form_item .label_wrap .optional {
  padding: 7px;
  background: #fff;
  color: #15181B;
  border: 1px solid #15181B;
  font-size: 1.2rem;
}
@media screen and (min-width: 980px) {
  .comp-form-wrap .form_item .label_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  .comp-form-wrap .form_item .label_wrap label {
    margin-right: 12px;
    font-size: 1.6rem;
  }
  .comp-form-wrap .form_item .label_wrap label.no_label {
    display: block;
    margin-top: 5px;
  }
  .comp-form-wrap .form_item .label_wrap label span {
    display: inline-block;
    padding-left: 0.5em;
    font-size: 1.2rem;
  }
  .comp-form-wrap .form_item .label_wrap .required {
    padding: 7px;
    font-size: 1.2rem;
  }
  .comp-form-wrap .form_item .label_wrap .optional {
    padding: 7px;
    background: #fff;
    font-size: 1.2rem;
  }
}
.comp-form-wrap .form_item .form_box input[type=text],
.comp-form-wrap .form_item .form_box input[type=email],
.comp-form-wrap .form_item .form_box input[type=number],
.comp-form-wrap .form_item .form_box input[type=tel],
.comp-form-wrap .form_item .form_box input[type=date] {
  display: block;
  width: 100%;
  padding: 0 12px;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  border: 1px solid #fff;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  color: inherit;
  border-radius: 0;
  -webkit-appearance: none;
}
.comp-form-wrap .form_item .form_box input[type=text]:focus,
.comp-form-wrap .form_item .form_box input[type=email]:focus,
.comp-form-wrap .form_item .form_box input[type=number]:focus,
.comp-form-wrap .form_item .form_box input[type=tel]:focus,
.comp-form-wrap .form_item .form_box input[type=date]:focus {
  outline: none;
}
.comp-form-wrap .form_item .form_box input[type=text]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=email]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=number]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=date]::-webkit-input-placeholder {
  color: #acacac;
  font-size: 1.5rem;
}
.comp-form-wrap .form_item .form_box input[type=text]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=email]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=number]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=date]::-moz-placeholder {
  color: #acacac;
  font-size: 1.5rem;
}
.comp-form-wrap .form_item .form_box input[type=text]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=email]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=number]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=date]:-ms-input-placeholder {
  color: #acacac;
  font-size: 1.5rem;
}
.comp-form-wrap .form_item .form_box input[type=text]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=email]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=number]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=date]::-ms-input-placeholder {
  color: #acacac;
  font-size: 1.5rem;
}
.comp-form-wrap .form_item .form_box input[type=text]::placeholder,
.comp-form-wrap .form_item .form_box input[type=email]::placeholder,
.comp-form-wrap .form_item .form_box input[type=number]::placeholder,
.comp-form-wrap .form_item .form_box input[type=tel]::placeholder,
.comp-form-wrap .form_item .form_box input[type=date]::placeholder {
  color: #acacac;
  font-size: 1.5rem;
}
.comp-form-wrap .form_item .form_box input[type=text].errorInput,
.comp-form-wrap .form_item .form_box input[type=email].errorInput,
.comp-form-wrap .form_item .form_box input[type=number].errorInput,
.comp-form-wrap .form_item .form_box input[type=tel].errorInput,
.comp-form-wrap .form_item .form_box input[type=date].errorInput {
  border: 1px solid red;
}
.comp-form-wrap .form_item .form_box select {
  display: block;
  width: 100%;
  padding: 0px 12px !important;
  font-size: 1.6rem;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(./select_caret.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center right 12px;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  color: inherit;
  font-family: inherit;
}
.comp-form-wrap .form_item .form_box select::-webkit-input-placeholder {
  color: #acacac;
}
.comp-form-wrap .form_item .form_box select::-moz-placeholder {
  color: #acacac;
}
.comp-form-wrap .form_item .form_box select:-ms-input-placeholder {
  color: #acacac;
}
.comp-form-wrap .form_item .form_box select::-ms-input-placeholder {
  color: #acacac;
}
.comp-form-wrap .form_item .form_box select::placeholder {
  color: #acacac;
}
.comp-form-wrap .form_item .form_box select.bg {
  background-color: #f4f4f4;
}
.comp-form-wrap .form_item .form_box select option {
  color: #acacac;
  font-size: 1.6rem;
}
.comp-form-wrap .form_item .form_box select:focus {
  outline: none;
}
.comp-form-wrap .form_item .form_box select.errorInput {
  border: 1px solid red;
}
.comp-form-wrap .form_item .form_box textarea {
  display: block;
  width: 100%;
  padding: 12px 12px;
  font-size: 1.6rem;
  height: 180px;
  background: #fff;
  line-height: 1.6;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  color: inherit;
  font-family: inherit;
}
.comp-form-wrap .form_item .form_box textarea.bg {
  background-color: #fff;
}
.comp-form-wrap .form_item .form_box textarea:focus {
  outline: none;
}
.comp-form-wrap .form_item .form_box textarea.errorInput {
  border: 1px solid red;
}
.comp-form-wrap .form_item .form_box .name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comp-form-wrap .form_item .form_box .name_wrap .name_flex {
  width: calc(50% - 2.5px);
}
.comp-form-wrap .form_item .form_box .postal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-form-wrap .form_item .form_box .postal_wrap input[type=text] {
  width: 50%;
}
.comp-form-wrap .form_item .form_box .postal_wrap .search_button {
  width: calc(50% - 5px);
  font-size: 1.3rem;
  color: #fff;
  background: #15181B;
  line-height: 48px;
}
@media screen and (min-width: 980px) {
  .comp-form-wrap .form_item .form_box .postal_wrap input[type=text] {
    width: calc(100% - 300px);
  }
  .comp-form-wrap .form_item .form_box .postal_wrap .search_button {
    width: 290px;
    font-size: 1.4rem;
    line-height: 48px;
  }
}
.comp-form-wrap .form_item .form_box .date_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.comp-form-wrap .form_item .form_box .date_box .txt02 {
  width: 10%;
  margin-right: 10px;
}
.comp-form-wrap .form_item .form_box .date_box .txt02:nth-last-of-type(1) {
  margin-right: 0;
}
.comp-form-wrap .form_item .form_box .date_box .txt01 {
  width: 5%;
  margin-right: 10px;
}
.comp-form-wrap .form_item .form_box .date_box .txt01.end {
  margin-right: 0;
}
.comp-form-wrap .form_item .form_box .date_box .txt01:nth-last-of-type(1) {
  margin-right: 0;
}
.comp-form-wrap .form_item .form_box .date_box input[name=birthYear] {
  width: 25%;
  margin-right: 10px;
}
.comp-form-wrap .form_item .form_box .date_box input[name=birthMonth], .comp-form-wrap .form_item .form_box .date_box input[name=birthDay] {
  width: 15%;
  margin-right: 10px;
}
@media screen and (min-width: 980px) {
  .comp-form-wrap .form_item .form_box .date_box {
    margin-top: 20px;
  }
  .comp-form-wrap .form_item .form_box .date_box .txt02 {
    width: 45px;
    margin-right: 10px;
  }
  .comp-form-wrap .form_item .form_box .date_box .txt02:nth-last-of-type(1) {
    margin-right: 0;
  }
  .comp-form-wrap .form_item .form_box .date_box .txt01 {
    width: 20px;
    margin-right: 10px;
  }
  .comp-form-wrap .form_item .form_box .date_box .txt01:nth-last-of-type(1) {
    margin-right: 0;
  }
  .comp-form-wrap .form_item .form_box .date_box input[name=birthYear] {
    width: 25%;
    margin-right: 10px;
  }
  .comp-form-wrap .form_item .form_box .date_box input[name=birthMonth], .comp-form-wrap .form_item .form_box .date_box input[name=birthDay] {
    width: 15%;
    margin-right: 10px;
  }
}
.comp-form-wrap .form_item .form_box .radio_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: -15px;
}
@media screen and (min-width: 980px) {
  .comp-form-wrap .form_item .form_box .radio_box {
    margin-top: 20px;
  }
}
.comp-form-wrap .form_item .form_box .radio_box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 20px;
  margin-bottom: 12px;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .comp-form-wrap .form_item .form_box .radio_box label {
    margin-bottom: 15px;
  }
}
.comp-form-wrap .form_item .form_box .radio_box label input[type=checkbox], .comp-form-wrap .form_item .form_box .radio_box label input[type=radio] {
  display: none;
}
.comp-form-wrap .form_item .form_box .radio_box label .radio_checker {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: #fff;
  margin-top: 4px;
  cursor: pointer;
  position: relative;
  border: 1px solid #d8d8d8;
}
.comp-form-wrap .form_item .form_box .radio_box label .radio_checker::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  background: #15181B;
  -webkit-transition: width 0.15s, height 0.15s;
  transition: width 0.15s, height 0.15s;
  will-change: width, height;
}
.comp-form-wrap .form_item .form_box .radio_box label .radio_checker.radio {
  border-radius: 50% !important;
}
.comp-form-wrap .form_item .form_box .radio_box label .radio_checker.radio::after {
  border-radius: 50% !important;
}
.comp-form-wrap .form_item .form_box .radio_box label input[type=radio] + .radio_checker {
  border-radius: 0px;
}
.comp-form-wrap .form_item .form_box .radio_box label input[type=radio] + .radio_checker::after {
  border-radius: 0px;
}
.comp-form-wrap .form_item .form_box .radio_box label input[type=checkbox]:checked + .radio_checker,
.comp-form-wrap .form_item .form_box .radio_box label input[type=radio]:checked + .radio_checker {
  border: 1px solid #acacac;
}
.comp-form-wrap .form_item .form_box .radio_box label input[type=checkbox]:checked + .radio_checker::after,
.comp-form-wrap .form_item .form_box .radio_box label input[type=radio]:checked + .radio_checker::after {
  width: 7px;
  height: 7px;
}
.comp-form-wrap .form_item .form_box .radio_box label .name {
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: 0.64px;
  cursor: pointer;
}
.comp-form-wrap .form_item .form_box .radio_box label.fullw {
  width: 100%;
  margin-right: 0;
}
.comp-form-wrap .form_item .form_box .radio_box label.fullw .name {
  width: calc(100% - 30px);
}
.comp-form-wrap .form_item .form_box .radio_box .optinonal_input {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.comp-form-wrap .form_item .form_box .notice_list {
  background: #fff;
  padding: 20px;
  line-height: 1.8;
  font-size: 1.3rem;
  text-align: left;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .comp-form-wrap .form_item .form_box .notice_list {
    font-size: 1.4rem;
    background: #f7f7f7;
  }
}
.comp-form-wrap .form_item .form_box .notice_list li {
  margin-bottom: 5px;
}
.comp-form-wrap .form_item .form_box .notice_list li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-form-wrap .form_item .form_box .privacy_wrap {
  border: 1px solid #979797;
  padding: 20px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: scroll;
  line-height: 1.8;
  font-size: 1.3rem;
  margin-top: 25px;
  text-align: left;
}
.comp-form-wrap .form_item .form_box .privacy_wrap p {
  margin-bottom: 1.5rem;
}
.comp-form-wrap .form_item .form_box .privacy_wrap p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-form-wrap .privacy_wrap {
  margin-top: 30px;
}
.comp-form-wrap .privacy_wrap .privacy_ttl {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.comp-form-wrap .privacy_wrap .privacy_inner {
  padding: 20px;
  border: 1px solid #979797;
  background: #fff;
  height: 200px;
  overflow: scroll;
  margin-bottom: 20px;
}
.comp-form-wrap .privacy_wrap .privacy_inner .privacy_content {
  font-size: 1.3rem;
  line-height: 1.8;
}
.comp-form-wrap .privacy_wrap .privacy_inner .privacy_content h5 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.comp-form-wrap .privacy_wrap .privacy_inner .privacy_content p {
  margin-bottom: 15px;
}
.comp-form-wrap .privacy_wrap .privacy_inner .privacy_content p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=checkbox], .comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=radio] {
  display: none;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label .radio_checker {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #fff;
  margin-bottom: -2px;
  cursor: pointer;
  position: relative;
  border: 1px solid #d8d8d8;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label .radio_checker::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  background: #15181B;
  -webkit-transition: width 0.15s, height 0.15s;
  transition: width 0.15s, height 0.15s;
  will-change: width, height;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=radio] + .radio_checker {
  border-radius: 0px;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=radio] + .radio_checker::after {
  border-radius: 0px;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=checkbox]:checked + .radio_checker,
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=radio]:checked + .radio_checker {
  border: 1px solid #acacac;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=checkbox]:checked + .radio_checker::after,
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=radio]:checked + .radio_checker::after {
  width: 9px;
  height: 9px;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label .name {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.64px;
  cursor: pointer;
  margin-top: 2px;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label .name a {
  color: inherit;
  text-decoration: underline;
}
.comp-form-wrap .ajax_loader {
  width: 100%;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  will-change: height;
}
.comp-form-wrap .ajax_loader.loading_state {
  height: 75px;
}
.comp-form-wrap .ajax_loader .loading {
  display: block;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  background-image: url(../img/common/loading.svg);
}
.comp-form-wrap .status_message {
  height: 0;
  overflow: hidden;
  text-align: left;
  font-size: 16px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  will-change: height;
  text-align: center;
}
.comp-form-wrap .status_message .text {
  display: block;
  background: #15181B;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 20px;
}
.comp-form-wrap .status_message .text span {
  display: block;
}
.comp-form-wrap .status_message.complete {
  height: 105px;
  margin-bottom: 0px;
}
.comp-form-wrap .status_message.error {
  height: 100px;
  margin-bottom: 0px;
}
.comp-form-wrap .status_message.error .text {
  color: #D62538;
  border: 1px solid #D62538;
}
.comp-form-wrap .submit_wrap {
  max-width: 100%;
  margin: 30px auto 0;
  position: relative;
  cursor: pointer;
  background: #15181B;
  color: #fff;
  padding: 20px 0;
  border-radius: 200px;
  cursor: pointer;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
  will-change: background, opacity;
  font-family: inherit;
}
.comp-form-wrap .submit_wrap.disabled {
  background: #acacac;
  opacity: 0.75;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.comp-form-wrap .submit_wrap.completed {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.comp-form-wrap .submit_wrap:hover {
  background: #251e1c;
}
.comp-form-wrap .submit_wrap .text_wrap {
  text-align: center;
}
.comp-form-wrap .submit_wrap .text_wrap .ja {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.7px;
  pointer-events: none;
}
.comp-form-wrap .submit_wrap .text_wrap .ja span {
  position: relative;
  padding-right: 17px;
}
.comp-form-wrap .submit_wrap .text_wrap .ja span::after {
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  will-change: border;
}
.comp-form-wrap .submit_wrap .text_wrap input[type=button], .comp-form-wrap .submit_wrap .text_wrap input[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

@media screen and (min-width: 980px) {
  .comp-form-wrap .form_item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #979797;
  }
  .comp-form-wrap .form_item .attention {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .comp-form-wrap .form_item.b_none {
    margin-bottom: 0px;
  }
  .comp-form-wrap .form_item .label_wrap {
    margin-bottom: 15px;
  }
  .comp-form-wrap .form_item .label_wrap label {
    margin-right: 15px;
  }
  .comp-form-wrap .form_item .label_wrap .required {
    padding: 7px;
    font-size: 1.2rem;
    color: #fff;
  }
  .comp-form-wrap .form_item .label_wrap .optional {
    padding: 7px;
    font-size: 1.2rem;
  }
  .comp-form-wrap .form_item .form_box input[type=text],
  .comp-form-wrap .form_item .form_box input[type=email],
  .comp-form-wrap .form_item .form_box input[type=number],
  .comp-form-wrap .form_item .form_box input[type=tel],
  .comp-form-wrap .form_item .form_box input[type=date] {
    border: 0px solid #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-form-wrap .form_item .form_box input[type=text]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=email]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=number]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=date]::-webkit-input-placeholder {
    color: #979797;
    font-size: 1.5rem;
  }
  .comp-form-wrap .form_item .form_box input[type=text]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=email]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=number]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=date]::-moz-placeholder {
    color: #979797;
    font-size: 1.5rem;
  }
  .comp-form-wrap .form_item .form_box input[type=text]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=email]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=number]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=date]:-ms-input-placeholder {
    color: #979797;
    font-size: 1.5rem;
  }
  .comp-form-wrap .form_item .form_box input[type=text]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=email]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=number]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=date]::-ms-input-placeholder {
    color: #979797;
    font-size: 1.5rem;
  }
  .comp-form-wrap .form_item .form_box input[type=text]::placeholder,
  .comp-form-wrap .form_item .form_box input[type=email]::placeholder,
  .comp-form-wrap .form_item .form_box input[type=number]::placeholder,
  .comp-form-wrap .form_item .form_box input[type=tel]::placeholder,
  .comp-form-wrap .form_item .form_box input[type=date]::placeholder {
    color: #979797;
    font-size: 1.5rem;
  }
  .comp-form-wrap .form_item .form_box select {
    padding: 0px 12px !important;
    font-size: 1.6rem;
    border: 0px solid #fff;
    background-color: #fff;
  }
  .comp-form-wrap .form_item .form_box select::-webkit-input-placeholder {
    color: #979797;
  }
  .comp-form-wrap .form_item .form_box select::-moz-placeholder {
    color: #979797;
  }
  .comp-form-wrap .form_item .form_box select:-ms-input-placeholder {
    color: #979797;
  }
  .comp-form-wrap .form_item .form_box select::-ms-input-placeholder {
    color: #979797;
  }
  .comp-form-wrap .form_item .form_box select::placeholder {
    color: #979797;
  }
  .comp-form-wrap .form_item .form_box select option {
    color: #979797;
  }
  .comp-form-wrap .form_item .form_box textarea {
    padding: 12px 12px;
    height: 180px;
    border: 0px solid #fff;
    background-color: #fff;
  }
  .comp-form-wrap .form_item .form_box .name_wrap .name_flex {
    width: calc(50% - 5px);
  }
  .comp-form-wrap .form_item .form_box .radio_box {
    margin-bottom: -15px;
  }
  .comp-form-wrap .form_item .form_box .radio_box label .radio_checker {
    background: #fff;
    margin-bottom: -2px;
    border: 1px solid #d8d8d8;
  }
  .comp-form-wrap .form_item .form_box .radio_box label .radio_checker::after {
    background: #15181B;
  }
  .comp-form-wrap .form_item .form_box .radio_box label input[type=checkbox]:checked + .radio_checker,
  .comp-form-wrap .form_item .form_box .radio_box label input[type=radio]:checked + .radio_checker {
    border: 1px solid #d8d8d8;
  }
  .comp-form-wrap .form_item .form_box .radio_box label .name {
    font-size: 1.5rem;
  }
  .comp-form-wrap .privacy_wrap {
    margin-top: 30px;
  }
  .comp-form-wrap .privacy_wrap .agreement .agree_wrap label .radio_checker {
    background: #fff;
    margin-bottom: -2px;
    border: 1px solid #979797;
  }
  .comp-form-wrap .privacy_wrap .agreement .agree_wrap label .radio_checker::after {
    background: #15181B;
  }
  .comp-form-wrap .submit_wrap {
    max-width: 360px;
    margin: 30px auto 0;
  }
}
/**/
.comp-link-button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  padding: 10px 15px;
  background: #15181B;
  border-radius: 200px;
  color: #fff;
  line-height: 1.2;
  overflow: hidden;
}
.comp-link-button a .txt {
  position: relative;
  z-index: 10;
  font-size: 1.3rem;
  margin-right: 7px;
}
.comp-link-button a .arrow {
  position: relative;
  z-index: 10;
  width: 12px;
}
.comp-link-button a .arrow .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
.comp-link-button.white a {
  background: #fff;
  color: #15181B;
}
.comp-link-button.white a .arrow .cls-1 {
  stroke: #15181B;
}

@media screen and (min-width: 980px) {
  .comp-link-button a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: inherit;
    padding: 10px 15px;
    background: #15181B;
    border-radius: 200px;
    color: #fff;
    line-height: 1.2;
    overflow: hidden;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    will-change: color;
  }
  .comp-link-button a::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#27E2CC), color-stop(50%, #0EC0EC), to(#0077FF));
    background: linear-gradient(to right, #27E2CC, #0EC0EC 50%, #0077FF 100%);
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    will-change: opacity;
  }
  .comp-link-button a .txt {
    position: relative;
    z-index: 10;
    font-size: 1.5rem;
    margin-right: 7px;
  }
  .comp-link-button a .arrow {
    position: relative;
    z-index: 10;
    width: 14px;
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
  .comp-link-button a .arrow .cls-1 {
    stroke-width: 1px;
  }
  .comp-link-button a:hover {
    color: #fff;
  }
  .comp-link-button a:hover::before {
    opacity: 1;
  }
  .comp-link-button a:hover .arrow .cls-1 {
    stroke: #fff;
  }
}
/**/
.comp-page-bread {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-page-bread .link_wrap a {
  color: inherit;
  padding-bottom: 2px;
  position: relative;
  padding-right: 0px;
  margin-right: 20px;
  color: #979797;
  -webkit-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
}
.comp-page-bread .link_wrap a::after {
  position: absolute;
  width: 5px;
  height: 5px;
  content: "";
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.comp-page-bread .link_wrap a:hover {
  color: #251e1c;
  border-bottom: 1px solid #251e1c;
}
.comp-page-bread .link_wrap a.last {
  padding-right: 0px;
  margin-right: 0px;
}
.comp-page-bread .link_wrap a.last::after {
  display: none;
}
.comp-page-bread .current {
  color: #15181B;
}

@media screen and (min-width: 980px) {
  .comp-page-bread {
    font-size: 1.3rem;
  }
}
/**/
.comp-conversion-button .button_item {
  margin-bottom: 10px;
}
.comp-conversion-button .button_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-conversion-button .button_item a {
  position: relative;
  overflow: hidden;
  display: block;
  color: #15181B;
  font-weight: 500;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 17px 0;
  font-size: 1.6rem;
  -webkit-box-shadow: 4px 5px 5px 1px rgba(41, 106, 212, 0.2);
          box-shadow: 4px 5px 5px 1px rgba(41, 106, 212, 0.2);
  line-height: 1;
  border-radius: 5px;
}
.comp-conversion-button .button_item a::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d8d8d8;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.comp-conversion-button .button_item a span {
  position: relative;
  z-index: 10;
}
.comp-conversion-button .button_item a.contact {
  background: -webkit-gradient(linear, right top, left top, from(#27E2CC), color-stop(50%, #0EC0EC), to(#0077FF));
  background: linear-gradient(to left, #27E2CC, #0EC0EC 50%, #0077FF 100%);
}
.comp-conversion-button .button_item a.contact::before {
  background: -webkit-gradient(linear, left top, right top, from(#27E2CC), color-stop(50%, #0EC0EC), to(#0077FF));
  background: linear-gradient(to right, #27E2CC, #0EC0EC 50%, #0077FF 100%);
}
.comp-conversion-button .button_item a:hover::before {
  opacity: 1;
}

@media screen and (min-width: 980px) {
  .comp-conversion-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .comp-conversion-button .button_item {
    max-width: 300px;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 0px;
  }
  .comp-conversion-button .button_item:nth-last-of-type(1) {
    margin-right: 0;
  }
  .comp-conversion-button .button_item a {
    padding: 20px 0;
    font-size: 1.8rem;
  }
  .comp-conversion-button .button_item a::before {
    display: block;
  }
}
/**/
/* 共通セクション */
.comp-section-news-list {
  padding-bottom: 50px;
}
.comp-section-news-list .section_inner .newslist_flex {
  position: relative;
}
.comp-section-news-list .section_inner .newslist_flex .newslist_ttl {
  width: 100%;
  margin-bottom: 35px;
}
.comp-section-news-list .section_inner .newslist_flex .newslist_ttl .comp-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.comp-section-news-list .section_inner .newslist_flex .newslist_ttl .comp-section-title .comp-link-button {
  margin-top: 0;
}

@media screen and (min-width: 980px) {
  .comp-section-news-list {
    padding-bottom: 100px;
  }
  .comp-section-news-list .section_inner .newslist_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0px;
  }
  .comp-section-news-list .section_inner .newslist_flex .newslist_ttl {
    width: 30%;
    margin-bottom: 0px;
  }
  .comp-section-news-list .section_inner .newslist_flex .newslist_ttl .comp-section-title {
    display: block;
  }
  .comp-section-news-list .section_inner .newslist_flex .newslist_ttl .comp-section-title .comp-link-button {
    max-width: 160px;
    margin-top: 50px;
  }
  .comp-section-news-list .section_inner .newslist_flex .newslist_contents {
    width: 70%;
  }
}
/**/
.comp-section-conversion {
  padding: 50px 0;
  background: #15181B;
  color: #fff;
}
.comp-section-conversion .contact_title {
  margin-bottom: 30px;
}
.comp-section-conversion .contact_title .contact_ttl {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.comp-section-conversion .contact_title .contact_ttl::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.comp-section-conversion .contact_title .contact_desc {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.76;
}
.comp-section-conversion .contact_title .contact_desc span {
  display: block;
}
.comp-section-conversion .contact_title .contact_desc br {
  display: none;
}

@media screen and (min-width: 980px) {
  .comp-section-conversion {
    padding: 100px 0;
    background: #15181B;
    color: #fff;
  }
  .comp-section-conversion .contact_title {
    margin-bottom: 50px;
  }
  .comp-section-conversion .contact_title .contact_ttl {
    font-size: 3rem;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .comp-section-conversion .contact_title .contact_ttl::after {
    width: 30px;
    height: 2px;
  }
  .comp-section-conversion .contact_title .contact_desc {
    font-size: 1.8rem;
  }
  .comp-section-conversion .contact_title .contact_desc span {
    display: inline;
  }
  .comp-section-conversion .contact_title .contact_desc br {
    display: block;
  }
}
/**/
.comp-section-case-list {
  padding: 40px 0 60px;
}
.comp-section-case-list .usecase_ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
.comp-section-case-list .usecase_ttl_wrap .usecase_ttl {
  font-size: 2.4rem;
  font-weight: 400;
}

@media screen and (min-width: 980px) {
  .comp-section-case-list {
    padding: 100px 0 20px;
  }
  .comp-section-case-list .usecase_ttl_wrap {
    margin-bottom: 60px;
  }
  .comp-section-case-list .usecase_ttl_wrap .usecase_ttl {
    font-size: 3.2rem;
    font-weight: 400;
  }
}
/**/
/* トップページ */
.comp-section-index-main {
  position: relative;
  width: 100%;
  height: var(--wHeightPx);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #15181B;
}
.comp-section-index-main::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  background: rgba(21, 24, 27, 0.4);
}
.comp-section-index-main .title_wrap {
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 20;
  color: #EEEDED;
  padding-bottom: 0px;
}
@media screen and (min-width: 720px) {
  .comp-section-index-main .title_wrap {
    width: 82%;
    max-width: 1590px;
  }
}
.comp-section-index-main .title_wrap .site_ttl {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 7px;
}
.comp-section-index-main .title_wrap .main_button {
  width: 50%;
  max-width: 160px;
  display: block;
  margin: 25px 0 0;
}
.comp-section-index-main .title_wrap .main_button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(#27E2CC), color-stop(50%, #0EC0EC), to(#0077FF));
  background: linear-gradient(to right, #27E2CC, #0EC0EC 50%, #0077FF 100%);
  padding: 12px 25px;
  border-radius: 200px;
  overflow: hidden;
  color: #15181B;
}
.comp-section-index-main .title_wrap .main_button a::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#27E2CC), color-stop(50%, #0EC0EC), to(#0077FF));
  background: linear-gradient(to left, #27E2CC, #0EC0EC 50%, #0077FF 100%);
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  will-change: opacity;
}
.comp-section-index-main .title_wrap .main_button a .txt {
  position: relative;
  z-index: 10;
  font-size: 1.4rem;
  padding-right: 6px;
}
.comp-section-index-main .title_wrap .main_button a .caret {
  width: 12px;
  position: relative;
  z-index: 10;
}
.comp-section-index-main .title_wrap .main_button a .caret .cls-1 {
  fill: none;
  stroke: #15181B;
  stroke-width: 2px;
  stroke-miterlimit: 10;
}
.comp-section-index-main .title_wrap .main_button a:hover::before {
  opacity: 1;
}
.comp-section-index-main .main_movie_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comp-section-index-main .main_movie_wrap video {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, filter 0.5s;
  transition: opacity 0.5s, filter 0.5s, -webkit-filter 0.5s;
  will-change: opacity, filter;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: cover;
}
.comp-section-index-main .main_movie_wrap video.pc_movie {
  display: none;
}
.comp-section-index-main .main_movie_wrap.loaded video {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

@media screen and (min-width: 980px) {
  .comp-section-index-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    max-height: 56vw;
  }
  .comp-section-index-main::before {
    background: rgba(21, 24, 27, 0.4);
  }
  .comp-section-index-main .title_wrap {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 20;
    color: #EEEDED;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 980px) and (min-width: 720px) {
  .comp-section-index-main .title_wrap {
    width: 82%;
    max-width: 1590px;
  }
}
@media screen and (min-width: 980px) {
  .comp-section-index-main .title_wrap .site_ttl {
    font-size: 4.2rem;
    margin-bottom: 10px;
  }
  .comp-section-index-main .title_wrap .main_button {
    max-width: 220px;
    margin-top: 30px;
  }
  .comp-section-index-main .title_wrap .main_button a {
    padding: 15px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .comp-section-index-main .main_movie_wrap {
    display: block;
  }
  .comp-section-index-main .main_movie_wrap video {
    max-width: 100%;
  }
  .comp-section-index-main .main_movie_wrap video.sp_movie {
    display: none;
  }
  .comp-section-index-main .main_movie_wrap video.pc_movie {
    display: block;
  }
}
/**/
.comp-index-section-title {
  font-size: 2.4rem;
  font-weight: normal;
}

@media screen and (min-width: 980px) {
  .comp-index-section-title {
    font-size: 3.2rem;
    font-weight: normal;
  }
}
/**/
.comp-topic-list .topic_item {
  margin-bottom: 40px;
}
.comp-topic-list .topic_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-topic-list .topic_item .wrapper {
  display: block;
  color: inherit;
}
.comp-topic-list .topic_item .wrapper .topic_img {
  display: block;
  margin-bottom: 20px;
}
.comp-topic-list .topic_item .wrapper .tpoic_ttl {
  display: block;
  font-size: 1.4rem;
  line-height: 1.87;
}
.comp-topic-list .topic_item .comp-link-button {
  margin-top: 20px;
  max-width: 140px;
}
.comp-topic-list .topic_item .comp-link-button a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 980px) {
  .comp-topic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-topic-list .topic_item {
    position: relative;
    width: 30%;
    margin-right: 5%;
    padding-bottom: 65px;
    margin-bottom: 60px;
  }
  .comp-topic-list .topic_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .comp-topic-list .topic_item:nth-last-of-type(1) {
    margin-bottom: 60px;
  }
  .comp-topic-list .topic_item .wrapper {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    will-change: color;
  }
  .comp-topic-list .topic_item .wrapper .topic_img {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .comp-topic-list .topic_item .wrapper .topic_img img {
    -webkit-transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
    transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
    transition: transform 0.3s, filter 0.3s;
    transition: transform 0.3s, filter 0.3s, -webkit-transform 0.3s, -webkit-filter 0.3s;
    will-change: transform, filter;
  }
  .comp-topic-list .topic_item .wrapper .tpoic_ttl {
    font-size: 1.5rem;
  }
  .comp-topic-list .topic_item .wrapper:hover {
    color: #646464;
  }
  .comp-topic-list .topic_item .wrapper:hover .topic_img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.95);
            filter: brightness(0.95);
  }
  .comp-topic-list .topic_item .comp-link-button {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0px;
    max-width: 150px;
    width: 150px;
  }
  .comp-topic-list .topic_item .comp-link-button a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/**/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes reverseloop {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes reverseloop {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes reverseloop2 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes reverseloop2 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.comp-partner-slider {
  width: 100vw;
  position: relative;
  padding: 0;
}
.comp-partner-slider .container-fluid .slider_box .simply-scroll-list {
  position: relative;
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.comp-partner-slider .container-fluid .slider_box .simply-scroll-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  will-change: transform, filter;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.comp-partner-slider .container-fluid .slider_box .simply-scroll-list ul li {
  min-width: calc(var(--imgW) / 3);
}
.comp-partner-slider .container-fluid .slider_box .simply-scroll-list ul li img {
  width: auto;
  height: 50px;
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
  .comp-partner-slider .container-fluid .slider_box .simply-scroll-list ul li img {
    min-width: calc(var(--imgW) / 2);
    width: auto;
    height: 75px;
  }
}
.comp-partner-slider .container-fluid:nth-of-type(1) .slider_box .simply-scroll-list ul:first-child {
  -webkit-animation: loop 60s -30s linear infinite;
          animation: loop 60s -30s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.comp-partner-slider .container-fluid:nth-of-type(1) .slider_box .simply-scroll-list ul + ul {
  -webkit-animation: loop2 60s linear infinite;
          animation: loop2 60s linear infinite;
}
.comp-partner-slider .container-fluid:nth-of-type(2) .slider_box .simply-scroll-list ul:first-child {
  -webkit-animation: reverseloop 60s -30s linear infinite;
          animation: reverseloop 60s -30s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.comp-partner-slider .container-fluid:nth-of-type(2) .slider_box .simply-scroll-list ul + ul {
  -webkit-animation: reverseloop2 60s linear infinite;
          animation: reverseloop2 60s linear infinite;
}

/**/
/* Aboutページ */
.comp-about-section .title_flex {
  margin-bottom: 25px;
}
.comp-about-section .title_flex hgroup {
  margin-bottom: 15px;
}
.comp-about-section .title_flex hgroup .kadai_ttl {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 7px;
}
.comp-about-section .title_flex hgroup .kadai_subttl {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
.comp-about-section .title_flex .kadai_description {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-about-section .title_flex .kadai_description p {
  margin-bottom: 1em;
}
.comp-about-section .title_flex .kadai_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-about-section .title_flex .kadai_description {
    font-size: 1.5rem;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .comp-about-section .title_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 80px;
  }
  .comp-about-section .title_flex hgroup {
    margin-bottom: 0px;
  }
  .comp-about-section .title_flex hgroup .kadai_ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 7px;
  }
  .comp-about-section .title_flex hgroup .kadai_subttl {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .comp-about-section .title_flex .kadai_description {
    width: 50%;
  }
}
/**/
.comp-about-ttl {
  margin-bottom: 25px;
}
.comp-about-ttl .ttl {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 7px;
}
.comp-about-ttl .subttl {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 980px) {
  .comp-about-ttl {
    margin-bottom: 25px;
  }
  .comp-about-ttl .ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 12px;
  }
  .comp-about-ttl .subttl {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
/**/
.comp-function-list .function_item {
  margin-bottom: 35px;
}
.comp-function-list .function_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-function-list .function_item .function_img {
  margin-bottom: 20px;
}
.comp-function-list .function_item .function_txt .function_ttl {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.comp-function-list .function_item .function_txt .function_desc {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-function-list .function_item .function_txt .function_desc p {
  margin-bottom: 1em;
}
.comp-function-list .function_item .function_txt .function_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-function-list .function_item .function_txt .function_desc {
    font-size: 1.5rem;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .comp-function-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-function-list .function_item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 60px;
  }
  .comp-function-list .function_item:nth-of-type(2n) {
    margin-right: 0%;
  }
  .comp-function-list .function_item:nth-last-of-type(1) {
    margin-bottom: 50px;
  }
  .comp-function-list .function_item .function_img {
    margin-bottom: 30px;
  }
  .comp-function-list .function_item .function_txt .function_ttl {
    width: 100%;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
/**/
.comp-movie-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wHeightPx);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}
.comp-movie-pop.open {
  opacity: 1;
  pointer-events: all;
}
.comp-movie-pop .close_button {
  position: absolute;
  z-index: 20;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: 30%;
  background-image: url(../img/common/close.svg);
}
.comp-movie-pop .overlay {
  position: absolute;
  width: 100%;
  height: var(--wHeightPx);
  top: 0;
  left: 0;
  background-color: rgba(35, 24, 21, 0.9);
}
.comp-movie-pop .pop_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: var(--wHeightPx);
}
.comp-movie-pop .pop_inner .video_wrap {
  width: 90%;
  height: 50vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 786px) {
  .comp-movie-pop .pop_inner .video_wrap {
    width: 1000px;
    height: 562.5px;
  }
}
.comp-movie-pop .pop_inner .video_wrap video, .comp-movie-pop .pop_inner .video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**/
/* 導入の流れ */
.comp-introduction-flow {
  padding-left: 10px;
}
.comp-introduction-flow .introduction_item {
  padding-bottom: 30px;
  border-left: 1px dotted #666;
}
.comp-introduction-flow .introduction_item:nth-last-of-type(1) {
  padding-bottom: 0px;
  border-left: 0px dotted #666;
}
.comp-introduction-flow .introduction_item .intro_ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 12px;
}
.comp-introduction-flow .introduction_item .intro_ttl::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#27E2CC), color-stop(50%, #0EC0EC), to(#0077FF));
  background: linear-gradient(to right, #27E2CC, #0EC0EC 50%, #0077FF 100%);
}
.comp-introduction-flow .introduction_item .intro_desc {
  padding-left: 25px;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-introduction-flow .introduction_item .intro_desc p {
  margin-bottom: 1em;
}
.comp-introduction-flow .introduction_item .intro_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-introduction-flow .introduction_item .intro_desc {
    font-size: 1.5rem;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .comp-introduction-flow {
    padding-left: 10px;
  }
  .comp-introduction-flow .introduction_item {
    padding-bottom: 40px;
  }
  .comp-introduction-flow .introduction_item .intro_ttl {
    position: relative;
    font-size: 2.4rem;
    padding-left: 35px;
    margin-bottom: 15px;
  }
  .comp-introduction-flow .introduction_item .intro_desc {
    padding-left: 35px;
  }
}
/**/
.comp-support-list .support_item {
  position: relative;
  padding-top: 20px;
  margin-bottom: 40px;
}
.comp-support-list .support_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-support-list .support_item::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#27E2CC), color-stop(50%, #0EC0EC), to(#0077FF));
  background: linear-gradient(to right, #27E2CC, #0EC0EC 50%, #0077FF 100%);
}
.comp-support-list .support_item .itemn_ttl {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 12px;
}
.comp-support-list .support_item .item_desc {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-support-list .support_item .item_desc p {
  margin-bottom: 1em;
}
.comp-support-list .support_item .item_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-support-list .support_item .item_desc {
    font-size: 1.5rem;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .comp-support-list .support_item {
    position: relative;
    padding-top: 25px;
    margin-bottom: 50px;
  }
  .comp-support-list .support_item::before {
    width: 100px;
    height: 3px;
  }
  .comp-support-list .support_item .itemn_ttl {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}
/**/
/* 導入事例 */
.comp-case-list .case_item {
  margin-bottom: 45px;
}
.comp-case-list .case_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-case-list .case_item .case_wrap {
  display: block;
  color: inherit;
}
.comp-case-list .case_item .case_wrap .case_img {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.comp-case-list .case_item .case_wrap .case_img .portrait {
  width: 100%;
}
.comp-case-list .case_item .case_wrap .case_img .logo {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 90px;
  border: 1px solid #d8d8d8;
}
.comp-case-list .case_item .case_wrap .case_txt {
  display: block;
  margin-bottom: 20px;
}
.comp-case-list .case_item .case_wrap .case_txt .client_name {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.comp-case-list .case_item .case_wrap .case_txt .case_ttl {
  font-size: 1.6rem;
  line-height: 1.76;
}
.comp-case-list .case_item .comp-link-button {
  max-width: 140px;
}
.comp-case-list .case_item .comp-link-button a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 980px) {
  .comp-case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-case-list .case_item {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 80px;
  }
  .comp-case-list .case_item:nth-last-of-type(1) {
    margin-bottom: 80px;
  }
  .comp-case-list .case_item .case_wrap {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    will-change: color;
  }
  .comp-case-list .case_item .case_wrap .case_img {
    overflow: hidden;
    margin-bottom: 35px;
  }
  .comp-case-list .case_item .case_wrap .case_img .logo {
    width: 120px;
  }
  .comp-case-list .case_item .case_wrap .case_img .portrait {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
  }
  .comp-case-list .case_item .case_wrap .case_txt {
    margin-bottom: 0px;
  }
  .comp-case-list .case_item .case_wrap .case_txt .client_name {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .comp-case-list .case_item .case_wrap .case_txt .case_ttl {
    font-size: 1.8rem;
    line-height: 1.76;
  }
  .comp-case-list .case_item .case_wrap:hover {
    color: #646464;
  }
  .comp-case-list .case_item .case_wrap:hover .case_img .portrait {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .comp-case-list .case_item .comp-link-button {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 150px;
    width: 150px;
  }
  .comp-case-list.column2 .case_item {
    width: 47%;
    margin-right: 6%;
  }
  .comp-case-list.column2 .case_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-case-list.column3 .case_item {
    width: 30%;
    margin-right: 5%;
  }
  .comp-case-list.column3 .case_item:nth-of-type(3n) {
    margin-right: 0;
  }
}
/**/
.comp-case-article hr {
  padding: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  margin: 30px auto 25px;
  border: none;
}
.comp-case-article .article_item .article_img {
  margin: 25px auto;
}
.comp-case-article .article_item .article_img img {
  width: 100%;
}
.comp-case-article .article_item .article_img .caption {
  display: block;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.6;
  background: #fff;
}
.comp-case-article .article_item .article_ttl {
  position: relative;
  margin: 40px auto 15px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 20px;
}
.comp-case-article .article_item .article_ttl::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#27E2CC), color-stop(50%, #0EC0EC), to(#0077FF));
  background: linear-gradient(to right, #27E2CC, #0EC0EC 50%, #0077FF 100%);
}
.comp-case-article .article_item .article_subttl {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 15px;
}
.comp-case-article .article_item .article_desc {
  margin: 0 auto 20px;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-case-article .article_item .article_desc p {
  margin-bottom: 1em;
}
.comp-case-article .article_item .article_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-case-article .article_item .article_desc {
    font-size: 1.5rem;
    padding: 0;
  }
}
.comp-case-article .article_item .article_voice {
  margin-top: 20px;
}
.comp-case-article .article_item .article_voice .voice_item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}
.comp-case-article .article_item .article_voice .voice_item:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid #d8d8d8;
}
.comp-case-article .article_item .article_voice .voice_item .voice_img {
  margin-bottom: 25px;
}
.comp-case-article .article_item .article_voice .voice_item .voice_img img {
  width: 100%;
}
.comp-case-article .article_item .article_voice .voice_item .voice_contents .voice_name {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
  white-space: pre-line;
}
.comp-case-article .article_item .article_voice .voice_item .voice_contents .voice_description {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-case-article .article_item .article_voice .voice_item .voice_contents .voice_description p {
  margin-bottom: 1em;
}
.comp-case-article .article_item .article_voice .voice_item .voice_contents .voice_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-case-article .article_item .article_voice .voice_item .voice_contents .voice_description {
    font-size: 1.5rem;
    padding: 0;
  }
}
.comp-case-article .article_item .usescene_wrap .usescene_item {
  margin-bottom: 25px;
}
.comp-case-article .article_item .usescene_wrap .usescene_item .img_item {
  margin-bottom: 15px;
}
.comp-case-article .article_item .usescene_wrap .usescene_item .caption {
  font-size: 1.3rem;
  line-height: 1.76;
}

@media screen and (min-width: 980px) {
  .comp-case-article hr {
    margin: 40px auto 35px;
  }
  .comp-case-article .article_item .article_img {
    margin: 50px auto 40px;
  }
  .comp-case-article .article_item .article_img img {
    width: 100%;
  }
  .comp-case-article .article_item .article_img .caption {
    padding: 15px;
    font-size: 1.4rem;
  }
  .comp-case-article .article_item .article_ttl {
    margin: 80px auto 25px;
    padding-top: 30px;
    font-size: 2.6rem;
  }
  .comp-case-article .article_item .article_subttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .comp-case-article .article_item .article_desc {
    margin: 0 auto 40px;
    line-height: 2;
  }
  .comp-case-article .article_item .article_voice {
    margin-top: 40px;
  }
  .comp-case-article .article_item .article_voice .voice_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .comp-case-article .article_item .article_voice .voice_item .voice_img {
    width: 200px;
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .comp-case-article .article_item .article_voice .voice_item .voice_contents {
    width: calc(100% - 230px);
  }
  .comp-case-article .article_item .article_voice .voice_item .voice_contents .voice_name {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .comp-case-article .article_item .article_voice .voice_item .voice_contents .voice_description p {
    font-size: 1.3rem;
  }
  .comp-case-article .article_item .usescene_wrap {
    margin-top: 40px;
  }
  .comp-case-article .article_item .usescene_wrap .usescene_item {
    margin-bottom: 40px;
  }
  .comp-case-article .article_item .usescene_wrap .usescene_item .img_item {
    margin-bottom: 20px;
  }
  .comp-case-article .article_item .usescene_wrap .usescene_item .caption {
    width: 100%;
    font-size: 1.5rem;
  }
  .comp-case-article .article_item .usescene_wrap .usescene_item.image2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comp-case-article .article_item .usescene_wrap .usescene_item.image2 .img_item {
    width: calc(50% - 10px);
  }
}
/**/
.comp-media-voverage .media_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.comp-media-voverage .media_item:nth-last-of-type(1) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #d8d8d8;
}
.comp-media-voverage .media_item .media_name {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #15181B;
  font-size: 1.2rem;
  border-radius: 200px;
}
.comp-media-voverage .media_item .contents_ttl {
  padding: 0 5px;
  font-size: 1.3rem;
  line-height: 1.76;
  margin-top: 10px;
  word-break: break-all;
}
.comp-media-voverage .media_item .contents_ttl a {
  font-size: 1.1rem;
  color: inherit;
  text-decoration: underline;
}

@media screen and (min-width: 980px) {
  .comp-media-voverage {
    margin-top: 40px;
  }
  .comp-media-voverage .media_item {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .comp-media-voverage .media_item:nth-last-of-type(1) {
    margin-bottom: 25px;
    padding-bottom: 24px;
    border-bottom: 1px solid #d8d8d8;
  }
  .comp-media-voverage .media_item .media_name {
    padding: 5px 10px;
    font-size: 1.4rem;
    border-radius: 200px;
  }
  .comp-media-voverage .media_item .contents_ttl {
    padding: 0 5px;
    font-size: 1.6rem;
    margin-top: 12px;
  }
  .comp-media-voverage .media_item .contents_ttl a {
    font-size: 1.4rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    will-change: color;
  }
  .comp-media-voverage .media_item .contents_ttl a:hover {
    color: #646464;
  }
}
/**/
.comp-case-index {
  padding: 20px 20px 10px;
  background: #fff;
}
.comp-case-index .index_ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.comp-case-index .index_wrapper .index_item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}
.comp-case-index .index_wrapper .index_item button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: inherit;
}
.comp-case-index .index_wrapper .index_item button .txt {
  font-size: 1.3rem;
  padding-right: 10px;
}
.comp-case-index .index_wrapper .index_item button .caret {
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #15181B;
  border-right: 1px solid #15181B;
  -webkit-transform: translate(0, -2px) rotate(45deg);
          transform: translate(0, -2px) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 980px) {
  .comp-case-index {
    border-top: 0px solid #15181B;
    margin-top: 20px;
    padding: 20px 0 0;
    background: transparent;
  }
  .comp-case-index .index_ttl {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .comp-case-index .index_wrapper .index_item {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .comp-case-index .index_wrapper .index_item button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    will-change: color;
  }
  .comp-case-index .index_wrapper .index_item button .txt {
    font-size: 1.4rem;
    padding-right: 10px;
  }
  .comp-case-index .index_wrapper .index_item button .caret {
    display: block;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(0, 1px) rotate(-45deg);
            transform: translate(0, 1px) rotate(-45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .comp-case-index .index_wrapper .index_item button:hover {
    color: #646464;
  }
  .comp-case-index .index_wrapper .index_item button:hover .caret {
    border-color: #646464;
  }
}
/**/
.comp-case-sumary .summary_items {
  position: relative;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.comp-case-sumary .summary_items:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-case-sumary .summary_items::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#27E2CC), color-stop(50%, #0EC0EC), to(#0077FF));
  background: linear-gradient(to right, #27E2CC, #0EC0EC 50%, #0077FF 100%);
}
.comp-case-sumary .summary_items .summary_ttl {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.comp-case-sumary .summary_items .summary_list li {
  position: relative;
  line-height: 1.6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  padding-left: 12px;
  font-size: 1.3rem;
}
.comp-case-sumary .summary_items .summary_list li:nth-last-of-type(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #d8d8d8;
}
.comp-case-sumary .summary_items .summary_list li::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #15181B;
  border-radius: 50%;
  top: 9px;
  left: 0;
}

@media screen and (min-width: 980px) {
  .comp-case-sumary .summary_items {
    padding: 30px;
    margin-bottom: 30px;
  }
  .comp-case-sumary .summary_items::before {
    height: 3px;
  }
  .comp-case-sumary .summary_items .summary_ttl {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .comp-case-sumary .summary_items .summary_list li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    padding-left: 12px;
    font-size: 1.5rem;
  }
  .comp-case-sumary .summary_items .summary_list li::before {
    top: 11px;
  }
}
/**/
/* 最新情報 */
.comp-news-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-news-category .news_item {
  margin-right: 8px;
  margin-bottom: 10px;
}
.comp-news-category .news_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #15181B;
  background: #f7f7f7;
  border-radius: 200px;
  color: inherit;
  padding: 10px 12px;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  will-change: background, color;
}
.comp-news-category .news_item a .name {
  font-size: 1.3rem;
  margin-right: 25px;
}
.comp-news-category .news_item a .caret {
  width: 10px;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
.comp-news-category .news_item a .caret .cls-1 {
  fill: none;
  stroke: #15181B;
  stroke-width: 2px;
  stroke-miterlimit: 10;
}
.comp-news-category .news_item.active {
  pointer-events: none;
}
.comp-news-category .news_item.active a {
  background: #15181B;
  color: #f7f7f7;
}
.comp-news-category .news_item.active a .caret .cls-1 {
  stroke: #f7f7f7;
}

@media screen and (min-width: 980px) {
  .comp-news-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-news-category .news_item {
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .comp-news-category .news_item a {
    padding: 10px 15px;
  }
  .comp-news-category .news_item a .name {
    font-size: 1.5rem;
    margin-right: 25px;
  }
  .comp-news-category .news_item a .caret {
    width: 10px;
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  .comp-news-category .news_item a .caret .cls-1 {
    fill: none;
    stroke: #15181B;
    stroke-width: 2px;
    stroke-miterlimit: 10;
  }
  .comp-news-category .news_item a:hover {
    background: #f1f1f1;
  }
}
/**/
.comp-news-list {
  border-bottom: 1px solid #d8d8d8;
}
.comp-news-list .news_item {
  border-top: 1px solid #d8d8d8;
  padding: 10px 0;
}
.comp-news-list .news_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  color: inherit;
}
.comp-news-list .news_item a .img_wrap {
  width: 120px;
  margin-right: 15px;
}
.comp-news-list .news_item a .txt_wrap {
  width: calc(100% - 135px);
}
.comp-news-list .news_item a .txt_wrap .news_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.comp-news-list .news_item a .txt_wrap .news_header .date {
  position: relative;
  font-size: 1.1rem;
  font-family: larsseit, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-right: 15px;
  padding-right: 15px;
}
.comp-news-list .news_item a .txt_wrap .news_header .date::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background: #15181B;
}
.comp-news-list .news_item a .news_title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (min-width: 980px) {
  .comp-news-list {
    border-bottom: 1px solid #d8d8d8;
  }
  .comp-news-list .news_item {
    border-top: 1px solid #d8d8d8;
    padding: 15px 0;
  }
  .comp-news-list .news_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    will-change: color;
  }
  .comp-news-list .news_item a .img_wrap {
    width: 160px;
    margin-right: 25px;
    overflow: hidden;
  }
  .comp-news-list .news_item a .img_wrap img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
  }
  .comp-news-list .news_item a .txt_wrap {
    width: calc(100% - 185px);
  }
  .comp-news-list .news_item a .txt_wrap .news_header {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .comp-news-list .news_item a .txt_wrap .news_header .date {
    font-size: 1.4rem;
    margin-right: 15px;
    padding-right: 15px;
  }
  .comp-news-list .news_item a .txt_wrap .news_header .date::after {
    height: 12px;
  }
  .comp-news-list .news_item a .news_title {
    -webkit-line-clamp: 2;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .comp-news-list .news_item a:hover {
    color: #646464;
  }
  .comp-news-list .news_item a:hover .img_wrap img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/**/
.comp-pager {
  margin: 60px auto 0;
  max-width: 400px;
}
@media screen and (min-width: 980px) {
  .comp-pager {
    margin-top: 120px;
  }
}
.comp-pager .comp_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comp-pager .comp_inner .link {
  width: 25%;
  text-align: center;
  color: inherit;
  border: 1px solid #15181B;
  background: #f7f7f7;
  font-size: 1.4rem;
  height: 50px;
  line-height: 46px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-pager .comp_inner .link:hover {
  opacity: 0.75;
}
.comp-pager .comp_inner .link span {
  display: inline-block;
  position: relative;
}
.comp-pager .comp_inner .link span::after {
  display: block;
  content: "";
  top: 2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #15181B;
  border-right: 1px solid #15181B;
}
.comp-pager .comp_inner .link.previous span {
  padding-left: 12px;
}
.comp-pager .comp_inner .link.previous span::after {
  left: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.comp-pager .comp_inner .link.next span {
  padding-right: 12px;
}
.comp-pager .comp_inner .link.next span::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.comp-pager .comp_inner .pager_select {
  width: 48%;
  margin: 0 1%;
  background: #15181B;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.comp-pager .comp_inner .pager_select .pager_select_label {
  text-align: center;
  height: 50px;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.comp-pager .comp_inner .pager_select .pager_select_label .label_divider {
  display: inline-block;
  padding: 0 0.1em;
}
.comp-pager .comp_inner .pager_select .pager_select_label .label_arrow {
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/common/select_caret_white.svg);
  -webkit-filter: brightness(1000);
          filter: brightness(1000);
}
.comp-pager .comp_inner .pager_select select {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/**/
.comp-news-article .article_item .article_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 10px;
}
.comp-news-article .article_item .img_wrap {
  margin-bottom: 25px;
}
.comp-news-article .article_item .img_wrap img {
  width: 100%;
}
.comp-news-article .article_item .description {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
}
.comp-news-article .article_item .description p {
  margin-bottom: 1em;
}
.comp-news-article .article_item .description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-news-article .article_item .description {
    font-size: 1.5rem;
    padding: 0;
  }
}
.comp-news-article .article_item .link_box {
  margin: 20px auto;
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.comp-news-article .article_item .link_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: inherit;
}
.comp-news-article .article_item .link_box a .link_img {
  width: 100px;
  margin-right: 15px;
}
.comp-news-article .article_item .link_box a .link_txt {
  width: calc(100% - 115px);
}
.comp-news-article .article_item .link_box a .link_txt .link_ttl {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5;
}
.comp-news-article .article_item .link_box a .link_txt .link_url {
  display: block;
  font-size: 1rem;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.comp-news-article .article_item .article_voice {
  margin-top: 20px;
}
.comp-news-article .article_item .article_voice .voice_img {
  margin-bottom: 25px;
}
.comp-news-article .article_item .article_voice .voice_img img {
  width: 100%;
}
.comp-news-article .article_item .article_voice .voice_contents .voice_name {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
  white-space: pre-line;
}
.comp-news-article .article_item .article_voice .voice_contents .voice_description {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-news-article .article_item .article_voice .voice_contents .voice_description p {
  margin-bottom: 1em;
}
.comp-news-article .article_item .article_voice .voice_contents .voice_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-news-article .article_item .article_voice .voice_contents .voice_description {
    font-size: 1.5rem;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .comp-news-article .article_item .article_ttl {
    font-size: 2rem;
    margin-top: 65px;
    margin-bottom: 15px;
  }
  .comp-news-article .article_item .img_wrap {
    margin-bottom: 45px;
  }
  .comp-news-article .article_item .description {
    margin-bottom: 45px;
  }
  .comp-news-article .article_item .link_box {
    margin: 30px auto;
    padding: 20px 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  .comp-news-article .article_item .link_box a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  .comp-news-article .article_item .link_box a:hover {
    opacity: 0.75;
  }
  .comp-news-article .article_item .link_box a .link_img {
    width: 200px;
    margin-right: 25px;
  }
  .comp-news-article .article_item .link_box a .link_txt {
    width: calc(100% - 225px);
  }
  .comp-news-article .article_item .link_box a .link_txt .link_ttl {
    display: block;
    font-size: 1.5rem;
  }
  .comp-news-article .article_item .link_box a .link_txt .link_url {
    font-size: 1.2rem;
    text-decoration: underline;
  }
  .comp-news-article .article_item .article_voice {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-news-article .article_item .article_voice .voice_img {
    width: 200px;
    margin-right: 25px;
    margin-bottom: 0px;
  }
  .comp-news-article .article_item .article_voice .voice_contents {
    width: calc(100% - 225px);
  }
  .comp-news-article .article_item .article_voice .voice_contents .voice_name {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .comp-news-article .article_item .article_voice .voice_contents .voice_description {
    font-size: 1.3rem;
  }
}
/**/