@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
body {
  color: #000;
  font-family: "DotGothic16", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background-color: #fff;
  font-feature-settings: "halt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

a {
  color: #152141;
  text-decoration: none;
  transition: all 0.1s ease;
  display: inline-block;
}
a:hover {
  opacity: 0.6;
}

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

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
}

input, button {
  -webkit-appearance: none;
  font-family: "DotGothic16", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:focus,
input:focus {
  outline: none;
}

.js-view {
  opacity: 0;
  filter: blur(30px);
  transform: translateY(40px);
  transition: 0.5s;
}
.js-view.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/*----------------------------------------
	reset
----------------------------------------*/
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, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000;
  vertical-align: baseline;
}

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

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.l-header {
  position: absolute;
  left: 30px;
  top: 30px;
}
.l-header h1 a img {
  width: 150px;
}
@media only screen and (max-width: 919px) {
  .l-header--under {
    position: relative;
    left: 0;
  }
}
@media only screen and (max-width: 919px) {
  .l-header--under h1 {
    width: 150px;
    margin: 0 auto;
  }
}

/*----------------------------------------
	footer
----------------------------------------*/
footer {
  background-color: #000;
  padding: 115px 0 100px;
  overflow: hidden;
}

@media (min-width: 414px) and (max-width: 980px) {
  footer {
    padding: 75px 0 70px;
  }
}
@media (max-width: 414px) {
  footer {
    padding: 60px 0;
  }
}
footer .inner {
  padding: 0 12.5vw;
  text-align: right;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "logo fnavi" "newsletter mnavi" "copyright snavi";
  gap: 0 5vw;
}

@media (min-width: 414px) and (max-width: 980px) {
  footer .inner {
    padding: 0 5vw;
  }
}
@media (max-width: 414px) {
  footer .inner {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    grid-template-areas: "logo" "mnavi" "copyright";
    text-align: center;
    padding: 0 5vw;
  }
}
footer .inner h3 {
  grid-area: logo;
  justify-self: flex-start;
}

footer .inner h3 img {
  width: 10vw;
}

@media (min-width: 414px) and (max-width: 980px) {
  footer .inner h3 img {
    width: 25vw;
  }
}
@media (max-width: 414px) {
  footer .inner h3 {
    margin-bottom: 30px;
    justify-self: center;
  }
  footer .inner h3 img {
    width: 60vw;
  }
}
footer .inner .fnavi {
  grid-area: fnavi;
  margin-bottom: 25px;
}

@media (min-width: 414px) and (max-width: 980px) {
  footer .inner .fnavi {
    margin-bottom: 20px;
  }
}
@media (max-width: 414px) {
  footer .inner .fnavi {
    display: none;
  }
}
footer .inner .fnavi ul {
  font-size: 0px;
  font-size: 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}

footer .inner .fnavi ul li {
  line-height: 1;
  white-space: nowrap;
}

footer .inner .fnavi ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (min-width: 414px) and (max-width: 980px) {
  footer .inner .fnavi ul li a {
    font-size: 2.4vw;
  }
}
footer .inner .fnavi ul li a:hover {
  color: #FE2873;
  opacity: 1;
}

footer .inner .mnavi {
  grid-area: mnavi;
  margin-bottom: 80px;
}

@media (min-width: 414px) and (max-width: 980px) {
  footer .inner .mnavi {
    margin-bottom: 50px;
  }
}
@media (max-width: 414px) {
  footer .inner .mnavi {
    /*display: none;*/
    margin-bottom: 40px;
  }
  footer .inner .mnavi ul {
    justify-content: center !important;
  }
}
footer .inner .mnavi ul {
  font-size: 0px;
  font-size: 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}

footer .inner .mnavi ul li {
  line-height: 1;
  display: inline-block;
}

footer .inner .mnavi ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (min-width: 414px) and (max-width: 980px) {
  footer .inner .mnavi ul li a {
    font-size: 2vw;
  }
}
footer .inner .mnavi ul li a:hover {
  color: #FE2873;
  opacity: 1;
}

footer .inner .snavi {
  grid-area: snavi;
}

@media (max-width: 414px) {
  footer .inner .snavi {
    display: none;
  }
}
footer .inner .snavi ul {
  font-size: 0px;
  font-size: 0rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 26px;
}

footer .inner .snavi ul li {
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  position: relative;
}

