@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  outline: none;
}

/*ALL Settings*/
html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  height: 100%;
  background: #F8F6F4;
  color: #262626;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt" 1;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

::-moz-selection {
  background: #F3D04B;
  color: #262626;
}

::selection {
  background: #F3D04B;
  color: #262626;
}

::-moz-selection {
  background: #F3D04B;
  color: #262626;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 850px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.btn_main {
  position: relative;
  display: inline-block;
  min-width: 180px;
  padding: 19px 40px 18px 30px;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  background-color: #2B2B33;
  text-align: left;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.3rem;
  transition: opacity 0.3s ease;
}
.btn_main::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  background: url(../img/common/arrow_w.svg) no-repeat right top;
  background-size: 22px 22px;
  transition: background-position 0.2s ease;
}
.btn_main.btn_yellow {
  color: #262626;
  background-color: #F3D04B;
}
.btn_main.btn_yellow::after {
  background: url(../img/common/arrow_b.svg) no-repeat right top;
  background-size: 22px 22px;
}

@media screen and (min-width: 851px) {
  .btn_main:hover {
    opacity: 0.8;
  }
  .btn_main:hover::after {
    background-position: left bottom;
  }
  .btn_main:hover.btn_yellow::after {
    background-position: left bottom;
  }
}
@media screen and (max-width: 850px) {
  .btn_main {
    min-width: 140px;
    padding: 14px 40px 14px 20px;
    font-size: 1.1rem;
  }
  .btn_main::after {
    width: 9px;
    height: 9px;
    margin-top: -4px;
    background: url(../img/common/arrow_w.svg) no-repeat right top;
    background-size: 18px 18px;
  }
  .btn_main.btn_yellow::after {
    background: url(../img/common/arrow_b.svg) no-repeat right top;
    background-size: 18px 18px;
  }
}
.btn_more_text {
  text-align: right;
}
.btn_more_text a {
  position: relative;
  display: inline-block;
  margin: 30px 0 0;
  padding: 12px 30px 12px 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.3rem;
  text-align: left;
}
.btn_more_text a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  background: url(../img/common/arrow_b.svg) no-repeat right top;
  background-size: 22px 22px;
  transition: background-position 0.2s ease;
}

@media screen and (min-width: 851px) {
  .btn_more_text a:hover {
    opacity: 0.8;
  }
  .btn_more_text a:hover::after {
    background-position: left bottom;
  }
}
@media screen and (max-width: 850px) {
  .btn_more_text a {
    padding: 10px 20px 10px 0;
    font-size: 1.1rem;
  }
  .btn_more_text a::after {
    width: 9px;
    height: 9px;
    margin-top: -4px;
    background: url(../img/common/arrow_b.svg) no-repeat right top;
    background-size: 18px 18px;
  }
}
.btn_contact {
  position: relative;
  display: inline-block;
  min-width: 160px;
  padding: 19px 20px 18px 20px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #2B2B33;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.3rem;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (min-width: 851px) {
  .btn_contact {
    margin-left: 30px;
  }
  .btn_contact:hover {
    color: #F3D04B;
  }
}
.btn_form {
  position: relative;
  display: inline-block;
  min-width: 180px;
  padding: 19px 30px 18px 30px;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  background-color: #2B2B33;
  text-align: center;
  font-size: 1.3rem;
  transition: opacity 0.3s ease;
}
.btn_form.back {
  background-color: #6c6c78;
}

@media screen and (min-width: 851px) {
  .btn_form:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 850px) {
  .btn_form {
    min-width: 140px;
    padding: 14px 20px 14px;
    font-size: 1.1rem;
  }
}
.btn_down {
  position: relative;
  display: inline-block;
  padding: 18px 45px 18px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  max-height: 50px;
  background-color: #EAE6E5;
  border-radius: 25px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.btn_down::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: url(../img/common/arrow_down.svg) no-repeat right top;
  background-size: 15px 30px;
  background-position: left bottom;
  transition: background-position 0.2s ease;
}

@media screen and (min-width: 851px) {
  .btn_down:hover {
    opacity: 0.8;
  }
  .btn_down:hover::after {
    background-position: left top;
  }
}
@media screen and (max-width: 850px) {
  .btn_down {
    padding: 13px 35px 13px 20px;
    font-size: 1.1rem;
  }
  .btn_down::after {
    right: 15px;
  }
}
.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.date,
.category {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  letter-spacing: 0.05em;
  display: inline-block;
}

.date {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
}

.category {
  font-size: 1.2rem;
}
@media screen and (max-width: 850px) {
  .category {
    font-size: 1rem;
  }
}

.youbi {
  margin: 0 0.3em;
  font-size: 0.7em;
}

.font-en {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3.2rem;
}

h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 850px) {
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
}
.ph, .thumb {
  position: relative;
  line-height: 0;
  text-align: center;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumb img {
  width: 100%;
}

.block--player, .video {
  margin: 0 auto 3vw;
  max-width: 800px;
}
.block--player video, .video video {
  width: 100%;
}

.youtube, .player {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}
.youtube iframe,
.youtube embed,
.youtube video, .player iframe,
.player embed,
.player video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* HIDE DOWNLOAD Video BUTTON */
video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.video > audio {
  width: 100%;
  width: 830px !important;
}

@media (max-width: 1000px) {
  .video > audio {
    width: 105% !important;
  }
}
/* Chrome 29+ */ /* HIDE DOWNLOAD Audio BUTTON */
@media screen and (-webkit-max-device-pixel-ratio: 0) and (-webkit-max-device-pixel-ratio: 0), screen and (-webkit-max-device-pixel-ratio: 0) and (max-resolution: 0.001dpcm) {
  .video > audio {
    width: 300px;
  }
}
.list_info {
  position: relative;
}
.list_info li {
  border-bottom: solid 1px #D8D4D4;
}
.list_info li a {
  position: relative;
  display: block;
  padding: 30px 50px 30px 0;
}
.list_info li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.list_info li a::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  background: url(../img/common/arrow_w.svg) no-repeat right top;
  background-size: 22px 22px;
}
.list_info li a .date {
  margin-bottom: 5px;
}
.list_info li a p {
  line-height: 1.5;
}

