@charset "UTF-8";
/*
Theme Name: tONEgraph
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*--------------------------------------------------------------
# mixin
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 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;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[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-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/*
Theme Name: tONEgraph
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# html element
--------------------------------------------------------------*/
html {
  overscroll-behavior: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #383838;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button:focus:not(.focus-visible) {
  outline: none;
}

a, input {
  text-decoration: none;
  color: #383838;
  letter-spacing: 0;
  transition: opacity 0.3s;
}
a:hover, input:hover {
  opacity: 0.7;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  min-height: 1px;
}

svg {
  transform-box: fill-box;
}

li,
ol {
  list-style: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #696969;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* site-titleやdiscriptionは基本表示しない */
.site-title {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.site-description {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/*
Theme Name: tONEgraph
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
@media print, screen and (max-width: 1199px) {
  .over-pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 849px) {
  .over-tab {
    display: none !important;
  }
}

@media print, screen and (max-width: 499px) {
  .over-sp {
    display: none !important;
  }
}

.under-pc {
  display: none !important;
}
@media print, screen and (max-width: 1199px) {
  .under-pc {
    display: inherit !important;
  }
}

.under-tab {
  display: none;
}
@media print, screen and (max-width: 849px) {
  .under-tab {
    display: inherit !important;
  }
}

.under-sp {
  display: none !important;
}
@media print, screen and (max-width: 499px) {
  .under-sp {
    display: inherit !important;
  }
}

body:before {
  content: "";
  position: fixed;
  z-index: 9996;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: backdrop-filter 0.3s, opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}

body.body--fixed:before {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

#loading {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading img {
  opacity: 0;
  min-width: 250px;
  width: 250px;
  transform: scale(1.2);
}
@media print, screen and (max-width: 499px) {
  #loading img {
    min-width: 150px;
    width: 150px;
  }
}

.header {
  position: relative;
  z-index: 9998;
  width: 100%;
}
.header__logo {
  position: fixed;
  z-index: 9998;
  left: 45px;
  top: 38px;
}
@media print, screen and (max-width: 1199px) {
  .header__logo {
    left: 20px;
    top: 25px;
  }
}
.header__logo img {
  width: 150px;
}
.header__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  z-index: 9998;
  right: 20px;
  top: 15px;
  width: 48px;
  height: 48px;
  display: none;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media print, screen and (max-width: 1199px) {
  .header__hamburger {
    display: flex;
  }
}
.header__hamburger__inner {
  position: relative;
  width: 22px;
  height: 14px;
}
.header__hamburger__inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
.header__hamburger__inner span:nth-of-type(1) {
  top: 0;
}
.header__hamburger__inner span:nth-of-type(2) {
  bottom: 0;
}
.header__hamburger--active span:nth-of-type(1) {
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.header__hamburger--active span:nth-of-type(2) {
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.header__menu-pc {
  position: fixed;
  right: 45px;
  top: 30px;
}
@media print, screen and (max-width: 1199px) {
  .header__menu-pc {
    display: none;
  }
}
.header__menu-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 9997;
  right: -5px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, right 0.3s;
  width: 375px;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
}
@media print, screen and (max-width: 849px) {
  .header__menu-sp {
    width: 100%;
  }
}
.header__menu-sp--active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.header .header-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 28px;
}
@media print, screen and (max-width: 1400px) {
  .header .header-nav {
    gap: 0 20px;
  }
}
@media print, screen and (max-width: 1199px) {
  .header .header-nav {
    flex-direction: column;
    align-items: center;
    padding-top: 148px;
    padding-bottom: 93px;
  }
}
.header .header-nav__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  .header .header-nav__item {
    padding-top: 33px;
    padding-bottom: 23px;
    font-size: 18px;
    width: 320px;
    border-bottom: 1px solid #6c6c6c;
    gap: 8px;
    color: #fff;
  }
}
.header .header-nav__item:hover:before {
  transform: rotate(90deg);
}
.header .header-nav__item:before {
  content: "";
  width: 8px;
  height: 8px;
  background: url("./img/common-plus2.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 2px;
  transition: all 0.3s;
}
@media print, screen and (max-width: 1199px) {
  .header .header-nav__item:before {
    width: 10px;
    height: 10px;
    background-image: url("./img/common-plus.svg");
  }
}
.header .header-nav__item--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 44px;
  background: #2b2b2b;
  color: #fff;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 700;
  margin-right: -8px;
  margin-left: -6px;
}
@media print, screen and (max-width: 1199px) {
  .header .header-nav__item--contact {
    margin-top: 60px;
    height: 70px;
    width: 320px;
    border-radius: 35px;
    font-size: 17px;
  }
}
.header .header-nav__item--application {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 169px;
  height: 44px;
  background: linear-gradient(90deg, #e61313 0%, #e6138d 100%);
  color: #fff;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 700;
}
@media print, screen and (max-width: 1199px) {
  .header .header-nav__item--application {
    margin-top: 25px;
    height: 70px;
    width: 320px;
    border-radius: 35px;
    font-size: 17px;
  }
}

.footer {
  overflow: hidden;
  position: relative;
  padding: 70px 45px 41px 45px;
  background-color: #000;
}
@media print, screen and (max-width: 1199px) {
  .footer {
    padding: 70px 45px 41px 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  .footer {
    padding: 72px 45px 70px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  .footer {
    padding: 72px 35px 70px 35px;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media print, screen and (max-width: 1400px) {
  .footer__nav {
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 1000px) {
  .footer__nav {
    align-items: center;
  }
}
.footer-list {
  display: grid;
  grid-template-columns: 244px 203px 189px 217px 141px;
  margin-left: 40px;
}
@media print, screen and (max-width: 1199px) {
  .footer-list {
    grid-template-columns: 214px 173px 159px 187px 111px;
  }
}
@media print, screen and (max-width: 1000px) {
  .footer-list {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.footer-list__item {
  color: #fff;
  line-height: 1;
}
@media print, screen and (max-width: 1000px) {
  .footer-list__item {
    width: 100%;
    max-width: 500px;
  }
}
.footer-list__item__anchor {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
@media print, screen and (max-width: 1000px) {
  .footer-list__item__anchor {
    padding-top: 33px;
    padding-bottom: 23px;
    font-size: 18px;
    width: 100%;
    border-bottom: 1px solid #6c6c6c;
    gap: 8px;
  }
}
@media print, screen and (max-width: 499px) {
  .footer-list__item__anchor {
    width: 320px;
  }
}
.footer-list__item__anchor:hover:before {
  transform: rotate(90deg);
}
.footer-list__item__anchor:before {
  content: "";
  width: 8px;
  height: 8px;
  background: url("./img/common-plus.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 2px;
  transition: all 0.3s;
}
@media print, screen and (max-width: 1199px) {
  .footer-list__item__anchor:before {
    width: 10px;
    height: 10px;
  }
}
.footer-sublist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 14px;
  margin-top: 29px;
  padding-left: 13px;
}
@media print, screen and (max-width: 1000px) {
  .footer-sublist {
    display: none;
  }
}
.footer-sublist li a {
  color: #fff;
}
.footer-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 128px;
}
@media print, screen and (max-width: 1000px) {
  .footer-block {
    margin-top: 175px;
    justify-content: center;
    flex-wrap: wrap;
    width: 350px;
  }
}
@media print, screen and (max-width: 1000px) {
  .footer-block__logo {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 499px) {
  .footer-block__logo {
    margin-right: calc(100% - 192px);
  }
}
.footer-block__logo img {
  width: 198.21px;
}
@media print, screen and (max-width: 499px) {
  .footer-block__logo img {
    width: 160px;
  }
}
.footer-block__btn--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 44px;
  background: #2b2b2b;
  color: #fff;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 700;
  margin-left: 39px;
  margin-right: 20px;
}
@media print, screen and (max-width: 1000px) {
  .footer-block__btn--contact {
    margin-left: 0;
    margin-right: 10px;
    width: 154px;
  }
}
.footer-block__btn--application {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 169px;
  height: 44px;
  background: linear-gradient(90deg, #e61313 0%, #e6138d 100%);
  color: #fff;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 700;
}
@media print, screen and (max-width: 1000px) {
  .footer-block__btn--application {
    width: 186px;
  }
}
.footer__copyright {
  font-family: Overpass, sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: 54px;
  right: 45px;
}
@media print, screen and (max-width: 1000px) {
  .footer__copyright {
    width: 320px;
    position: absolute;
    right: 50%;
    bottom: 26px;
    transform: translateX(50%);
    text-align: center;
  }
}
@media print, screen and (max-width: 499px) {
  .footer__copyright {
    font-size: 12px;
    text-align: left;
  }
}

.common-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  height: 58px;
  border-radius: 29px;
  filter: opacity(1);
}
.common-link--white {
  color: #e61313;
  background-color: #fff;
}
.common-link--white2 {
  color: #000;
  background-color: #fff;
}
.common-link--red {
  color: #fff;
  background: linear-gradient(45deg, #e61313 0%, #e6138d 100%);
}
.common-link--black {
  color: #fff;
  background: #000;
}

.links1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #F0F0F0;
  padding: 123px 45px 216px 45px;
}
@media print, screen and (max-width: 1199px) {
  .links1 {
    padding: 113px 30px 158px 30px;
  }
}
@media print, screen and (max-width: 849px) {
  .links1 {
    padding: 113px 45px 158px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  .links1 {
    padding: 103px 20px 100px 20px;
  }
}
.links1__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.links1__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e61313;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 849px) {
  .links1__heading h2 span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 499px) {
  .links1__heading h2 span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
.links1__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  .links1__heading h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 849px) {
  .links1__heading h2 span:nth-of-type(2) {
    line-height: 1.5625;
    margin-bottom: 22px;
  }
}
@media print, screen and (max-width: 499px) {
  .links1__heading h2 span:nth-of-type(2) {
    font-size: 32px;
    margin-bottom: 18px;
  }
}
.links1__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 62px;
}
@media print, screen and (max-width: 1000px) {
  .links1__heading p {
    max-width: 680px;
  }
}
@media print, screen and (max-width: 849px) {
  .links1__heading p {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 499px) {
  .links1__heading p {
    font-size: 15px;
    line-height: 2.66;
    margin-bottom: 40px;
  }
}
.links1__heading p strong {
  color: #E61313;
  font-weight: 700;
}
.links1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1186px;
  width: 100%;
}
.links1__cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (max-width: 849px) {
  .links1__cards {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
  }
}
.links1__cards__card {
  width: 48.9%;
  background-color: #fff;
  padding: 57px 39px 57px 59px;
  border-radius: 5px;
}
@media print, screen and (max-width: 1199px) {
  .links1__cards__card {
    padding: 57px 30px 57px 30px;
  }
}
@media print, screen and (max-width: 849px) {
  .links1__cards__card {
    width: 100%;
    padding: 57px 39px 57px 39px;
  }
}
@media print, screen and (max-width: 499px) {
  .links1__cards__card {
    padding: 57px 30px 52px 30px;
  }
}
.links1__cards__card__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.links1__cards__card__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e61313;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 499px) {
  .links1__cards__card__heading h2 span:nth-of-type(1) {
    margin-bottom: 10px;
  }
}
.links1__cards__card__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
  color: #000;
  white-space: nowrap;
}
@media print, screen and (max-width: 1199px) {
  .links1__cards__card__heading h2 span:nth-of-type(2) {
    font-size: 25.5px;
  }
}
@media print, screen and (max-width: 499px) {
  .links1__cards__card__heading h2 span:nth-of-type(2) {
    font-size: 23px;
    margin-bottom: 24px;
  }
}
.links1__cards__card__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2;
}
@media print, screen and (max-width: 1000px) {
  .links1__cards__card__heading p {
    max-width: 680px;
  }
}
.links1__cards__card__heading p strong {
  color: #E61313;
  font-weight: 700;
}
.links1__cards__card__tel {
  margin-top: 42px;
}
@media print, screen and (max-width: 499px) {
  .links1__cards__card__tel {
    margin-top: 48px;
  }
}
.links1__cards__card__tel a {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-family: Overpass, sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}
.links1__cards__card__tel a span:nth-of-type(1) {
  font-size: 30px;
  margin-bottom: 2px;
}
@media print, screen and (max-width: 1199px) {
  .links1__cards__card__tel a span:nth-of-type(1) {
    font-size: 27px;
  }
}
@media print, screen and (max-width: 499px) {
  .links1__cards__card__tel a span:nth-of-type(1) {
    font-size: 24px;
  }
}
.links1__cards__card__tel a span:nth-of-type(2) {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1199px) {
  .links1__cards__card__tel a span:nth-of-type(2) {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 499px) {
  .links1__cards__card__tel a span:nth-of-type(2) {
    font-size: 30px;
  }
}
.links1__cards__card__tel p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  color: #383838;
}
@media print, screen and (max-width: 849px) {
  .links1__cards__card__tel p {
    margin-top: 4px;
    line-height: 1.8;
  }
}
.links1__cards__card__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 23px;
  margin-top: 42px;
}
@media print, screen and (max-width: 1199px) {
  .links1__cards__card__btns {
    gap: 10px;
  }
}
@media print, screen and (max-width: 849px) {
  .links1__cards__card__btns {
    margin-top: 34px;
    margin-bottom: 4px;
  }
}
@media print, screen and (max-width: 1050px) {
  .links1__cards__card__btns {
    flex-direction: column;
    gap: 20px;
  }
}
.links1__cards__card__btns .common-link {
  width: 220px;
}
.links1__faq {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 51px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
  max-width: 996px;
}
@media print, screen and (max-width: 641px) {
  .links1__faq {
    flex-direction: column;
    gap: 35px;
    margin-top: 96px;
    padding-bottom: 100px;
  }
}
.links1__faq p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.944;
}
@media print, screen and (max-width: 641px) {
  .links1__faq p {
    text-align: center;
  }
}
.links1__faq .common-link {
  width: 220px;
}

.links2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #F0F0F0;
}
@media print, screen and (max-width: 1400px) {
  .links2 {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  .links2 {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  .links2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.links2__heading {
  width: 100%;
}
.links2__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
@media print, screen and (max-width: 499px) {
  .links2__heading h2 {
    align-items: center;
  }
}
.links2__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e61313;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 849px) {
  .links2__heading h2 span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 499px) {
  .links2__heading h2 span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
.links2__heading h2 img {
  margin-left: 14px;
  margin-right: 17px;
}
@media print, screen and (max-width: 1199px) {
  .links2__heading h2 img {
    width: 286.13px;
  }
}
@media print, screen and (max-width: 1150px) {
  .links2__heading h2 img {
    margin-left: 0;
    margin-right: 0;
    margin-top: 21px;
    margin-bottom: 16px;
  }
}
@media print, screen and (max-width: 499px) {
  .links2__heading h2 img {
    width: 255.74px;
  }
}
.links2__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  color: #000;
  white-space: nowrap;
}
@media print, screen and (max-width: 1150px) {
  .links2__heading h2 span:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 1199px) {
  .links2__heading h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 849px) {
  .links2__heading h2 span:nth-of-type(2) {
    margin-top: 8px;
    margin-bottom: 26px;
  }
}
@media print, screen and (max-width: 499px) {
  .links2__heading h2 span:nth-of-type(2) {
    font-size: 32px;
    margin-bottom: 26px;
    align-items: center;
  }
}
.links2__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.5;
  margin-bottom: 62px;
}
@media print, screen and (max-width: 1000px) {
  .links2__heading p {
    max-width: 680px;
  }
}
@media print, screen and (max-width: 849px) {
  .links2__heading p {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 499px) {
  .links2__heading p {
    font-size: 15px;
    line-height: 2.66;
    margin-bottom: 40px;
    text-align: center;
  }
}
.links2__heading p strong {
  color: #E61313;
  font-weight: 700;
}
.links2__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1186px;
  width: 100%;
  width: calc(100% - 208px);
  margin-left: 208px;
  max-width: 1166px;
  padding: 123px 0 216px 0;
}
@media print, screen and (max-width: 1500px) {
  .links2__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  .links2__inner {
    width: calc(100% - 250px);
    margin-left: 250px;
  }
}
@media print, screen and (max-width: 1199px) {
  .links2__inner {
    padding: 113px 0 158px 0;
  }
}
@media print, screen and (max-width: 1000px) {
  .links2__inner {
    margin-left: 0;
    width: 100%;
  }
}
@media print, screen and (max-width: 499px) {
  .links2__inner {
    padding: 103px 0 100px 0;
  }
}
.links2__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
}
.links2__cards__card {
  background-color: #fff;
  padding: 57px 39px 57px 59px;
  border-radius: 5px;
  width: 100%;
}
@media print, screen and (max-width: 1199px) {
  .links2__cards__card {
    padding: 57px 30px 57px 30px;
  }
}
@media print, screen and (max-width: 849px) {
  .links2__cards__card {
    padding: 57px 39px 57px 39px;
  }
}
@media print, screen and (max-width: 499px) {
  .links2__cards__card {
    padding: 57px 30px 52px 30px;
  }
}
.links2__cards__card__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.links2__cards__card__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e61313;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 499px) {
  .links2__cards__card__heading h2 span:nth-of-type(1) {
    margin-bottom: 10px;
  }
}
.links2__cards__card__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
  color: #000;
  white-space: nowrap;
}
@media print, screen and (max-width: 1199px) {
  .links2__cards__card__heading h2 span:nth-of-type(2) {
    font-size: 25.5px;
  }
}
@media print, screen and (max-width: 499px) {
  .links2__cards__card__heading h2 span:nth-of-type(2) {
    font-size: 23px;
    margin-bottom: 24px;
  }
}
.links2__cards__card__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2;
}
@media print, screen and (max-width: 1000px) {
  .links2__cards__card__heading p {
    max-width: 680px;
  }
}
.links2__cards__card__heading p strong {
  color: #E61313;
  font-weight: 700;
}
.links2__cards__card__tel {
  margin-top: 42px;
}
@media print, screen and (max-width: 499px) {
  .links2__cards__card__tel {
    margin-top: 48px;
  }
}
.links2__cards__card__tel a {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-family: Overpass, sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}
.links2__cards__card__tel a span:nth-of-type(1) {
  font-size: 30px;
  margin-bottom: 2px;
}
@media print, screen and (max-width: 1199px) {
  .links2__cards__card__tel a span:nth-of-type(1) {
    font-size: 27px;
  }
}
@media print, screen and (max-width: 499px) {
  .links2__cards__card__tel a span:nth-of-type(1) {
    font-size: 24px;
  }
}
.links2__cards__card__tel a span:nth-of-type(2) {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1199px) {
  .links2__cards__card__tel a span:nth-of-type(2) {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 499px) {
  .links2__cards__card__tel a span:nth-of-type(2) {
    font-size: 30px;
  }
}
.links2__cards__card__tel p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  color: #383838;
}
@media print, screen and (max-width: 849px) {
  .links2__cards__card__tel p {
    margin-top: 4px;
    line-height: 1.8;
  }
}
.links2__cards__card__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 23px;
  margin-top: 42px;
}
@media print, screen and (max-width: 1199px) {
  .links2__cards__card__btns {
    gap: 10px;
  }
}
@media print, screen and (max-width: 849px) {
  .links2__cards__card__btns {
    margin-top: 34px;
    margin-bottom: 4px;
  }
}
@media print, screen and (max-width: 1050px) {
  .links2__cards__card__btns {
    flex-direction: column;
    gap: 20px;
  }
}
.links2__cards__card__btns .common-link {
  width: 220px;
}
.links2__faq {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 51px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
  max-width: 996px;
}
@media print, screen and (max-width: 641px) {
  .links2__faq {
    flex-direction: column;
    gap: 35px;
    margin-top: 96px;
    padding-bottom: 100px;
  }
}
.links2__faq p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.944;
}
@media print, screen and (max-width: 641px) {
  .links2__faq p {
    text-align: center;
  }
}
.links2__faq .common-link {
  width: 220px;
}

.area {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
@media print, screen and (max-width: 1150px) {
  .area {
    flex-direction: column;
  }
}
.area__block1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 50%;
  height: 683px;
  background-color: #000;
  overflow: hidden;
  padding: 92px 45px 100px 45px;
}
@media print, screen and (max-width: 1150px) {
  .area__block1 {
    width: 100%;
  }
}
@media print, screen and (max-width: 499px) {
  .area__block1 {
    height: 750px;
    padding: 103px 20px 100px 35px;
  }
}
.area__block1__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media print, screen and (max-width: 499px) {
  .area__block1__bg {
    min-width: 683px;
    left: 50%;
    transform: translateX(-52%);
  }
}
.area__block1__heading {
  position: relative;
  z-index: 1;
}
.area__block1__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.area__block1__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e61313;
  margin-bottom: 14px;
}
@media print, screen and (max-width: 499px) {
  .area__block1__heading h2 span:nth-of-type(1) {
    margin-bottom: 12px;
  }
}
.area__block1__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 33px;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  margin-bottom: 8px;
  color: #fff;
}
@media print, screen and (max-width: 1199px) {
  .area__block1__heading h2 span:nth-of-type(2) {
    font-size: 33px;
  }
}
@media print, screen and (max-width: 499px) {
  .area__block1__heading h2 span:nth-of-type(2) {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.area__block1__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #fff;
  margin-bottom: 297px;
}
@media print, screen and (max-width: 1000px) {
  .area__block1__heading p {
    max-width: 680px;
  }
}
@media print, screen and (max-width: 499px) {
  .area__block1__heading p {
    font-size: 15px;
    line-height: 2;
  }
}
.area__block1 .common-link {
  position: absolute;
  bottom: 80px;
  z-index: 1;
  width: 261px;
}
@media print, screen and (max-width: 499px) {
  .area__block1 .common-link {
    bottom: 100px;
  }
}
.area__block2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 50%;
  height: 683px;
  background: #2b2b2b;
  padding: 92px 45px 100px 45px;
}
@media print, screen and (max-width: 1150px) {
  .area__block2 {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (max-width: 499px) {
  .area__block2 {
    padding: 103px 20px 100px 35px;
  }
}
.area__block2__txt1 {
  position: relative;
  z-index: 1;
  max-width: 528px;
  width: 100%;
}
.area__block2__txt1 h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.area__block2__txt1 h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e61313;
  margin-bottom: 14px;
}
@media print, screen and (max-width: 499px) {
  .area__block2__txt1 h2 span:nth-of-type(1) {
    margin-bottom: 12px;
  }
}
.area__block2__txt1 h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 33px;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  margin-bottom: 8px;
  color: #fff;
}
@media print, screen and (max-width: 1199px) {
  .area__block2__txt1 h2 span:nth-of-type(2) {
    font-size: 32px;
  }
}
@media print, screen and (max-width: 499px) {
  .area__block2__txt1 h2 span:nth-of-type(2) {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.area__block2__txt1 p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #fff;
  margin-bottom: 49px;
}
@media print, screen and (max-width: 1000px) {
  .area__block2__txt1 p {
    max-width: 680px;
  }
}
@media print, screen and (max-width: 499px) {
  .area__block2__txt1 p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 44px;
  }
}
.area__block2__txt2 {
  max-width: 528px;
  width: 100%;
}
.area__block2__txt2 h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.area__block2__txt2 h2 span:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 33px;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  margin-bottom: 8px;
  color: #fff;
}
@media print, screen and (max-width: 1199px) {
  .area__block2__txt2 h2 span:nth-of-type(1) {
    font-size: 32px;
  }
}
@media print, screen and (max-width: 499px) {
  .area__block2__txt2 h2 span:nth-of-type(1) {
    font-size: 32px;
    margin-bottom: 14px;
  }
}
.area__block2__txt2 p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #fff;
}
@media print, screen and (max-width: 1000px) {
  .area__block2__txt2 p {
    max-width: 680px;
  }
}
@media print, screen and (max-width: 499px) {
  .area__block2__txt2 p {
    font-size: 15px;
    line-height: 2;
  }
}
.area__block2 .common-link {
  position: absolute;
  bottom: 80px;
  z-index: 1;
  width: 261px;
}
@media print, screen and (max-width: 1150px) {
  .area__block2 .common-link {
    position: relative;
    bottom: auto;
    margin-top: 36px;
  }
}

.sidebar {
  position: fixed;
  z-index: 2;
  top: 196px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding-left: 45px;
}
@media print, screen and (max-width: 1199px) {
  .sidebar {
    top: 149px;
    padding-left: 22px;
  }
}
@media print, screen and (max-width: 1000px) {
  .sidebar {
    display: none;
  }
}
.sidebar__anchor {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #7f7f7f;
}
.sidebar__anchor:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: 2px solid #7f7f7f;
  margin-top: 3px;
}
.sidebar__anchor--active {
  color: #000;
}
.sidebar__anchor--active:before {
  border: 2px solid #000;
}
.sidebar__anchor--inverted {
  color: #fff;
}
.sidebar__anchor--inverted:before {
  border: 2px solid #fff;
}

.common-pnav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  margin-top: 108px;
}
.common-pnav span, .common-pnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  background-color: #383838;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media print, screen and (max-width: 1199px) {
  .common-pnav span, .common-pnav a {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
@media print, screen and (max-width: 499px) {
  .common-pnav span, .common-pnav a {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
.common-pnav .current {
  color: #fff;
  background-color: #d0d0d0;
}
.common-pnav .dots {
  color: rgba(76, 81, 87, 0.3);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------------
# page
--------------------------------------------------------------*/
/*
Theme Name: tONEgraph
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# front-page
--------------------------------------------------------------*/
body.front-page {
  overflow-x: clip;
}
body.front-page #loading {
  background-color: #000;
}
body.front-page .header {
  position: relative;
  width: 100%;
}
body.front-page .header__logo--inverted {
  filter: invert(100);
}
body.front-page .header__hamburger {
  background-color: #fff;
}
body.front-page .header__hamburger__inner span {
  background-color: #000;
}
body.front-page .header__menu-pc .header-nav__item {
  color: #fff;
}
body.front-page .header__menu-pc .header-nav__item:before {
  background: url("./img/common-plus.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
body.front-page .header__menu-pc .header-nav__item--inverted {
  color: #000;
}
body.front-page .header__menu-pc .header-nav__item--inverted:before {
  filter: invert(1);
}
body.front-page .hero {
  position: relative;
  background-color: #000000;
  height: 100svh;
  min-height: 600px;
  overflow-x: clip;
}
@media print, screen and (max-width: 1050px) {
  body.front-page .hero {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
body.front-page .hero__txts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: #fff;
  height: 100%;
  padding-left: 9.1508052709svw;
  padding-top: 5svh;
}
@media print, screen and (max-width: 1050px) {
  body.front-page .hero__txts {
    padding: 120px 35px 100px 35px;
    justify-content: flex-start;
    height: auto;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .hero__txts {
    padding-top: 106px;
    padding-bottom: 64px;
  }
}
body.front-page .hero__txts p:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  color: #d0d0d0;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .hero__txts p:nth-of-type(1) {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .hero__txts p:nth-of-type(1) {
    font-size: 16px;
    line-height: 2.125;
  }
}
body.front-page .hero__txts h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.6304347826;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .hero__txts h1 {
    font-size: 41px;
  }
}
@media print, screen and (max-width: 1050px) {
  body.front-page .hero__txts h1 {
    margin-bottom: 520px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .hero__txts h1 {
    margin-bottom: 460px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .hero__txts h1 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 422px;
  }
}
body.front-page .hero__txts h1 .ls-fix1 {
  letter-spacing: 0.05em;
}
body.front-page .hero__txts h1 .ls-fix2 {
  letter-spacing: -0.29em;
}
body.front-page .hero__txts h1 .ls-fix3 {
  letter-spacing: -0.1em;
}
body.front-page .hero__txts p:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.3333333333;
  color: #d0d0d0;
  margin-bottom: 110px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .hero__txts p:nth-of-type(2) {
    max-width: 310px;
  }
}
@media print, screen and (max-width: 1050px) {
  body.front-page .hero__txts p:nth-of-type(2) {
    max-width: inherit;
    margin-bottom: 32px;
  }
}
body.front-page .hero__txts .common-link {
  width: 231px;
}
body.front-page .hero__fixed-img {
  position: fixed;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100svw;
  height: 100svh;
  min-height: 600px;
  object-fit: cover;
  object-position: bottom right;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 1600px) {
  body.front-page .hero__fixed-img {
    max-height: 900px;
  }
}
@media print, screen and (max-width: 1199px) {
  body.front-page .hero__fixed-img {
    left: 10svw;
  }
}
@media print, screen and (max-width: 1050px) {
  body.front-page .hero__fixed-img {
    display: none;
  }
}
body.front-page .hero__fixed-img--sp {
  display: none;
}
@media print, screen and (max-width: 1050px) {
  body.front-page .hero__fixed-img--sp {
    display: inherit;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 100%;
    min-width: 1050px;
    height: 900px;
    object-fit: cover;
    object-position: 50% bottom;
    transform: translateX(-50%);
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .hero__fixed-img--sp {
    min-width: 100%;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .hero__fixed-img--sp {
    height: 844px;
  }
}
body.front-page .slides {
  overflow-x: clip;
  position: relative;
  background-color: #000;
}
body.front-page .slides .slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 1199px) {
  body.front-page .slides .slick-dots {
    bottom: 16px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .slides .slick-dots {
    bottom: 10px;
  }
}
body.front-page .slides .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
@media print, screen and (max-width: 499px) {
  body.front-page .slides .slick-dots li {
    margin: 0 4px;
  }
}
body.front-page .slides .slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 40px;
  border: unset;
  height: 2px;
  display: block;
  background: #000;
  cursor: pointer;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .slides .slick-dots button {
    width: 31px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .slides .slick-dots button {
    width: 22px;
  }
}
body.front-page .slides .slick-dots .slick-active button {
  background: #d0d0d0;
}
body.front-page .overview {
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 250px 45px 200px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .overview {
    padding: 175px 45px 150px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .overview {
    padding: 100px 20px 100px 20px;
  }
}
body.front-page .overview__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1008px;
  width: 100%;
}
body.front-page .overview__logo {
  width: 440px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .overview__logo {
    width: 354.45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .overview__logo {
    width: 268.91px;
  }
}
body.front-page .overview__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 84px;
  gap: 74px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .overview__list {
    margin-top: 81px;
    gap: 71px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .overview__list {
    margin-top: 78px;
    gap: 68px;
  }
}
body.front-page .overview__list li {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.front-page .overview__list li p:nth-of-type(1) {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.72;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 499px) {
  body.front-page .overview__list li p:nth-of-type(1) {
    margin-bottom: 26px;
  }
}
body.front-page .overview__list li p:nth-of-type(2) {
  font-size: 16px;
  line-height: 2.5;
}
@media print, screen and (max-width: 499px) {
  body.front-page .overview__list li p:nth-of-type(2) {
    font-size: 15px;
    line-height: 2.66;
  }
}
body.front-page .overview__btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 956px;
  width: 100%;
  margin-top: 91px;
}
@media print, screen and (max-width: 849px) {
  body.front-page .overview__btns {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .overview__btns {
    margin-top: 70px;
  }
}
body.front-page .overview__btns__btn {
  position: relative;
  width: 47.7%;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 450/200;
}
@media print, screen and (max-width: 849px) {
  body.front-page .overview__btns__btn {
    width: 100%;
  }
}
body.front-page .overview__btns__btn:hover {
  opacity: 0.9;
}
body.front-page .overview__btns__btn:hover img {
  transform: scale(105%);
}
body.front-page .overview__btns__btn:hover p:before {
  transform: rotate(90deg);
}
body.front-page .overview__btns__btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
body.front-page .overview__btns__btn p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  gap: 10px;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .overview__btns__btn p {
    font-size: 22.5px;
    gap: 9px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .overview__btns__btn p {
    gap: 8px;
    font-size: 20px;
  }
}
body.front-page .overview__btns__btn p:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("./img/common-plus.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 2px;
  transition: all 0.3s;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .overview__btns__btn p:before {
    width: 14.4px;
    height: 14.4px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .overview__btns__btn p:before {
    width: 13.67px;
    height: 13.67px;
  }
}
body.front-page .tone {
  overflow-x: clip;
  position: relative;
  z-index: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.front-page .tone__head {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media print, screen and (max-width: 499px) {
  body.front-page .tone__head {
    flex-wrap: wrap;
  }
}
body.front-page .tone__head img {
  width: 25%;
}
@media print, screen and (max-width: 499px) {
  body.front-page .tone__head img {
    width: 50%;
  }
}
body.front-page .tone__head__outline {
  position: absolute;
  bottom: -54px;
  left: 50%;
  max-width: 1121px;
  width: 100%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 1250px) {
  body.front-page .tone__head__outline {
    width: calc(100% - 70px);
    bottom: -5svw;
  }
}
body.front-page .tone__head__outline--split1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
body.front-page .tone__head__outline--split2 {
  position: absolute;
  bottom: -32px;
  left: 50%;
  min-width: 410px;
  transform: translateX(-50%);
}
body.front-page .tone__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 1256px;
  width: 100%;
  padding: 203px 70px 146px 70px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .tone__inner {
    padding: 148.5px 45px 83px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .tone__inner {
    padding: 94px 20px 98px 20px;
  }
}
body.front-page .tone__flex {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .tone__flex {
    gap: 0 35px;
  }
}
@media print, screen and (max-width: 1085px) {
  body.front-page .tone__flex {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 41px;
  }
}
@media print, screen and (max-width: 1085px) {
  body.front-page .tone__flex__txts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
body.front-page .tone__flex__txts p:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  color: #e61313;
  margin-bottom: 26px;
}
body.front-page .tone__flex__txts p:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2.25;
  margin-bottom: 36px;
  color: #000;
  white-space: nowrap;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .tone__flex__txts p:nth-of-type(2) {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 1085px) {
  body.front-page .tone__flex__txts p:nth-of-type(2) {
    text-align: center;
    line-height: 2.5;
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .tone__flex__txts p:nth-of-type(2) {
    font-size: 18px;
    white-space: inherit;
    max-width: 350px;
  }
}
body.front-page .tone__flex__txts ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px;
  border-top: 1px solid #383838;
  border-left: 1px solid #383838;
  width: 300px;
}
body.front-page .tone__flex__txts ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #383838;
  border-bottom: 1px solid #383838;
  height: 70px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #383838;
  line-height: 1;
}
body.front-page .tone__flex__txts ul li:nth-of-type(odd) {
  background: #ededed;
}
body.front-page .tone__flex__imgs {
  display: flex;
  width: 56.27%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}
@media print, screen and (max-width: 1085px) {
  body.front-page .tone__flex__imgs {
    width: 100%;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .tone__flex__imgs {
    width: 100svw;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .tone__flex__imgs {
    gap: 3px;
  }
}
body.front-page .tone__type {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 71px;
  margin-bottom: 52px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .tone__type {
    flex-wrap: wrap;
    max-width: 700px;
    justify-content: center;
    margin-top: 55.5px;
    margin-bottom: 42px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .tone__type {
    width: calc(100svw - 28px);
    gap: 10px 5px;
    margin-top: 40px;
    margin-bottom: 32px;
  }
}
body.front-page .tone__type li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding: 0 27px;
  min-width: 138px;
  max-width: 192px;
  height: 44px;
  border-radius: 22px;
  background: #f0f0f0;
  white-space: nowrap;
}
@media print, screen and (max-width: 499px) {
  body.front-page .tone__type li {
    min-width: 114px;
    padding: 0 20px;
  }
}
body.front-page .tone__sentence {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .tone__sentence {
    font-size: 19px;
    max-width: 560px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .tone__sentence {
    font-size: 18px;
    line-height: 2.2222222222;
  }
}
body.front-page .customer {
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #f0f0f0;
  padding: 203px 45px 175px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .customer {
    padding: 153px 45px 137px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .customer {
    padding: 103px 20px 99px 20px;
  }
}
body.front-page .customer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1116px;
  width: 100%;
}
body.front-page .customer__inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
body.front-page .customer__inner h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e61313;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 499px) {
  body.front-page .customer__inner h2 span:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
body.front-page .customer__inner h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .customer__inner h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .customer__inner h2 span:nth-of-type(2) {
    font-size: 32px;
    margin-bottom: 26px;
  }
}
body.front-page .customer__inner p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .customer__inner p {
    max-width: 680px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .customer__inner p {
    font-size: 15px;
    line-height: 2.66;
  }
}
body.front-page .customer__inner ul {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 25px 12px;
  margin-top: 62px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .customer__inner ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px 12px;
    margin-top: 46px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .customer__inner ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px 12px;
  }
}
@media print, screen and (max-width: 750px) {
  body.front-page .customer__inner ul {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 30px;
  }
}
body.front-page .customer__inner ul:after {
  content: "etc.";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  position: absolute;
  right: 0;
  bottom: -20px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .customer__inner ul:after {
    bottom: 0;
    right: 25%;
    transform: translateX(calc(100% + 10px));
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .customer__inner ul:after {
    bottom: -20px;
    right: 0;
    transform: none;
  }
}
@media print, screen and (max-width: 750px) {
  body.front-page .customer__inner ul:after {
    bottom: 0;
    right: 50%;
    transform: translateX(calc(100% + 6px));
  }
}
body.front-page .customer__inner ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  white-space: nowrap;
  text-align: center;
}
@media print, screen and (max-width: 499px) {
  body.front-page .customer__inner ul li {
    font-size: 15px;
  }
}
body.front-page .subject {
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 203px 45px 252px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .subject {
    padding: 153px 45px 225px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .subject {
    padding: 103px 20px 198px 20px;
  }
}
body.front-page .subject__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1056px;
  width: 100%;
}
body.front-page .subject__inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
body.front-page .subject__inner h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e61313;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 499px) {
  body.front-page .subject__inner h2 span:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
body.front-page .subject__inner h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .subject__inner h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .subject__inner h2 span:nth-of-type(2) {
    font-size: 32px;
    margin-bottom: 26px;
  }
}
body.front-page .subject__inner p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .subject__inner p {
    max-width: 680px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .subject__inner p {
    font-size: 15px;
    line-height: 2.66;
  }
}
body.front-page .subject__inner ul {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px 30px;
  margin-top: 62px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .subject__inner ul {
    margin-top: 46px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .subject__inner ul {
    grid-template-columns: 1fr 1fr;
    gap: 27px 27px;
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .subject__inner ul {
    gap: 27px 10px;
  }
}
body.front-page .subject__inner ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
  gap: 14px;
}
@media print, screen and (max-width: 499px) {
  body.front-page .subject__inner ul li {
    gap: 9px;
  }
}
body.front-page .subject__inner ul li img {
  display: block;
  border-radius: 5px;
  width: 100%;
  margin: 0;
}
body.front-page .subject__inner ul li p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #000;
  white-space: nowrap;
  text-align: center;
}
@media print, screen and (max-width: 499px) {
  body.front-page .subject__inner ul li p {
    font-size: 15px;
  }
}
body.front-page .plan {
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: auto;
  background: #f0f0f0;
  padding: 203px 45px 150px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .plan {
    padding: 153px 45px 125px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .plan {
    padding: 160px 20px 100px 20px;
  }
}
body.front-page .plan__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1056px;
  width: 100%;
}
body.front-page .plan__outline {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -111px;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 1199px) {
  body.front-page .plan__outline {
    width: calc(100% - 70px);
    top: -9.5svw;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .plan__outline {
    top: -100px;
    width: 334.83px;
  }
}
body.front-page .plan__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
body.front-page .plan__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e61313;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 499px) {
  body.front-page .plan__heading h2 span:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
body.front-page .plan__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .plan__heading h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .plan__heading h2 span:nth-of-type(2) {
    font-size: 32px;
    margin-bottom: 26px;
  }
}
body.front-page .plan__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .plan__heading p {
    max-width: 680px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .plan__heading p {
    font-size: 15px;
    line-height: 2.66;
  }
}
body.front-page .plan__cards {
  display: flex;
  flex-direction: row;
  gap: 33px;
  max-width: 936px;
  width: 100%;
  margin-top: 75px;
  margin-bottom: 78px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .plan__cards {
    gap: 16px;
    margin-top: 74px;
    margin-bottom: 59px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .plan__cards {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .plan__cards {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
body.front-page .plan__cards__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  border-radius: 15px;
  width: 48.71%;
}
@media print, screen and (max-width: 849px) {
  body.front-page .plan__cards__card {
    width: 100%;
  }
}
body.front-page .plan__cards__card--red {
  background: linear-gradient(45deg, #e61313 0%, #e6138d 100%);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
  position: relative;
}
body.front-page .plan__cards__card--red:before {
  content: "初めてのお客様にオススメ!";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 230px;
  height: 45px;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(45deg, #e61313 0%, #e6138d 100%);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
body.front-page .plan__cards__card--black {
  background: #383838;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
}
body.front-page .plan__cards__card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 42px 22px 46px 22px;
}
body.front-page .plan__cards__card__deco {
  margin-bottom: 8px;
}
body.front-page .plan__cards__card__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 22px;
}
body.front-page .plan__cards__card__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 34px;
  text-align: center;
  white-space: nowrap;
}
body.front-page .plan__cards__card__cost {
  font-weight: 700;
  line-height: 1;
  color: #2b2b2b;
  margin-bottom: 32px;
}
body.front-page .plan__cards__card__cost span:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05em;
  margin-right: 7px;
}
body.front-page .plan__cards__card__cost span:nth-of-type(2) {
  font-family: Overpass, sans-serif;
  font-size: 56px;
}
body.front-page .plan__cards__card__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
body.front-page .plan__cards__card__list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
body.front-page .plan__cards__card__list li:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("./img/common-list-check.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 7px;
  transition: all 0.3s;
}
body.front-page .plan .common-link {
  width: 261px;
}
body.front-page .works {
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 203px 45px 150px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .works {
    padding: 153px 45px 125px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .works {
    padding: 103px 20px 100px 20px;
  }
}
body.front-page .works__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 996px;
  width: 100%;
}
body.front-page .works__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 75px;
}
@media print, screen and (max-width: 849px) {
  body.front-page .works__head {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 56px;
  }
}
body.front-page .works__head__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.front-page .works__head__heading h2 {
    align-items: center;
  }
}
body.front-page .works__head__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e61313;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 499px) {
  body.front-page .works__head__heading h2 span:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
body.front-page .works__head__heading h2 span:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .works__head__heading h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .works__head__heading h2 span:nth-of-type(2) {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .works__head__heading h2 span:nth-of-type(2) {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
}
body.front-page .works__head__heading h2 span:nth-of-type(2) small {
  font-size: 15px;
  letter-spacing: 0.2em;
  margin-left: 4px;
}
@media print, screen and (max-width: 499px) {
  body.front-page .works__head__heading h2 span:nth-of-type(2) small {
    margin-top: 2px;
  }
}
body.front-page .works__head__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .works__head__heading p {
    font-size: 21px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .works__head__heading p {
    font-size: 18px;
  }
}
body.front-page .works__head__desc {
  max-width: 448px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: -6px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .works__head__desc {
    max-width: 366px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .works__head__desc {
    text-align: center;
    margin-top: 35px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .works__head__desc {
    font-size: 15px;
    line-height: 2.66;
  }
}
body.front-page .works__items {
  width: 100svw;
  line-height: 0;
}
body.front-page .works__items:not(:last-of-type) {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 849px) {
  body.front-page .works__items:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .works__items:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
body.front-page .works__items__item {
  margin: 0 10px;
}
@media print, screen and (max-width: 849px) {
  body.front-page .works__items__item {
    margin: 0 7.5px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .works__items__item {
    margin: 0 5px;
  }
}
body.front-page .works__items__item a {
  display: block;
}
body.front-page .works__items__item a img {
  display: block;
  width: 420px;
  border-radius: 5px;
}
@media print, screen and (max-width: 849px) {
  body.front-page .works__items__item a img {
    width: 315px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .works__items__item a img {
    width: 210px;
  }
}
body.front-page .works .common-link {
  width: 289px;
  margin-top: 80px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .works .common-link {
    margin-top: 60px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .works .common-link {
    margin-top: 40px;
  }
}
body.front-page .news {
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #F0F0F0;
  padding: 152px 45px 150px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .news {
    padding: 128px 45px 125px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .news {
    padding: 103px 20px 100px 20px;
  }
}
body.front-page .news__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 996px;
  width: 100%;
}
body.front-page .news__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
body.front-page .news__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e61313;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 499px) {
  body.front-page .news__heading h2 span:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
body.front-page .news__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .news__heading h2 span:nth-of-type(2) {
    font-size: 37px;
    margin-bottom: 13px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .news__heading h2 span:nth-of-type(2) {
    font-size: 32px;
    margin-bottom: 6px;
  }
}
body.front-page .news__items {
  width: 100%;
}
body.front-page .news__items__item {
  border-bottom: 1px solid #d0d0d0;
  padding-top: 40px;
  padding-bottom: 26px;
}
@media print, screen and (max-width: 849px) {
  body.front-page .news__items__item {
    padding-top: 50px;
    padding-bottom: 38px;
  }
}
body.front-page .news__items__item a {
  display: block;
  position: relative;
}
@media print, screen and (max-width: 1050px) {
  body.front-page .news__items__item a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
body.front-page .news__items__item__tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: Overpass, sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 1050px) {
  body.front-page .news__items__item__tag {
    width: 100%;
  }
}
body.front-page .news__items__item__tag span:nth-of-type(1) {
  font-weight: 900;
}
body.front-page .news__items__item__tag span:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 300;
}
body.front-page .news__items__item__tag span:nth-of-type(2):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6.77px solid #a3a3a3;
  border-right: 0;
  margin: -3px 16px 0 16px;
}
body.front-page .news__items__item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.944;
  color: #000;
  margin-top: 14px;
  margin-bottom: 10px;
  max-width: 743px;
}
@media print, screen and (max-width: 1050px) {
  body.front-page .news__items__item__title {
    width: 100%;
    max-width: inherit;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .news__items__item__title {
    margin-bottom: 12px;
  }
}
body.front-page .news__items__item__excerpt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.57;
  max-width: 743px;
}
@media print, screen and (max-width: 1050px) {
  body.front-page .news__items__item__excerpt {
    width: 100%;
    max-width: inherit;
  }
}
body.front-page .news__items__item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 45px;
  border-radius: 22.5px;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media print, screen and (max-width: 1050px) {
  body.front-page .news__items__item__btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 27px;
  }
}
body.front-page .news .common-link {
  width: 215px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .news .common-link {
    margin-top: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .news .common-link {
    margin-top: 40px;
  }
}
body.front-page .youtube {
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #F7F7F7;
  padding: 152px 45px 150px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .youtube {
    padding: 128px 45px 125px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .youtube {
    padding: 103px 20px 100px 20px;
  }
}
body.front-page .youtube__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1116px;
  width: 100%;
}
body.front-page .youtube__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
body.front-page .youtube__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e61313;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 499px) {
  body.front-page .youtube__heading h2 span:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
body.front-page .youtube__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .youtube__heading h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .youtube__heading h2 span:nth-of-type(2) {
    font-size: 32px;
    margin-bottom: 26px;
  }
}
body.front-page .youtube__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 64px;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .youtube__heading p {
    max-width: 624px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .youtube__heading p {
    font-size: 15px;
    line-height: 2.66;
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.front-page .youtube .sb_youtube {
    max-width: 700px;
  }
}
body.front-page .youtube .sb_youtube .sby_items_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 33px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .youtube .sb_youtube .sby_items_wrap {
    gap: 25px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.front-page .youtube .sb_youtube .sby_items_wrap {
    grid-template-columns: 1fr;
  }
}
body.front-page .youtube .sb_youtube .sby_items_wrap .sby_item {
  border-radius: 5px;
  overflow: hidden;
}
body.front-page .youtube .common-link {
  width: 321px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1199px) {
  body.front-page .youtube .common-link {
    margin-top: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .youtube .common-link {
    margin-top: 40px;
  }
}

/*
Theme Name: tONEgraph
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
body.about #loading {
  background-color: #000;
}
body.about .header {
  position: relative;
  width: 100%;
}
body.about .header__logo--inverted {
  filter: invert(100);
}
body.about .header__hamburger {
  background-color: #fff;
}
body.about .header__hamburger__inner span {
  background-color: #000;
}
body.about .header__menu-pc .header-nav__item {
  color: #fff;
}
body.about .header__menu-pc .header-nav__item:before {
  background: url("./img/common-plus.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
body.about .header__menu-pc .header-nav__item--inverted {
  color: #000;
}
body.about .header__menu-pc .header-nav__item--inverted:before {
  filter: invert(1);
}
body.about .hero {
  position: relative;
  overflow-x: clip;
}
body.about .hero__video {
  height: 100svh;
  width: 100%;
  min-height: 600px;
  background-color: #000000;
}
@media print, screen and (max-width: 849px) {
  body.about .hero__video {
    aspect-ratio: 1/1;
    height: auto;
    min-height: inherit;
    line-height: 1;
  }
}
body.about .hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.about .hero__strength {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -145px;
}
@media print, screen and (max-width: 1400px) {
  body.about .hero__strength {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about .hero__strength {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 849px) {
  body.about .hero__strength {
    margin-top: -194px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .hero__strength {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.about .hero__strength__inner {
  width: calc(100% - 208px);
  margin-left: 208px;
  padding-bottom: 92px;
  max-width: 1166px;
}
@media print, screen and (max-width: 1500px) {
  body.about .hero__strength__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.about .hero__strength__inner {
    width: calc(100% - 250px);
    margin-left: 250px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about .hero__strength__inner {
    margin-left: 0;
    width: 100%;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .hero__strength__inner {
    padding-bottom: 90px;
  }
}
body.about .hero__strength__inner h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
body.about .hero__strength__inner h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 20px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.about .hero__strength__inner h2 span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
body.about .hero__strength__inner h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 138px;
  color: #fff;
  line-height: 1.5625;
}
@media print, screen and (max-width: 1199px) {
  body.about .hero__strength__inner h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 849px) {
  body.about .hero__strength__inner h2 span:nth-of-type(2) {
    margin-bottom: 96px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .hero__strength__inner h2 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.about .hero__strength__inner p:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.875;
  color: #000;
  margin-bottom: 31px;
}
@media print, screen and (max-width: 1199px) {
  body.about .hero__strength__inner p:nth-of-type(1) {
    font-size: 23px;
  }
}
@media print, screen and (max-width: 849px) {
  body.about .hero__strength__inner p:nth-of-type(1) {
    margin-bottom: 18px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .hero__strength__inner p:nth-of-type(1) {
    font-size: 22px;
    line-height: 1.72;
    white-space: nowrap;
  }
}
body.about .hero__strength__inner p:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.5;
}
@media print, screen and (max-width: 499px) {
  body.about .hero__strength__inner p:nth-of-type(2) {
    font-size: 15px;
    line-height: 2.66;
  }
}
body.about .introduce {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f7f7;
}
@media print, screen and (max-width: 1400px) {
  body.about .introduce {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about .introduce {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .introduce {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.about .introduce__inner {
  width: calc(100% - 208px);
  margin-left: 208px;
  padding: 196px 0 142px 0;
  max-width: 1166px;
}
@media print, screen and (max-width: 1500px) {
  body.about .introduce__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.about .introduce__inner {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 196px 0 142px 0;
  }
}
@media print, screen and (max-width: 1199px) {
  body.about .introduce__inner {
    padding: 149px 0 118px 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about .introduce__inner {
    margin-left: 0;
    width: 100%;
    padding: 149px 0 118px 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .introduce__inner {
    padding: 90px 0 94px 0;
  }
}
body.about .introduce__flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 849px) {
  body.about .introduce__flex {
    flex-direction: column;
    align-items: center;
  }
}
body.about .introduce__flex__txt1 {
  width: 67.6%;
}
@media print, screen and (max-width: 849px) {
  body.about .introduce__flex__txt1 {
    width: 100%;
  }
}
body.about .introduce__flex__txt1 h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.about .introduce__flex__txt1 h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-top: 12px;
  margin-bottom: 24px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.about .introduce__flex__txt1 h2 span:nth-of-type(1) {
    margin-bottom: 34px;
  }
}
body.about .introduce__flex__txt1 h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  body.about .introduce__flex__txt1 h2 span:nth-of-type(2) {
    font-size: 19px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .introduce__flex__txt1 h2 span:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.944;
  }
}
body.about .introduce__flex__img {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 32.4%;
}
@media print, screen and (max-width: 849px) {
  body.about .introduce__flex__img {
    width: auto;
    margin-top: 44px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .introduce__flex__img {
    margin-left: 22px;
  }
}
body.about .introduce__flex__img img {
  width: 230px;
}
body.about .introduce__flex__img p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  writing-mode: vertical-rl;
  margin-left: 3px;
  letter-spacing: 0.2em;
}
@media print, screen and (max-width: 499px) {
  body.about .introduce__flex__img p {
    margin-left: 6px;
  }
}
body.about .introduce__flex__img p strong {
  font-weight: 500;
}
body.about .introduce__flex__txt2 {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.5;
  margin-top: 48px;
}
@media print, screen and (max-width: 499px) {
  body.about .introduce__flex__txt2 {
    font-size: 15px;
    line-height: 2.66;
    margin-top: 42px;
  }
}
body.about .introduce__tone {
  margin-top: 100px;
}
@media print, screen and (max-width: 499px) {
  body.about .introduce__tone {
    margin-top: 86px;
  }
}
body.about .introduce__tone__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  color: #000;
  margin-bottom: 26px;
}
@media print, screen and (max-width: 1199px) {
  body.about .introduce__tone__heading {
    font-size: 19px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .introduce__tone__heading {
    font-size: 18px;
    line-height: 1.944;
    margin-bottom: 28px;
  }
}
body.about .introduce__tone__galleries {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px 0;
}
@media print, screen and (max-width: 849px) {
  body.about .introduce__tone__galleries {
    flex-direction: row;
    gap: 20px;
  }
}
body.about .introduce__tone__galleries__gallery p {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #383838;
}
body.about .introduce__tone__galleries__gallery p:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6.77px solid #a3a3a3;
  border-right: 0;
  margin: 0px 14px 0 0;
}
body.about .introduce__tone__galleries__gallery ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 8px;
}
@media print, screen and (max-width: 849px) {
  body.about .introduce__tone__galleries__gallery ul {
    grid-template-columns: 1fr;
  }
}
body.about .introduce__tone__caption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  line-height: 1.923;
  margin-top: 19px;
}
@media print, screen and (max-width: 499px) {
  body.about .introduce__tone__caption {
    margin-top: 19px;
  }
}
body.about .equipment {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
}
@media print, screen and (max-width: 1400px) {
  body.about .equipment {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about .equipment {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .equipment {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.about .equipment__inner {
  width: calc(100% - 208px);
  margin-left: 208px;
  padding: 202px 0 200px 0;
  max-width: 1166px;
}
@media print, screen and (max-width: 1500px) {
  body.about .equipment__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.about .equipment__inner {
    width: calc(100% - 252px);
    margin-left: 252px;
    padding: 202px 0 200px 0;
  }
}
@media print, screen and (max-width: 1199px) {
  body.about .equipment__inner {
    padding: 149px 0 145px 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about .equipment__inner {
    margin-left: 0;
    width: 100%;
    padding: 149px 0 145px 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .equipment__inner {
    padding: 110px 0 90px 0;
  }
}
body.about .equipment h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.about .equipment h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 22px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.about .equipment h2 span:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
body.about .equipment h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5625;
}
@media print, screen and (max-width: 1199px) {
  body.about .equipment h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .equipment h2 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.about .equipment .equipment__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 150px;
  margin-top: 68px;
}
@media print, screen and (max-width: 849px) {
  body.about .equipment .equipment__items {
    gap: 94px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .equipment .equipment__items {
    margin-top: 52px;
  }
}
body.about .equipment .equipment__items__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media print, screen and (max-width: 1226px) {
  body.about .equipment .equipment__items__item {
    align-items: stretch;
  }
}
@media print, screen and (max-width: 849px) {
  body.about .equipment .equipment__items__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.about .equipment .equipment__items__item__txts {
  width: 51.72%;
  padding-bottom: 14px;
}
@media print, screen and (max-width: 1200px) {
  body.about .equipment .equipment__items__item__txts {
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 849px) {
  body.about .equipment .equipment__items__item__txts {
    width: 100%;
    margin-top: 0;
  }
}
body.about .equipment .equipment__items__item__txts h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.about .equipment .equipment__items__item__txts h3 span:nth-of-type(1) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #808080;
  margin-bottom: 18px;
}
body.about .equipment .equipment__items__item__txts h3 span:nth-of-type(2) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  color: #000;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 499px) {
  body.about .equipment .equipment__items__item__txts h3 span:nth-of-type(2) {
    margin-bottom: 16px;
  }
}
body.about .equipment .equipment__items__item__txts h3:after {
  content: "";
  width: 52px;
  height: 6px;
  background-color: #000;
  margin-bottom: 31px;
}
body.about .equipment .equipment__items__item__txts img {
  min-width: calc(100% + 45px);
  margin-right: -45px;
  border-radius: 5px 0 0 5px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 499px) {
  body.about .equipment .equipment__items__item__txts img {
    min-width: calc(100% + 20px);
    margin-right: -20px;
  }
}
body.about .equipment .equipment__items__item__txts p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 2.1875;
  color: #383838;
}
@media print, screen and (max-width: 499px) {
  body.about .equipment .equipment__items__item__txts p {
    font-size: 15px;
    line-height: 2.66;
  }
}
body.about .equipment .equipment__items__item__img {
  width: 43.73%;
}
@media print, screen and (max-width: 1500px) {
  body.about .equipment .equipment__items__item__img {
    width: calc(43.73% + 50svw - 463px - 104px);
    min-width: calc(43.73% + 50svw - 463px - 104px);
    margin-right: calc(-50svw + 463px + 104px);
  }
}
@media print, screen and (max-width: 1400px) {
  body.about .equipment .equipment__items__item__img {
    width: calc(43.73% + 50svw - 463px - 104px);
    min-width: calc(43.73% + 50svw - 463px - 104px);
    margin-right: calc(-50svw + 463px + 104px);
  }
}
@media print, screen and (max-width: 1226px) {
  body.about .equipment .equipment__items__item__img {
    margin-right: -45px;
    width: calc(45% + 45px);
    min-width: inherit;
  }
}
@media print, screen and (max-width: 849px) {
  body.about .equipment .equipment__items__item__img {
    width: 100%;
  }
}
body.about .equipment .equipment__items__item__img img {
  border-radius: 5px;
  width: 100%;
}
@media print, screen and (max-width: 1500px) {
  body.about .equipment .equipment__items__item__img img {
    border-radius: 5px 0 0 5px;
  }
}
@media print, screen and (max-width: 1226px) {
  body.about .equipment .equipment__items__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media print, screen and (max-width: 849px) {
  body.about .equipment .equipment__items__item__img img {
    height: auto;
    object-fit: none;
  }
}
body.about .achievement {
  background-color: #F0F0F0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (max-width: 1400px) {
  body.about .achievement {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about .achievement {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .achievement {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.about .achievement__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 82.06svw;
}
@media print, screen and (max-width: 1000px) {
  body.about .achievement__bg {
    width: 90svw;
  }
}
@media print, screen and (max-width: 849px) {
  body.about .achievement__bg {
    width: 100svw;
  }
}
body.about .achievement__inner {
  width: calc(100% - 208px);
  margin-left: 208px;
  padding: 20.8svw 0 170px 0;
  max-width: 1166px;
}
@media print, screen and (max-width: 1500px) {
  body.about .achievement__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.about .achievement__inner {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 20.8svw 0 170px 0;
  }
}
@media print, screen and (max-width: 1199px) {
  body.about .achievement__inner {
    padding: 20.8svw 0 126.5px 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about .achievement__inner {
    margin-left: 0;
    width: 100%;
    padding: 20.8svw 0 126.5px 0;
  }
}
@media print, screen and (max-width: 849px) {
  body.about .achievement__inner {
    padding: 34svw 0 126.5px 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .achievement__inner {
    padding: 34svw 0 83px 0;
  }
}
body.about .achievement__head__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 54px;
}
@media print, screen and (max-width: 1300px) {
  body.about .achievement__head__heading {
    gap: 24px 27px;
  }
}
@media print, screen and (max-width: 1199px) {
  body.about .achievement__head__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
body.about .achievement__head__heading__txt1 {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 22px;
  line-height: 1;
  width: 100%;
}
@media print, screen and (max-width: 849px) {
  body.about .achievement__head__heading__txt1 {
    margin-bottom: 36px;
  }
}
body.about .achievement__head__heading__txt2 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
body.about .achievement__head__heading__txt2 span {
  line-height: 1;
}
body.about .achievement__head__heading__txt2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-size: 170px;
  letter-spacing: 0.02em;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  body.about .achievement__head__heading__txt2 span:nth-of-type(1) {
    font-size: 135px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .achievement__head__heading__txt2 span:nth-of-type(1) {
    font-size: 100px;
  }
}
body.about .achievement__head__heading__txt2 span:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: Overpass, sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 46px;
}
@media print, screen and (max-width: 1199px) {
  body.about .achievement__head__heading__txt2 span:nth-of-type(2) {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .achievement__head__heading__txt2 span:nth-of-type(2) {
    font-size: 25px;
    margin-left: 4px;
    margin-bottom: 26px;
  }
}
body.about .achievement__head__heading__txt2 span:nth-of-type(2) small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
  margin-top: 6px;
}
@media print, screen and (max-width: 1199px) {
  body.about .achievement__head__heading__txt2 span:nth-of-type(2) small {
    font-size: 21px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .achievement__head__heading__txt2 span:nth-of-type(2) small {
    margin-top: 2px;
    font-size: 20px;
  }
}
body.about .achievement__head__txt1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 5px;
  margin-top: -4px;
}
@media print, screen and (max-width: 849px) {
  body.about .achievement__head__txt1 {
    margin-bottom: 14px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .achievement__head__txt1 {
    margin-bottom: 14px;
    letter-spacing: 0.1em;
    margin-top: 2px;
  }
}
body.about .achievement__head__txt2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #383838;
  font-size: 16px;
  line-height: 2.66;
  margin-bottom: 56px;
}
@media print, screen and (max-width: 1300px) {
  body.about .achievement__head__txt2 {
    max-width: 700px;
  }
}
@media print, screen and (max-width: 849px) {
  body.about .achievement__head__txt2 {
    max-width: inherit;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .achievement__head__txt2 {
    font-size: 15px;
    line-height: 2.66;
    margin-bottom: 42px;
  }
}
body.about .achievement__content {
  display: grid;
  grid-template-columns: 316px 316px 196px;
  grid-template-rows: repeat(19, 1fr);
  grid-auto-flow: column;
  gap: 28px 0px;
  border-radius: 5px;
  background-color: #fff;
  padding: 70px 50px 70px 50px;
}
@media print, screen and (max-width: 1220px) {
  body.about .achievement__content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(29, 1fr);
    gap: 16px 0;
    padding: 40px 40px 40px 40px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .achievement__content {
    padding: 40px 30px 40px 30px;
  }
}
@media print, screen and (max-width: 740px) {
  body.about .achievement__content {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
}
body.about .achievement__content li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}
body.about .company {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (max-width: 1400px) {
  body.about .company {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about .company {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .company {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.about .company__inner {
  width: calc(100% - 208px);
  margin-left: 208px;
  padding: 216px 0 168px 0;
  max-width: 1166px;
}
@media print, screen and (max-width: 1500px) {
  body.about .company__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.about .company__inner {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 196px 0 168px 0;
  }
}
@media print, screen and (max-width: 1199px) {
  body.about .company__inner {
    padding: 149px 0 133px 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about .company__inner {
    margin-left: 0;
    width: 100%;
    padding: 149px 0 133px 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .company__inner {
    padding: 102px 0 99px 0;
  }
}
body.about .company h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (max-width: 849px) {
  body.about .company h2 {
    margin-left: 15px;
  }
}
body.about .company h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 22px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.about .company h2 span:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
body.about .company h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5625;
}
@media print, screen and (max-width: 1199px) {
  body.about .company h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .company h2 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.about .company ul {
  margin-top: 42px;
}
@media print, screen and (max-width: 849px) {
  body.about .company ul {
    margin-top: 26px;
  }
}
body.about .company ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.5;
}
@media print, screen and (max-width: 849px) {
  body.about .company ul li {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .company ul li {
    font-size: 15px;
    line-height: 2;
  }
}
body.about .company ul li span:nth-of-type(1) {
  font-weight: 500;
  min-width: 174px;
}
@media print, screen and (max-width: 849px) {
  body.about .company ul li span:nth-of-type(2) {
    padding-left: 15px;
  }
}
body.about .company__maps {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 72px;
}
@media print, screen and (max-width: 849px) {
  body.about .company__maps {
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 44px;
  }
}
body.about .company__maps__map {
  width: 47.51%;
}
@media print, screen and (max-width: 849px) {
  body.about .company__maps__map {
    width: 100%;
  }
}
body.about .company__maps__map div {
  width: 100%;
  aspect-ratio: 440/307;
}
body.about .company__maps__map div iframe {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
body.about .company__maps__map p {
  font-size: 15px;
  line-height: 1.466;
  color: #808080;
  font-weight: 300;
}
body.about .vision {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media print, screen and (max-width: 1400px) {
  body.about .vision {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about .vision {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .vision {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.about .vision__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
body.about .vision__inner {
  position: relative;
  z-index: 1;
  color: #fff;
  width: calc(100% - 208px);
  margin-left: 208px;
  max-width: 1166px;
}
@media print, screen and (max-width: 1500px) {
  body.about .vision__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.about .vision__inner {
    width: calc(100% - 250px);
    margin-left: 250px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.about .vision__inner {
    margin-left: 0;
    width: 100%;
  }
}
body.about .vision h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.about .vision h2 {
    flex-wrap: wrap;
  }
}
body.about .vision h2 img {
  width: 50px;
}
@media print, screen and (max-width: 1199px) {
  body.about .vision h2 img {
    width: 42.5px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .vision h2 img {
    width: 35px;
  }
}
body.about .vision h2 span:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  margin-left: 19px;
}
@media print, screen and (max-width: 1199px) {
  body.about .vision h2 span:nth-of-type(1) {
    font-size: 37px;
    margin-left: 16px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .vision h2 span:nth-of-type(1) {
    font-size: 32px;
    margin-left: 12px;
  }
}
body.about .vision h2 span:nth-of-type(2) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-top: 4px;
  margin-left: 19px;
}
@media print, screen and (max-width: 849px) {
  body.about .vision h2 span:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
    margin-top: 22px;
  }
}
body.about .vision p {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.about .vision p:nth-of-type(1) {
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  margin-top: 47px;
}
@media print, screen and (max-width: 1199px) {
  body.about .vision p:nth-of-type(1) {
    margin-top: 35.5px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .vision p:nth-of-type(1) {
    margin-top: 24px;
    line-height: 1.75;
  }
}
body.about .vision p:nth-of-type(2) {
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 40px;
}
@media print, screen and (max-width: 1199px) {
  body.about .vision p:nth-of-type(2) {
    margin-top: 27px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .vision p:nth-of-type(2) {
    font-size: 15px;
    line-height: 2.66;
    margin-top: 14px;
  }
}
body.about .vision__block1 {
  padding-top: 196px;
}
@media print, screen and (max-width: 1199px) {
  body.about .vision__block1 {
    padding-top: 149px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .vision__block1 {
    padding-top: 100px;
  }
}
body.about .vision__block2 {
  padding-top: 150px;
  padding-bottom: 124px;
}
@media print, screen and (max-width: 1199px) {
  body.about .vision__block2 {
    padding-top: 125px;
  }
}
@media print, screen and (max-width: 499px) {
  body.about .vision__block2 {
    padding-top: 96px;
    padding-bottom: 92px;
  }
}

/*
Theme Name: tONEgraph
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# plan
--------------------------------------------------------------*/
body.plan {
  /*
  #loading {
    background-color: #000;
  }
  .header {
    position: relative;
    width: 100%;
    &__logo {
    }
    &__hamburger {
      background-color: #fff;
      &__inner {
        span {
          background-color: #000;
        }
      }
    }
    &__menu-pc {
      .header-nav {
        &__item {
          color: #fff;
          &:before {
            background: url('./img/common-plus.svg') no-repeat;
            background-size: contain;
            background-position: center;
          }
          &--inverted {
            color: #000;
            &:before {
              filter: invert(1);
            }
          }
        }
      }
    }
  }
  */
}
body.plan .two {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f7f7;
  overflow-x: clip;
}
@media print, screen and (max-width: 1400px) {
  body.plan .two {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .two {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .two {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.plan .two__inner {
  width: calc(100% - 208px);
  margin-left: 208px;
  padding: 196px 0 0 0;
  max-width: 1166px;
}
@media print, screen and (max-width: 1500px) {
  body.plan .two__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.plan .two__inner {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 196px 0 0 0;
  }
}
@media print, screen and (max-width: 1199px) {
  body.plan .two__inner {
    padding: 149px 0 0 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .two__inner {
    margin-left: 0;
    width: 100%;
    padding: 192px 0 0 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .two__inner {
    padding: 192px 0 0 0;
  }
}
body.plan .two__head__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.plan .two__head__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 22px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.plan .two__head__heading h2 span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
body.plan .two__head__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5625;
}
@media print, screen and (max-width: 1199px) {
  body.plan .two__head__heading h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .two__head__heading h2 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.plan .two__head__heading p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
@media print, screen and (max-width: 849px) {
  body.plan .two__head__heading p {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 18px;
    gap: 22px;
  }
}
body.plan .two__head__heading p span:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 36px;
  border-radius: 18px;
  background: #a3a3a3;
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  color: #fff;
  padding-top: 5px;
}
@media print, screen and (max-width: 499px) {
  body.plan .two__head__heading p span:nth-of-type(1) {
    width: 93px;
    height: 32px;
    border-radius: 16px;
    font-size: 14px;
    padding-top: 3px;
  }
}
body.plan .two__head__heading p span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
  margin-top: -1px;
  white-space: nowrap;
}
body.plan .two__head__heading p span:nth-of-type(2) ls {
  letter-spacing: -0.3em;
}
@media print, screen and (max-width: 1199px) {
  body.plan .two__head__heading p span:nth-of-type(2) {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 849px) {
  body.plan .two__head__heading p span:nth-of-type(2) {
    font-size: 21px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .two__head__heading p span:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 0;
  }
}
body.plan .two__head__list {
  margin-top: 56px;
}
@media print, screen and (max-width: 499px) {
  body.plan .two__head__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    margin-top: 54px;
  }
}
body.plan .two__head__list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  text-align: left;
  color: #000;
}
@media print, screen and (max-width: 849px) {
  body.plan .two__head__list li {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .two__head__list li {
    font-size: 16px;
    line-height: 1.75;
  }
}
body.plan .two__head__list li svg {
  margin-top: 12px;
  margin-right: 20px;
}
@media print, screen and (max-width: 499px) {
  body.plan .two__head__list li svg {
    margin-top: 7px;
    min-width: 15px;
    width: 15px;
    margin-right: 7px;
  }
}
body.plan .two__head__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 2.1875;
  text-align: left;
  color: #383838;
  margin-top: 34px;
}
@media print, screen and (max-width: 499px) {
  body.plan .two__head__txt {
    font-size: 15px;
    line-height: 2.66;
    margin-top: 40px;
  }
}
body.plan .two__cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 75px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .two__cards {
    margin-top: 74px;
  }
}
@media print, screen and (max-width: 849px) {
  body.plan .two__cards {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .two__cards {
    margin-top: 40px;
  }
}
body.plan .two__cards__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  border-radius: 15px;
  width: 47.51%;
}
@media print, screen and (max-width: 849px) {
  body.plan .two__cards__card {
    width: 100%;
  }
}
body.plan .two__cards__card--red {
  background: linear-gradient(45deg, #e61313 0%, #e6138d 100%);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
  position: relative;
}
body.plan .two__cards__card--red:before {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 210px;
  height: 45px;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(45deg, #e61313 0%, #e6138d 100%);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
body.plan .two__cards__card--black {
  background: #383838;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
}
body.plan .two__cards__card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 42px 22px 52px 22px;
}
body.plan .two__cards__card__deco {
  margin-bottom: 8px;
}
body.plan .two__cards__card__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 22px;
}
body.plan .two__cards__card__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 22px;
  text-align: center;
  white-space: nowrap;
}
@media print, screen and (max-width: 849px) {
  body.plan .two__cards__card__txt {
    margin-bottom: 34px;
  }
}
body.plan .two__cards__card__cost {
  font-weight: 700;
  line-height: 1;
  color: #2b2b2b;
}
body.plan .two__cards__card__cost span:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05em;
  margin-right: 7px;
}
body.plan .two__cards__card__cost span:nth-of-type(2) {
  font-family: Overpass, sans-serif;
  font-size: 56px;
}
body.plan .two__cards__card__caption {
  font-size: 15px;
  text-align: center;
  color: #000;
  margin-top: 6px;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 849px) {
  body.plan .two__cards__card__caption {
    margin-top: 2px;
    margin-bottom: 40px;
  }
}
body.plan .two__cards__card__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
body.plan .two__cards__card__list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
body.plan .two__cards__card__list li:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("./img/common-list-check.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 7px;
  transition: all 0.3s;
}
@media print, screen and (max-width: 849px) {
  body.plan .two__cards__card__list li:before {
    margin-top: 1px;
  }
}
body.plan .two__cards__card .common-link {
  width: 295px;
  margin-top: 44px;
}
@media print, screen and (max-width: 849px) {
  body.plan .two__cards__card .common-link {
    margin-top: 40px;
  }
}
body.plan .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f7f7;
  overflow-x: clip;
}
@media print, screen and (max-width: 1400px) {
  body.plan .price {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .price {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .price {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.plan .price__inner {
  width: calc(100% - 208px);
  margin-left: 208px;
  padding: 196px 0 148px 0;
  max-width: 1166px;
  overflow: visible !important;
}
@media print, screen and (max-width: 1500px) {
  body.plan .price__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.plan .price__inner {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 196px 0 148px 0;
  }
}
@media print, screen and (max-width: 1199px) {
  body.plan .price__inner {
    padding: 147px 0 122px 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .price__inner {
    margin-left: 0;
    width: 100%;
    padding: 147px 0 122px 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .price__inner {
    padding: 102px 0 96px 0;
  }
}
body.plan .price__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.plan .price__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 22px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.plan .price__heading h2 span:nth-of-type(1) {
    margin-bottom: 22px;
  }
}
body.plan .price__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5625;
}
@media print, screen and (max-width: 1199px) {
  body.plan .price__heading h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .price__heading h2 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.plan .price__table {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 38px;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 750px) {
  body.plan .price__table {
    width: calc(100% + 45px);
    min-width: calc(100% + 45px);
    margin-right: -45px;
    overflow-x: auto;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .price__table {
    width: calc(100% + 20px);
    min-width: calc(100% + 20px);
    margin-right: -20px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
body.plan .price__table__inner {
  width: fit-content;
}
@media print, screen and (max-width: 750px) {
  body.plan .price__table__inner {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .price__table__inner {
    padding-right: 20px;
  }
}
body.plan .price__table img, body.plan .price__table svg {
  pointer-events: none;
  user-select: none;
  width: 100%;
  min-width: 100%;
}
@media print, screen and (max-width: 750px) {
  body.plan .price__table img, body.plan .price__table svg {
    min-width: 712px;
    margin-right: 45px;
  }
}
@media print, screen and (max-width: 849px) {
  body.plan .price__table img, body.plan .price__table svg {
    min-width: 600px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .price__table img, body.plan .price__table svg {
    margin-right: 20px;
    min-width: 500px;
  }
}
body.plan .price__caption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  line-height: 1.923;
  color: #383838;
}
body.plan .transportation {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F0F0F0;
  overflow-x: clip;
}
@media print, screen and (max-width: 1400px) {
  body.plan .transportation {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .transportation {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .transportation {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.plan .transportation__inner {
  position: relative;
  width: calc(100% - 208px);
  margin-left: 208px;
  padding: 196px 0 196px 0;
  max-width: 1166px;
  overflow: visible !important;
}
@media print, screen and (max-width: 1500px) {
  body.plan .transportation__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.plan .transportation__inner {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 196px 0 196px 0;
  }
}
@media print, screen and (max-width: 1199px) {
  body.plan .transportation__inner {
    padding: 147px 0 146px 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .transportation__inner {
    margin-left: 0;
    width: 100%;
    padding: 147px 0 146px 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .transportation__inner {
    padding: 102px 0 96px 0;
  }
}
body.plan .transportation__heading {
  position: relative;
  z-index: 1;
}
body.plan .transportation__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.plan .transportation__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 14px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.plan .transportation__heading h2 span:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
body.plan .transportation__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5625;
}
@media print, screen and (max-width: 1199px) {
  body.plan .transportation__heading h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .transportation__heading h2 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.plan .transportation__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 42px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .transportation__heading p {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .transportation__heading p {
    margin-top: 18px;
    line-height: 2.66;
    font-size: 15px;
  }
}
body.plan .transportation__map {
  position: absolute;
  z-index: 0;
  right: -70px;
  top: 56px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .transportation__map {
    top: -56px;
    right: -140px;
  }
}
@media print, screen and (max-width: 849px) {
  body.plan .transportation__map {
    top: 160px;
    right: 50%;
    transform: translateX(50%);
    min-width: 547px;
  }
}
@media print, screen and (max-width: 633px) {
  body.plan .transportation__map {
    top: 195px;
  }
}
@media print, screen and (max-width: 536px) {
  body.plan .transportation__map {
    top: 230px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .transportation__map {
    top: 160px;
  }
}
@media print, screen and (max-width: 458px) {
  body.plan .transportation__map {
    top: 208px;
    transform: translateX(calc(50% + 30px));
  }
}
body.plan .transportation__table1 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 59px;
  margin-bottom: 75px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .transportation__table1 {
    margin-top: 40px;
    margin-bottom: 59px;
  }
}
@media print, screen and (max-width: 650px) {
  body.plan .transportation__table1 {
    width: calc(100% + 45px);
    min-width: calc(100% + 45px);
    margin-right: -45px;
    overflow-x: auto;
  }
}
@media print, screen and (max-width: 849px) {
  body.plan .transportation__table1 {
    margin-top: 216px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .transportation__table1 {
    width: calc(100% + 20px);
    min-width: calc(100% + 20px);
    margin-right: -20px;
    margin-bottom: 54px;
  }
}
body.plan .transportation__table1__inner {
  width: fit-content;
}
@media print, screen and (max-width: 650px) {
  body.plan .transportation__table1__inner {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .transportation__table1__inner {
    padding-right: 20px;
  }
}
body.plan .transportation__table1 img, body.plan .transportation__table1 svg {
  pointer-events: none;
  user-select: none;
  width: 100%;
  min-width: 100%;
  border-radius: 5px;
}
@media print, screen and (max-width: 650px) {
  body.plan .transportation__table1 img, body.plan .transportation__table1 svg {
    min-width: 600px;
    margin-right: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .transportation__table1 img, body.plan .transportation__table1 svg {
    min-width: 500px;
    margin-right: 20px;
  }
}
body.plan .transportation__table2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
@media print, screen and (max-width: 849px) {
  body.plan .transportation__table2 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }
}
body.plan .transportation__table2__txt {
  width: 340px;
}
@media print, screen and (max-width: 849px) {
  body.plan .transportation__table2__txt {
    width: 100%;
  }
}
body.plan .transportation__table2__txt h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  body.plan .transportation__table2__txt h3 {
    font-size: 27px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .transportation__table2__txt h3 {
    font-size: 25px;
  }
}
body.plan .transportation__table2__txt p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.1875;
  max-width: 340px;
  margin-top: 32px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .transportation__table2__txt p {
    font-size: 15px;
    margin-top: 29px;
  }
}
@media print, screen and (max-width: 849px) {
  body.plan .transportation__table2__txt p {
    max-width: inherit;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .transportation__table2__txt p {
    line-height: 2.66;
    margin-top: 26px;
  }
}
body.plan .transportation__table2__img {
  width: 57.23%;
  min-width: 57.23%;
}
@media print, screen and (max-width: 849px) {
  body.plan .transportation__table2__img {
    width: 350px;
    min-width: 350px;
  }
}
body.plan .transportation__table2__img svg {
  pointer-events: none;
  user-select: none;
  width: 100%;
}
body.plan .retouching {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  overflow-x: clip;
}
@media print, screen and (max-width: 1400px) {
  body.plan .retouching {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .retouching {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.plan .retouching__inner {
  position: relative;
  width: calc(100% - 208px);
  margin-left: 208px;
  padding: 196px 0 196px 0;
  max-width: 1166px;
  overflow: visible !important;
}
@media print, screen and (max-width: 1500px) {
  body.plan .retouching__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.plan .retouching__inner {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 196px 0 196px 0;
  }
}
@media print, screen and (max-width: 1199px) {
  body.plan .retouching__inner {
    padding: 146px 0 146px 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .retouching__inner {
    margin-left: 0;
    width: 100%;
    padding: 146px 0 146px 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__inner {
    padding: 96px 0 96px 0;
  }
}
body.plan .retouching__heading {
  position: relative;
  z-index: 1;
}
body.plan .retouching__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.plan .retouching__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 14px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.plan .retouching__heading h2 span:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
body.plan .retouching__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5625;
}
@media print, screen and (max-width: 1199px) {
  body.plan .retouching__heading h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__heading h2 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.plan .retouching__heading p:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 42px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .retouching__heading p:nth-of-type(1) {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__heading p:nth-of-type(1) {
    margin-top: 18px;
    line-height: 2.66;
    font-size: 15px;
  }
}
body.plan .retouching__heading p:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.6923076923;
  margin-top: 4px;
}
body.plan .retouching__process {
  margin-top: 100px;
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__process {
    margin-top: 34px;
  }
}
body.plan .retouching__process h3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.22;
  color: #000;
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__process h3 {
    line-height: 2.1111111111;
  }
}
body.plan .retouching__process h3 svg {
  min-width: 17.2px;
  margin-top: 12px;
  margin-right: 9px;
}
body.plan .retouching__process p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 2.6923076923;
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__process p {
    line-height: 1.9230769231;
    margin-top: 7px;
  }
}
body.plan .retouching__process ol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 22px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .retouching__process ol {
    gap: 15px;
  }
}
@media print, screen and (max-width: 849px) {
  body.plan .retouching__process ol {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__process ol {
    margin-top: 28px;
  }
}
body.plan .retouching__process ol li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (max-width: 849px) {
  body.plan .retouching__process ol li {
    width: 100%;
    max-width: 390px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__process ol li {
    max-width: 290px;
  }
}
body.plan .retouching__process ol li span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #a3a3a3;
}
body.plan .retouching__process ol li span:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4285714286;
  height: 108px;
  border-radius: 5px;
  background: #6c6c6c;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 849px) {
  body.plan .retouching__process ol li span:nth-of-type(2) {
    height: 70px;
  }
}
body.plan .retouching__process ol li:last-of-type span:nth-of-type(1) {
  color: #000;
}
body.plan .retouching__process ol li:last-of-type span:nth-of-type(2) {
  background: #000;
}
body.plan .retouching__examples {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 120px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .retouching__examples {
    margin-top: 94px;
  }
}
@media print, screen and (max-width: 849px) {
  body.plan .retouching__examples {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__examples {
    margin-top: 68px;
  }
}
body.plan .retouching__examples__example {
  width: 47.9481641469%;
}
@media print, screen and (max-width: 849px) {
  body.plan .retouching__examples__example {
    width: 100%;
  }
}
body.plan .retouching__examples__example .image-compare {
  position: relative;
}
body.plan .retouching__examples__example .image-compare:before {
  content: "BEFORE";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 22px;
  border-radius: 5px;
  background: #f7f7f7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #000;
  padding: 0;
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 10px;
}
body.plan .retouching__examples__example .image-compare .icv__wrapper:after {
  content: "AFTER";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 22px;
  border-radius: 5px;
  background: #2b2b2b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 0;
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
}
body.plan .retouching__examples__example .image-compare .icv__control-line {
  width: 1px !important;
}
body.plan .retouching__examples__example .image-compare .icv__circle {
  background-color: #fff;
  width: 40px;
  height: 40px;
}
body.plan .retouching__examples__example .image-compare .icv__arrow-wrapper svg path {
  stroke: #383838;
}
body.plan .retouching__examples__example p {
  white-space: nowrap;
}
body.plan .retouching__examples__example p:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 1;
  color: #383838;
  margin-top: 7px;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__examples__example p:nth-of-type(1) {
    margin-top: 8px;
    margin-bottom: 12px;
  }
}
body.plan .retouching__examples__example p:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.plan .retouching__examples__example p:nth-of-type(2) span:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 26px;
  border-radius: 13px;
  background: #2b2b2b;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
body.plan .retouching__examples__example p:nth-of-type(2) span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 1;
  color: #383838;
  margin-left: 10px;
}
body.plan .retouching__examples__example p:nth-of-type(2) span:nth-of-type(2) ls {
  letter-spacing: 0.2em;
  margin-right: 17px;
}
body.plan .retouching__cost {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-top: 74px;
  width: 100%;
  overflow: visible !important;
}
@media print, screen and (max-width: 1080px) {
  body.plan .retouching__cost {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__cost {
    margin-top: 44px;
    gap: 14px;
  }
}
body.plan .retouching__cost__txt {
  margin-top: -9px;
}
body.plan .retouching__cost__txt h3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.22;
  color: #000;
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__cost__txt h3 {
    line-height: 2.1111111111;
  }
}
body.plan .retouching__cost__txt h3 svg {
  min-width: 17.2px;
  margin-right: 9px;
  margin-top: 12px;
}
body.plan .retouching__cost__txt p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 2.6923076923;
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__cost__txt p {
    line-height: 1.9230769231;
    margin-top: 7px;
  }
}
body.plan .retouching__cost__img {
  width: 67.06%;
  min-width: 67.06%;
}
@media print, screen and (max-width: 1080px) {
  body.plan .retouching__cost__img {
    width: 100%;
    max-width: 511px;
  }
}
@media print, screen and (max-width: 570px) {
  body.plan .retouching__cost__img {
    width: calc(100% + 45px);
    min-width: calc(100% + 45px);
    margin-right: -45px;
    margin-left: 0;
    overflow-x: auto;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__cost__img {
    width: calc(100% + 20px);
    min-width: calc(100% + 20px);
    margin-right: -20px;
  }
}
body.plan .retouching__cost__img img, body.plan .retouching__cost__img svg {
  pointer-events: none;
  user-select: none;
  width: 100%;
}
@media print, screen and (max-width: 570px) {
  body.plan .retouching__cost__img img, body.plan .retouching__cost__img svg {
    width: 511px;
    min-width: 511px;
    margin-right: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .retouching__cost__img img, body.plan .retouching__cost__img svg {
    margin-right: 20px;
  }
}
body.plan .format {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
}
@media print, screen and (max-width: 1400px) {
  body.plan .format {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .format {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .format {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.plan .format__inner {
  position: relative;
  width: calc(100% - 208px);
  margin-left: 208px;
  padding: 196px 0 0 0;
  max-width: 1166px;
  overflow: visible !important;
}
@media print, screen and (max-width: 1500px) {
  body.plan .format__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.plan .format__inner {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 196px 0 0 0;
  }
}
@media print, screen and (max-width: 1199px) {
  body.plan .format__inner {
    padding: 146px 0 0 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .format__inner {
    margin-left: 0;
    width: 100%;
    padding: 146px 0 0 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .format__inner {
    padding: 96px 0 0 0;
  }
}
body.plan .format__heading {
  position: relative;
  z-index: 1;
}
body.plan .format__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.plan .format__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 14px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.plan .format__heading h2 span:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
body.plan .format__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5625;
}
@media print, screen and (max-width: 1199px) {
  body.plan .format__heading h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .format__heading h2 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.plan .format__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 42px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .format__heading p {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .format__heading p {
    margin-top: 18px;
    line-height: 2.66;
    font-size: 15px;
  }
}
body.plan .format__grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
  margin-top: 40px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .format__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
body.plan .format__grid h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
body.plan .format__grid h3 svg {
  min-height: 17.2px;
  margin-right: 11px;
  margin-top: 2px;
}
body.plan .format__grid__block1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  border-radius: 5px;
  background: #f7f7f7;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
  padding: 48px 43px 57px 47px;
  gap: 30px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .format__grid__block1 {
    width: 100%;
  }
}
@media print, screen and (max-width: 849px) {
  body.plan .format__grid__block1 {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    grid-column: 1/2;
    padding: 48px 45px 53px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .format__grid__block1 {
    padding: 48px 15px 53px 15px;
    gap: 24px;
  }
}
body.plan .format__grid__block1__txt p:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #000;
  margin-top: 18px;
  margin-bottom: 26px;
  white-space: nowrap;
}
body.plan .format__grid__block1__txt p:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2.3333333333;
  max-width: 320px;
}
@media print, screen and (max-width: 849px) {
  body.plan .format__grid__block1__txt p:nth-of-type(2) {
    max-width: inherit;
  }
}
body.plan .format__grid__block1__img {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 30px;
  width: 56.3397129187%;
}
@media print, screen and (max-width: 1199px) {
  body.plan .format__grid__block1__img {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 40px;
  }
}
body.plan .format__grid__block1__img img:nth-of-type(1) {
  width: 41.1889596603%;
}
@media print, screen and (max-width: 1199px) {
  body.plan .format__grid__block1__img img:nth-of-type(1) {
    width: 197px;
  }
}
body.plan .format__grid__block1__img img:nth-of-type(2) {
  width: 50.3184713376%;
}
@media print, screen and (max-width: 1199px) {
  body.plan .format__grid__block1__img img:nth-of-type(2) {
    width: 243px;
  }
}
body.plan .format__grid__block2 {
  border-radius: 5px;
  background: #f7f7f7;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
  padding: 46px 39px 40px 47px;
  width: 48%;
}
@media print, screen and (max-width: 1199px) {
  body.plan .format__grid__block2 {
    width: 100%;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .format__grid__block2 {
    padding: 48px 15px 44px 15px;
    gap: 24px;
  }
}
body.plan .format__grid__block2 p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2.3333333333;
  margin-top: 24px;
  margin-bottom: 12px;
  max-width: 358px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .format__grid__block2 p {
    max-width: inherit;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .format__grid__block2 p {
    margin-top: 8px;
    margin-bottom: 22px;
  }
}
body.plan .format__grid__block2__url {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 112px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
  margin-bottom: 22px;
}
@media print, screen and (max-width: 499px) {
  body.plan .format__grid__block2__url {
    margin-bottom: 33px;
  }
}
body.plan .format__grid__block2__url span {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.5;
  color: #000;
}
@media print, screen and (max-width: 499px) {
  body.plan .format__grid__block2__url span {
    line-height: 1;
    margin-bottom: 8px;
  }
}
body.plan .format__grid__block2__url span:nth-of-type(1):before {
  content: "ファイヤーストレージ";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: -0.02em;
  position: absolute;
  left: 74px;
  top: -9px;
  color: #383838;
}
@media print, screen and (max-width: 499px) {
  body.plan .format__grid__block2__url span:nth-of-type(1):before {
    top: 3px;
  }
}
body.plan .format__grid__block2__url span:nth-of-type(2):before {
  content: "ギガファイル便";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: -0.02em;
  position: absolute;
  left: 90px;
  top: -9px;
  color: #383838;
}
@media print, screen and (max-width: 499px) {
  body.plan .format__grid__block2__url span:nth-of-type(2):before {
    top: 3px;
  }
}
body.plan .format__grid__block2 img {
  display: block;
  margin: 0 auto;
}
body.plan .format__grid__block3 {
  border-radius: 5px;
  background: #f7f7f7;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
  padding: 46px 39px 40px 47px;
  width: 48%;
}
@media print, screen and (max-width: 1199px) {
  body.plan .format__grid__block3 {
    width: 100%;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .format__grid__block3 {
    padding: 48px 15px 42px 15px;
    gap: 24px;
  }
}
body.plan .format__grid__block3 p:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2.3333333333;
  margin-top: 24px;
  margin-bottom: 12px;
  max-width: 358px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .format__grid__block3 p:nth-of-type(1) {
    max-width: inherit;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .format__grid__block3 p:nth-of-type(1) {
    margin-top: 8px;
    margin-bottom: 22px;
  }
}
body.plan .format__grid__block3__cost {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
  margin-bottom: 10px;
  padding: 10px 0 12px 0;
}
@media print, screen and (max-width: 499px) {
  body.plan .format__grid__block3__cost {
    align-items: flex-start;
    padding: 16px 0 18px 15px;
    margin-bottom: 8px;
  }
}
body.plan .format__grid__block3__cost span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}
body.plan .format__grid__block3 p:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 1.9230769231;
  max-width: 358px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .format__grid__block3 p:nth-of-type(2) {
    max-width: inherit;
  }
}
body.plan .format__grid__block3 img {
  display: block;
  margin: 24px auto 0 auto;
}
@media print, screen and (max-width: 499px) {
  body.plan .format__grid__block3 img {
    margin-top: 16px;
  }
}
body.plan .timing {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
}
@media print, screen and (max-width: 1400px) {
  body.plan .timing {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .timing {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .timing {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.plan .timing__inner {
  position: relative;
  width: calc(100% - 208px);
  margin-left: 208px;
  padding: 196px 0 200px 0;
  max-width: 1166px;
  overflow: visible !important;
}
@media print, screen and (max-width: 1500px) {
  body.plan .timing__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.plan .timing__inner {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 196px 0 200px 0;
  }
}
@media print, screen and (max-width: 1199px) {
  body.plan .timing__inner {
    padding: 146px 0 150px 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .timing__inner {
    margin-left: 0;
    width: 100%;
    padding: 146px 0 150px 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .timing__inner {
    padding: 102px 0 100px 0;
  }
}
body.plan .timing__heading {
  position: relative;
  z-index: 1;
}
body.plan .timing__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.plan .timing__heading h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 14px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.plan .timing__heading h2 span:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
body.plan .timing__heading h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5625;
}
@media print, screen and (max-width: 1199px) {
  body.plan .timing__heading h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .timing__heading h2 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.plan .timing__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 42px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .timing__heading p {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .timing__heading p {
    margin-top: 18px;
    line-height: 2.66;
    font-size: 15px;
  }
}
body.plan .timing__heading small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  line-height: 1.9230769231;
  margin-top: 8px;
  display: block;
}
@media print, screen and (max-width: 849px) {
  body.plan .timing__heading small {
    margin-top: 0;
  }
}
body.plan .timing__examples {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  margin-top: 46px;
}
@media print, screen and (max-width: 849px) {
  body.plan .timing__examples {
    gap: 52px;
  }
}
body.plan .timing__examples__example {
  width: 100%;
  max-width: 100%;
}
@media print, screen and (max-width: 1214px) {
  body.plan .timing__examples__example {
    width: calc(100% + 45px);
    min-width: calc(100% + 45px);
    margin-right: -45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .timing__examples__example {
    width: calc(100% + 20px);
    min-width: calc(100% + 20px);
    margin-right: -20px;
  }
}
body.plan .timing__examples__example h3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #000;
  line-height: 1.6111111111;
  margin-bottom: 11px;
}
@media print, screen and (max-width: 849px) {
  body.plan .timing__examples__example h3 {
    margin-bottom: 13px;
  }
}
body.plan .timing__examples__example h3 svg {
  min-height: 17.2px;
  margin-right: 11px;
  margin-top: 6px;
}
@media print, screen and (max-width: 499px) {
  body.plan .timing__examples__example h3 svg {
    margin-right: 7px;
  }
}
@media print, screen and (max-width: 849px) {
  body.plan .timing__examples__example:nth-of-type(2) h3 {
    margin-bottom: 0;
  }
}
body.plan .timing__examples__example__list ul {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  width: fit-content;
}
@media print, screen and (max-width: 1214px) {
  body.plan .timing__examples__example__list ul li:last-of-type {
    margin-right: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .timing__examples__example__list ul li:last-of-type {
    margin-right: 20px;
  }
}
body.plan .timing__examples__example__list ul li p:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.3333333333;
}
body.plan .timing__examples__example__list ul li p:nth-of-type(1) ls {
  letter-spacing: -0.3em;
}
body.plan .timing__examples__example__list ul li p:nth-of-type(2) {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
  width: 83px;
  min-width: 83px;
  height: 175px;
  border-radius: 5px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.75;
}
@media print, screen and (max-width: 849px) {
  body.plan .timing__examples__example__list ul li p:nth-of-type(2) {
    width: 70px;
    min-width: 70px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .timing__examples__example__list ul li p:nth-of-type(2) {
    width: 50px;
    min-width: 50px;
    line-height: 1.4;
  }
}
body.plan .timing__examples__example__list ul li p:nth-of-type(2) .text-combine {
  text-combine-upright: all;
  -ms-text-combine-horizontal: all;
  margin-top: -0.1em;
  margin-bottom: 0.12em;
}
body.plan .timing__examples__example__list ul li p:nth-of-type(2).firstday {
  background-color: #000;
  color: #fff;
}
body.plan .timing__examples__example__list ul li p:nth-of-type(2).working {
  background: #6c6c6c;
  color: #fff;
}
body.plan .timing__examples__example__list ul li p:nth-of-type(2).holiday {
  background: #d0d0d0;
  color: #000;
}
body.plan .timing__examples__example__list ul li p:nth-of-type(2).lastday {
  background: linear-gradient(135deg, #e61313 0%, #e6138d 100%);
  color: #fff;
}
body.plan .photobook {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
}
@media print, screen and (max-width: 1400px) {
  body.plan .photobook {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .photobook {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .photobook {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.plan .photobook__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 1;
  width: calc(100% - 208px);
  margin-left: 208px;
  padding: 210px 0 200px 0;
  max-width: 1166px;
  overflow: visible !important;
}
@media print, screen and (max-width: 1500px) {
  body.plan .photobook__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.plan .photobook__inner {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 210px 0 200px 0;
  }
}
@media print, screen and (max-width: 1199px) {
  body.plan .photobook__inner {
    padding: 159px 0 150px 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.plan .photobook__inner {
    margin-left: 0;
    width: 100%;
    padding: 159px 0 150px 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .photobook__inner {
    padding: 108px 0 100px 0;
  }
}
body.plan .photobook__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
body.plan .photobook__heading {
  width: 100%;
}
body.plan .photobook__heading h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.plan .photobook__heading h2 {
    flex-wrap: wrap;
  }
}
body.plan .photobook__heading h2 span:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1199px) {
  body.plan .photobook__heading h2 span:nth-of-type(1) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .photobook__heading h2 span:nth-of-type(1) {
    font-size: 32px;
  }
}
body.plan .photobook__heading h2 span:nth-of-type(2) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-top: 4px;
  margin-left: 19px;
}
@media print, screen and (max-width: 849px) {
  body.plan .photobook__heading h2 span:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
    margin-top: 13px;
  }
}
body.plan .photobook__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 54px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .photobook__heading p {
    margin-top: 27px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .photobook__heading p {
    font-size: 15px;
    line-height: 2.66;
    margin-top: 24px;
  }
}
body.plan .photobook__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 154px;
  margin-top: 60px;
  width: 100%;
}
body.plan .photobook__items__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px 0;
}
@media print, screen and (max-width: 499px) {
  body.plan .photobook__items__item {
    gap: 40px 0;
  }
}
body.plan .photobook__items__item__txt {
  width: 51.95%;
}
@media print, screen and (max-width: 1199px) {
  body.plan .photobook__items__item__txt {
    width: 46%;
  }
}
@media print, screen and (max-width: 1150px) {
  body.plan .photobook__items__item__txt {
    width: 100%;
  }
}
body.plan .photobook__items__item__txt h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 8px;
}
@media print, screen and (max-width: 499px) {
  body.plan .photobook__items__item__txt h3 {
    margin-top: 6px;
  }
}
body.plan .photobook__items__item__txt ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 26px;
}
@media print, screen and (max-width: 499px) {
  body.plan .photobook__items__item__txt ul {
    margin-top: 28px;
  }
}
body.plan .photobook__items__item__txt ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
body.plan .photobook__items__item__txt ul li span:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 30px;
  border-radius: 15px;
  background: #6c6c6c;
  font-weight: 500;
  font-size: 14px;
  margin-right: 18px;
}
@media print, screen and (max-width: 499px) {
  body.plan .photobook__items__item__txt ul li span:nth-of-type(1) {
    width: 73px;
    height: 30px;
    font-size: 13px;
    margin-right: 8px;
  }
}
body.plan .photobook__items__item__txt ul li span:nth-of-type(2) {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8125;
  margin-top: 2px;
}
body.plan .photobook__items__item__txt ul li span:nth-of-type(2) small {
  font-size: 15px;
  margin-left: -4px;
}
body.plan .photobook__items__item__img {
  width: 48.05%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .photobook__items__item__img {
    width: 54%;
  }
}
@media print, screen and (max-width: 1150px) {
  body.plan .photobook__items__item__img {
    width: 100%;
  }
}
body.plan .photobook__items__item__movie {
  width: 100%;
}
@media print, screen and (max-width: 499px) {
  body.plan .photobook__items__item__movie {
    margin-top: -10px;
  }
}
body.plan .photobook__items__item__movie div {
  width: 100%;
  height: auto;
  aspect-ratio: 926/522;
  border-radius: 5px;
  background: #f0f0f0;
}
body.plan .photobook__items__item__movie p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-top: 14px;
  text-align: center;
}
body.plan .photobook .common-link {
  width: 283px;
  margin-top: 94px;
}
@media print, screen and (max-width: 1199px) {
  body.plan .photobook .common-link {
    margin-top: 69px;
  }
}
@media print, screen and (max-width: 499px) {
  body.plan .photobook .common-link {
    margin-top: 44px;
  }
}

/*
Theme Name: tONEgraph
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# works
--------------------------------------------------------------*/
body.works .hero {
  overflow-x: clip;
}
body.works .hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 218px 0 0 0;
}
@media print, screen and (max-width: 1199px) {
  body.works .hero__inner {
    padding: 206px 0 0 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.works .hero__inner {
    padding: 194px 0 0 0;
  }
}
body.works .hero__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 45px;
}
@media print, screen and (max-width: 1199px) {
  body.works .hero__heading {
    padding: 0 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.works .hero__heading {
    padding: 0 20px;
  }
}
body.works .hero__heading h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.works .hero__heading h1 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 20px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.works .hero__heading h1 span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
body.works .hero__heading h1 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5625;
}
@media print, screen and (max-width: 1199px) {
  body.works .hero__heading h1 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.works .hero__heading h1 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.works .hero__heading h1 span:nth-of-type(2) em {
  letter-spacing: -0.3em;
}
body.works .hero__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 42px;
}
@media print, screen and (max-width: 1199px) {
  body.works .hero__heading p {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 499px) {
  body.works .hero__heading p {
    font-size: 15px;
    line-height: 2.66;
    margin-top: 38px;
  }
}
body.works .hero__pickup {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 86px;
  max-width: 996px;
  width: 100%;
}
@media print, screen and (max-width: 1199px) {
  body.works .hero__pickup {
    margin-top: 91px;
  }
}
@media print, screen and (max-width: 499px) {
  body.works .hero__pickup {
    margin-top: 96px;
  }
}
body.works .hero__pickup h2 {
  font-family: Overpass, sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000;
}
body.works .hero__pickup .slick article {
  margin: 32px 2.5622254758svw 0 2.5622254758svw;
}
@media print, screen and (max-width: 849px) {
  body.works .hero__pickup .slick article {
    margin: 32px 20px 0 20px;
    width: 350px;
  }
}
body.works .hero__pickup .slick article a {
  width: min(72.9136163982svw, 996px);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}
@media print, screen and (max-width: 849px) {
  body.works .hero__pickup .slick article a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
  }
}
body.works .hero__pickup .slick article a img {
  width: 50%;
}
@media print, screen and (max-width: 849px) {
  body.works .hero__pickup .slick article a img {
    width: 100%;
  }
}
body.works .hero__pickup .slick article a img:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
}
@media print, screen and (max-width: 849px) {
  body.works .hero__pickup .slick article a img:nth-of-type(1) {
    border-radius: 10px 10px 0 0;
  }
}
body.works .hero__pickup .slick article a img:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
}
@media print, screen and (max-width: 849px) {
  body.works .hero__pickup .slick article a img:nth-of-type(2) {
    border-radius: 0 0 10px 10px;
  }
}
body.works .hero__pickup .slick article p {
  width: 100%;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
  margin-top: 18px;
}
@media print, screen and (max-width: 1199px) {
  body.works .hero__pickup .slick article p {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 849px) {
  body.works .hero__pickup .slick article p {
    max-width: 350px;
  }
}
body.works .hero__pickup .slick__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -60px;
}
@media print, screen and (max-width: 849px) {
  body.works .hero__pickup .slick__btns {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 28px;
  }
}
body.works .hero__pickup .slick__btns__pause {
  cursor: pointer;
}
body.works .hero__pickup .slick__btns__pause svg:nth-of-type(1) {
  display: inherit;
}
body.works .hero__pickup .slick__btns__pause svg:nth-of-type(2) {
  display: none;
}
body.works .hero__pickup .slick__btns__pause--play svg:nth-of-type(1) {
  display: none;
}
body.works .hero__pickup .slick__btns__pause--play svg:nth-of-type(2) {
  display: inherit;
}
body.works .hero__pickup .slick__btns__prev, body.works .hero__pickup .slick__btns__next {
  cursor: pointer;
}
body.works .hero__pickup .slick__btns__prev--disabled, body.works .hero__pickup .slick__btns__next--disabled {
  cursor: inherit;
  pointer-events: none;
  opacity: 0.4;
}
body.works .search {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 212px 45px 0 45px;
}
@media print, screen and (max-width: 1199px) {
  body.works .search {
    padding: 153px 45px 0 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.works .search {
    padding: 103px 20px 0 20px;
  }
}
body.works .search__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 996px;
  width: 100%;
}
body.works .search__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.works .search__head__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}
body.works .search__head__heading p:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 20px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.works .search__head__heading p:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
body.works .search__head__heading p:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (max-width: 499px) {
  body.works .search__head__heading p:nth-of-type(2) {
    font-weight: 500;
  }
}
body.works .search__head__heading p:nth-of-type(2) span:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media print, screen and (max-width: 849px) {
  body.works .search__head__heading p:nth-of-type(2) span:nth-of-type(1) {
    flex-direction: column;
    gap: 5px;
  }
}
body.works .search__head__heading p:nth-of-type(2) span:nth-of-type(3) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media print, screen and (max-width: 849px) {
  body.works .search__head__heading p:nth-of-type(2) span:nth-of-type(3) {
    flex-direction: column;
    gap: 8px;
  }
}
body.works .search__checkbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 62px 44px 62px;
  border-radius: 10px;
  border: 2px solid #000;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  margin-top: 20px;
  background-color: #fff;
}
@media print, screen and (max-width: 849px) {
  body.works .search__checkbox {
    padding: 34px 30px 30px 30px;
  }
}
body.works .search__checkbox ul {
  width: 100%;
}
body.works .search__checkbox ul li label {
  display: inline-block;
  white-space: nowrap;
}
body.works .search__checkbox ul li label span {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  min-height: 32px;
}
@media print, screen and (max-width: 499px) {
  body.works .search__checkbox ul li label span {
    font-weight: 400;
  }
}
body.works .search__checkbox ul li label input[type=checkbox] {
  appearance: none;
  display: none;
}
body.works .search__checkbox ul li label input[type=checkbox] + span:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("img/common-checkbox.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 7px;
}
body.works .search__checkbox ul li label input[type=checkbox] + span:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/common-checkbox-selected.svg") no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: all 0.3s;
}
body.works .search__checkbox ul li label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
body.works .search__checkbox ul li label input[type=checkbox]:disabled + span {
  opacity: 0.4;
}
body.works .search__checkbox #checkbox-type {
  display: grid;
  grid-template-columns: 231px 341px 176px 134px;
  gap: 0px;
}
@media print, screen and (max-width: 1199px) {
  body.works .search__checkbox #checkbox-type {
    grid-template-columns: 60% 40%;
    grid-template-rows: 1fr 1fr;
    gap: 18px 0;
    grid-auto-flow: column;
  }
}
@media print, screen and (max-width: 680px) {
  body.works .search__checkbox #checkbox-type {
    grid-template-columns: 60% 40%;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 26px 0;
  }
  body.works .search__checkbox #checkbox-type li:nth-of-type(1) {
    grid-column: 1/3;
  }
  body.works .search__checkbox #checkbox-type li:nth-of-type(2) {
    grid-column: 1/3;
  }
}
body.works .search__checkbox #checkbox-type li {
  display: inline-block;
}
body.works .search__checkbox .checkbox-line {
  width: calc(100% + 24px);
  height: 2px;
  background-color: #000;
  margin-top: 32px;
  margin-bottom: 37px;
}
@media print, screen and (max-width: 849px) {
  body.works .search__checkbox .checkbox-line {
    margin-top: 24px;
    margin-bottom: 35px;
  }
}
body.works .search__checkbox #checkbox-tone {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 251px 189px 231px 201px;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 18px 0;
}
@media print, screen and (max-width: 1199px) {
  body.works .search__checkbox #checkbox-tone {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    gap: 18px 0;
  }
}
@media print, screen and (max-width: 570px) {
  body.works .search__checkbox #checkbox-tone {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(9, 1fr);
    gap: 15px 0;
  }
}
body.works .search__checkbox #checkbox-tone li:nth-of-type(1) {
  grid-column: 1/5;
}
body.works .posts {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #f7f7f7;
  padding: 367px 45px 192px 45px;
  margin-top: -204px;
}
@media print, screen and (max-width: 1199px) {
  body.works .posts {
    padding: 402.5px 45px 146px 45px;
    margin-top: -271px;
  }
}
@media print, screen and (max-width: 499px) {
  body.works .posts {
    padding: 438px 20px 100px 20px;
    margin-top: -338px;
  }
}
body.works .posts__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1136px;
  width: 100%;
}
body.works .posts__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px 28px;
  width: 100%;
}
@media print, screen and (max-width: 1060px) {
  body.works .posts__list {
    grid-template-columns: 1fr 1fr;
    gap: 50px 14px;
  }
}
@media print, screen and (max-width: 730px) {
  body.works .posts__list {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (max-width: 499px) {
  body.works .posts__list {
    padding: 0 15px;
    gap: 50px 0;
  }
}
body.works .posts__list__item--empty {
  padding-top: 80px;
  text-align: center;
  grid-column: 1/4;
}
@media print, screen and (max-width: 1060px) {
  body.works .posts__list__item--empty {
    grid-column: 1/3;
  }
}
@media print, screen and (max-width: 730px) {
  body.works .posts__list__item--empty {
    grid-column: 1/2;
  }
}
body.works .posts__list__item__link {
  border-radius: 10px;
  overflow: hidden;
}
body.works .posts__list__item__link:hover .posts__list__item__img img {
  transform: scale(1.05);
}
body.works .posts__list__item__img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
body.works .posts__list__item__img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  transition: all 0.3s;
}
body.works .posts__list__item__txt {
  position: relative;
  font-size: 13px;
  line-height: 1.6153846154;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding: 20px 22px 20px 20px;
}
@media print, screen and (max-width: 499px) {
  body.works .posts__list__item__txt {
    padding: 10px 15px 14px 15px;
  }
}
body.works .posts__list__item__txt p:nth-of-type(1):before {
  content: "CATEGORY.";
}
body.works .posts__list__item__txt p:nth-of-type(2):before {
  content: "TONE.";
}
body.works .posts__list__item__txt p:nth-of-type(3):before {
  content: "LOCATION.";
}
body.works .posts__list__item__txt p:nth-of-type(4):before {
  content: "DATE.";
}
body.works .posts__list__item__txt:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: url("img/works-posts-arrow.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
body.works .posts .common-link {
  width: 229px;
  margin-top: 80px;
}
body.works .posts .common-link.disabled {
  display: none;
}

body.single-works .post {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 270px 45px 300px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.single-works .post {
    padding: 232px 45px 200px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-works .post {
    padding: 194px 20px 100px 20px;
  }
}
body.single-works .post__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 996px;
  width: 100%;
}
body.single-works .post .article__title {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 47px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 1199px) {
  body.single-works .post .article__title {
    font-size: 42px;
    margin-bottom: 36px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-works .post .article__title {
    font-size: 37px;
    margin-bottom: 24px;
  }
}
body.single-works .post .article__tag {
  font-size: 15px;
  line-height: 1.6153846154;
  font-weight: 400;
  text-align: center;
  margin-bottom: 88px;
}
@media print, screen and (max-width: 1199px) {
  body.single-works .post .article__tag {
    margin-bottom: 66px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-works .post .article__tag {
    margin-bottom: 44px;
  }
}
body.single-works .post .article__images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media print, screen and (max-width: 1199px) {
  body.single-works .post .article__images {
    gap: 22px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-works .post .article__images {
    gap: 15px;
  }
}
body.single-works .post .article__images img {
  width: 100%;
  border-radius: 5px;
}
body.single-works .post .article__images .portrait {
  max-width: 66.6666666667%;
}
@media print, screen and (max-width: 499px) {
  body.single-works .post .article__images .portrait {
    max-width: 100%;
  }
}
body.single-works .recommend {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #f7f7f7;
  padding: 122px 45px 200px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.single-works .recommend {
    padding: 112px 45px 150px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-works .recommend {
    padding: 103px 20px 100px 20px;
  }
}
body.single-works .recommend__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1136px;
  width: 100%;
}
body.single-works .recommend h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
body.single-works .recommend h2 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e61313;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 849px) {
  body.single-works .recommend h2 span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-works .recommend h2 span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
body.single-works .recommend h2 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
}
@media print, screen and (max-width: 1199px) {
  body.single-works .recommend h2 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 849px) {
  body.single-works .recommend h2 span:nth-of-type(2) {
    line-height: 1.5625;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-works .recommend h2 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.single-works .recommend__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px 28px;
  width: 100%;
}
@media print, screen and (max-width: 1060px) {
  body.single-works .recommend__list {
    grid-template-columns: 1fr 1fr;
    gap: 50px 14px;
  }
}
@media print, screen and (max-width: 730px) {
  body.single-works .recommend__list {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-works .recommend__list {
    padding: 0 15px;
    gap: 50px 0;
  }
}
body.single-works .recommend__list__item--empty {
  padding-top: 80px;
  text-align: center;
  grid-column: 1/4;
}
@media print, screen and (max-width: 1060px) {
  body.single-works .recommend__list__item--empty {
    grid-column: 1/3;
  }
}
@media print, screen and (max-width: 730px) {
  body.single-works .recommend__list__item--empty {
    grid-column: 1/2;
  }
}
body.single-works .recommend__list__item__link {
  border-radius: 10px;
  overflow: hidden;
}
body.single-works .recommend__list__item__link:hover .recommend__list__item__img img {
  transform: scale(1.05);
}
body.single-works .recommend__list__item__img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
body.single-works .recommend__list__item__img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  transition: all 0.3s;
}
body.single-works .recommend__list__item__txt {
  position: relative;
  font-size: 13px;
  line-height: 1.6153846154;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding: 20px 22px 20px 20px;
}
@media print, screen and (max-width: 499px) {
  body.single-works .recommend__list__item__txt {
    padding: 10px 15px 14px 15px;
  }
}
body.single-works .recommend__list__item__txt p:nth-of-type(1):before {
  content: "CATEGORY.";
}
body.single-works .recommend__list__item__txt p:nth-of-type(2):before {
  content: "TONE.";
}
body.single-works .recommend__list__item__txt p:nth-of-type(3):before {
  content: "LOCATION.";
}
body.single-works .recommend__list__item__txt p:nth-of-type(4):before {
  content: "DATE.";
}
body.single-works .recommend__list__item__txt:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: url("img/works-posts-arrow.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
body.single-works .recommend .common-link {
  width: 229px;
  margin-top: 115px;
}
@media print, screen and (max-width: 1199px) {
  body.single-works .recommend .common-link {
    margin-top: 86px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-works .recommend .common-link {
    margin-top: 57px;
  }
}
body.single-works .recommend .common-link.disabled {
  display: none;
}

/*
Theme Name: tONEgraph
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# information
--------------------------------------------------------------*/
body.news .posts {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 217px 45px 300px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.news .posts {
    padding: 160px 45px 200px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.news .posts {
    padding: 103px 20px 100px 20px;
  }
}
body.news .posts__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 841px;
  width: 100%;
}
body.news .posts__heading h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
body.news .posts__heading h1 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #a3a3a3;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 499px) {
  body.news .posts__heading h1 span:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
body.news .posts__heading h1 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 37px;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  body.news .posts__heading h1 span:nth-of-type(2) {
    font-size: 37px;
    margin-bottom: 13px;
  }
}
@media print, screen and (max-width: 499px) {
  body.news .posts__heading h1 span:nth-of-type(2) {
    font-size: 32px;
    margin-bottom: 6px;
  }
}
body.news .posts__items {
  width: 100%;
}
@media print, screen and (max-width: 849px) {
  body.news .posts__items {
    margin-top: 52px;
  }
}
@media print, screen and (max-width: 499px) {
  body.news .posts__items {
    margin-top: 32px;
  }
}
body.news .posts__items__item {
  border-bottom: 1px solid #d0d0d0;
  margin-top: 104px;
  padding-bottom: 32px;
}
@media print, screen and (max-width: 849px) {
  body.news .posts__items__item {
    padding-top: 50px;
    padding-bottom: 38px;
    margin-top: 0;
  }
}
body.news .posts__items__item a {
  display: block;
  position: relative;
  transition: filter 0.3s;
}
@media print, screen and (max-width: 849px) {
  body.news .posts__items__item a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
body.news .posts__items__item a:hover {
  opacity: 1;
  filter: brightness(1.2);
}
body.news .posts__items__item__tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: Overpass, sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 1050px) {
  body.news .posts__items__item__tag {
    width: 100%;
  }
}
body.news .posts__items__item__tag span:nth-of-type(1) {
  font-weight: 900;
}
body.news .posts__items__item__tag span:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 300;
}
body.news .posts__items__item__tag span:nth-of-type(2):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6.77px solid #a3a3a3;
  border-right: 0;
  margin: -3px 16px 0 16px;
}
body.news .posts__items__item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.944;
  color: #000;
  margin-top: 14px;
  margin-bottom: 10px;
  max-width: 743px;
}
@media print, screen and (max-width: 1050px) {
  body.news .posts__items__item__title {
    width: 100%;
    max-width: inherit;
  }
}
@media print, screen and (max-width: 849px) {
  body.news .posts__items__item__title {
    margin-bottom: 12px;
  }
}
body.news .posts__items__item__excerpt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.57;
  max-width: 737px;
}
@media print, screen and (max-width: 849px) {
  body.news .posts__items__item__excerpt {
    width: 100%;
    max-width: inherit;
  }
}
body.news .posts__items__item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 45px;
  border-radius: 22.5px;
  background: #d0d0d0;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -55px;
}
@media print, screen and (max-width: 849px) {
  body.news .posts__items__item__btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 27px;
  }
}
body.news .posts .common-link {
  width: 215px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1199px) {
  body.news .posts .common-link {
    margin-top: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.news .posts .common-link {
    margin-top: 40px;
  }
}

body.single-news .post {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 217px 45px 300px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.single-news .post {
    padding: 160px 45px 200px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .post {
    padding: 103px 20px 100px 20px;
  }
}
body.single-news .post__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 996px;
  width: 100%;
}
body.single-news .post__heading p {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
body.single-news .post__heading p span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #a3a3a3;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 499px) {
  body.single-news .post__heading p span:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
body.single-news .post__heading p span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  margin-bottom: 141px;
  color: #000;
}
@media print, screen and (max-width: 1199px) {
  body.single-news .post__heading p span:nth-of-type(2) {
    font-size: 37px;
    margin-bottom: 115px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .post__heading p span:nth-of-type(2) {
    font-size: 32px;
    margin-bottom: 90px;
  }
}
body.single-news .post .article {
  padding: 0 70px;
}
@media print, screen and (max-width: 1199px) {
  body.single-news .post .article {
    padding: 0 45px;
  }
}
@media print, screen and (max-width: 849px) {
  body.single-news .post .article {
    padding: 0;
  }
}
body.single-news .post .article__tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: Overpass, sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 1050px) {
  body.single-news .post .article__tag {
    width: 100%;
  }
}
body.single-news .post .article__tag span:nth-of-type(1) {
  font-weight: 900;
}
body.single-news .post .article__tag span:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 300;
}
body.single-news .post .article__tag span:nth-of-type(2):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6.77px solid #a3a3a3;
  border-right: 0;
  margin: -3px 16px 0 16px;
}
body.single-news .post .article__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  color: #000;
  margin-top: 36px;
  margin-bottom: 34px;
}
@media print, screen and (max-width: 1199px) {
  body.single-news .post .article__title {
    font-size: 19px;
    margin-top: 28px;
    margin-bottom: 23px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .post .article__title {
    font-size: 18px;
    line-height: 1.944;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
body.single-news .post .article__content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.1875;
  color: #383838;
}
@media print, screen and (max-width: 499px) {
  body.single-news .post .article__content {
    font-size: 15px;
    line-height: 2.1875;
  }
}
body.single-news .post .article__content img {
  max-width: 100%;
}
@media print, screen and (max-width: 499px) {
  body.single-news .post .article__content img {
    width: 100%;
  }
}
body.single-news .post .prev-next {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  border-top: 1px solid #d0d0d0;
  width: 100%;
  padding-top: 70px;
  margin-top: 194px;
  margin-bottom: 29px;
}
@media print, screen and (max-width: 1199px) {
  body.single-news .post .prev-next {
    margin-top: 140px;
    padding-top: 55px;
  }
}
@media print, screen and (max-width: 849px) {
  body.single-news .post .prev-next {
    justify-content: center;
    gap: 15px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .post .prev-next {
    margin-top: 90px;
    padding-top: 40px;
  }
}
body.single-news .post .prev-next .prev, body.single-news .post .prev-next .next {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 36px;
  border-radius: 18px;
  background: #a3a3a3;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  position: absolute;
}
@media print, screen and (max-width: 849px) {
  body.single-news .post .prev-next .prev, body.single-news .post .prev-next .next {
    font-size: 15px;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-top: 0;
    letter-spacing: 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .post .prev-next .prev, body.single-news .post .prev-next .next {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
body.single-news .post .prev-next .prev {
  left: 0;
}
@media print, screen and (max-width: 849px) {
  body.single-news .post .prev-next .prev {
    left: 50%;
    transform: translateX(calc(-50% - 150px));
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .post .prev-next .prev {
    transform: translateX(calc(-50% - 140px));
  }
}
body.single-news .post .prev-next .next {
  right: 0;
}
@media print, screen and (max-width: 849px) {
  body.single-news .post .prev-next .next {
    right: 50%;
    transform: translateX(calc(50% + 150px));
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .post .prev-next .next {
    transform: translateX(calc(50% + 140px));
  }
}
body.single-news .post .prev-next .common-link {
  width: 215px;
  font-weight: 400;
  font-size: 16px;
}

/*
Theme Name: tONEgraph
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# faq
--------------------------------------------------------------*/
body.faq .question {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
}
@media print, screen and (max-width: 1400px) {
  body.faq .question {
    padding-right: 45px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.faq .question {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.faq .question {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.faq .question__inner {
  width: calc(100% - 208px);
  margin-left: 208px;
  padding: 202px 0 350px 0;
  max-width: 1166px;
}
@media print, screen and (max-width: 1500px) {
  body.faq .question__inner {
    max-width: 926px;
  }
}
@media print, screen and (max-width: 1400px) {
  body.faq .question__inner {
    width: calc(100% - 252px);
    margin-left: 252px;
    padding: 202px 0 350px 0;
  }
}
@media print, screen and (max-width: 1199px) {
  body.faq .question__inner {
    padding: 195px 0 200px 0;
  }
}
@media print, screen and (max-width: 1000px) {
  body.faq .question__inner {
    margin-left: 0;
    width: 100%;
    padding: 195px 0 200px 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.faq .question__inner {
    padding: 188px 0 100px 0;
  }
}
body.faq .question__heading h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.faq .question__heading h1 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 22px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.faq .question__heading h1 span:nth-of-type(1) {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
body.faq .question__heading h1 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5625;
}
@media print, screen and (max-width: 1199px) {
  body.faq .question__heading h1 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.faq .question__heading h1 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.faq .question__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 42px;
  margin-bottom: 82px;
}
@media print, screen and (max-width: 1199px) {
  body.faq .question__heading p {
    margin-top: 38px;
  }
}
@media print, screen and (max-width: 499px) {
  body.faq .question__heading p {
    font-size: 15px;
    line-height: 2.6666666667;
    margin-top: 34px;
    margin-bottom: 50px;
  }
}
body.faq .question__group:not(#group1) {
  padding-top: 198px;
}
@media print, screen and (max-width: 1199px) {
  body.faq .question__group:not(#group1) {
    padding-top: 154px;
  }
}
@media print, screen and (max-width: 499px) {
  body.faq .question__group:not(#group1) {
    padding-top: 110px;
  }
}
body.faq .question__group__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background: #000;
  border-radius: 0px 10px 10px 0px;
  height: 76px;
  padding-left: 32px;
}
@media print, screen and (max-width: 1199px) {
  body.faq .question__group__head {
    padding-left: 23.5px;
    gap: 18px;
  }
}
@media print, screen and (max-width: 499px) {
  body.faq .question__group__head {
    height: 76px;
    padding-left: 17px;
    gap: 12px;
    font-size: 20px;
  }
}
body.faq .question__group__head:before {
  content: "";
  display: block;
  width: 17.2px;
  height: 17.2px;
  background: url("./img/common-logo-t.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 4px;
  transition: all 0.3s;
}
@media print, screen and (max-width: 1199px) {
  body.faq .question__group__head:before {
    width: 14.4px;
    height: 14.4px;
  }
}
@media print, screen and (max-width: 499px) {
  body.faq .question__group__head:before {
    width: 13.67px;
    height: 13.67px;
  }
}
body.faq .question-list__item:nth-of-type(odd) .question-list__item__head {
  background: #6c6c6c;
}
body.faq .question-list__item:nth-of-type(even) .question-list__item__head {
  background: #585858;
}
body.faq .question-list__item__head {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-left: 32px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 1.75;
  gap: 16px;
  padding: 15px 55px 14px 32px;
  border-radius: 0 10px 10px 0;
}
@media print, screen and (max-width: 1199px) {
  body.faq .question-list__item__head {
    font-size: 17px;
    padding: 15px 55px 14px 23.5px;
  }
}
@media print, screen and (max-width: 499px) {
  body.faq .question-list__item__head {
    padding: 15px 55px 14px 15px;
    font-size: 16px;
    gap: 10px;
  }
}
body.faq .question-list__item__head:before {
  content: "";
  display: block;
  width: 17.2px;
  min-width: 17.2px;
  height: 17.2px;
  background: url("./img/common-logo-o.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 8px;
  transition: all 0.3s;
}
@media print, screen and (max-width: 1199px) {
  body.faq .question-list__item__head:before {
    width: 14.4px;
    height: 14.4px;
  }
}
@media print, screen and (max-width: 499px) {
  body.faq .question-list__item__head:before {
    width: 13.67px;
    height: 13.67px;
  }
}
body.faq .question-list__item__head svg {
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s, border-radius 0.3s;
}
@media print, screen and (max-width: 1199px) {
  body.faq .question-list__item__head svg {
    right: 20px;
  }
}
@media print, screen and (max-width: 499px) {
  body.faq .question-list__item__head svg {
    right: 15px;
    width: 16px;
  }
}
body.faq .question-list__item__head--active {
  border-radius: 0 10px 0 0;
}
body.faq .question-list__item__head--active svg {
  transform: translateY(-50%) rotate(180deg);
}
body.faq .question-list__item__body {
  display: none;
}
body.faq .question-list__item__body p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #f7f7f7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 35px;
  padding: 47px 32px 44px 32px;
  gap: 16px;
  border-radius: 0 0 10px 0;
}
@media print, screen and (max-width: 1199px) {
  body.faq .question-list__item__body p {
    padding: 37px 23.5px 35px 23.5px;
  }
}
@media print, screen and (max-width: 499px) {
  body.faq .question-list__item__body p {
    font-size: 15px;
    padding: 27px 15px 26px 15px;
    gap: 10px;
  }
}
body.faq .question-list__item__body p:before {
  content: "";
  display: block;
  width: 17.2px;
  min-width: 17.2px;
  height: 17.2px;
  background: url("./img/common-logo-e-black.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 10px;
  transition: all 0.3s;
}
@media print, screen and (max-width: 1199px) {
  body.faq .question-list__item__body p:before {
    width: 14.4px;
    height: 14.4px;
  }
}
@media print, screen and (max-width: 499px) {
  body.faq .question-list__item__body p:before {
    width: 13.67px;
    height: 13.67px;
  }
}

/*
Theme Name: tONEgraph
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# policy
--------------------------------------------------------------*/
body.policy .terms {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 218px 45px 342px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.policy .terms {
    padding: 206px 45px 256.5px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.policy .terms {
    padding: 194px 20px 171px 20px;
  }
}
body.policy .terms__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 856px;
}
body.policy .terms__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.policy .terms__heading h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.policy .terms__heading h1 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 20px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.policy .terms__heading h1 span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
body.policy .terms__heading h1 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5625;
  white-space: nowrap;
}
@media print, screen and (max-width: 1199px) {
  body.policy .terms__heading h1 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.policy .terms__heading h1 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.policy .terms__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2.3333333333;
  margin-top: 38px;
  max-width: 856px;
  width: 100%;
  text-align: left;
}
@media print, screen and (max-width: 1199px) {
  body.policy .terms__heading p {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 499px) {
  body.policy .terms__heading p {
    font-size: 15px;
    line-height: 2.66;
    margin-top: 38px;
  }
}
body.policy .terms__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 95px;
  margin-top: 144px;
}
@media print, screen and (max-width: 1199px) {
  body.policy .terms__list {
    margin-top: 110.5px;
  }
}
@media print, screen and (max-width: 499px) {
  body.policy .terms__list {
    margin-top: 77px;
    gap: 47px;
  }
}
body.policy .terms__list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
body.policy .terms__list li p:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  border-radius: 18px;
  background: #a3a3a3;
  height: 36px;
  line-height: 1;
  padding: 0 26px;
  margin-left: -26px;
}
@media print, screen and (max-width: 849px) {
  body.policy .terms__list li p:nth-of-type(1) {
    margin-left: 0;
  }
}
body.policy .terms__list li p:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2;
}
body.policy .terms__list li p:nth-of-type(2) strong.red {
  color: #E61313;
}

/*
Theme Name: tONEgraph
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
body.contact .ui-datepicker, body.application .ui-datepicker, body.confirm .ui-datepicker {
  max-width: 268px;
  width: 100%;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  border: 0;
}
@media print, screen and (max-width: 849px) {
  body.contact .ui-datepicker, body.application .ui-datepicker, body.confirm .ui-datepicker {
    max-width: 230px;
  }
}
body.contact .ui-datepicker .ui-datepicker-header, body.application .ui-datepicker .ui-datepicker-header, body.confirm .ui-datepicker .ui-datepicker-header {
  background: #efefef;
  border: none;
}
body.contact .ui-datepicker .ui-datepicker-title, body.application .ui-datepicker .ui-datepicker-title, body.confirm .ui-datepicker .ui-datepicker-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}
body.contact .ui-datepicker select.ui-datepicker-month, body.application .ui-datepicker select.ui-datepicker-month, body.confirm .ui-datepicker select.ui-datepicker-month {
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}
body.contact .ui-datepicker select.ui-datepicker-year, body.application .ui-datepicker select.ui-datepicker-year, body.confirm .ui-datepicker select.ui-datepicker-year {
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}
body.contact .ui-datepicker .ui-datepicker-calendar, body.application .ui-datepicker .ui-datepicker-calendar, body.confirm .ui-datepicker .ui-datepicker-calendar {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}
body.contact .ui-datepicker .ui-datepicker-calendar .ui-state-default, body.application .ui-datepicker .ui-datepicker-calendar .ui-state-default, body.confirm .ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #efefef;
  border: none;
}
body.contact .ui-datepicker .ui-datepicker-calendar .ui-state-active, body.application .ui-datepicker .ui-datepicker-calendar .ui-state-active, body.confirm .ui-datepicker .ui-datepicker-calendar .ui-state-active {
  border: 1px solid #000;
}
body.contact .forms, body.application .forms, body.confirm .forms {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 218px 45px 300px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.contact .forms, body.application .forms, body.confirm .forms {
    padding: 206px 45px 225px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .forms, body.application .forms, body.confirm .forms {
    padding: 194px 20px 150px 20px;
  }
}
body.contact .forms__inner, body.application .forms__inner, body.confirm .forms__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 856px;
  width: 100%;
}
body.contact .forms__inner .mw_wp_form, body.application .forms__inner .mw_wp_form, body.confirm .forms__inner .mw_wp_form {
  width: 100%;
}
body.contact .forms__heading, body.application .forms__heading, body.confirm .forms__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.contact .forms__heading h1, body.application .forms__heading h1, body.confirm .forms__heading h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.contact .forms__heading h1 span:nth-of-type(1), body.application .forms__heading h1 span:nth-of-type(1), body.confirm .forms__heading h1 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 20px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.contact .forms__heading h1 span:nth-of-type(1), body.application .forms__heading h1 span:nth-of-type(1), body.confirm .forms__heading h1 span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
body.contact .forms__heading h1 span:nth-of-type(2), body.application .forms__heading h1 span:nth-of-type(2), body.confirm .forms__heading h1 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5625;
  white-space: nowrap;
}
@media print, screen and (max-width: 1199px) {
  body.contact .forms__heading h1 span:nth-of-type(2), body.application .forms__heading h1 span:nth-of-type(2), body.confirm .forms__heading h1 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .forms__heading h1 span:nth-of-type(2), body.application .forms__heading h1 span:nth-of-type(2), body.confirm .forms__heading h1 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.contact .forms__heading p, body.application .forms__heading p, body.confirm .forms__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 38px;
  max-width: 856px;
  width: 100%;
  text-align: left;
}
@media print, screen and (max-width: 1199px) {
  body.contact .forms__heading p, body.application .forms__heading p, body.confirm .forms__heading p {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .forms__heading p, body.application .forms__heading p, body.confirm .forms__heading p {
    font-size: 15px;
    line-height: 2.66;
    margin-top: 38px;
  }
}
body.contact .forms__heading a, body.application .forms__heading a, body.confirm .forms__heading a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 44px;
  border-radius: 22px;
  background: #f7f7f7;
  border: 1px solid #6c6c6c;
  font-size: 14px;
  line-height: 1;
  color: #000;
  margin-top: 48px;
  filter: opacity(1);
}
body.contact .form-type, body.application .form-type, body.confirm .form-type {
  padding-top: 90px;
}
body.contact .form-type .form-heading, body.application .form-type .form-heading, body.confirm .form-type .form-heading {
  margin-bottom: 38px;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-type .form-heading, body.application .form-type .form-heading, body.confirm .form-type .form-heading {
    margin-bottom: 34px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-type .form-heading, body.application .form-type .form-heading, body.confirm .form-type .form-heading {
    margin-bottom: 30px;
  }
}
body.contact .form-type__radio, body.application .form-type__radio, body.confirm .form-type__radio {
  display: grid;
  grid-template-columns: 34.69% 42.17% 23.14%;
  gap: 12px 0;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-type__radio, body.application .form-type__radio, body.confirm .form-type__radio {
    grid-template-columns: 1fr;
  }
}
body.contact .form-plan, body.application .form-plan, body.confirm .form-plan {
  padding-top: 90px;
}
body.contact .form-plan .form-heading, body.application .form-plan .form-heading, body.confirm .form-plan .form-heading {
  margin-bottom: 38px;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-plan .form-heading, body.application .form-plan .form-heading, body.confirm .form-plan .form-heading {
    margin-bottom: 34px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-plan .form-heading, body.application .form-plan .form-heading, body.confirm .form-plan .form-heading {
    margin-bottom: 30px;
  }
}
body.contact .form-plan__radio, body.application .form-plan__radio, body.confirm .form-plan__radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px 0;
  width: 100%;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-plan__radio, body.application .form-plan__radio, body.confirm .form-plan__radio {
    gap: 30px 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-plan__radio, body.application .form-plan__radio, body.confirm .form-plan__radio {
    gap: 20px 0;
  }
}
@media print, screen and (max-width: 849px) {
  body.contact .form-plan__radio label span, body.application .form-plan__radio label span, body.confirm .form-plan__radio label span {
    align-items: flex-start;
  }
}
body.contact .form-plan__radio .mwform-radio-field-text, body.application .form-plan__radio .mwform-radio-field-text, body.confirm .form-plan__radio .mwform-radio-field-text {
  white-space: wrap;
}
body.contact .form-photo, body.application .form-photo, body.confirm .form-photo {
  padding-top: 80px;
}
@media print, screen and (max-width: 1199px) {
  body.contact .form-photo, body.application .form-photo, body.confirm .form-photo {
    padding-top: 70px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-photo, body.application .form-photo, body.confirm .form-photo {
    padding-top: 60px;
  }
}
body.contact .form-photo .form-heading, body.application .form-photo .form-heading, body.confirm .form-photo .form-heading {
  margin-bottom: 30px;
}
body.contact .form-photo .form-item--category .form-item__body, body.application .form-photo .form-item--category .form-item__body, body.confirm .form-photo .form-item--category .form-item__body {
  position: relative;
}
body.contact .form-photo .form-item--category .form-item__body select, body.application .form-photo .form-item--category .form-item__body select, body.confirm .form-photo .form-item--category .form-item__body select {
  width: 100%;
  padding: 22px 41px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #6C6C6C;
}
@media print, screen and (max-width: 1199px) {
  body.contact .form-photo .form-item--category .form-item__body select, body.application .form-photo .form-item--category .form-item__body select, body.confirm .form-photo .form-item--category .form-item__body select {
    padding: 22px 26px;
  }
}
@media print, screen and (max-width: 849px) {
  body.contact .form-photo .form-item--category .form-item__body select, body.application .form-photo .form-item--category .form-item__body select, body.confirm .form-photo .form-item--category .form-item__body select {
    padding: 16px 22px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-photo .form-item--category .form-item__body select, body.application .form-photo .form-item--category .form-item__body select, body.confirm .form-photo .form-item--category .form-item__body select {
    padding: 16px 22px;
  }
}
body.contact .form-photo .form-item--category .form-item__body select:hover, body.application .form-photo .form-item--category .form-item__body select:hover, body.confirm .form-photo .form-item--category .form-item__body select:hover {
  filter: none;
}
body.contact .form-photo .form-item--category .form-item__body:after, body.application .form-photo .form-item--category .form-item__body:after, body.confirm .form-photo .form-item--category .form-item__body:after {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 7.93px;
  height: 24.47px;
  background: url("./img/common-select-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-photo .form-item--category .form-item__body:after, body.application .form-photo .form-item--category .form-item__body:after, body.confirm .form-photo .form-item--category .form-item__body:after {
    right: 24px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-photo .form-item--category .form-item__body:after, body.application .form-photo .form-item--category .form-item__body:after, body.confirm .form-photo .form-item--category .form-item__body:after {
    right: 16px;
  }
}
body.contact .form-photo .form-item--date .form-item__body, body.application .form-photo .form-item--date .form-item__body, body.confirm .form-photo .form-item--date .form-item__body {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 71px;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-photo .form-item--date .form-item__body, body.application .form-photo .form-item--date .form-item__body, body.confirm .form-photo .form-item--date .form-item__body {
    gap: 34px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-photo .form-item--date .form-item__body, body.application .form-photo .form-item--date .form-item__body, body.confirm .form-photo .form-item--date .form-item__body {
    align-items: flex-start;
    gap: 8.71svw;
  }
}
body.contact .form-photo .form-item--date .form-item__body input[type=text], body.application .form-photo .form-item--date .form-item__body input[type=text], body.confirm .form-photo .form-item--date .form-item__body input[type=text] {
  max-width: 268px;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-photo .form-item--date .form-item__body input[type=text], body.application .form-photo .form-item--date .form-item__body input[type=text], body.confirm .form-photo .form-item--date .form-item__body input[type=text] {
    min-width: 230px;
    width: 230px;
  }
}
body.contact .form-photo .form-item--date .form-item__body .error, body.application .form-photo .form-item--date .form-item__body .error, body.confirm .form-photo .form-item--date .form-item__body .error {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
@media print, screen and (max-width: 500px) {
  body.contact .form-photo .form-item--date .form-item__body .error, body.application .form-photo .form-item--date .form-item__body .error, body.confirm .form-photo .form-item--date .form-item__body .error {
    bottom: 20px;
  }
}
body.contact .form-photo .form-item--date .form-item__body__time, body.application .form-photo .form-item--date .form-item__body__time, body.confirm .form-photo .form-item--date .form-item__body__time {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 52px;
}
@media print, screen and (max-width: 1000px) {
  body.contact .form-photo .form-item--date .form-item__body__time, body.application .form-photo .form-item--date .form-item__body__time, body.confirm .form-photo .form-item--date .form-item__body__time {
    gap: 20px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-photo .form-item--date .form-item__body__time, body.application .form-photo .form-item--date .form-item__body__time, body.confirm .form-photo .form-item--date .form-item__body__time {
    flex-direction: column;
    gap: 20px;
  }
}
body.contact .form-photo .form-item--tone, body.application .form-photo .form-item--tone, body.confirm .form-photo .form-item--tone {
  padding-top: 24px;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-photo .form-item--tone, body.application .form-photo .form-item--tone, body.confirm .form-photo .form-item--tone {
    padding-top: 0;
  }
}
body.contact .form-photo .form-item--tone .form-item__head, body.application .form-photo .form-item--tone .form-item__head, body.confirm .form-photo .form-item--tone .form-item__head {
  padding-top: 4px;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-photo .form-item--tone .form-item__head, body.application .form-photo .form-item--tone .form-item__head, body.confirm .form-photo .form-item--tone .form-item__head {
    padding-top: 0;
  }
}
body.contact .form-photo .form-item--tone .form-item__body, body.application .form-photo .form-item--tone .form-item__body, body.confirm .form-photo .form-item--tone .form-item__body {
  display: grid;
  grid-template-columns: 46.5% 53.5%;
  gap: 40px 0;
}
@media print, screen and (max-width: 1000px) {
  body.contact .form-photo .form-item--tone .form-item__body, body.application .form-photo .form-item--tone .form-item__body, body.confirm .form-photo .form-item--tone .form-item__body {
    gap: 26px 0;
    grid-template-columns: 50% 50%;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-photo .form-item--tone .form-item__body, body.application .form-photo .form-item--tone .form-item__body, body.confirm .form-photo .form-item--tone .form-item__body {
    gap: 12px 0;
    letter-spacing: -0.025em;
  }
}
body.contact .form-option, body.application .form-option, body.confirm .form-option {
  padding-top: 80px;
}
@media print, screen and (max-width: 1199px) {
  body.contact .form-option, body.application .form-option, body.confirm .form-option {
    padding-top: 70px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-option, body.application .form-option, body.confirm .form-option {
    padding-top: 60px;
  }
}
body.contact .form-option .form-heading, body.application .form-option .form-heading, body.confirm .form-option .form-heading {
  margin-bottom: 47px;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-option .form-heading, body.application .form-option .form-heading, body.confirm .form-option .form-heading {
    margin-bottom: 30px;
  }
}
body.contact .form-option .form-item:not(:first-of-type), body.application .form-option .form-item:not(:first-of-type), body.confirm .form-option .form-item:not(:first-of-type) {
  margin-top: 50px;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-option .form-item:not(:first-of-type), body.application .form-option .form-item:not(:first-of-type), body.confirm .form-option .form-item:not(:first-of-type) {
    margin-top: 30px;
  }
}
body.contact .form-option .form-item__head, body.application .form-option .form-item__head, body.confirm .form-option .form-item__head {
  padding-top: 8px;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-option .form-item__head, body.application .form-option .form-item__head, body.confirm .form-option .form-item__head {
    padding-top: 0;
  }
}
body.contact .form-option .form-item__body, body.application .form-option .form-item__body, body.confirm .form-option .form-item__body {
  display: grid;
  grid-template-columns: 46.5% 53.5%;
  gap: 12px 0;
}
@media print, screen and (max-width: 1000px) {
  body.contact .form-option .form-item__body, body.application .form-option .form-item__body, body.confirm .form-option .form-item__body {
    grid-template-columns: 50% 50%;
  }
}
@media print, screen and (max-width: 600px) {
  body.contact .form-option .form-item__body, body.application .form-option .form-item__body, body.confirm .form-option .form-item__body {
    grid-template-columns: 1fr;
  }
}
body.contact .form-photobook, body.application .form-photobook, body.confirm .form-photobook {
  padding-top: 80px;
}
@media print, screen and (max-width: 1199px) {
  body.contact .form-photobook, body.application .form-photobook, body.confirm .form-photobook {
    padding-top: 70px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-photobook, body.application .form-photobook, body.confirm .form-photobook {
    padding-top: 60px;
  }
}
body.contact .form-photobook .form-heading, body.application .form-photobook .form-heading, body.confirm .form-photobook .form-heading {
  margin-bottom: 47px;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-photobook .form-heading, body.application .form-photobook .form-heading, body.confirm .form-photobook .form-heading {
    margin-bottom: 30px;
  }
}
body.contact .form-photobook .form-item__head, body.application .form-photobook .form-item__head, body.confirm .form-photobook .form-item__head {
  padding-top: 8px;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-photobook .form-item__head, body.application .form-photobook .form-item__head, body.confirm .form-photobook .form-item__head {
    padding-top: 0;
  }
}
body.contact .form-photobook .form-item__body, body.application .form-photobook .form-item__body, body.confirm .form-photobook .form-item__body {
  display: grid;
  grid-template-columns: 28.72% 39.83% 31.45%;
  gap: 12px 0;
}
@media print, screen and (max-width: 800px) {
  body.contact .form-photobook .form-item__body, body.application .form-photobook .form-item__body, body.confirm .form-photobook .form-item__body {
    grid-template-columns: 1fr;
  }
}
body.contact .form-photobook .form-caption, body.application .form-photobook .form-caption, body.confirm .form-photobook .form-caption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  line-height: 1.9230769231;
  color: #383838;
  margin-top: 48px;
}
@media print, screen and (max-width: 1000px) {
  body.contact .form-photobook .form-caption, body.application .form-photobook .form-caption, body.confirm .form-photobook .form-caption {
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-photobook .form-caption, body.application .form-photobook .form-caption, body.confirm .form-photobook .form-caption {
    padding-left: 15px;
  }
}
body.contact .form-info, body.application .form-info, body.confirm .form-info {
  padding-top: 80px;
}
@media print, screen and (max-width: 1199px) {
  body.contact .form-info, body.application .form-info, body.confirm .form-info {
    padding-top: 70px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-info, body.application .form-info, body.confirm .form-info {
    padding-top: 60px;
  }
}
body.contact .form-info .form-heading, body.application .form-info .form-heading, body.confirm .form-info .form-heading {
  margin-bottom: 30px;
}
body.contact .form-message, body.application .form-message, body.confirm .form-message {
  padding-top: 80px;
}
@media print, screen and (max-width: 1199px) {
  body.contact .form-message, body.application .form-message, body.confirm .form-message {
    padding-top: 70px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-message, body.application .form-message, body.confirm .form-message {
    padding-top: 60px;
  }
}
body.contact .form-message .form-heading, body.application .form-message .form-heading, body.confirm .form-message .form-heading {
  margin-bottom: 30px;
}
body.contact .form-item, body.application .form-item, body.confirm .form-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-item, body.application .form-item, body.confirm .form-item {
    flex-direction: column;
    gap: 14px;
  }
}
body.contact .form-item:not(:first-of-type), body.application .form-item:not(:first-of-type), body.confirm .form-item:not(:first-of-type) {
  margin-top: 28px;
}
@media print, screen and (max-width: 849px) {
  body.contact .form-item:not(:first-of-type), body.application .form-item:not(:first-of-type), body.confirm .form-item:not(:first-of-type) {
    margin-top: 36px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-item:not(:first-of-type), body.application .form-item:not(:first-of-type), body.confirm .form-item:not(:first-of-type) {
    margin-top: 36px;
  }
}
body.contact .form-item__head, body.application .form-item__head, body.confirm .form-item__head {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 271px;
  padding-top: 19px;
}
@media print, screen and (max-width: 1000px) {
  body.contact .form-item__head, body.application .form-item__head, body.confirm .form-item__head {
    min-width: 248px;
  }
}
@media print, screen and (max-width: 849px) {
  body.contact .form-item__head, body.application .form-item__head, body.confirm .form-item__head {
    padding-top: 0;
  }
}
body.contact .form-item__head__txt, body.application .form-item__head__txt, body.confirm .form-item__head__txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
  color: #000;
}
body.contact .form-item__head__txt:hover + span, body.application .form-item__head__txt:hover + span, body.confirm .form-item__head__txt:hover + span {
  opacity: 1;
}
body.contact .form-item__head__balloon, body.application .form-item__head__balloon, body.confirm .form-item__head__balloon {
  position: relative;
}
body.contact .form-item__head__balloon span:nth-of-type(1), body.application .form-item__head__balloon span:nth-of-type(1), body.confirm .form-item__head__balloon span:nth-of-type(1) {
  display: block;
  width: 17px;
  height: 17px;
  background: url("./img/common-question.svg") no-repeat;
  background-size: contain;
  margin-left: 12px;
}
body.contact .form-item__head__balloon span:nth-of-type(1):hover ~ span, body.application .form-item__head__balloon span:nth-of-type(1):hover ~ span, body.confirm .form-item__head__balloon span:nth-of-type(1):hover ~ span {
  opacity: 1;
}
body.contact .form-item__head__balloon span:nth-of-type(2), body.application .form-item__head__balloon span:nth-of-type(2), body.confirm .form-item__head__balloon span:nth-of-type(2) {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -20px;
  transform: translateY(-100%) translateX(calc(100% - 100px));
  opacity: 0;
  border-radius: 5px;
  background: #a3a3a3;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 330px;
  font-size: 14px;
  line-height: 1.7857142857;
  color: #fff;
  padding: 24px 26px;
  pointer-events: none;
  transition: all 0.3s;
}
@media print, screen and (max-width: 499px) {
  body.contact .form-item__head__balloon span:nth-of-type(2), body.application .form-item__head__balloon span:nth-of-type(2), body.confirm .form-item__head__balloon span:nth-of-type(2) {
    width: 280px;
    padding: 18px 18px;
  }
}
body.contact .form-item__head__balloon span:nth-of-type(2):before, body.application .form-item__head__balloon span:nth-of-type(2):before, body.confirm .form-item__head__balloon span:nth-of-type(2):before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 0;
  border-top: 16px solid #a3a3a3;
  position: absolute;
  bottom: -16px;
  left: 83px;
}
body.contact .form-item__head.required, body.application .form-item__head.required, body.confirm .form-item__head.required {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.contact .form-item__head.required .form-item__head__txt:after, body.application .form-item__head.required .form-item__head__txt:after, body.confirm .form-item__head.required .form-item__head__txt:after {
  content: "必須";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 27px;
  border-radius: 13.5px;
  background: linear-gradient(#e61313 0%, #e6138d 100%);
  font-size: 13px;
  color: #fff;
  margin-left: 9px;
}
body.contact .form-item__body, body.application .form-item__body, body.confirm .form-item__body {
  width: calc(100% - 271px);
}
@media print, screen and (max-width: 1000px) {
  body.contact .form-item__body, body.application .form-item__body, body.confirm .form-item__body {
    width: calc(100% - 248px);
  }
}
@media print, screen and (max-width: 849px) {
  body.contact .form-item__body, body.application .form-item__body, body.confirm .form-item__body {
    width: 100%;
  }
}
body.contact .horizontal-item, body.application .horizontal-item, body.confirm .horizontal-item {
  display: flex;
  margin-left: 0 !important;
}
body.contact .form-heading, body.application .form-heading, body.confirm .form-heading {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.contact .form-heading span, body.application .form-heading span, body.confirm .form-heading span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 10px;
  background: #6c6c6c;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 0 38px;
  margin-left: -38px;
}
@media print, screen and (max-width: 1000px) {
  body.contact .form-heading span, body.application .form-heading span, body.confirm .form-heading span {
    margin-left: 0;
  }
}
body.contact .form-heading:after, body.application .form-heading:after, body.confirm .form-heading:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  width: 100%;
  min-width: 100%;
  height: 1px;
  background-color: #6c6c6c;
}
body.contact .form-btns, body.application .form-btns, body.confirm .form-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 114px;
  gap: 30px;
}
@media print, screen and (max-width: 1199px) {
  body.contact .form-btns, body.application .form-btns, body.confirm .form-btns {
    margin-top: 85.5px;
  }
}
@media print, screen and (max-width: 849px) {
  body.contact .form-btns, body.application .form-btns, body.confirm .form-btns {
    flex-direction: column;
    gap: 20px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-btns, body.application .form-btns, body.confirm .form-btns {
    margin-top: 57px;
  }
}
body.contact .form-btns input, body.application .form-btns input, body.confirm .form-btns input {
  width: 301px;
  height: 74px;
  border-radius: 37px;
  background: #2b2b2b;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
@media print, screen and (max-width: 1199px) {
  body.contact .form-btns input, body.application .form-btns input, body.confirm .form-btns input {
    width: 265px;
    height: 66px;
    border-radius: 33px;
  }
}
@media print, screen and (max-width: 499px) {
  body.contact .form-btns input, body.application .form-btns input, body.confirm .form-btns input {
    width: 229px;
    height: 58px;
    border-radius: 29px;
    font-size: 17px;
  }
}
body.contact .p-country-name, body.application .p-country-name, body.confirm .p-country-name {
  display: none;
}
body.contact label, body.application label, body.confirm label {
  display: inline-block;
  white-space: nowrap;
}
body.contact label span, body.application label span, body.confirm label span {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  min-height: 32px;
  font-size: 15px;
}
@media print, screen and (max-width: 499px) {
  body.contact label span, body.application label span, body.confirm label span {
    font-weight: 400;
  }
}
body.contact label input[type=radio], body.application label input[type=radio], body.confirm label input[type=radio] {
  appearance: none;
  display: none;
}
body.contact label input[type=radio] + span:before, body.application label input[type=radio] + span:before, body.confirm label input[type=radio] + span:before {
  content: "";
  display: inline-block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: url("img/common-checkbox2.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 7px;
}
body.contact label input[type=radio] + span:after, body.application label input[type=radio] + span:after, body.confirm label input[type=radio] + span:after {
  content: "";
  display: inline-block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/common-checkbox2-selected.svg") no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: all 0.3s;
}
body.contact label input[type=radio]:checked + span:after, body.application label input[type=radio]:checked + span:after, body.confirm label input[type=radio]:checked + span:after {
  opacity: 1;
}

body.confirm .form-photo .form-item--category .form-item__body:after {
  content: none;
}
body.confirm .form-photo .form-item--date .form-item__body {
  gap: 15px;
}
body.confirm .form-photo .form-item--tone {
  padding-top: 0;
}
body.confirm .form-photo .form-item--tone .form-item__head {
  padding-top: 19px;
}
@media print, screen and (max-width: 849px) {
  body.confirm .form-photo .form-item--tone .form-item__head {
    padding-top: 0;
  }
}
body.confirm .form-option .form-item__head {
  padding-top: 19px;
}
@media print, screen and (max-width: 849px) {
  body.confirm .form-option .form-item__head {
    padding-top: 0;
  }
}
body.confirm .form-photobook .form-item__head {
  padding-top: 19px;
}
@media print, screen and (max-width: 849px) {
  body.confirm .form-photobook .form-item__head {
    padding-top: 0;
  }
}
body.confirm .form-item__head.required:after {
  content: none;
}
body.confirm .form-item__body {
  padding-top: 19px;
}
@media print, screen and (max-width: 849px) {
  body.confirm .form-item__body {
    padding-left: 20px;
    padding-top: 0;
  }
}
body.confirm .form-caption {
  display: none;
}
body.confirm .form-btns input:nth-of-type(1) {
  background-color: #6c6c6c;
}

body.thanks .forms {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 218px 45px 300px 45px;
}
@media print, screen and (max-width: 1199px) {
  body.thanks .forms {
    padding: 206px 45px 225px 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.thanks .forms {
    padding: 194px 20px 150px 20px;
  }
}
body.thanks .forms__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 856px;
}
body.thanks .forms__inner .mw_wp_form_complete {
  display: none;
}
body.thanks .forms__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.thanks .forms__heading h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.thanks .forms__heading h1 span:nth-of-type(1) {
  font-family: Overpass, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-bottom: 20px;
  line-height: 1;
}
@media print, screen and (max-width: 849px) {
  body.thanks .forms__heading h1 span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
body.thanks .forms__heading h1 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5625;
  white-space: nowrap;
}
@media print, screen and (max-width: 1199px) {
  body.thanks .forms__heading h1 span:nth-of-type(2) {
    font-size: 37px;
  }
}
@media print, screen and (max-width: 499px) {
  body.thanks .forms__heading h1 span:nth-of-type(2) {
    font-size: 32px;
  }
}
body.thanks .forms__heading p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 38px;
  max-width: 856px;
  width: 100%;
  text-align: left;
}
@media print, screen and (max-width: 1199px) {
  body.thanks .forms__heading p {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 499px) {
  body.thanks .forms__heading p {
    font-size: 15px;
    line-height: 2.66;
    margin-top: 38px;
  }
}
body.thanks .forms__heading a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 44px;
  border-radius: 22px;
  background: #f7f7f7;
  border: 1px solid #6c6c6c;
  font-size: 14px;
  line-height: 1;
  color: #000;
  margin-top: 48px;
  filter: opacity(1);
}

input[type=text],
input[type=email],
input[type=password],
input[name=mail],
input[name=phone],
textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 22px 41px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #6C6C6C;
}
@media print, screen and (max-width: 1199px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[name=mail],
  input[name=phone],
  textarea {
    padding: 22px 26px;
  }
}
@media print, screen and (max-width: 849px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[name=mail],
  input[name=phone],
  textarea {
    padding: 16px 22px;
  }
}
@media print, screen and (max-width: 499px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[name=mail],
  input[name=phone],
  textarea {
    padding: 16px 22px;
  }
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[name=mail]:hover,
input[name=phone]:hover,
textarea:hover {
  filter: none;
}

input[type=submit]:disabled {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
input[type=submit]:disabled:hover {
  filter: none;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #dbdbdb;
}

textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #dbdbdb;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #dbdbdb;
}

textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #dbdbdb;
}

textarea::placeholder,
select::placeholder {
  color: #dbdbdb;
}

input::-webkit-input-placeholder {
  color: #dbdbdb;
}

input::-moz-placeholder {
  color: #dbdbdb;
}

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

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

input::placeholder {
  color: #dbdbdb;
}

/*
Theme Name: tONEgraph
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
body.error404 .error {
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 100px 0 100px;
}
@media print, screen and (max-width: 1199px) {
  body.error404 .error {
    padding: 0px 50px 0 50px;
  }
}
@media print, screen and (max-width: 849px) {
  body.error404 .error {
    margin-top: -16px;
  }
}
@media print, screen and (max-width: 499px) {
  body.error404 .error {
    padding: 0 20px 0 20px;
    margin-top: -9px;
  }
}
body.error404 .error__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  width: 100%;
}
body.error404 .error__inner p {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 80px;
  margin-bottom: 50px;
}/*# sourceMappingURL=style.css.map */