footer .inner .snavi ul li a {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

footer .inner .snavi ul li a:hover {
  color: #FE2873;
  opacity: 1;
}

footer .inner .snavi ul li a.sns svg {
  font-size: 20px;
  font-size: 1.25rem;
  max-height: 20px;
}

footer .inner .snavi ul li a img {
  vertical-align: baseline;
}

footer .inner .snavi ul li a.yorimichi svg {
  width: 120px;
  height: 15px;
}

@media (max-width: 414px) {
  footer .inner .snavi ul li a.yorimichi svg path {
    fill: #fff !important;
  }
}
footer .inner .snavi ul li a.yorimichi svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}

footer .inner .snavi ul li a.yorimichi:hover path {
  fill: #FE2873;
}

footer .inner .snavi ul li a img {
  vertical-align: baseline;
}

footer .inner .snavi ul li .language_swich {
  font-size: 0px;
  font-size: 0rem;
  padding: 20px 25px;
  background: rgba(0, 0, 0, 0.95);
  text-align: center;
  border: 1px solid #dfdfdf;
  position: absolute;
  bottom: 30px;
  right: -55px;
  z-index: 50;
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

footer .inner .snavi ul li .language_swich.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

footer .inner .snavi ul li .language_swich li {
  margin: 0;
  padding: 0 5px 10px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
  display: block;
}

footer .inner .snavi ul li .language_swich li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

footer .inner .snavi ul li .language_swich li a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

footer .inner .snavi ul li .language_swich li a:hover {
  color: #FE2873;
  opacity: 1;
}

footer .inner .copyright {
  grid-area: copyright;
  justify-self: flex-start;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 414px) {
  footer .inner .copyright {
    justify-self: center;
  }
}
footer .inner .newsletter {
  grid-area: newsletter;
}

footer .inner .newsletter .newsletter_section {
  justify-self: stretch;
  margin-bottom: 24px;
  padding: 24px 0;
  border-top: 1px solid #fff;
}

@media (max-width: 414px) {
  footer .inner .newsletter .newsletter_section {
    display: none;
  }
}
footer .inner .newsletter .newsletter_section .newsletter_header {
  padding: 0;
  margin: 0 0 1ex;
  transition: none;
  display: flex;
  align-items: flex-end;
  gap: 1em;
}

footer .inner .newsletter .newsletter_section h4 {
  color: #fff;
  text-align: left;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0;
  padding: 0;
}

footer .inner .newsletter .newsletter_section p {
  color: #fff;
  text-align: left;
  line-height: 1;
  margin: 0;
  padding: 0;
}

footer .inner .newsletter .newsletter_section #formbox_screen_subscribe_68M8J {
  display: flex;
  gap: 1px;
}

footer .inner .newsletter .newsletter_section #formbox_screen_subscribe_68M8J .formbox-fieldset_68M8J {
  border: none;
  margin: 0;
}

footer .inner .newsletter .newsletter_section #formbox_screen_subscribe_68M8J .formbox-fieldset_68M8J.-email {
  flex: 1 1 1px;
}

footer .inner .newsletter .newsletter_section #formbox_screen_subscribe_68M8J .formbox-field_68M8J {
  margin: 0;
  outline: none;
  color: #000000;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  height: 48px;
}

footer .inner .newsletter .newsletter_section #formbox_screen_subscribe_68M8J .formbox-field_68M8J.text-placeholder {
  color: #c4c4c4;
  font-weight: normal;
  font-style: normal;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

footer .inner .newsletter .newsletter_section #formbox_screen_subscribe_68M8J .formbox-field_68M8J::-webkit-input-placeholder {
  color: #c4c4c4;
  font-weight: normal;
  font-style: normal;
  opacity: 1;
}

footer .inner .newsletter .newsletter_section #formbox_screen_subscribe_68M8J .formbox-field_68M8J::-moz-placeholder {
  color: #c4c4c4;
  font-weight: normal;
  font-style: normal;
  opacity: 1;
}

footer .inner .newsletter .newsletter_section #formbox_screen_subscribe_68M8J .formbox-field_68M8J:-ms-input-placeholder {
  color: #c4c4c4;
  font-weight: normal;
  font-style: normal;
  opacity: 1;
}

footer .inner .newsletter .newsletter_section #formbox_screen_subscribe_68M8J .formbox-button_68M8J {
  cursor: pointer;
  margin: 0;
  word-break: break-all;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background-color: #333;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  transition: background-color 0.1s linear;
  height: 48px;
}

footer .inner .newsletter .newsletter_section #formbox_screen_subscribe_68M8J .formbox-button_68M8J:hover {
  background-color: #4d4d4d;
}

footer .inner .newsletter .newsletter_section #formbox_screen_subscribe_68M8J .formbox-button_68M8J:active {
  background-color: #4d4d4d;
}

