@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: #000000;
  background: #FAFAFA;
  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: 100px;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  will-change: opacity;
  overflow: hidden;
}
article.loading {
  opacity: 0;
}

section .section_inner {
  width: 87vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  section .section_inner {
    width: 86%;
    max-width: 1590px;
  }
}
@media screen and (min-width: 720px) {
  section .section_inner {
    min-width: 1200px;
  }
  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;
}
header::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-transition: background 0.2s, color;
  transition: background 0.2s, color;
  will-change: background, color;
  opacity: calc(var(--scroll) * 10 - 200);
}
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 #FAFAFA;
  -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 a {
  display: block;
  width: 150px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
header .header_inner .header_right .header_navigation {
  display: none;
}
header .header_inner .header_right .hummenu_wrap button {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-left: 1px solid #FAFAFA;
  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: #FAFAFA;
  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.underpage::before {
  background: #FAFAFA;
}
header.underpage .header_inner {
  border-bottom: 1px solid #000000;
}
header.underpage .header_inner .header_left {
  padding-left: 15px;
}
header.underpage .header_inner .header_left a {
  -webkit-filter: unset;
          filter: unset;
}
header.underpage .header_inner .header_right .hummenu_wrap button {
  border-left: 1px solid #000000;
}
header.underpage .header_inner .header_right .hummenu_wrap button span {
  background: #000000;
}
header.hum_open {
  color: #fff;
}
header.hum_open::before {
  background: #000000;
}
header.hum_open .header_inner {
  border-bottom: 1px solid #FAFAFA;
}
header.hum_open .header_inner .header_left a {
  -webkit-filter: invert(1);
          filter: invert(1);
}
header.hum_open .header_inner .header_right .hummenu_wrap button {
  border-left: 1px solid #FAFAFA;
}
header.hum_open .header_inner .header_right .hummenu_wrap button span {
  background: #FAFAFA;
}
header.hum_open .header_inner .header_right .hummenu_wrap button span:nth-of-type(1) {
  -webkit-transform: translateY(2.5px) rotate(45deg);
          transform: translateY(2.5px) rotate(45deg);
}
header.hum_open .header_inner .header_right .hummenu_wrap button span:nth-of-type(2) {
  -webkit-transform: translateY(-2.5px) rotate(-45deg);
          transform: translateY(-2.5px) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  header {
    color: #FAFAFA;
  }
  header .header_inner {
    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 #FAFAFA;
  }
  header .header_inner .header_left {
    padding-left: 25px;
  }
  header .header_inner .header_left a {
    display: block;
    width: 240px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  header .header_inner .header_left a:hover {
    opacity: 0.75;
  }
  header .header_inner .header_right .header_navigation {
    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;
  }
  header .header_inner .header_right .header_navigation 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;
  }
  header .header_inner .header_right .header_navigation ul li {
    margin-right: 50px;
  }
  header .header_inner .header_right .header_navigation ul li a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    color: inherit;
    padding: 10px 0;
    letter-spacing: 0.2em;
  }
  header .header_inner .header_right .header_navigation ul li a::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #FAFAFA;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    will-change: width;
  }
  header .header_inner .header_right .header_navigation ul li a:hover::before {
    width: 80%;
  }
  header .header_inner .header_right .header_navigation .saiyo_link {
    height: 70px;
    line-height: 70px;
  }
  header .header_inner .header_right .header_navigation .saiyo_link 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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000000;
    padding: 0 40px;
    background: #FAFAFA;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    will-change: background;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    letter-spacing: 0.2em;
  }
  header .header_inner .header_right .header_navigation .saiyo_link a:hover {
    opacity: 0.75;
  }
  header .header_inner .header_right .header_navigation .saiyo_link a .txt {
    font-size: 1.6rem;
    margin-right: 6px;
  }
  header .header_inner .header_right .header_navigation .saiyo_link a .outer {
    width: 9px;
  }
  header .header_inner .header_right .header_navigation .saiyo_link a .outer svg .cls-1 {
    fill: none;
    stroke: #000000;
  }
  header .header_inner .header_right .hummenu_wrap {
    display: none;
  }
  header.underpage {
    color: #000000;
  }
  header.underpage .header_inner {
    border-bottom: 1px solid #000000;
  }
  header.underpage .header_inner .header_right .header_navigation ul li a::before {
    background: #000000;
  }
  header.underpage .header_inner .header_right .header_navigation ul li a:hover::before {
    background: #000000;
  }
  header.underpage .header_inner .header_right .header_navigation .saiyo_link a {
    color: #FAFAFA;
    background: #000000;
  }
  header.underpage .header_inner .header_right .header_navigation .saiyo_link a .outer svg .cls-1 {
    stroke: #FAFAFA;
  }
}
footer {
  padding: 50px 0;
  background: #000000;
  color: #EEEDED;
}
footer .footer_inner {
  width: 87vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  footer .footer_inner {
    width: 86%;
    max-width: 1590px;
  }
}
footer .footer_inner .footer_upper {
  margin-bottom: 40px;
}
footer .footer_inner .footer_upper .footer_logo {
  width: 80%;
  margin: 0 auto 30px;
}
footer .footer_inner .footer_upper .footer_logo a {
  display: block;
}
footer .footer_inner .footer_upper .footer_sns {
  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;
}
footer .footer_inner .footer_upper .footer_sns .sns_item {
  margin-right: 15px;
}
footer .footer_inner .footer_upper .footer_sns .sns_item:nth-last-of-type(1) {
  margin-right: 0;
}
footer .footer_inner .footer_upper .footer_sns .sns_item a {
  display: block;
}
footer .footer_inner .footer_upper .footer_sns .sns_item a img {
  height: 18px;
}
footer .footer_inner .footer_lower .footer_navigation {
  margin-bottom: 40px;
}
footer .footer_inner .footer_lower .footer_navigation ul {
  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;
  margin-bottom: 40px;
}
footer .footer_inner .footer_lower .footer_navigation ul li {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
footer .footer_inner .footer_lower .footer_navigation ul li::after {
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  background: #EEEDED;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
footer .footer_inner .footer_lower .footer_navigation ul li a {
  font-size: 1.5rem;
  color: #EEEDED;
}
footer .footer_inner .footer_lower .footer_navigation ul li:nth-of-type(2), footer .footer_inner .footer_lower .footer_navigation ul li:nth-last-of-type(1) {
  margin-right: 0;
  padding-right: 0;
}
footer .footer_inner .footer_lower .footer_navigation ul li:nth-of-type(2)::after, footer .footer_inner .footer_lower .footer_navigation ul li:nth-last-of-type(1)::after {
  display: none;
}
footer .footer_inner .footer_lower .footer_navigation ul li.dummy {
  width: 100%;
  height: 20px;
}
footer .footer_inner .footer_lower .footer_navigation ul li.dummy::after {
  display: none;
}
footer .footer_inner .footer_lower .footer_navigation .saiyo_link a {
  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;
  border: 1px solid #EEEDED;
  border-radius: 200px;
  padding: 15px 0;
  color: #EEEDED;
}
footer .footer_inner .footer_lower .footer_navigation .saiyo_link a .txt {
  font-size: 1.5rem;
  margin-right: 6px;
}
footer .footer_inner .footer_lower .footer_navigation .saiyo_link a .outer {
  width: 9px;
}
footer .footer_inner .footer_lower .footer_navigation .saiyo_link a .outer svg .cls-1 {
  fill: none;
  stroke: #fff;
}
footer .footer_inner .footer_lower .copyright_wrap {
  text-align: center;
}
footer .footer_inner .footer_lower .copyright_wrap .privacy_link {
  margin-bottom: 35px;
}
footer .footer_inner .footer_lower .copyright_wrap .privacy_link a {
  text-align: center;
  font-size: 1.3rem;
  color: inherit;
}
footer .footer_inner .footer_lower .copyright_wrap .copyright {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 80px 0;
  }
  footer .footer_inner {
    width: 87vw;
    margin-left: auto;
    margin-right: auto;
    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;
  }
}
@media screen and (min-width: 768px) and (min-width: 720px) {
  footer .footer_inner {
    width: 86%;
    max-width: 1590px;
  }
}
@media screen and (min-width: 768px) {
  footer .footer_inner .footer_upper {
    margin-bottom: 0px;
  }
  footer .footer_inner .footer_upper .footer_logo {
    width: 320px;
    margin: 0 auto 30px;
  }
  footer .footer_inner .footer_upper .footer_logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  footer .footer_inner .footer_upper .footer_logo a:hover {
    opacity: 0.75;
  }
  footer .footer_inner .footer_upper .footer_logo a img {
    width: 100%;
  }
  footer .footer_inner .footer_upper .footer_sns {
    padding-left: 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footer_inner .footer_upper .footer_sns .sns_item {
    margin-right: 20px;
  }
  footer .footer_inner .footer_upper .footer_sns .sns_item:nth-last-of-type(1) {
    margin-right: 0;
  }
  footer .footer_inner .footer_upper .footer_sns .sns_item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  footer .footer_inner .footer_upper .footer_sns .sns_item a:hover {
    opacity: 0.75;
  }
  footer .footer_inner .footer_upper .footer_sns .sns_item a img {
    height: 20px;
  }
  footer .footer_inner .footer_lower .footer_navigation {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 30px;
  }
  footer .footer_inner .footer_lower .footer_navigation ul {
    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;
    margin-bottom: 0px;
  }
  footer .footer_inner .footer_lower .footer_navigation ul li {
    margin-right: 20px;
    padding-right: 0px;
  }
  footer .footer_inner .footer_lower .footer_navigation ul li::after {
    display: none;
  }
  footer .footer_inner .footer_lower .footer_navigation ul li a {
    position: relative;
    font-size: 1.6rem;
    padding: 10px 0;
  }
  footer .footer_inner .footer_lower .footer_navigation ul li a::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #EEEDED;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    will-change: width;
  }
  footer .footer_inner .footer_lower .footer_navigation ul li a:hover::before {
    width: 80%;
  }
  footer .footer_inner .footer_lower .footer_navigation ul li:nth-of-type(2), footer .footer_inner .footer_lower .footer_navigation ul li:nth-last-of-type(1) {
    margin-right: 20px;
  }
  footer .footer_inner .footer_lower .footer_navigation ul li.dummy {
    display: none;
  }
  footer .footer_inner .footer_lower .footer_navigation .saiyo_link a {
    padding: 10px 20px;
    -webkit-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    will-change: background, color;
  }
  footer .footer_inner .footer_lower .footer_navigation .saiyo_link a .txt {
    font-size: 1.5rem;
    margin-right: 6px;
  }
  footer .footer_inner .footer_lower .footer_navigation .saiyo_link a .outer svg .cls-1 {
    -webkit-transition: stroke 0.2s;
    transition: stroke 0.2s;
    will-change: stroke;
  }
  footer .footer_inner .footer_lower .footer_navigation .saiyo_link a:hover {
    background: #EEEDED;
    color: #000000;
  }
  footer .footer_inner .footer_lower .footer_navigation .saiyo_link a:hover .outer svg .cls-1 {
    stroke: #000000;
  }
  footer .footer_inner .footer_lower .copyright_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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: left;
  }
  footer .footer_inner .footer_lower .copyright_wrap .privacy_link {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
  }
  footer .footer_inner .footer_lower .copyright_wrap .privacy_link::after {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 15px;
    background: #EEEDED;
  }
  footer .footer_inner .footer_lower .copyright_wrap .privacy_link a {
    font-size: 1.3rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  footer .footer_inner .footer_lower .copyright_wrap .privacy_link a:hover {
    opacity: 0.75;
  }
  footer .footer_inner .footer_lower .copyright_wrap .copyright {
    font-size: 1.3rem;
  }
}
.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: #000000;
  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: 768px) {
  .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 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_navigation .saiyo_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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 .footer_sns {
  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;
}
.comp-hummenu .contents .hummenu_inner .hummenu_lower .footer_sns .sns_item {
  margin-right: 15px;
}
.comp-hummenu .contents .hummenu_inner .hummenu_lower .footer_sns .sns_item:nth-last-of-type(1) {
  margin-right: 0;
}
.comp-hummenu .contents .hummenu_inner .hummenu_lower .footer_sns .sns_item a {
  display: block;
}
.comp-hummenu .contents .hummenu_inner .hummenu_lower .footer_sns .sns_item a img {
  height: 18px;
}
.comp-hummenu .contents .hummenu_inner .hummenu_lower .privacy_link a {
  color: inherit;
  font-size: 1.2rem;
}

/*########## ページ個別レイアウト ##########*/
.page-index {
  padding-top: 0;
}
.page-index .section-technology {
  padding: 50px 0;
  background: #000000;
  color: #EEEDED;
}
.page-index .section-technology .flex_layout .flex_right {
  margin-bottom: 35px;
}
.page-index .section-technology .flex_layout .flex_right .movie_wrap {
  position: relative;
  width: 100%;
  height: 45vw;
}
.page-index .section-technology .flex_layout .flex_right .movie_wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-index .section-zenshot {
  padding: 50px 0;
}
.page-index .section-zenshot .zenshot_logo {
  width: 180px;
  margin: 0 auto 15px;
}
.page-index .section-zenshot .zenshot_ttl {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.page-index .section-zenshot .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-zenshot .zenshot_description p {
  margin-bottom: 1em;
}
.page-index .section-zenshot .zenshot_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .page-index .section-zenshot .zenshot_description {
    font-size: 1.5rem;
    padding: 0;
  }
}
.page-index .section-zenshot .zenshot_description br {
  display: none;
}
.page-index .section-zenshot .comp-link-button {
  margin: 25px auto 0;
}
.page-index .section-zenshot .comp-link-button a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-index .section-corporate {
  padding: 50px 0;
  background: #000000;
  border-bottom: 1px solid #979797;
}
.page-index .section-corporate .flex_layout .flex_right {
  margin-bottom: 35px;
}
.page-index .section-news-list {
  padding: 50px 0;
  background: #000000;
  color: #EEEDED;
}

@media screen and (min-width: 768px) {
  .page-index {
    padding-top: 0;
  }
  .page-index .section-technology {
    padding: 100px 0;
    background: #000000;
    color: #EEEDED;
  }
  .page-index .section-technology .flex_layout {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-index .section-technology .flex_layout .flex_left .comp-section-title .ttl_description span {
    display: block;
  }
  .page-index .section-technology .flex_layout .flex_right {
    margin-bottom: 0px;
  }
  .page-index .section-technology .flex_layout .flex_right .movie_wrap {
    height: 300px;
  }
  .page-index .section-zenshot {
    padding: 100px 0;
  }
  .page-index .section-zenshot .zenshot_logo {
    width: 200px;
    margin: 0 auto 25px;
  }
  .page-index .section-zenshot .zenshot_ttl {
    font-size: 4.2rem;
    margin-bottom: 30px;
  }
  .page-index .section-zenshot .zenshot_ttl br {
    display: none;
  }
  .page-index .section-zenshot .zenshot_description {
    text-align: center;
  }
  .page-index .section-zenshot .zenshot_description br {
    display: block;
  }
  .page-index .section-zenshot .comp-link-button {
    margin-top: 40px;
  }
  .page-index .section-zenshot .comp-link-button a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-index .section-corporate {
    padding: 120px 0 160px;
    background: #000000;
    border-bottom: 0px solid #979797;
  }
  .page-index .section-corporate .flex_layout {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-index .section-corporate .flex_layout .flex_left .comp-section-title .ttl_description span {
    display: block;
  }
  .page-index .section-corporate .flex_layout .flex_right {
    margin-bottom: 0px;
  }
  .page-index .section-news-list {
    padding: 0 0 120px;
    background: #000000;
    color: #EEEDED;
  }
}
.page-technology {
  padding-top: 0;
}
.page-technology .section-tech-header {
  padding: 100px 0 60px;
  background: #000000;
  color: #EEEDED;
}
.page-technology .section-tech-header .section_inner .flex_layout {
  margin-bottom: 35px;
}
.page-technology .section-tech-header .section_inner .flex_layout .flex_left {
  margin-bottom: 30px;
}
.page-technology .section-tech-header .section_inner .flex_layout .flex_right .comp-flex-txt-wrap .flex_subttl br {
  display: none;
}
.page-technology .section-tech-header .section_inner .chart_wrap .chrart_img_wrap {
  margin-bottom: 0px;
}
.page-technology .section-tech-header .section_inner .chart_wrap .chart_ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.page-technology .section-layer-chart {
  padding: 60px 0;
}
.page-technology .section-layer-chart .layer_ttl_wrap .layer_subttl {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto 45px;
}

@media screen and (min-width: 768px) {
  .page-technology {
    padding-top: 0;
  }
  .page-technology .section-tech-header {
    padding: 115px 0 120px;
    background: #000000;
    color: #EEEDED;
  }
  .page-technology .section-tech-header .section_inner .flex_layout {
    margin-bottom: 80px;
  }
  .page-technology .section-tech-header .section_inner .flex_layout .flex_left {
    margin-bottom: 0px;
  }
  .page-technology .section-tech-header .section_inner .flex_layout .flex_right .comp-flex-txt-wrap .flex_subttl br {
    display: block;
  }
  .page-technology .section-tech-header .section_inner .chart_wrap {
    max-width: 84%;
    margin: 0 auto;
  }
  .page-technology .section-tech-header .section_inner .chart_wrap .chrart_img_wrap {
    margin-bottom: 0px;
  }
  .page-technology .section-tech-header .section_inner .chart_wrap .chart_ttl {
    font-size: 2.4rem;
  }
  .page-technology .section-tech-header .section_inner .chart_wrap .chart_ttl br {
    display: none;
  }
  .page-technology .section-layer-chart {
    padding: 120px 0;
  }
  .page-technology .section-layer-chart .layer_ttl_wrap {
    text-align: center;
    margin-bottom: 80px;
  }
  .page-technology .section-layer-chart .layer_ttl_wrap .comp-section-title .ttl::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .page-technology .section-layer-chart .layer_ttl_wrap .layer_subttl {
    font-size: 3.2rem;
    margin: 0px auto 30px;
  }
  .page-technology .section-layer-chart .layer_ttl_wrap .layer_subttl br {
    display: none;
  }
  .page-technology .section-layer-chart .comp-layer-chart {
    max-width: 88%;
    margin: 0 auto;
  }
}
.page-corporate {
  padding-top: 0;
}
.page-corporate .section-corp-header {
  padding: 100px 0 50px;
  border-bottom: 1px solid #979797;
}
.page-corporate .section-corp-header .flex_layout {
  margin-bottom: 30px;
}
.page-corporate .section-corp-header .flex_layout .flex_left {
  margin-bottom: 25px;
}
.page-corporate .section-corp-header .flex_layout .flex_right .flex_subttl {
  margin-bottom: 5px;
}
.page-corporate .section-corp-header .flex_layout .flex_right .flex_description {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-corporate .section-corp-header .flex_layout .flex_right .flex_description p {
  margin-bottom: 1em;
}
.page-corporate .section-corp-header .flex_layout .flex_right .flex_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .page-corporate .section-corp-header .flex_layout .flex_right .flex_description {
    font-size: 1.5rem;
    padding: 0;
  }
}
.page-corporate .section-corp-header .corp_img_wrap {
  position: relative;
  height: 50vw;
  overflow: hidden;
  margin-bottom: 25px;
}
.page-corporate .section-corp-header .corp_img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-corporate .section-corp-header .corp_img_wrap .overlay {
  opacity: 0;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-transform: translate(0, 20%);
          transform: translate(0, 20%);
  -webkit-transition: opacity 1.2s, -webkit-filter 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-filter 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transition: opacity 1.2s, filter 1.2s, transform 1.2s, -webkit-filter 1.2s, -webkit-transform 1.2s;
  will-change: opacity, filter, transform;
}
.page-corporate .section-corp-header .corp_img_wrap.palarax .overlay {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}
.page-corporate .section-corp-header .purpose_description {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-corporate .section-corp-header .purpose_description p {
  margin-bottom: 1em;
}
.page-corporate .section-corp-header .purpose_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .page-corporate .section-corp-header .purpose_description {
    font-size: 1.5rem;
    padding: 0;
  }
}
.page-corporate .section-industrialization {
  padding: 50px 0;
  border-bottom: 1px solid #979797;
}
.page-corporate .section-industrialization .industrial_ttl {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}
.page-corporate .section-industrialization .industrial_wrapper {
  padding: 30px 20px;
  background: #F4F5F5;
}
.page-corporate .section-industrialization .industrial_wrapper .industrial_image {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding-top: 30px;
  padding-bottom: 20px;
}
.page-corporate .section-industrialization .industrial_wrapper .industrial_desc {
  padding: 15px 0;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #979797;
  margin-bottom: 30px;
}
.page-corporate .section-industrialization .industrial_wrapper .industrial_desc p {
  margin-bottom: 1em;
}
.page-corporate .section-industrialization .industrial_wrapper .industrial_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .page-corporate .section-industrialization .industrial_wrapper .industrial_desc {
    font-size: 1.5rem;
    padding: 0;
  }
}
.page-corporate .section-industrialization .industrial_wrapper .industrial_lower_img {
  width: 50px;
  margin: 0 auto;
}
.page-corporate .section-values {
  padding: 50px 0;
}
.page-corporate .section-values .value_ttl_wrap .value_subttl {
  margin-top: 25px;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.page-corporate .section-values .value_ttl_wrap .value_subttl br {
  display: none;
}
.page-corporate .section-corporate {
  padding: 50px 0;
  background: #000000;
  color: #EEEDED;
  border-bottom: 1px solid #979797;
}
.page-corporate .section-corporate .flex_layout .flex_left {
  margin-bottom: 30px;
}
.page-corporate .section-office {
  padding: 50px 0;
  background: #000000;
  color: #EEEDED;
}
.page-corporate .section-office .flex_layout .flex_left {
  text-align: center;
  margin-bottom: 30px;
}
.page-corporate .section-office .flex_layout .flex_left .comp-section-title .ttl::before {
  left: 0;
  right: 0;
  margin: auto;
}
.page-corporate .section-investor {
  padding: 50px 0 20px;
  border-bottom: 1px solid #979797;
}
.page-corporate .section-investor .flex_left {
  margin-bottom: 30px;
}
.page-corporate .section-supporter {
  padding: 50px 0;
}
.page-corporate .section-supporter .flex_layout .flex_left {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-corporate .section-corp-header {
    padding-top: 115px;
    padding-bottom: 0px;
    border-bottom: 0px solid #979797;
  }
  .page-corporate .section-corp-header .section_inner {
    padding-bottom: 120px;
    border-bottom: 1px solid #979797;
  }
  .page-corporate .section-corp-header .flex_layout {
    margin-bottom: 60px;
  }
  .page-corporate .section-corp-header .flex_layout .flex_left {
    margin-bottom: 0px;
  }
  .page-corporate .section-corp-header .flex_layout .flex_right {
    padding-right: 8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-corporate .section-corp-header .flex_layout .flex_right .flex_subttl {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
  .page-corporate .section-corp-header .corp_img_wrap {
    max-width: 1040px;
    height: 582px;
    margin: 0 auto 50px;
  }
  .page-corporate .section-corp-header .purpose_description {
    width: 50%;
    margin-left: 50%;
  }
  .page-corporate .section-industrialization {
    padding: 120px 0 0;
    border-bottom: 0px;
  }
  .page-corporate .section-industrialization .section_inner {
    padding-bottom: 120px;
    border-bottom: 1px solid #979797;
  }
  .page-corporate .section-industrialization .industrial_ttl {
    font-size: 3.2rem;
    margin-bottom: 60px;
  }
  .page-corporate .section-industrialization .industrial_wrapper {
    max-width: 84%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 100px;
  }
  .page-corporate .section-industrialization .industrial_wrapper .industrial_image {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-corporate .section-industrialization .industrial_wrapper .industrial_desc {
    padding: 50px 0;
    border-bottom: 1px solid #979797;
    margin-bottom: 50px;
  }
  .page-corporate .section-industrialization .industrial_wrapper .industrial_lower_img {
    width: 50px;
    margin: 0 auto;
  }
  .page-corporate .section-values {
    padding: 120px 0;
  }
  .page-corporate .section-values .value_ttl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-corporate .section-values .value_ttl_wrap .comp-section-title {
    width: 50%;
  }
  .page-corporate .section-values .value_ttl_wrap .value_subttl {
    width: 50%;
    margin-top: 0px;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 80px;
  }
  .page-corporate .section-values .value_ttl_wrap .value_subttl br {
    display: block;
  }
  .page-corporate .section-corporate {
    padding: 120px 0;
    background: #000000;
    color: #EEEDED;
    border-bottom: 1px solid #979797;
  }
  .page-corporate .section-corporate .flex_layout .flex_left {
    margin-bottom: 30px;
  }
  .page-corporate .section-office {
    padding: 120px 0;
    background: #000000;
    color: #EEEDED;
  }
  .page-corporate .section-office .flex_layout .flex_left {
    text-align: left;
    margin-bottom: 0px;
  }
  .page-corporate .section-office .flex_layout .flex_left .comp-section-title .ttl::before {
    left: 0;
    right: unset;
  }
  .page-corporate .section-investor {
    padding: 120px 0 60px;
    border-bottom: 1px solid #979797;
  }
  .page-corporate .section-investor .flex_left {
    margin-bottom: 0px;
  }
  .page-corporate .section-supporter {
    padding: 120px 0;
  }
  .page-corporate .section-supporter .flex_layout .flex_left {
    width: 35%;
    margin-bottom: 0px;
  }
  .page-corporate .section-supporter .flex_layout .flex_right {
    width: 65%;
  }
}
.page-news-detail {
  padding-top: 120px;
}
.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 #000000;
  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_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: 768px) {
  .page-news-detail {
    padding-top: 140px;
  }
  .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_thumbs {
    margin-top: 30px;
  }
  .page-news-detail .section-news-contents {
    padding-bottom: 60px;
    margin-bottom: 100px;
  }
}
.page-underpage {
  padding-top: 120px;
}
.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: 768px) {
  .page-underpage {
    padding-top: 160px;
  }
  .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: #FAFAFA;
  background: #000000;
  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: 768px) {
  .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: #FAFAFA;
    background: #000000;
    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: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.comp-section-title .ttl::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  background: #000000;
}
.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: 768px) {
  .comp-section-title .ttl {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 30px;
  }
  .comp-section-title .ttl::before {
    display: block;
    content: "";
    position: absolute;
    left: 3px;
    bottom: 0;
    width: 20px;
    height: 3px;
    background: #000000;
  }
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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 .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: #000000;
  font-size: 1.2rem;
  color: #fff;
}
.comp-form-wrap .form_item .label_wrap .optional {
  padding: 7px;
  background: #fff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .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: #000000;
  line-height: 48px;
}
@media screen and (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  margin-bottom: 12px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .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-bottom: -2px;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
}
.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: #000000;
  -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 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 .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: 768px) {
  .comp-form-wrap .form_item .form_box .notice_list {
    font-size: 1.4rem;
    background: #FAFAFA;
  }
}
.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 #979797;
}
.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: #000000;
  -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: #000000;
  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: #000000;
  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: 768px) {
  .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 #fff;
  }
  .comp-form-wrap .form_item .form_box .radio_box label .radio_checker::after {
    background: #000000;
  }
  .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 #fff;
  }
  .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: #000000;
  }
  .comp-form-wrap .submit_wrap {
    max-width: 360px;
    margin: 30px auto 0;
  }
}
@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 80, 20;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    stroke-dasharray: 80, 20;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.comp-link-button {
  max-width: 140px;
}
.comp-link-button 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;
  color: inherit;
}
.comp-link-button a .txt {
  position: relative;
  font-size: 1.4rem;
  font-family: larsseit, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding-right: 15px;
  padding-bottom: 5px;
  margin-right: 10px;
}
.comp-link-button a .txt::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}
.comp-link-button a .caret {
  position: relative;
  width: 50px;
  height: 50px;
  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;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
.comp-link-button a .caret .arrow {
  width: 20px;
}
.comp-link-button a .caret .arrow .cls-1 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
}
.comp-link-button a .caret .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}
.comp-link-button a .caret .circle .st1 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: circle 3s linear infinite;
          animation: circle 3s linear infinite;
}
.comp-link-button a:hover .caret {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.comp-link-button.white a {
  color: #EEEDED;
}
.comp-link-button.white a .txt::before {
  background: #EEEDED;
}
.comp-link-button.white a .caret .arrow .cls-1 {
  stroke: #EEEDED;
}
.comp-link-button.white a .caret .circle .st1 {
  stroke: #EEEDED;
}

.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: #000000;
}