@media screen and (min-width: 851px) {
  .list_info li a {
    transition: opacity 0.3s ease;
  }
  .list_info li a::after {
    transition: background-position 0.3s ease;
  }
  .list_info li a:hover {
    opacity: 0.8;
  }
  .list_info li a:hover::after {
    background-position: left bottom;
  }
}
@media screen and (max-width: 850px) {
  .list_info li a::before {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .list_info li a::after {
    content: "";
    right: 11px;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    background: url(../img/common/arrow_w.svg) no-repeat right top;
    background-size: 18px 18px;
  }
}
.list_contents::after {
  content: "";
  display: block;
  clear: both;
}
.list_contents li {
  float: left;
  margin-bottom: 4%;
}
.list_contents li a .thumb {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
.list_contents li a .category {
  color: #BEBCBB;
}
.list_contents li a .category span {
  position: relative;
  display: inline-block;
}
.list_contents li a .category span + span {
  margin-left: 5px;
}
.list_contents li a .category span + span::before {
  content: ", ";
  left: -10px;
}

@media screen and (min-width: 851px) {
  .list_contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  .list_contents li:nth-child(3n) {
    margin-right: 0;
  }
  .list_contents li:nth-child(3n+1) {
    clear: both;
  }
  .list_contents li a {
    transition: opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .list_contents li a img {
    transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .list_contents li a:hover {
    opacity: 0.8;
  }
  .list_contents li a:hover .thumb img {
    transform: scale(1.05);
  }
}
.list_category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.list_category li {
  display: inline-block;
}
.list_category li a {
  display: block;
  margin-right: 12px;
  padding: 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1rem;
  letter-spacing: 0;
  border: 1px solid #262626;
  border-radius: 100px;
}
.list_category li a.is-active {
  background-color: #F3D04B;
  border: 1px solid #F3D04B;
}
.list_category li:last-child a {
  margin-right: 0;
}

.section_detail h1.tit {
  margin-bottom: 30px;
  font-size: 3.4rem;
  line-height: 1.5;
}
.section_detail .text figure {
  margin: 30px 0;
}
.section_detail .text a {
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.section_detail .text .wp-block-button a {
  text-decoration: none;
}
.section_detail .text h2, .section_detail .text h3, .section_detail .text h4 {
  margin: 1em 0 0.5em;
  line-height: 1.5;
}
.section_detail .text .block_outline {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.section_detail .text .block_outline dt, .section_detail .text .block_outline dd {
  margin-bottom: 15px;
  line-height: 1.5;
}
.section_detail .text .block_outline dt {
  width: 92px;
  padding-right: 15px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #97989C;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
}
.section_detail .text .block_outline dd {
  width: calc(100% - 92px);
  padding-left: 15px;
}

@media screen and (min-width: 851px) {
  .section_detail .text a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
@media screen and (max-width: 850px) {
  .section_detail h1.tit {
    font-size: 2.2rem;
  }
}
/* placeholder */
::-webkit-input-placeholder {
  color: #B1B1B1;
}

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

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

:-moz-placeholder {
  color: #B1B1B1;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  padding: 0.8em;
  color: #262626;
}
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #262626;
}
input:-webkit-autofill[disabled],
textarea:-webkit-autofill[disabled],
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  padding: 0.8em;
  height: 10em;
}
textarea:focus {
  border-color: #262626;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* required */
.required {
  display: inline-block;
  margin-left: 1em;
  padding: 3px 8px;
  border-radius: 2px;
  background-color: #ea3800;
  border-radius: 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}

form dl dt {
  margin: 2em 0 0.5em;
  font-weight: bold;
}
form dl dd {
  margin: 0 0 1em;
}
form .form_check {
  margin-top: 30px;
  padding: 30px 20px;
  border: solid 1px #D8D4D4;
  border-radius: 5px;
  text-align: center;
}
form .btn {
  margin-top: 30px;
  text-align: center;
}
form .btn .btn_form {
  text-align: center;
}
form .btn .btn_form::after {
  content: none;
}

.block_form_complete .btn {
  margin-top: 60px;
  text-align: center;
}

@media screen and (min-width: 851px) {
  .block_form {
    position: relative;
    margin: 60px auto;
    padding: 5vw;
  }
  .block_form form {
    max-width: 800px;
    margin: 0 auto;
  }
  .block_form form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block_form form dl dt {
    width: 25%;
    margin-top: 0;
    margin-bottom: 2em;
  }
  .block_form form dl dd {
    width: 70%;
    margin-bottom: 2em;
  }
  .block_form form .btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 850px) {
  form .form_check {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 850px) {
  .drawer__btn {
    display: none;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 60px;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    background-color: #2B2B33;
    border-radius: 50%;
    z-index: 101;
  }
  .drawer__btn .drawer__btn-inner {
    position: relative;
    display: block;
    width: 20px;
    height: 7px;
    font-size: 0;
    background: none;
    will-change: transform;
  }
  .drawer__btn .drawer__btn-inner span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ffffff;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }
  .drawer__btn .drawer__btn-inner span:nth-child(1) {
    top: 0;
  }
  .drawer__btn .drawer__btn-inner span:nth-child(2) {
    top: 5px;
  }
  .drawer__btn .drawer__btn-inner .drawer__btn-close {
    display: block;
    width: 20px;
    height: 20px;
  }
  .drawer__btn .drawer__btn-inner .drawer__btn-close span {
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    top: 50%;
    left: 0;
    transition-property: width, transform, opacity;
    transition-duration: 0.3s, 0.3s, 0.2s;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #ffffff;
    opacity: 0;
  }
  .is-drawer-shown .is-open .header_inner {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition-duration: 0.2s;
  }
  .is-drawer-shown .drawer__btn-inner {
    transition-duration: 0.4s;
  }
  .is-drawer-shown .drawer__btn-inner > span {
    opacity: 0;
  }
  .is-drawer-shown .drawer__btn-inner .drawer__btn-close span {
    width: 100%;
    opacity: 1;
    transition-property: width, transform, opacity;
    transition-duration: 0s, 0.2s, 0.2s;
    transition-delay: 0.4s, 0.4s, 0.4s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .is-drawer-shown .drawer__btn-inner .drawer__btn-close span:nth-child(1) {
    transform: rotate(-45deg);
  }
  .is-drawer-shown .drawer__btn-inner .drawer__btn-close span:nth-child(2) {
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 851px) {
  .drawer__btn {
    display: none;
  }
}
body:not(.page_home).is-in {
  color: #fff;
}
body:not(.page_home).is-in .container::before {
  opacity: 1;
}
body:not(.page_home).is-in header h1 a img {
  background: url(../img/common/logo_w.svg) no-repeat center center;
  background-size: contain;
}
body:not(.page_home) .content_body {
  padding: 180px 8vw 100px;
}
body:not(.page_home) .section_detail {
  color: #262626;
}

@media screen and (min-width: 851px) {
  body:not(.page_home).is-in header .gnav ul li a::before,
body:not(.page_home).is-in header .gnav ul li a::after,
body:not(.page_home).is-in header .gnav .dropmenu::before,
body:not(.page_home).is-in header .gnav .dropmenu::after {
    background-color: #ffffff;
  }
  body:not(.page_home).is-in header .gnav .sub li a::after {
    background-color: #262626;
  }
}
@media screen and (max-width: 850px) {
  body:not(.page_home) .content_body {
    padding-top: max(15vw, 100px);
    padding-left: 7vw;
    padding-right: 7vw;
    padding-bottom: 60px;
  }
}
.content_body section {
  position: relative;
}

.section_detail {
  max-width: 1140px;
  margin: 0 auto;
}

.page_tit {
  position: relative;
  margin-bottom: 1.5em;
}
.page_tit span {
  display: block;
}
.page_tit_en {
  margin-bottom: 0.4em;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.03em;
  font-size: min(7vw, 70px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}
.page_tit_jp {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1;
}

.section_tit {
  position: relative;
  padding-top: 0.5em;
  margin-bottom: 1.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.03em;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
}
.section_tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 2px;
  background-color: #262626;
  transition: width 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section_tit.delighter.started::before {
  width: 40px;
}

@media screen and (max-width: 850px) {
  .section_tit {
    font-size: max(4vw, 1.8rem);
  }
  .section_tit.delighter.started::before {
    width: 30px;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s 0.4s;
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scrollfade {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s 0.6s;
}

.anime_on.scrollfadein {
  opacity: 1;
  transform: translate(0, 0);
}

@-webkit-keyframes showtext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showtext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.notice {
  margin-top: 30px;
  padding: 30px;
  border: solid 1px #D8D4D4;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.document_end {
  margin-top: 60px;
  text-align: right;
}

.navigation.pagination {
  position: relative;
  margin-top: 60px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.navigation.pagination span {
  line-height: 1;
}
.navigation.pagination .prev-link {
  position: absolute;
  left: 0;
  padding: 8px 0;
}
.navigation.pagination .prev-link span {
  position: relative;
  padding-left: 50px;
}
.navigation.pagination .prev-link span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.navigation.pagination .prev-link span::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: url(../img/common/arrow_prev.svg) no-repeat left top;
  background-size: 30px 15px;
  transition: background-position 0.3s ease;
}
.navigation.pagination .next-link {
  position: absolute;
  right: 0;
  padding: 8px 0;
}
.navigation.pagination .next-link span {
  position: relative;
  padding-right: 50px;
}
.navigation.pagination .next-link span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.navigation.pagination .next-link span::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: url(../img/common/arrow_next.svg) no-repeat right top;
  background-size: 30px 15px;
  transition: background-position 0.3s ease;
}
.navigation.pagination .index-link {
  display: inline-block;
  padding: 8px;
}
.navigation.pagination .nav-links {
  position: relative;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 8px;
}
.navigation.pagination .nav-links .page-numbers.current {
  color: #F3D04B;
}
.navigation.pagination .nav-links .prev {
  position: absolute;
  left: 0;
  padding: 8px 0;
}
.navigation.pagination .nav-links .prev span {
  position: relative;
  padding-left: 50px;
}
.navigation.pagination .nav-links .prev span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.navigation.pagination .nav-links .prev span::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: url(../img/common/arrow_prev.svg) no-repeat left top;
  background-size: 30px 15px;
  transition: background-position 0.3s ease;
}
.navigation.pagination .nav-links .next {
  position: absolute;
  right: 0;
  padding: 8px 0;
}
.navigation.pagination .nav-links .next span {
  position: relative;
  padding-right: 50px;
}
.navigation.pagination .nav-links .next span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.navigation.pagination .nav-links .next span::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: url(../img/common/arrow_next.svg) no-repeat right top;
  background-size: 30px 15px;
  transition: background-position 0.3s ease;
}

@media screen and (min-width: 851px) {
  .navigation.pagination a.prev-link:hover span::after,
.navigation.pagination .nav-links .prev:hover span::after {
    background-position: -15px 0;
  }
  .navigation.pagination a.next-link:hover span::after,
.navigation.pagination .nav-links .next:hover span::after {
    background-position: 0 0;
  }
}
@media screen and (max-width: 850px) {
  .navigation.pagination .prev-link span {
    padding-left: 40px;
  }
  .navigation.pagination .prev-link span::before {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .navigation.pagination .prev-link span::after {
    left: 10px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-size: 24px 12px;
  }
  .navigation.pagination .next-link span {
    padding-right: 40px;
  }
  .navigation.pagination .next-link span::before {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .navigation.pagination .next-link span::after {
    right: 10px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-size: 24px 12px;
  }
  .navigation.pagination .nav-links .prev span {
    padding-left: 40px;
  }
  .navigation.pagination .nav-links .prev span::before {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .navigation.pagination .nav-links .prev span::after {
    left: 10px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-size: 24px 12px;
  }
  .navigation.pagination .nav-links .next span {
    padding-right: 40px;
  }
  .navigation.pagination .nav-links .next span::before {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .navigation.pagination .nav-links .next span::after {
    right: 10px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-size: 24px 12px;
  }
}
.block_inner {
  position: relative;
}
.block_inner + .block_inner {
  padding-top: 100px;
}
.block_inner .block_inner_list .block_inner_item {
  padding: 25px 0;
  border-bottom: 1px solid #D8D4D4;
}
.block_inner .block_inner_list .block_inner_item dt {
  font-weight: bold;
  margin-bottom: 0.8em;
}

@media screen and (min-width: 851px) {
  .block_inner {
    position: relative;
  }
  .block_inner .section_tit {
    position: absolute;
  }
  .block_inner .block_inner_list {
    padding-left: 30%;
  }
  .block_inner .block_inner_list .block_inner_item {
    display: flex;
  }
  .block_inner .block_inner_list .block_inner_item dt {
    width: 140px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 30px 0;
  width: 100%;
  z-index: 10;
}
header h1 {
  width: 155px;
}
header h1 a {
  display: block;
}
header h1 a img {
  background: url(../img/common/logo.svg) no-repeat center center;
  background-size: contain;
  transition: background-image 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .gnav {
  display: flex;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.3rem;
  letter-spacing: 0;
}
header .gnav ul {
  display: flex;
  align-items: center;
  gap: 0 2vw;
}
header .gnav ul li a {
  position: relative;
}
header .gnav .dropmenu {
  position: relative;
}
header .gnav .dropmenu .dropdown {
  padding-right: 15px;
}
header .gnav .sub li {
  padding: 8px 0 8px 15px;
}
header .gnav .sub li a {
  display: block;
  color: #262626;
}
header .gnav .sub li a::after {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  width: 4px;
  height: 1px;
  background-color: #262626;
}

@media screen and (min-width: 851px) {
  header .gnav ul li a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #262626;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.42s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s;
  }
  header .gnav ul li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  header .gnav .dropmenu::before, header .gnav .dropmenu::after {
    content: "";
    position: absolute;
    right: 0;
    top: 44%;
    width: 9px;
    height: 1px;
    background: #262626;
    transition: background-color 0.3s;
  }
  header .gnav .dropmenu::after {
    transform: rotate(90deg);
  }
  header .gnav .sub {
    display: none;
    position: absolute;
    left: -16px;
    top: 23px;
    z-index: 99;
  }
  header .gnav .sub ul {
    display: block;
    text-align: left;
    margin-top: 10px;
    padding: 20px;
    width: 215px;
    background: #EAE6E5;
  }
  header .gnav .sub ul li a {
    transition: opacity 0.3s ease;
  }
  header .gnav .sub ul li a::before {
    content: none;
  }
  header .gnav .sub ul li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 850px) {
  header {
    height: 0;
    padding: 0;
  }
  header h1 {
    position: absolute;
    top: 23px;
    left: 15px;
    width: max(20vw, 106px);
    z-index: 100;
  }
  header .header_inner {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s linear;
    background-image: linear-gradient(45deg, #FEB942, #FDE282);
    color: #262626;
  }
  header .gnav {
    display: block;
    padding: 120px 6vw 10vw;
    font-size: min(7vw, 3.2rem);
  }
  header .gnav ul {
    display: block;
  }
  header .gnav ul li {
    margin-bottom: 15px;
  }
  header .gnav ul li a {
    display: block;
  }
  header .gnav ul .spnav {
    margin-top: 40px;
    font-size: 0.6em;
  }
  header .gnav .btn_contact {
    width: 100%;
    margin-top: 10vw;
  }
  header .gnav .sub ul {
    margin-top: 15px;
    margin-left: 15px;
  }
  header .gnav .sub ul li {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
}
footer {
  position: relative;
  background-color: #333339;
  color: #ffffff;
}
footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #F3D04B;
}
footer p {
  font-size: 1.5rem;
  color: #BEBCBB;
  line-height: 1.5;
}
footer .footer_body {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
footer .footer_body .clms02 {
  padding: 6vw;
}
footer .footer_body .clms02 .footer_logo {
  width: 120px;
  margin-bottom: 45px;
}
footer .footer_body .block_contact {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 8vw;
}
footer .footer_body .block_contact h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.03em;
  font-weight: 600;
  line-height: 1;
  font-size: clamp(4.5rem, 7vw, 9.6rem);
}
footer .footer_body .block_contact h3 a {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
}
footer .footer_body .block_contact h3 a::before {
  content: "";
  position: absolute;
  right: -10%;
  top: 12%;
  width: 30%;
  height: 30%;
  background: url(../img/common/arrow_contact.svg) no-repeat center top;
  background-size: contain;
}
footer .footer_body .block_download {
  padding: 8vw;
}
footer .footer_body .footer_nav {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
footer .footer_body .nav_sitemap .sub ul {
  display: block;
}
footer .footer_body .nav_sitemap .sub ul li {
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1.2rem;
}
footer .footer_body .nav_sitemap .sub ul li a {
  position: relative;
}
footer .footer_body .nav_sitemap .sub ul li a::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  width: 4px;
  height: 1px;
  background-color: #ffffff;
}
footer .footer_body .nav_links {
  margin-top: 40px;
}
footer .footer_body .nav_links li {
  display: inline-block;
  margin-right: 33px;
}
footer .footer_body .nav_links li:last-child {
  margin-right: 0;
}
footer .footer_body .isms {
  margin-top: 20px;
  width: 240px;
  max-width: 100%;
}
footer .footer_common {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 6vw 30px;
  font-size: 1.1rem;
}
footer .footer_common .copyright {
  font-size: 1.1rem;
}
footer .footer_common .totop {
  white-space: nowrap;
}

@media screen and (min-width: 851px) {
  footer .footer_body {
    display: flex;
    flex-direction: row-reverse;
  }
  footer .footer_body .clms01 {
    width: 67%;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
  footer .footer_body .clms02 {
    width: 33%;
  }
  footer .footer_body .clms02 .footer_logo {
    width: 140px;
    margin-bottom: 80px;
  }
  footer .footer_body .block_contact a::before {
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  footer .footer_body .block_contact a:hover::before {
    transform: rotate(45deg);
  }
  footer .footer_body .block_download_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .footer_body .block_download_inner .text {
    width: calc(100% - 240px);
  }
  footer .footer_body .block_download_inner .btn {
    width: 180px;
  }
  footer .footer_body .footer_nav li a {
    transition: color 0.3s ease;
  }
  footer .footer_body .footer_nav li a:hover {
    color: #F3D04B;
  }
  footer .footer_body .nav_sitemap li {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  footer .footer_body .nav_links {
    font-size: 1.1rem;
  }
  footer .footer_common .totop {
    transition: color 0.2s ease;
  }
  footer .footer_common .totop:hover {
    color: #F3D04B;
  }
}
@media screen and (max-width: 850px) {
  footer::after {
    width: 6px;
  }
  footer p {
    font-size: 1.2rem;
  }
  footer .footer_body .clms02 {
    padding-top: 100px;
  }
  footer .footer_body .block_contact, footer .footer_body .block_download {
    text-align: center;
  }
  footer .footer_body .block_download {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  footer .footer_body .block_download .btn_main {
    margin-top: 20px;
  }
  footer .footer_body .nav_sitemap {
    font-size: 1.2rem;
  }
  footer .footer_body .nav_sitemap li a {
    display: block;
    padding: 1em 0;
  }
  footer .footer_body .nav_sitemap .sub li {
    margin-top: 0;
  }
  footer .footer_body .nav_sitemap .sub li a {
    padding: 0.7em 0;
  }
  footer .footer_body .nav_links {
    font-size: 1rem;
  }
  footer .footer_common {
    padding: 8vw 6vw 6vw;
    font-size: 1rem;
  }
  footer .footer_common .copyright {
    font-size: 1rem;
  }
}
.p_loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: #F8F6F4;
  transition: height 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  z-index: 2;
}
.p_loading .p_loading_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: translateY(100%);
  transition: transform 1s 3.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3;
}
.p_loading .p_loading_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p_loading .p_loading_inner::before, .p_loading .p_loading_inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100vh;
  width: 100%;
  height: 54.5vw;
  opacity: 0;
}
.p_loading .p_loading_inner::before {
  background-color: #E9E5E4;
  transform: skewY(-26deg);
  transition: all 0.8s 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -2;
}
.p_loading .p_loading_inner::after {
  background-color: #FDE282;
  transform: skewY(26deg);
  transition: all 0.8s 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}
.p_loading .p_loading_inner .p_loading_text {
  width: 70%;
  text-align: center;
  color: #262626;
}
.p_loading .p_loading_inner .p_loading_text span {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: clamp(6.5rem, 9vw, 10.3rem);
  opacity: 0;
  transform: translate(0px, 30px);
  transition: opacity 1.5s, transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  white-space: nowrap;
}
.p_loading .p_loading_inner .p_loading_text span:nth-of-type(2) {
  margin-left: 0.3em;
  margin-top: 0.05em;
  font-size: clamp(7.5rem, 11vw, 12.3rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.9;
  transition-delay: 0.3s;
}
.p_loading .p_loading_inner .p_loading_text span:nth-of-type(3) {
  transition-delay: 0.6s;
}
.p_loading.is-start .p_loading_cover {
  transform: translateY(0);
}

@media screen and (max-width: 850px) {
  .p_loading .p_loading_inner::after {
    transform: skewY(60deg);
    height: 120vw;
  }
  .p_loading .p_loading_inner .p_loading_text {
    width: auto;
    text-align: left;
    transform: rotate(90deg);
  }
  .p_loading .p_loading_inner .p_loading_text span {
    transform: translate(30px, 0px);
  }
  .p_loading .p_loading_inner .p_loading_text span:nth-child(1) {
    margin-left: 1.8em;
  }
  .p_loading .p_loading_inner .p_loading_text span:nth-child(3) {
    margin-left: 1em;
  }
}
.page_home {
  overflow-y: hidden;
}
.page_home.started .p_loading_inner::before, .page_home.started .p_loading_inner::after {
  opacity: 1;
}
.page_home.started .p_loading_inner::before {
  top: -50vw;
}
.page_home.started .p_loading_inner::after {
  top: -38vw;
}
.page_home.started .p_loading_inner .p_loading_text span {
  opacity: 1;
  transform: translate(0px, 0px);
}
.page_home.is-ready {
  overflow-y: auto;
}
.page_home.is-ready .p_loading {
  height: 0;
}

@media screen and (max-width: 850px) {
  .page_home.started .p_loading_inner::after {
    top: -90vw;
  }
}
.page_home {
  transition: color 0.65s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.page_home .container {
  position: relative;
}
.page_home .container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3C3C43;
  background: linear-gradient(to bottom, #6c6c78 0%, #3c3c43 55%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.65s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.page_home.is-in {
  color: #fff;
}
.page_home.is-in .container::before {
  opacity: 1;
}
.page_home.is-in .top_purpose {
  background: none;
}
.page_home.is-in .section_tit::before {
  background-color: #ffffff;
}
.page_home.is-in header h1 a img {
  background: url(../img/common/logo_w.svg) no-repeat center center;
  background-size: contain;
}
.page_home::before, .page_home::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 54.5vw;
}
.page_home::before {
  top: -50vw;
  background-color: #E9E5E4;
  transform: skewY(-26deg);
  z-index: -2;
}
.page_home::after {
  top: -38vw;
  background-color: #FDE282;
  transform: skewY(26deg);
  z-index: -1;
}
.page_home .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
}
.page_home .line .line_inner {
  transform: translate(20%, 2%);
  width: 100%;
  height: 100%;
}
.page_home .line .line_inner svg polyline {
  fill: none;
  stroke: url(style.css@ver=1.0.1.css);
  stroke-width: 70px;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10;
}
.page_home .line.anime_on {
  opacity: 1;
}
.page_home .line.anime_on .line_inner svg polyline {
  -webkit-animation: svg-anime 4s linear;
          animation: svg-anime 4s linear;
}
.page_home #stop1 {
  -webkit-animation: step1 5s ease-in-out infinite alternate;
          animation: step1 5s ease-in-out infinite alternate;
}
.page_home #stop2 {
  -webkit-animation: step2 5s ease-in-out infinite alternate;
          animation: step2 5s ease-in-out infinite alternate;
}
@-webkit-keyframes step1 {
  0% {
    stop-color: #FEEA4A;
  }
  100% {
    stop-color: #FF9C3C;
  }
}
@keyframes step1 {
  0% {
    stop-color: #FEEA4A;
  }
  100% {
    stop-color: #FF9C3C;
  }
}
@-webkit-keyframes step2 {
  0% {
    stop-color: #FF9C3C;
  }
  100% {
    stop-color: #FEEA4A;
  }
}
@keyframes step2 {
  0% {
    stop-color: #FF9C3C;
  }
  100% {
    stop-color: #FEEA4A;
  }
}
@-webkit-keyframes svg-anime {
  0% {
    stroke-dasharray: 10000px;
    stroke-dashoffset: 10000px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes svg-anime {
  0% {
    stroke-dasharray: 10000px;
    stroke-dashoffset: 10000px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.page_home .kv {
  position: relative;
  width: 100%;
  height: 75vh;
  max-height: 1000px;
  padding-top: 24vh;
  pointer-events: none;
  overflow: hidden;
}
.page_home .kv .kv_line_list .kv_line_item {
  display: flex;
  overflow: hidden;
  margin-bottom: 10px;
}
.page_home .kv .kv_line_list .kv_line_item .kv_line_ticker {
  width: 400%;
  white-space: nowrap;
}
.page_home .top_content_inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.page_home .top_content .btn {
  text-align: right;
}
.page_home .top_content .btn .btn_main {
  margin-top: 40px;
}
.page_home .top_purpose {
  background-color: rgba(235, 235, 235, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: background-color 0.65s cubic-bezier(0.18, 0.06, 0.23, 1), opacity 0.65s 1s, transform 0.65 1s;
}
.page_home .top_purpose .block_purpose {
  max-width: 900px;
  margin: 0 auto;
}
.page_home .top_purpose .block_purpose h3 {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 0.5em;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.03em;
  font-weight: 700;
  font-size: max(2.4vw, 1.6rem);
}
.page_home .top_purpose .block_purpose h3::before, .page_home .top_purpose .block_purpose h3::after {
  content: "";
  position: absolute;
  left: 0;
}
.page_home .top_purpose .block_purpose h3::before {
  top: 50%;
  width: 20px;
  height: 4px;
  margin-top: -3px;
  background-color: #B4B4B4;
}
.page_home .top_purpose .block_purpose h3::after {
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #262626;
}
.page_home .top_purpose .block_purpose p {
  font-size: min(4.5vw, 3.4rem);
  line-height: 1.2;
}
.page_home .top_purpose .block_purpose p span {
  display: inline;
  color: #ffffff;
  background: linear-gradient(transparent 10%, #262626 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.page_home .top_purpose .block_purpose .vision {
  margin-bottom: 20px;
}
.page_home .top_purpose .block_purpose .mission {
  margin-left: 20%;
}
.page_home .top_service {
  overflow: hidden;
  color: #BEBCBB;
  margin-top: 120px;
}
.page_home .top_service::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 93vw;
  height: 100%;
  background-color: #151517;
  z-index: -1;
}
.page_home .top_service .service_tit {
  position: absolute;
  left: 7vw;
  top: 2%;
  width: 15%;
}
.page_home .top_service .top_content_inner {
  padding-left: 10%;
}
.page_home .top_service .lead_title {
  margin-bottom: 1em;
  margin-left: -7vw;
  line-height: 1;
}
.page_home .top_service .lead_title img {
  vertical-align: bottom;
  width: min(56vw, 500px);
}
.page_home .top_service .lead_title span {
  display: inline-block;
  position: relative;
}
.page_home .top_service .lead_title span::before, .page_home .top_service .lead_title span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
}
.page_home .top_service .lead_title span::before {
  top: 0;
  transition: width 0.6s ease;
}
.page_home .top_service .lead_title span::after {
  bottom: 0;
  transition: width 0.6s 0.5s ease;
}
.page_home .top_service .lead_title.started span::before, .page_home .top_service .lead_title.started span::after {
  width: 100%;
}
.page_home .top_service .lead_text {
  display: inline;
  padding: 0 0.1em;
  font-size: min(4.5vw, 3.4rem);
  font-weight: bold;
  color: #262626;
  background: linear-gradient(transparent 10%, #ffffff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
}
.page_home .top_service .block_product_hierarchy {
  margin: 60px 0;
  font-size: 0.8em;
}
.page_home .top_service .block_product_hierarchy .hierarchy {
  margin: 10px 0;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block {
  position: relative;
  padding: 25px 3vw;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block::before, .page_home .top_service .block_product_hierarchy .hierarchy .block::after {
  content: "";
  position: absolute;
  bottom: -18px;
  width: 36px;
  height: 36px;
  z-index: 1;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block::before {
  left: 25%;
  margin-left: -18px;
  background: url(../img/home/arrow01.svg);
  background-size: contain;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block::after {
  right: 25%;
  margin-right: -18px;
  background: url(../img/home/arrow02.svg);
  background-size: contain;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block:nth-of-type(1) {
  background-color: #ec9916;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block:nth-of-type(2) {
  background-color: #f3ad01;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block:nth-of-type(3) {
  background-color: #f2bf2c;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block:nth-of-type(4) {
  background-color: #f9d160;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block:last-of-type {
  margin-bottom: 0;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block:last-of-type::before, .page_home .top_service .block_product_hierarchy .hierarchy .block:last-of-type::after {
  content: none;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block h3 {
  margin-bottom: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  color: #262626;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block Table, .page_home .top_service .block_product_hierarchy .hierarchy .block th, .page_home .top_service .block_product_hierarchy .hierarchy .block td {
  border: 1px solid #151517;
  border-collapse: collapse;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block table {
  width: 100%;
  margin-bottom: 10px;
  background-color: #333339;
  color: #ffffff;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block table .w50 {
  width: 50%;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block table .w33 {
  width: 33%;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block table th, .page_home .top_service .block_product_hierarchy .hierarchy .block table td {
  padding: 0.5em;
  text-align: center;
}
.page_home .top_service .block_product_hierarchy .hierarchy .block table th {
  background-color: #151517;
  color: #ffffff;
}
.page_home .top_works {
  z-index: 1;
}
.page_home .top_works::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 70%;
  background-color: rgba(191, 189, 186, 0.2);
  z-index: -1;
}
.page_home .kv_scroll {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  pointer-events: none;
  transition: 0.55s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.page_home .kv_scroll .text {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.page_home .kv_scroll .arrow {
  display: block;
  margin: 0 auto;
  width: 28px;
  height: 28px;
  background: url(../img/home/arrow_scroll.svg) no-repeat center center;
  background-size: contain;
  -webkit-animation: arrowmove 2s 0.2s infinite cubic-bezier(0.73, 0, 0.1, 1);
          animation: arrowmove 2s 0.2s infinite cubic-bezier(0.73, 0, 0.1, 1);
}
.page_home.scroll .kv_scroll {
  opacity: 0;
}

@media screen and (min-width: 851px) {
  .page_home .top_content {
    padding: 140px 8vw;
  }
  .page_home .top_content .btn_more_text {
    position: absolute;
    left: 0;
    top: 50px;
  }
  .page_home .kv {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
  .page_home .kv .kv_line_list {
    width: 300%;
  }
  .page_home .kv.is-ready .kv_line_item.line01 .kv_line_ticker {
    -webkit-animation: ticker 50s 1s linear infinite both;
    animation: ticker 50s 1s linear infinite both;
  }
  .page_home .kv.is-ready .kv_line_item.line02 .kv_line_ticker {
    -webkit-animation: ticker 36s 1s linear infinite both;
    animation: ticker 36s 1s linear infinite both;
  }
  .page_home .kv.is-ready .kv_line_item.line03 .kv_line_ticker {
    -webkit-animation: ticker 46s 1s linear infinite both;
    animation: ticker 46s 1s linear infinite both;
  }
  .page_home .top_service {
    margin-top: 180px;
  }
  .page_home .top_service .service_tit {
    width: 9%;
  }
  .page_home .top_service .top_content_inner {
    padding-left: 20%;
  }
  .page_home .top_service .lead_text {
    width: 70%;
  }
  .page_home .top_service .block_product_hierarchy .hierarchy .block {
    display: flex;
    align-items: center;
  }
  .page_home .top_service .block_product_hierarchy .hierarchy .block::before {
    left: 40%;
  }
  .page_home .top_service .block_product_hierarchy .hierarchy .block h3 {
    width: 120px;
    margin-bottom: 0;
  }
  .page_home .top_service .block_product_hierarchy .hierarchy .block .detail {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 120px);
  }
  .page_home .top_service .block_product_hierarchy .hierarchy .block .detail.col1 > li {
    width: 100%;
  }
  .page_home .top_service .block_product_hierarchy .hierarchy .block .detail.col2 > li {
    width: 49%;
  }
  .page_home .top_service .block_product_hierarchy .hierarchy .block .detail.col3 > li {
    width: 32%;
  }
  .page_home .top_service .block_product_hierarchy .hierarchy .block .detail table {
    margin-bottom: 0;
  }
  .page_home .top_purpose .block_purpose h3 {
    padding-left: 45px;
  }
  .page_home .top_purpose .block_purpose h3::before {
    width: 25px;
    height: 6px;
  }
  .page_home .top_purpose .block_purpose .mission {
    margin-left: 28%;
  }
  .page_home .top_news {
    padding-top: 200px;
  }
  .page_home .top_news .section_tit {
    position: absolute;
  }
  .page_home .top_news .list_info {
    padding-left: 30%;
  }
  .page_home .top_works::after {
    width: 86%;
    height: 64%;
  }
  .page_home .top_works .list_contents {
    margin-top: 66px;
  }
}
@media screen and (min-width: 851px) {
  .page_home.is-in header .gnav ul li a::before,
.page_home.is-in header .gnav ul li a::after,
.page_home.is-in header .gnav .dropmenu::before,
.page_home.is-in header .gnav .dropmenu::after {
    background-color: #ffffff;
  }
  .page_home.is-in header .gnav .sub li a::after {
    background-color: #262626;
  }
}
@media screen and (max-width: 850px) {
  .page_home::after {
    top: -90vw;
    transform: skewY(60deg);
    height: 120vw;
  }
  .page_home .line {
    height: 100%;
  }
  .page_home .line .line_inner {
    transform: translate(7%, 70vw);
    width: 115%;
  }
  .page_home .top_content {
    padding: 100px 7vw;
  }
  .page_home .kv {
    height: 100vh;
  }
  .page_home .kv .kv_line_list {
    width: 400%;
  }
  .page_home .kv.is-ready .kv_line_item.line01 .kv_line_ticker {
    -webkit-animation: ticker 30s 1s linear infinite both;
    animation: ticker 30s 1s 1s linear infinite both;
  }
  .page_home .kv.is-ready .kv_line_item.line02 .kv_line_ticker {
    -webkit-animation: ticker 16s 1s linear infinite both;
    animation: ticker 16s 1s linear infinite both;
  }
  .page_home .kv.is-ready .kv_line_item.line03 .kv_line_ticker {
    -webkit-animation: ticker 26s 1s linear infinite both;
    animation: ticker 26s 1s linear infinite both;
  }
  .page_home .kv_scroll .text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 520px) {
  .page_home .kv {
    height: 68vh;
    min-height: 600px;
  }
  .page_home .kv .kv_line_list {
    width: 500%;
  }
}
@-webkit-keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes arrowmove {
  0% {
    transform: translate3d(0, 1%, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(0, 50%, 0);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 1%, 0);
    opacity: 0;
  }
}
@keyframes arrowmove {
  0% {
    transform: translate3d(0, 1%, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(0, 50%, 0);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 1%, 0);
    opacity: 0;
  }
}
.block_purpose_head {
  position: relative;
  padding: 120px 0;
  text-align: center;
}
.block_purpose_head .bg_triangle {
  position: absolute;
  left: 0;
  top: -15%;
  width: 100%;
  height: 130%;
  pointer-events: none;
  z-index: -1;
}
.block_purpose_head .bg_triangle span {
  opacity: 0;
  transform: rotate(0deg);
  transition: opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.block_purpose_head .bg_triangle.started span {
  opacity: 1;
}
.block_purpose_head .bg_triangle.started .bg_fill.fill01 {
  transform: rotate(-114deg);
}
.block_purpose_head .bg_triangle.started .bg_fill.fill02 {
  transform: rotate(225deg);
}
.block_purpose_head .bg_triangle.started .bg_fill.fill03 {
  transform: rotate(-154deg);
}
.block_purpose_head .bg_triangle.started .bg_fill.fill04 {
  transform: rotate(222deg);
}
.block_purpose_head .bg_triangle.started .bg_fill.fill05 {
  transform: rotate(-74deg);
}
.block_purpose_head .bg_triangle.started .bg_line.line01 {
  transform: rotate(-150deg);
}
.block_purpose_head .bg_triangle.started .bg_line.line02 {
  transform: rotate(234deg);
}
.block_purpose_head .bg_triangle.started .bg_line.line03 {
  transform: rotate(-168deg);
}
.block_purpose_head .bg_triangle.started .bg_line.line04 {
  transform: rotate(-173deg);
}
.block_purpose_head .bg_triangle.started .bg_line.line05 {
  transform: rotate(222deg);
}
.block_purpose_head .bg_triangle .bg_fill {
  position: absolute;
  background: url(../img/purpose/triangle_fill.svg) no-repeat center center;
  background-size: contain;
}
.block_purpose_head .bg_triangle .bg_fill.fill01 {
  left: 28.5%;
  width: 6vw;
  height: 6vw;
  transition-delay: 0.5s;
}
.block_purpose_head .bg_triangle .bg_fill.fill02 {
  right: 32%;
  top: -1.5%;
  width: 9vw;
  height: 9vw;
  transition-delay: 1.2s;
}
.block_purpose_head .bg_triangle .bg_fill.fill03 {
  left: 9.5%;
  top: 13%;
  width: 18vw;
  height: 18vw;
  transition-delay: 1.5s;
}
.block_purpose_head .bg_triangle .bg_fill.fill04 {
  right: 13%;
  top: 35.5%;
  width: 14vw;
  height: 14vw;
  transition-delay: 0.8s;
}
.block_purpose_head .bg_triangle .bg_fill.fill05 {
  left: 9.5%;
  top: 47.5%;
  width: 11vw;
  height: 11vw;
  transition-delay: 2s;
}
.block_purpose_head .bg_triangle .bg_line {
  position: absolute;
  background: url(../img/purpose/triangle_line.svg) no-repeat center center;
  background-size: contain;
}
.block_purpose_head .bg_triangle .bg_line.line01 {
  left: 41.5%;
  top: -3%;
  width: 14vw;
  height: 14vw;
  transition-delay: 1.2s;
}
.block_purpose_head .bg_triangle .bg_line.line02 {
  left: 0;
  top: 6%;
  width: 16vw;
  height: 16vw;
  transition-delay: 1.5s;
}
.block_purpose_head .bg_triangle .bg_line.line03 {
  right: 8.5%;
  top: 9%;
  width: 12vw;
  height: 12vw;
  transition-delay: 0.3s;
}
.block_purpose_head .bg_triangle .bg_line.line04 {
  right: 8.5%;
  top: 46%;
  width: 18vw;
  height: 18vw;
  transition-delay: 0.8s;
}
.block_purpose_head .bg_triangle .bg_line.line05 {
  left: 26%;
  top: 59%;
  width: 11vw;
  height: 11vw;
  transition-delay: 0.5s;
}
.block_purpose_head h3 {
  margin-bottom: 1em;
  font-size: clamp(2.5rem, 4.4vw, 5.8rem);
  line-height: 1.2;
}
.block_purpose_head h3 span {
  display: inline;
  color: #ffffff;
  background: linear-gradient(transparent 10%, #262626 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.block_purpose_head .purpose_head_tit {
  display: inline-block;
  padding: 0px 10px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: min(3.4vw, 2.2rem);
  color: #ffffff;
  background-color: #262626;
}
.block_purpose_head .purpose_head_catch {
  margin: 0.2em 0;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: min(9vw, 5.7rem);
}

.block_purpose_item .index_item {
  position: relative;
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: 1.5rem;
  overflow: hidden;
}
.block_purpose_item .index_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 25px);
  height: 1px;
  background-color: #262626;
}
.block_purpose_item .inner {
  display: flex;
  padding: 100px 0;
}
.block_purpose_item .inner dt {
  width: 50%;
}
.block_purpose_item .inner dt h3 {
  margin-bottom: 1em;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-size: 4.2rem;
}
.block_purpose_item .inner dd {
  width: 50%;
}
.block_purpose_item .inner dd .title {
  margin-bottom: 1em;
  font-size: min(4.5vw, 3.4rem);
  font-weight: bold;
  line-height: 1.5;
}
.block_purpose_item.value .inner {
  display: block;
}
.block_purpose_item.value .inner dt, .block_purpose_item.value .inner dd {
  width: 100%;
}
.block_purpose_item.value .inner .list_value li {
  margin-bottom: 15px;
  padding: 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.block_purpose_item.value .inner .list_value li .index_value {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.03em;
}
.block_purpose_item.value .inner .list_value li .index_value::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #262626;
}
.block_purpose_item.value .inner .list_value li p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(2.3vw, 3rem);
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 1400px) {
  .block_purpose_head .bg_triangle .bg_fill.fill01 {
    width: 86px;
  }
  .block_purpose_head .bg_triangle .bg_fill.fill02 {
    width: 126px;
  }
  .block_purpose_head .bg_triangle .bg_fill.fill03 {
    width: 252px;
  }
  .block_purpose_head .bg_triangle .bg_fill.fill04 {
    width: 196px;
  }
  .block_purpose_head .bg_triangle .bg_fill.fill05 {
    width: 154px;
  }
  .block_purpose_head .bg_triangle .bg_line.line01 {
    width: 196px;
  }
  .block_purpose_head .bg_triangle .bg_line.line02 {
    width: 224px;
  }
  .block_purpose_head .bg_triangle .bg_line.line03 {
    width: 169px;
  }
  .block_purpose_head .bg_triangle .bg_line.line04 {
    width: 252px;
  }
  .block_purpose_head .bg_triangle .bg_line.line05 {
    width: 154px;
  }
}
@media screen and (max-width: 850px) {
  .block_purpose_head {
    padding: 15vw 0 35vw;
  }
  .block_purpose_head .bg_triangle .bg_fill.fill01 {
    left: 14vw;
    top: 13vw;
    width: 11vw;
    height: 11vw;
    transform: rotate(-114deg);
  }
  .block_purpose_head .bg_triangle .bg_fill.fill02 {
    right: 14vw;
    top: 7vw;
    width: 16vw;
    height: 16vw;
  }
  .block_purpose_head .bg_triangle .bg_fill.fill03 {
    left: 0vw;
    top: 39vw;
    width: 18vw;
    height: 18vw;
  }
  .block_purpose_head .bg_triangle .bg_fill.fill04 {
    right: 5vw;
    top: auto;
    bottom: 40vw;
    width: 22vw;
    height: 22vw;
  }
  .block_purpose_head .bg_triangle .bg_fill.fill05 {
    left: -2vw;
    top: auto;
    bottom: 34vw;
    width: 21vw;
    height: 21vw;
  }
  .block_purpose_head .bg_triangle .bg_line {
    background: url(../img/purpose/triangle_line_sp.svg) no-repeat center center;
    background-size: contain;
  }
  .block_purpose_head .bg_triangle .bg_line.line01 {
    left: 34vw;
    top: 9vw;
    width: 25vw;
    height: 25vw;
  }
  .block_purpose_head .bg_triangle .bg_line.line02 {
    left: -7vw;
    top: 25vw;
    width: 22vw;
    height: 22vw;
  }
  .block_purpose_head .bg_triangle .bg_line.line03 {
    right: -3vw;
    top: 35vw;
    width: 19vw;
    height: 19vw;
  }
  .block_purpose_head .bg_triangle .bg_line.line04 {
    right: 0vw;
    top: auto;
    bottom: 22vw;
    width: 28vw;
    height: 28vw;
  }
  .block_purpose_head .bg_triangle .bg_line.line05 {
    left: 21vw;
    top: auto;
    bottom: 22vw;
    width: 20vw;
    height: 20vw;
  }
  .block_purpose_item .inner {
    display: block;
    padding: 12vw 0;
  }
  .block_purpose_item .inner dt h3 {
    font-size: 3rem;
  }
  .block_purpose_item .inner dt, .block_purpose_item .inner dd {
    width: 100%;
  }
  .block_purpose_item.value .inner .list_value {
    display: block;
  }
  .block_purpose_item.value .inner .list_value li {
    width: 100%;
    padding: 30px 3vw;
  }
  .block_purpose_item.value .inner .list_value li .sp {
    display: inline-block;
  }
  .block_purpose_item.value .inner .list_value li .index_value {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .block_purpose_item.value .inner .list_value li p {
    font-size: min(4.5vw, 2.4rem);
    min-height: 0;
  }
}
.page_solution h3.tit_jp {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 60px;
}

.block_solution_head {
  padding: 60px 0 100px;
  border-top: solid 1px #262626;
}
.block_solution_head .title {
  margin-bottom: 1em;
  font-size: min(4.5vw, 3.4rem);
  font-weight: bold;
  line-height: 1.5;
}
.block_solution_head .title span {
  display: inline-block;
  margin: 0 4px;
  padding: 0 4px;
  color: #ffffff;
  background: linear-gradient(transparent 10%, #262626 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.3;
}
.block_solution_head .title_sub {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.7;
}

.nav_solution_index {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}

.block_solution_item {
  padding: 100px 0;
}
.block_solution_item h3 {
  margin-bottom: 1em;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-size: 4.2rem;
}
.block_solution_item h4 {
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 60px;
  font-size: 3rem;
  line-height: 1.5;
}
.block_solution_item h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 40px;
  height: 12px;
  background-color: #EC8916;
}
.block_solution_item .title {
  margin-bottom: 1em;
  font-size: min(4.5vw, 3.4rem);
  font-weight: bold;
  line-height: 1.5;
}
.block_solution_item .image {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  z-index: 1;
}
.block_solution_item .image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 390px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: -1;
}
.block_solution_item .image img {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.block_solution_item + .block_solution_item {
  border-top: solid 1px #262626;
}

h3.tit_jp + .block_solution_item {
  border-top: solid 1px #262626;
}

.block_problem {
  border-top: solid 1px #262626;
}
.block_problem .box {
  padding: 4vw;
  background-color: #ffffff;
  border-radius: 5px;
}
.block_problem .text {
  line-height: 1.5;
}
.block_problem .list_problem {
  margin-bottom: 10px;
}
.block_problem .list_problem .text h5 {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.block_problem .list_problem .thumb {
  width: 140px;
  height: 140px;
  background-color: #333339;
  border-radius: 50%;
}
.block_problem .about_mops h5 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.block_problem .about_mops h5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #EC8916;
}
.block_problem .about_mops h5 span {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.6rem;
}
.block_problem .about_mops .comparison {
  max-width: 850px;
  margin: 30px auto 0;
  text-align: center;
}
.block_problem .about_mops .comparison .compare_image {
  max-width: 270px;
  margin: 0 auto;
}
.block_problem .about_mops .comparison .compare_image p {
  padding: 3px;
  font-size: 1.6rem;
  border-radius: 3px;
}
.block_problem .about_mops .comparison .text {
  padding: 15px;
}
.block_problem .about_mops .comparison .marketer .compare_image p {
  color: #1FA635;
  background-color: #D7F3DC;
  border: solid 2px #1FA635;
}
.block_problem .about_mops .comparison .mops .compare_image p {
  color: #F4AD00;
  background-color: #FEF6D7;
  border: solid 2px #F4AD00;
}

.block_support {
  border-top: none !important;
  background-color: #333338;
  color: #ffffff;
}
.block_support_box {
  padding: 0 4vw;
}
.block_support_box + .block_support_box {
  margin-top: 60px;
}
.block_support h5 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  line-height: 1.3;
}
.block_support h5 span {
  display: inline;
  color: #262626;
  background: linear-gradient(transparent 10%, #ffffff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.block_support .image::after {
  content: none;
}

.block_change {
  border-top: none !important;
}
.block_change_box {
  padding: 0 4vw;
}
.block_change_box .box {
  border-radius: 5px;
}
.block_change_box .box h5 {
  padding: 15px 2vw;
  border-bottom: solid 1px #FFFCF0;
  text-align: center;
  font-size: min(2vw, 2.4rem);
  line-height: 1;
}
.block_change_box .box h5 span {
  position: relative;
  display: inline-block;
}
.block_change_box .box h5 span::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  height: 25px;
}
.block_change_box .box ul {
  padding: 30px 2vw;
  overflow: hidden;
}
.block_change_box .box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  min-height: 70px;
  background-color: #ffffff;
  border-radius: 5px;
  line-height: 1.3;
}
.block_change_box .box ul li p {
  position: relative;
  padding-left: 36px;
}
.block_change_box .box ul li p::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.block_change_box .box.problem {
  position: relative;
  background-color: #CBCBCB;
}
.block_change_box .box.problem::after {
  content: "";
  position: absolute;
}
.block_change_box .box.problem h5 span::before {
  background: url(../img/common/icon_problem.svg) no-repeat center center;
  background-position: 100% auto;
}
.block_change_box .box.problem ul li p::before {
  border: solid 3px #CBCBCB;
}
.block_change_box .box.resolved {
  background-color: #F2BF2C;
}
.block_change_box .box.resolved h5 span::before {
  background: url(../img/common/icon_resolved.svg) no-repeat center center;
  background-position: 100% auto;
}
.block_change_box .box.resolved ul li p::before {
  background: #F3D04B url(../img/common/check.svg) no-repeat center center;
  background-size: 100%;
}

.block_solution_contact {
  padding-bottom: 100px;
  border-bottom: solid 1px #262626;
}
.block_solution_contact .box_contact {
  padding: 60px 4vw;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 1.5;
}
.block_solution_contact .box_contact h4 {
  margin-bottom: 0.6em;
}
.block_solution_contact .box_contact .btn_contact {
  margin-top: 15px;
  min-width: 180px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  line-height: 1;
}

.block_structure {
  padding: 60px 0 100px;
}

.block_solutions .list_solutions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block_solutions .list_solutions li {
  width: 46%;
  max-width: 400px;
  margin: 0 10px 15px;
  padding: 40px 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: min(1.9vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
}

.block_feature .title span {
  background: linear-gradient(transparent 10%, #ffffff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media screen and (min-width: 851px) {
  .block_problem .list_problem {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block_problem .list_problem li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(50% - 5px);
  }
  .block_problem .list_problem li .text {
    width: calc(100% - 160px);
    height: 100%;
  }
  .block_problem .comparison {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .block_problem .comparison li {
    width: 50%;
  }
  .block_change_box {
    display: flex;
    justify-content: space-between;
  }
  .block_change_box .box {
    width: 46%;
  }
  .block_change_box .box.problem::after {
    top: 50%;
    right: calc(-9% - 20px);
    height: 120px;
    width: 40px;
    margin-top: -60px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
            clip-path: polygon(0 0, 0 100%, 100% 50%);
    background: #D9D9D9;
  }
}
@media (max-width: 1000px) {
  .block_problem .list_problem li {
    display: block;
  }
  .block_problem .list_problem li .text {
    width: 100%;
    height: auto;
  }
  .block_problem .list_problem li .thumb {
    margin: 20px auto 0;
  }
  .block_change_box {
    padding: 0;
  }
  .block_change_box .box {
    width: 47%;
  }
  .block_change_box .box.problem::after {
    right: calc(-7% - 15px);
    height: 100px;
    width: 30px;
  }
}
@media screen and (max-width: 850px) {
  .page_solution h3.tit_jp {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 36px;
  }
  .block_solution_head {
    padding: 12vw 0;
  }
  .block_solution_head .title_sub {
    font-size: 1.4rem;
  }
  .nav_solution_index {
    margin-bottom: 20px;
  }
  .block_solution_item {
    padding: 12vw 0;
  }
  .block_solution_item h3 {
    font-size: 3rem;
  }
  .block_solution_item h4 {
    padding-left: 35px;
    font-size: 1.8rem;
  }
  .block_solution_item h4::after {
    width: 22px;
    height: 8px;
  }
  .block_solution_item .image img {
    max-width: 500px;
  }
  .block_problem .box {
    padding: 20px;
    margin-bottom: 10px;
  }
  .block_problem .box:last-child {
    margin-bottom: 0;
  }
  .block_problem .list_problem {
    margin-bottom: 10px;
  }
  .block_problem .list_problem .text h5 {
    margin-bottom: 10px;
  }
  .block_problem .list_problem li .thumb {
    width: 28vw;
    height: 28vw;
    max-width: 180px;
    max-height: 180px;
  }
  .block_problem .about_mops h5 {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .block_problem .about_mops h5 span {
    display: inline;
    font-size: 1.2rem;
  }
  .block_support {
    margin: 0 -7vw;
  }
  .block_support h4, .block_support .support01, .block_support .support02 h5 {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .block_support h5 {
    font-size: 1.6rem;
  }
  .block_support_box {
    padding: 0;
  }
  .block_support_box dl {
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .block_support_box dl dt {
    padding: 5px 8px;
  }
  .block_support_box dl dd {
    padding: 10px 0 30px;
  }
  .block_support_box dl .support_marketer {
    background-color: rgba(130, 170, 137, 0.1);
    border: solid 1px #1FA635;
  }
  .block_support_box dl .support_mops {
    background-color: rgba(249, 209, 96, 0.1);
    border: solid 1px #F4AD00;
  }
  .block_support_box dl .support_management {
    background-color: rgba(236, 137, 22, 0.1);
    border: solid 1px #EC8916;
  }
  .block_support_box + .block_support_box {
    margin-top: 30px;
  }
  .block_support_box.support02 {
    position: relative;
  }
  .block_support_box.support02 .icon_scroll {
    position: absolute;
    left: 7vw;
    margin-top: 30px;
    z-index: 2;
  }
  .block_support_box.support02 .icon_scroll span {
    position: relative;
    margin-left: 18px;
    padding: 6px 40px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -0.03em;
    font-style: normal;
    background-color: #F8F6F4;
    color: #262626;
    font-size: 1.1rem;
    border-radius: 20px;
  }
  .block_support_box.support02 .icon_scroll span::before, .block_support_box.support02 .icon_scroll span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 22px;
    height: 17px;
    margin-top: -8px;
  }
  .block_support_box.support02 .icon_scroll span::before {
    left: 12px;
    background: url(../img/common/icon_swipe.svg) no-repeat center center;
    background-size: 100% auto;
  }
  .block_support_box.support02 .icon_scroll span::after {
    right: 10px;
    background: url(../img/common/icon_scroll_arrow.svg) no-repeat center center;
    background-size: 100% auto;
  }
  .block_support_box.support02 .block_onestop {
    position: relative;
    max-width: 100%;
    overflow-x: scroll;
  }
  .block_support_box.support02 .block_onestop .onestop_img {
    display: inline-block;
    margin: 15px 7vw;
    padding: 60px 20px 30px;
    background-color: #262626;
    border-radius: 5px;
  }
  .block_support_box.support02 .block_onestop .onestop_img .figure img {
    max-width: none;
    width: 860px;
  }
  .block_change_box {
    padding: 0;
  }
  .block_change_box .box {
    width: 100%;
  }
  .block_change_box .box h5 {
    font-size: 1.8rem;
  }
  .block_change_box .box ul {
    padding: 15px 4vw;
  }
  .block_change_box .box ul li {
    min-height: 0;
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
  .block_change_box .box ul li p {
    padding-left: 25px;
  }
  .block_change_box .box ul li p::before {
    left: -3px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  .block_change_box .box.problem {
    margin-bottom: 60px;
  }
  .block_change_box .box.problem::after {
    bottom: -52px;
    left: 50%;
    height: 40px;
    width: 120px;
    margin-left: -60px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #D9D9D9;
  }
  .block_change_box .box.resolved ul li {
    min-height: 58px;
  }
  .block_solution_contact {
    padding-bottom: 60px;
  }
  .block_structure {
    padding: 10vw 0 12vw;
  }
  .block_structure .image::after {
    height: 54vw;
    max-height: 310px;
  }
  .block_cycle .image::after {
    height: 100vw;
    max-height: 580px;
  }
  .block_solutions .list_solutions {
    display: block;
  }
  .block_solutions .list_solutions li {
    width: 100%;
    max-width: none;
    margin: 0 0 15px;
    font-size: min(4.5vw, 2rem);
  }
}
.address {
  margin-top: 30px;
  font-size: 1.2rem;
}

.link_map {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  display: inline-block;
}
.link_map::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 11px;
  transform: translateY(-4px);
  background: url(../img/common/icon_map.svg) no-repeat center center;
  background-size: contain;
  transition: transform 0.3s ease-in-out;
}
.link_map::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 1px;
  width: 100%;
  background-color: #262626;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 851px) {
  .link_map:hover::after {
    transform: scale(1, 1);
  }
}
.page_download .list_download {
  margin-top: 5vw;
}
.page_download .list_download li {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #D8D4D4;
}
.page_download .list_download li .thumb {
  width: 220px;
}
.page_download .list_download li .text {
  width: calc(100% - 250px);
}
.page_download .list_download li .text .btn {
  margin-top: 15px;
  text-align: right;
}
.page_download .list_download li .text .btn .download::after {
  transform: rotate(135deg);
}

@media screen and (max-width: 850px) {
  .page_download .list_download li .thumb {
    width: 120px;
  }
  .page_download .list_download li .text {
    width: calc(100% - 135px);
  }
}
.block_policy dl {
  margin-top: 5vw;
}
.block_policy dl dt {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.block_policy dl dd {
  margin-bottom: 3em;
}

.list_security {
  margin: 2em 0;
  padding-left: 2em;
}
.list_security li {
  position: relative;
  margin: 10px 0;
}
.list_security li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #f3d04b;
  border-bottom: 2px solid #f3d04b;
  transform: rotate(-45deg);
}

.page_error .block_error {
  text-align: center;
}
.page_error .block_error .error_404 {
  margin-bottom: 60px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.03em;
  font-size: 2.3rem;
  line-height: 1;
}
.page_error .block_error .error_404 strong {
  margin-bottom: 15px;
  font-size: min(24vw, 18rem);
  font-weight: 700;
}
.page_error .block_error .error_lead {
  margin-bottom: 0.5em;
  font-size: 2.3rem;
  line-height: 1.5;
}
.page_error .block_error .btn {
  margin-top: 30px;
}
/*# sourceMappingURL=style.css.map */