@media (max-width: 414px) {
  footer .inner .newsletter {
    display: none;
  }
}
.l-command {
  /* Rectangle 543 */
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  background: #000000;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 20px;
}
.l-command ul li {
  margin-bottom: 8px;
}
@media only screen and (max-width: 919px) {
  .l-command ul li {
    display: none;
  }
}
.l-command ul li a {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.125rem;
}
.l-command ul li a:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
.l-command ul li a:hover {
  opacity: 1;
}
.l-command ul li a:hover:before {
  background-image: url("../images/arrow.svg");
}
.l-command ul li.menu {
  margin-bottom: 0;
}
.l-command ul li.menu a:before {
  background-image: url("../images/arrow.svg");
}
.l-command.open ul li {
  display: block;
}
.l-command.open ul li.menu {
  margin-bottom: 8px;
}
.l-command.open ul li.menu a:before {
  background-image: none;
}
.l-command.open ul li.menu a:hover:before {
  background-image: url("../images/arrow.svg");
}

@keyframes pikapika {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dice {
  0%, 5% {
    transform: translate(0%) rotate(0deg);
  }
  50% {
    transform: translate(75%) rotate(180deg);
  }
  95%, 100% {
    transform: translate(150%) rotate(360deg);
  }
}
.p-index .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.p-index .inner .title {
  position: absolute;
  left: -64px;
  top: 0;
}
@media only screen and (max-width: 919px) {
  .p-index .inner .title {
    width: 36.5714285714px;
    left: 0px;
  }
}
@media only screen and (max-width: 919px) {
  .p-index .inner .content {
    width: calc(100% - 80px);
  }
}
.p-index__mv {
  /*
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  h2{
  	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
  	align-items: flex-start;
  	justify-content:space-between;
  	width: 313px;
  	gap:59px;
  	@include sp{
  		width: 260px;
  		gap:26px;
  	}//sp

  }//h2

  .js-view{
  	transition: 1.5s;
  	transform: translateY(80px);
  	&.is-active{
  		transform: translateY(0px);
  	}//is-active
  }//js-view

  .js-view--2{
  	transition: 2.5s;
  }

  .js-view--3{
  	transition: 3.5s;
  }

  .dice{
  	position: absolute;
  	bottom: 40px;
  	left: 40px;
  	animation: dice 3s alternate infinite;

  	@include sp{
  		width:calc(91px / 2);
  		height: auto;
  	}//sp
  }//dice
  */
  padding-top: 100px;
  background: #000;
}
@media only screen and (max-width: 919px) {
  .p-index__mv {
    padding-top: 80px;
  }
}
.p-index__mv video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-index__about {
  background: #F2F2F2;
  text-align: center;
}
.p-index__about .content {
  margin: 0 auto;
}
.p-index__about .content h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .p-index__about .content h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-index__about .content h4 {
  max-width: 246px;
  margin: 0 auto 50px auto;
}
.p-index__about .content p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 180%;
}
@media only screen and (max-width: 919px) {
  .p-index__about .content p {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}
.p-index__solution {
  background: #fff;
}
.p-index__solution .content {
  max-width: 686px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 919px) {
  .p-index__solution .content {
    grid-template-columns: 1fr 1fr;
  }
}
.p-index__solution .content .inner {
  padding: 80px 0 160px 0;
}
@media only screen and (max-width: 919px) {
  .p-index__solution .content .inner {
    padding: 80px 0;
  }
}
.p-index__solution .content article {
  text-align: center;
}
.p-index__solution .content article h3 {
  font-weight: 400;
  line-height: 160%;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-index__solution .content article figure {
  width: 80px;
  height: 80px;
  /*
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  */
  margin: 20px auto 0 auto;
}
.p-index__solution .content article figure img {
  max-width: 48px;
}
.p-index__member {
  background: #000;
  position: relative;
}
.p-index__member .inner {
  padding: 80px 0 160px 0;
}
@media only screen and (max-width: 919px) {
  .p-index__member .inner {
    padding: 80px 0;
  }
}
.p-index__member .swiper {
  max-width: 960px;
  margin: 0 auto;
}
.p-index__member .swiper .swiper-wrapper .swiper-slide {
  padding: 20px;
}
.p-index__member .swiper .swiper-wrapper .swiper-slide figure {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px auto;
  border-radius: 10px;
  overflow: hidden;
}
.p-index__member .swiper .swiper-wrapper .swiper-slide dl {
  position: relative;
  text-align: center;
  padding-top: 15px;
}
@media only screen and (max-width: 919px) {
  .p-index__member .swiper .swiper-wrapper .swiper-slide dl {
    max-width: 95%;
    margin: 0 auto;
  }
}
.p-index__member .swiper .swiper-wrapper .swiper-slide dl dt {
  color: #fff;
  position: absolute;
  width: 80%;
  background: #000;
  left: 10%;
  top: 0px;
}
.p-index__member .swiper .swiper-wrapper .swiper-slide dl dd {
  text-align: left;
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  line-height: 180%;
}
.p-index__member .swiper .swiper-wrapper .swiper-slide dl dd p {
  text-align: center;
  color: #fff;
}
.p-index__member .swiper .swiper-wrapper .swiper-slide a {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.p-index__member .swiper .swiper-wrapper .swiper-slide a:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  background-image: url("../images/arrow.svg");
}
.p-index__member .swiper-navigation .prev {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: rotate(180deg);
  position: absolute;
  left: 70px;
  top: calc(50% - 15px);
  animation: pikapika 1.5s infinite;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 919px) {
  .p-index__member .swiper-navigation .prev {
    left: 50px;
    width: 15px;
    height: 15px;
  }
}
.p-index__member .swiper-navigation .next {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 70px;
  top: calc(50% - 15px);
  animation: pikapika 1.5s infinite;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 919px) {
  .p-index__member .swiper-navigation .next {
    right: 50px;
    width: 15px;
    height: 15px;
  }
}
.p-index__clients {
  background: #fff;
}
.p-index__clients .content {
  max-width: 830px;
  margin: 0 auto;
}
.p-index__clients .content ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 919px) {
  .p-index__clients .content ul {
    grid-template-columns: 1fr 1fr;
  }
}
.p-index__clients .content ul li a {
  aspect-ratio: 150/100;
  display: flex;
  align-items: center;
}
.p-index__clients .content ul li a img {
  width: 100%;
}
.p-index__company {
  background: #000;
  min-height: 600px;
}
@media only screen and (max-width: 919px) {
  .p-index__company {
    min-height: auto;
  }
}
.p-index__company .content {
  margin: 0 auto;
}
.p-index__company .content h3 {
  max-width: 425px;
  width: 80%;
  margin: 0 auto 70px auto;
}
.p-index__company .content dl {
  max-width: 630px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 80px calc(100% - 80px);
  grid-row-gap: 10px;
}
@media only screen and (max-width: 919px) {
  .p-index__company .content dl {
    grid-template-columns: 50px calc(100% - 50px);
  }
}
.p-index__company .content dl:last-child {
  margin-top: 35px;
}
.p-index__company .content dl dt {
  color: #fff;
}
@media only screen and (max-width: 919px) {
  .p-index__company .content dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-index__company .content dl dd {
  color: #fff;
  line-height: 180%;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .p-index__company .content dl dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-index__company .content dl dd figure {
  max-width: 107px;
  display: inline-block;
}

.p-policy {
  max-width: 960px;
  margin: 0 auto;
  padding: 120px 0;
}
@media only screen and (max-width: 919px) {
  .p-policy {
    width: calc(100% - 40px);
    padding: 80px 0;
  }
}
.p-policy h2 {
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.p-policy p {
  margin-bottom: 2em;
  line-height: 1.8;
}
.p-policy dl dt {
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.p-policy dl dd {
  margin-bottom: 2em;
  line-height: 1.8;
}

.c-form input[type=radio] {
  border: 1px solid #999999;
  -webkit-appearance: radio;
  vertical-align: initial;
}
.c-form input[type=checkbox] {
  border: 1px solid #333333;
  border-radius: 3px;
  -webkit-appearance: checkbox;
  vertical-align: initial;
}
.c-form select,
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form input[type=password],
.c-form textarea {
  border-radius: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  border: 0;
  padding: 10px;
  border: 1px solid #ccc;
}
.c-form h4 {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 35px;
  margin: 0 0 40px 0;
  color: #000;
}
.c-form label, .c-form p, .c-form span {
  color: #000;
}
.c-form dl {
  margin: 0 0 60px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 919px) {
  .c-form dl {
    display: block;
    margin: 0 0 30px 0;
  }
}
.c-form dl dt {
  width: 320px;
  display: flex;
  justify-content: space-between;
  color: #000;
}
@media only screen and (max-width: 919px) {
  .c-form dl dt {
    width: 100%;
    justify-content: flex-start;
    margin: 0 0 26px 0;
  }
}
.c-form dl dt span {
  margin-right: 0;
  background: #FF5555;
  border-radius: 6px;
  padding: 6px 7px;
  color: #fff;
}
@media only screen and (max-width: 919px) {
  .c-form dl dt span {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 3px 4px;
    margin-left: 17px;
  }
}
.c-form dl dd {
  width: calc(100% - 340px);
  color: #000;
}
@media only screen and (max-width: 919px) {
  .c-form dl dd {
    width: 100%;
  }
}
.c-form dl dd select,
.c-form dl dd input[type=text],
.c-form dl dd input[type=email],
.c-form dl dd input[type=tel],
.c-form dl dd input[type=password],
.c-form dl dd textarea {
  width: 100%;
  margin: 0 0 20px 0;
}
.c-form dl dd dl {
  display: block;
  margin: 0 0 20px 0;
}
.c-form dl dd dl dt {
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-form dl dd dl dd {
  width: 100%;
  margin: 0;
}
.c-form dl dd dl dd select,
.c-form dl dd dl dd input[type=text],
.c-form dl dd dl dd input[type=email],
.c-form dl dd dl dd input[type=tel],
.c-form dl dd dl dd input[type=password],
.c-form dl dd dl dd textarea {
  margin: 0;
}
.c-form dl dd dl dd p {
  font-size: 12px;
  font-size: 0.75rem;
  colo: #666666;
  margin-top: 5px;
}
.c-form .error {
  margin: 0 0 40px 0;
}
.c-form .error p {
  text-align: center;
  color: red;
}
.c-form .notice {
  text-align: center;
  margin: 20px auto 40px auto;
}
.c-form .notice a {
  text-decoration: underline;
}

.c-solution {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.c-solution .inner {
  width: 100%;
  max-width: 500px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  gap: 5px;
}
@media only screen and (max-width: 919px) {
  .c-solution .inner {
    max-width: 350px;
  }
}
.c-solution .inner .image h3 {
  color: #fff;
  box-sizing: border-box;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  background: #000;
  text-align: center;
  padding: 15px 20px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 919px) {
  .c-solution .inner .image h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-solution .inner .image h3 br {
  display: none;
}
.c-solution .inner .image figure {
  margin: 20px auto;
  text-align: center;
}
.c-solution .inner .image figure img {
  max-width: 48px;
  margin: 0 auto;
}
.c-solution .inner .description {
  color: #fff;
  box-sizing: border-box;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  background: #000;
}
.c-solution .inner .description p {
  padding: 15px 20px;
  color: #fff;
  line-height: 180%;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 919px) {
  .c-solution .inner .description p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-solution .inner .close {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.c-solution .inner .close:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  background-image: url("../images/arrow.svg");
}

.c-status {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.c-status .inner {
  width: 100%;
  max-width: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  padding: 0;
  gap: 5px;
}
@media only screen and (max-width: 919px) {
  .c-status .inner {
    max-width: 350px;
  }
}
.c-status .inner .profile {
  color: #fff;
  box-sizing: border-box;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  background: #000;
  grid-row: 1;
}
.c-status .inner .profile dl dt {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 5px 15px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 919px) {
  .c-status .inner .profile dl dt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-status .inner .profile dl dd {
  color: #fff;
  line-height: 180%;
  padding: 5px 15px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 919px) {
  .c-status .inner .profile dl dd {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-status .inner .equip {
  color: #fff;
  box-sizing: border-box;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  background: #000;
  grid-row: 2;
  padding: 5px 15px;
}
.c-status .inner .equip ul li {
  color: #fff;
  line-height: 180%;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 919px) {
  .c-status .inner .equip ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-status .inner .equip ul li:before {
  content: "E";
  margin-right: 10px;
}
.c-status .inner .parameter {
  color: #fff;
  box-sizing: border-box;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  background: #000;
  grid-row: 1/3;
  padding: 10px 15px;
}
.c-status .inner .parameter dl {
  display: grid;
  grid-template-columns: calc(100% - 35px) 30px;
  text-align: right;
}
.c-status .inner .parameter dl dt {
  color: #fff;
  line-height: 180%;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 919px) {
  .c-status .inner .parameter dl dt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-status .inner .parameter dl dd {
  color: #fff;
  line-height: 180%;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 919px) {
  .c-status .inner .parameter dl dd {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-status .inner .close {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  display: block;
  margin-top: 10px;
  grid-column: 1/3;
}
.c-status .inner .close:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  background-image: url("../images/arrow.svg");
}

.is-sp-visible {
  display: none;
}
@media only screen and (max-width: 919px) {
  .is-sp-visible {
    display: block !important;
  }
}

@media only screen and (max-width: 919px) {
  .is-sp-invisible {
    display: none !important;
  }
}

body.is-lock {
  overflow: hidden;
}