@media screen and (min-width: 768px) {
  .comp-page-bread {
    font-size: 1.3rem;
  }
}
/* 共通セクション */
.comp-section-recruit {
  border-top: 1px solid #d8d8d8;
  padding: 50px 0;
}
.comp-section-recruit .flex_layout .flex_left {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .comp-section-recruit {
    border-top: 1px solid #d8d8d8;
    padding: 120px 0;
  }
  .comp-section-recruit .flex_layout {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comp-section-recruit .flex_layout .flex_left {
    margin-bottom: 0px;
  }
}
.comp-section-news-list {
  padding-bottom: 50px;
}
.comp-section-news-list .section_inner .newslist_flex {
  position: relative;
  padding-bottom: 80px;
}
.comp-section-news-list .section_inner .newslist_flex .newslist_ttl {
  margin-bottom: 35px;
}
.comp-section-news-list .section_inner .newslist_flex .newslist_ttl .comp-link-button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .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-link-button {
    position: static;
    margin-top: 50px;
  }
  .comp-section-news-list .section_inner .newslist_flex .newslist_contents {
    width: 70%;
  }
}
/* トップページ */
.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: #000000;
}
.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(0, 0, 0, 0.4);
}
.comp-section-index-main .title_wrap {
  width: 87vw;
  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: 86%;
    max-width: 1590px;
  }
}
.comp-section-index-main .title_wrap .site_ttl {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 7px;
}
.comp-section-index-main .title_wrap .title_en {
  font-family: larsseit, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 1.2rem;
}
.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: 768px) {
  .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(0, 0, 0, 0.4);
  }
  .comp-section-index-main .title_wrap {
    width: 87vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 20;
    color: #EEEDED;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (min-width: 720px) {
  .comp-section-index-main .title_wrap {
    width: 86%;
    max-width: 1590px;
  }
}
@media screen and (min-width: 768px) {
  .comp-section-index-main .title_wrap .site_ttl {
    font-size: 4.2rem;
    margin-bottom: 10px;
  }
  .comp-section-index-main .title_wrap .title_en {
    font-size: 1.4rem;
  }
  .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-layer-chart .chart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.comp-layer-chart .chart_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-layer-chart .chart_item .ttl_wrap {
  width: 125px;
  border-top: 1px solid #000000;
  padding-top: 20px;
}
.comp-layer-chart .chart_item .ttl_wrap .layer_num {
  position: relative;
  font-family: larsseit, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.comp-layer-chart .chart_item .ttl_wrap .layer_num::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  background: #000000;
}
.comp-layer-chart .chart_item .ttl_wrap .layer_ttl {
  -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
          writing-mode: unset;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.3em;
}
.comp-layer-chart .chart_item .layer_img {
  width: calc(100% - 125px);
}
.comp-layer-chart .chart_item .layer_img img {
  max-width: 125%;
  width: 125%;
  -webkit-transform: translate(-20%, 0px);
          transform: translate(-20%, 0px);
  margin-top: 70px;
}
.comp-layer-chart .chart_item .layer_desc {
  width: 100%;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #000000;
}
.comp-layer-chart .chart_item .layer_desc .subttl {
  font-size: 2rem;
  font-weight: 400;
  font-family: larsseit, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
.comp-layer-chart .chart_item .layer_desc .description {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-layer-chart .chart_item .layer_desc .description p {
  margin-bottom: 1em;
}
.comp-layer-chart .chart_item .layer_desc .description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-layer-chart .chart_item .layer_desc .description {
    font-size: 1.5rem;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .comp-layer-chart .chart_item {
    position: relative;
    border-top: 1px solid #000000;
    padding: 30px 0;
    margin-bottom: 0;
  }
  .comp-layer-chart .chart_item:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  .comp-layer-chart .chart_item::before {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    left: 160px;
    width: 30px;
    height: 2px;
    background: #FAFAFA;
  }
  .comp-layer-chart .chart_item .ttl_wrap {
    width: 140px;
    height: 247px;
    margin-right: 20px;
    border-top: 0px solid #000000;
    padding-top: 0px;
  }
  .comp-layer-chart .chart_item .ttl_wrap .layer_num {
    position: relative;
    font-family: larsseit, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 1.6rem;
    padding-bottom: 25px;
    margin-bottom: 70px;
  }
  .comp-layer-chart .chart_item .ttl_wrap .layer_num::after {
    width: 20px;
  }
  .comp-layer-chart .chart_item .ttl_wrap .layer_ttl {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 1.6rem;
  }
  .comp-layer-chart .chart_item .layer_img {
    width: 240px;
    margin-left: 30px;
  }
  .comp-layer-chart .chart_item .layer_img img {
    max-width: 100%;
    width: 100%;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    margin-top: 0px;
  }
  .comp-layer-chart .chart_item .layer_desc {
    width: calc(100% - 430px);
    padding-top: 0px;
    margin-top: 0px;
    border-top: 0px solid #000000;
    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-layer-chart .chart_item .layer_desc .subttl {
    width: 345px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    font-family: larsseit, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
  }
  .comp-layer-chart .chart_item .layer_desc .description {
    width: calc(100% - 345px);
  }
}
/* 会社情報ページ */
.comp-value-list .value_item .value_txt {
  padding: 20px 0;
  text-align: center;
  border: 1px solid #979797;
  border-bottom: 0px;
}
.comp-value-list .value_item .value_txt .value_en {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.comp-value-list .value_item .value_txt .value_jp {
  font-size: 1.2rem;
}
.comp-value-list .value_item .spacer {
  display: block;
  height: 10px;
  border: 1px solid #979797;
  border-top: 0px;
}
.comp-value-list .dot_line {
  width: 100%;
  height: 45px;
  margin: 0 auto;
  background-size: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/corporate/dots.svg);
}

@media screen and (min-width: 768px) {
  .comp-value-list {
    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-value-list .value_item {
    width: 30%;
  }
  .comp-value-list .value_item .value_txt {
    padding: 30px 0;
  }
  .comp-value-list .value_item .value_txt .value_en {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .comp-value-list .value_item .value_txt .value_jp {
    font-size: 1.3rem;
  }
  .comp-value-list .dot_line {
    width: 5%;
    height: 4px;
    margin: 0 auto;
    background-size: 36px;
    background-image: url(../img/corporate/dots_pc.svg);
  }
}
.comp-corporate-profile .profile_item {
  font-size: 1.4rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #979797;
}
.comp-corporate-profile .profile_item:nth-last-of-type(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #979797;
}
.comp-corporate-profile .profile_item .profile_ttl {
  margin-bottom: 7px;
}
.comp-corporate-profile .profile_item .profile_contents {
  line-height: 1.78;
}
.comp-corporate-profile .iframe_wrap {
  position: relative;
  width: 100%;
  height: 66vw;
  margin-top: 25px;
}
.comp-corporate-profile .iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
}

@media screen and (min-width: 768px) {
  .comp-corporate-profile {
    border-top: 1px solid #979797;
  }
  .comp-corporate-profile .profile_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    font-size: 1.5rem;
    padding: 25px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #979797;
  }
  .comp-corporate-profile .profile_item::before, .comp-corporate-profile .profile_item::after {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #000000;
    left: 110px;
  }
  .comp-corporate-profile .profile_item::before {
    bottom: -1px;
  }
  .comp-corporate-profile .profile_item::after {
    display: none;
    top: -1px;
  }
  .comp-corporate-profile .profile_item:nth-of-type(1)::after {
    display: block;
  }
  .comp-corporate-profile .profile_item:nth-last-of-type(1) {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #979797;
  }
  .comp-corporate-profile .profile_item .profile_ttl {
    width: 110px;
    padding: 5px 0;
    margin-right: 20px;
    margin-bottom: 0px;
    border-right: 1px solid #979797;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-corporate-profile .profile_item .profile_contents {
    width: calc(100% - 130px);
  }
  .comp-corporate-profile .iframe_wrap {
    position: relative;
    width: 100%;
    height: 350px;
    margin-top: 40px;
  }
}
.comp-partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-partner-list .partner_item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.comp-partner-list .partner_item:nth-of-type(2n) {
  margin-right: 0;
}
.comp-partner-list .partner_item .partner_img {
  border: 1px solid #979797;
  margin-bottom: 12px;
}
.comp-partner-list .partner_item .partner_name {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .comp-partner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-partner-list .partner_item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 60px;
  }
  .comp-partner-list .partner_item:nth-of-type(2n) {
    margin-right: 5%;
  }
  .comp-partner-list .partner_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .comp-partner-list .partner_item .partner_img {
    margin-bottom: 20px;
  }
  .comp-partner-list .partner_item .partner_name {
    font-size: 1.4rem;
  }
}
.comp-office-slider {
  max-width: 88%;
  margin: 0 auto;
}
.comp-office-slider .slick-slider {
  width: 100%;
  position: relative;
}
.comp-office-slider .comp-slider-caret {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.comp-office-slider .comp-slider-caret .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #FAFAFA;
  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-office-slider .comp-slider-caret .circle svg {
  width: 9px;
}
.comp-office-slider .comp-slider-caret .circle svg .cls-1 {
  fill: none;
  stroke: #FAFAFA;
  stroke-width: 2px;
  stroke-miterlimit: 10;
}
.comp-office-slider .comp-slider-caret.prev-arrow {
  left: -35px;
  right: unset;
}
.comp-office-slider .comp-slider-caret.next-arrow {
  left: unset;
  right: -35px;
}
.comp-office-slider .slick-list {
  overflow: hidden;
}
.comp-office-slider .slick-track {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-office-slider .slick-track::after {
  display: block;
  content: "";
  clear: both;
}
.comp-office-slider .slick-track .slick-slide {
  float: left;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .comp-office-slider {
    max-width: 100%;
    margin: 0 auto;
  }
  .comp-office-slider .slick-slider {
    width: 100%;
    position: relative;
  }
  .comp-office-slider .comp-slider-caret .circle {
    width: 40px;
    height: 40px;
  }
  .comp-office-slider .comp-slider-caret .circle svg {
    width: 16px;
  }
  .comp-office-slider .comp-slider-caret .circle svg .cls-1 {
    stroke: #FAFAFA;
  }
  .comp-office-slider .comp-slider-caret.prev-arrow {
    left: -55px;
  }
  .comp-office-slider .comp-slider-caret.next-arrow {
    right: -55px;
  }
  .comp-office-slider .slick-list {
    overflow: hidden;
  }
}
.comp-usecase-list {
  border-bottom: 1px solid #979797;
}
.comp-usecase-list .usecase_item {
  padding: 20px 0;
  border-top: 1px solid #979797;
  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-usecase-list .usecase_item .img_wrap {
  width: 100px;
  margin-right: 20px;
}
.comp-usecase-list .usecase_item .txt_wrap {
  width: calc(100% - 120px);
}
.comp-usecase-list .usecase_item .txt_wrap .usecase_ttl {
  font-size: 1.4rem;
  margin-bottom: 7px;
}
.comp-usecase-list .usecase_item .txt_wrap .usecase_desc {
  font-size: 1.1rem;
  line-height: 1.78;
}

@media screen and (min-width: 768px) {
  .comp-usecase-list .usecase_item {
    padding: 30px 0;
  }
  .comp-usecase-list .usecase_item .img_wrap {
    width: 150px;
    margin-right: 30px;
  }
  .comp-usecase-list .usecase_item .txt_wrap {
    width: calc(100% - 180px);
  }
  .comp-usecase-list .usecase_item .txt_wrap .usecase_ttl {
    font-size: 1.8rem;
    margin-bottom: 7px;
  }
  .comp-usecase-list .usecase_item .txt_wrap .usecase_desc {
    font-size: 1.4rem;
    line-height: 1.78;
  }
}
/* 最新情報 */
.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 #000000;
  background: #FAFAFA;
  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: #000000;
  stroke-width: 2px;
  stroke-miterlimit: 10;
}
.comp-news-category .news_item.active {
  pointer-events: none;
}
.comp-news-category .news_item.active a {
  background: #000000;
  color: #FAFAFA;
}
.comp-news-category .news_item.active a .caret .cls-1 {
  stroke: #FAFAFA;
}

@media screen and (min-width: 768px) {
  .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: #000000;
    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 {
  padding: 10px 0;
  display: block;
  color: inherit;
}
.comp-news-list .news_item a .news_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.comp-news-list .news_item a .news_header .date {
  font-size: 1.4rem;
  font-family: larsseit, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-right: 15px;
}
.comp-news-list .news_item a .news_title {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .comp-news-list {
    border-bottom: 0px solid #d8d8d8;
  }
  .comp-news-list .news_item {
    border-top: 0px solid #d8d8d8;
    padding: 0px 0;
  }
  .comp-news-list .news_item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    padding: 0px 0;
    display: block;
    color: inherit;
    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;
    line-height: 100px;
  }
  .comp-news-list .news_item a:hover {
    opacity: 0.75;
  }
  .comp-news-list .news_item a .news_header {
    width: 240px;
    margin-right: 35px;
    margin-bottom: 0px;
    border-top: 1px solid #d8d8d8;
    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;
    font-size: 1.3rem;
  }
  .comp-news-list .news_item a .news_header .date {
    font-size: 1.4rem;
    font-family: larsseit, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-right: 0px;
  }
  .comp-news-list .news_item a .news_title {
    border-top: 1px solid #d8d8d8;
    width: calc(100% - 275px);
    font-size: 1.4rem;
    line-height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .comp-news-list .news_item:nth-last-of-type(1) a .news_header {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  .comp-news-list .news_item:nth-last-of-type(1) a .news_title {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
}
.comp-pager {
  margin: 60px auto 0;
  max-width: 400px;
}
@media screen and (min-width: 720px) {
  .comp-pager {
    margin-top: 80px;
  }
}
.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 #000000;
  background: #FAFAFA;
  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 #000000;
  border-right: 1px solid #000000;
}
.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: #000000;
  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;
}

@media screen and (min-width: 768px) {
  .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;
  }
}