@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

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;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}
.sbtn {
  width: 708px;
  text-align: center;
  margin: 0 auto;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
  cursor: pointer;
}

picture,
figure {
  display: block;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  word-break: break-all;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  background: url(../img/bg_content.png) center top repeat;
}
body.navOpen {
  height: 100vh;
  overflow: hidden;
}
.b8 {
  padding-bottom: 8rem;
}

.b4 {
  padding-bottom: 4rem;
}

.b2 {
  padding-bottom: 2rem;
}
.bc {
  text-align: center;
}
.txt_01 {
  text-align: left;
  line-height: 180%;
  font-size: 16px;
}
.h3_headline {
  color: #2c2fa7;
  font-weight: bold;
  font-size: 3rem;
  line-height: 180%;
  padding: 0 2rem 2rem 2rem;
}
.marker {
  background:linear-gradient(transparent 60%, #f0ff00 60%);
}
#head_wrapper {
  background: url(../img/img_top_bg.png) center top no-repeat;
  background-size: cover;
}
.sub_wrapper {
  padding: 8rem 0;
  background: url(../img/img_feature_bg.png) center top no-repeat;
  background-size: cover;
}
.company_wrapper {
  padding: 4rem 0;
  background: url(../img/img_company_bg.png) center top no-repeat;
  background-size: cover;
}
.main_content {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.h2_wrapper {
  background-color: #2c2fa7;
  padding: 1.5rem 0;
}
.company_wrapper table {
  width: 692px;
  margin: 0 auto;
}
.company_wrapper table th {
  line-height: 400%;
  font-size: 16px;
}
.company_wrapper table td {
  line-height: 400%;
  padding: 0 4rem;
  font-size: 16px;
}
.qa {
  margin: 4rem 0;
}
.qa dt {
  background: url(../img/icon_q.png) left top no-repeat;
  background-size: contain;
  padding: 0 0 0 2.5rem;
  margin: 1.5rem;
  text-align: left;
  line-height: 180%;
  color: #2c2fa7;
  font-weight: bold;
  font-size: 1.125rem;
}
.qa dd {
  text-align: left;
  line-height: 180%;
  background-color: #fff;
  padding: 4rem 4rem;
  margin: 0 0 0 0;
  position: relative;
  font-size: 16px;
}
.qa dd::before  {
  content: "A";
  font-size: 1.125rem;
  position: absolute;
  left: 2rem;
  top: 4rem;
}

.footer--copy {
  padding: 0 0 6rem 0;
  text-align: center;
  font-size: 0.75rem;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
  .b8 {
    padding-bottom: 8rem;
  }

  .b4 {
    padding-bottom: 4rem;
  }

  .b2 {
    padding-bottom: 2rem;
  }
  .bc {
    text-align: center;
  }
  .txt_01 {
    text-align: left;
    line-height: 180%;
    font-size: 16px;
    padding: 0 2.5rem 2rem 2.5rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  p {
    font-size: 1rem;
  }
}
/*
  xl-PC
  ----------------------------------------------- */
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 41.875rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 75rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
font
============================================================================= */
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.bold {
  font-weight: 700;
}

/*==============================================================================
Header
============================================================================= */
@media screen and (max-width: 767px) {
  #head_wrapper {
    background-size: cover;
  }
  .main_content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .main_content img {
    width: 100%;
    vertical-align: top;
  }
  .sbtn {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .sub_wrapper {
    padding: 8rem 0;
    background: url(../img/img_feature_bg.png) center top no-repeat;
    background-size: cover;
  }
  .company_wrapper {
    padding: 4rem 0;
    background: url(../img/img_company_bg.png) center top no-repeat;
    background-size: cover;
  }
  .h2_wrapper {
    background-color: #2c2fa7;
    padding: 1.5rem 0;
  }
  .company_wrapper table {
    width: 100%;
    margin: 0 auto;
  }
  .company_wrapper table th {
    line-height: 200%;
    padding: 0 1rem 0 2rem;
    font-size: 12px;
  }
  .company_wrapper table td {
    line-height: 200%;
    padding: 0 1rem;
    font-size: 12px;
  }
  .qa {
    margin: 4rem 0;
  }
  .qa dt {
    background: url(../img/icon_q.png) top 5px left 0 no-repeat;
    background-size: 2.5rem;
    padding: 0 0 0 3.5rem;
    margin: 1.5rem;
    text-align: left;
    line-height: 180%;
    color: #2c2fa7;
    font-weight: bold;
    font-size: 16px;
    vertical-align: bottom;
  }
  .qa dd {
    text-align: left;
    line-height: 180%;
    background-color: #fff;
    padding: 4rem 4rem 4rem 4.75rem;
    margin: 0 0 0 0;
    position: relative;
    font-size: 16px;
  }
  .qa dd::before  {
    content: "A";
    font-size: 2rem;
    position: absolute;
    left: 2rem;
    top: 4rem;
  }

  .header--link.to--contact {
    width: 26.125rem;
    margin: 4.0625rem 0 0;
    padding: 2.0625rem 7.625rem 2.3125rem 5.3125rem;
    position: relative;
    left: -2.25rem;
    border: 1px solid #b01f24;
    border-radius: 5px;
    color: #b01f24;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
  }
  .header--link.to--contact::before {
    content: "";
    width: 0.8125rem;
    height: 0.8125rem;
    position: absolute;
    top: 50%;
    right: 5.4375rem;
    border-top: 2px solid #b01f24;
    border-right: 2px solid #b01f24;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  #page-input .header--bg,
  #page-confirm .header--bg,
  #page-thanks .header--bg {
    padding: 2.375rem 0;
  }
  .header {
    position: relative;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .header--bg {
    padding: 1.9375rem 0;
    background: #fff;
  }
  .header--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header--logo {
    width: 12.875rem;
  }
  .header--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
  .header--link {
    color: #333;
    font-size: 0.9375rem;
    font-weight: 600;
  }
  .header--link.active {
    text-decoration: underline;
    text-decoration-color: #0093e1;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
  }
  .header--link.to--contact {
    padding: 1.125rem 2.9375rem 1.125rem 1.9375rem;
    position: relative;
    border: 1px solid #b01f24;
    border-radius: 10px;
    color: #b01f24;
  }
  .header--link.to--contact::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    right: 1.1875rem;
    border-top: 2px solid #b01f24;
    border-right: 2px solid #b01f24;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer--bg {
    padding: 3.375rem 0 12.5rem;
    background: #8d8d8d;
  }
  .footer--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .footer--logo {
    width: 17.6875rem;
    margin: 0 auto 5rem;
  }
  .footer--logo img {
    width: 100%;
  }
  .footer--copy {
    padding: 0 0 6rem 0;
    text-align: center;
    font-size: 1.25rem;
  }
  .footer--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40.625rem;
    margin: 0 auto;
  }
  .footer--link--text:nth-child(2n+1) a {
    padding: 0 3.125rem 0 0;
    border-right: 1px solid #fff;
  }
  .footer--link--text:nth-child(2n) a {
    padding: 0 3.125rem;
  }
  .footer--link {
    margin: 0 0 1.25rem;
    color: #fff;
    font-size: 1.75rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  .footer--bg {
    padding: 3rem 0;
    background: #8d8d8d;
  }
  .footer--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .footer--logo {
    text-align: center;
    padding: 0 0 2rem 0;
  }
  .footer--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.1875rem 0 0;
  }
  .footer--link--text:first-child .footer--link {
    padding-left: 0;
  }
  .footer--link--text:last-child .footer--link {
    padding-right: 0;
    border-right: none;
  }
  .footer--link {
    padding: 0 1.125rem;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 0.875rem;
  }
}
.page-top {
  /*==============================================================================
  TOP
  ============================================================================= */
}
@media screen and (max-width: 767px) {
  .page-top .kv--bg {
    padding: 8.4375rem 0 5.75rem;
    background: url(../images/top/kv-bg-sp.webp) no-repeat top center;
    background-size: cover;
  }
  .page-top .kv--inner {
    position: relative;
  }
  .page-top .kv--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
  .page-top .kv--wrapper::before {
    content: "";
    width: 45.5625rem;
    height: 26.0625rem;
    position: absolute;
    top: 20.9375rem;
    left: 50%;
    background: url(../images/top/kv-img01.webp) no-repeat top left;
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-top .kv--title {
    margin: 4.6875rem 0 0;
    text-align: center;
    font-size: 4.75rem;
    font-weight: 900;
    letter-spacing: 0.07em;
  }
  .page-top .kv--text01 {
    position: relative;
    text-align: center;
    color: #0093e1;
    font-size: 2.875rem;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
  .page-top .kv--text01 .small {
    font-size: 2.25rem;
    letter-spacing: 0.15em;
  }
  .page-top .kv--text01 .large {
    font-size: 3.25rem;
    letter-spacing: 0.05em;
  }
  .page-top .kv--text01::before {
    content: "";
    width: 14rem;
    height: 1px;
    position: absolute;
    bottom: -1.6875rem;
    left: 2.1875rem;
    background: #666666;
  }
  .page-top .kv--text02 {
    display: block;
    padding: 1.1875rem 0.875rem 1.1875rem 1.125rem;
    position: absolute;
    top: -5.4375rem;
    right: 2rem;
    background: #f4f4f4;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
  .page-top .kv--button {
    width: 42.4375rem;
    margin: 33.4375rem 0 0;
    padding: 2.875rem 0 2.875rem 9.9375rem;
    position: relative;
    background: #b01f24;
    border-radius: 5px;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 0 6px 0 #95171b;
            box-shadow: 0 6px 0 #95171b;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-top .kv--button::before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    right: 9.25rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .page-top .about--bg {
    padding: 7.375rem 0 21.25rem;
    background: url(../images/top/about-bg-sp.webp) no-repeat bottom center;
    background-size: contain;
  }
  .page-top .about--title {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.18em;
  }
  .page-top .about--title .small {
    font-size: 2.125rem;
  }
  .page-top .about--text01 {
    margin: 5.3125rem 0 0;
    position: relative;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.15em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-top .about--text01::before {
    content: "";
    width: 11.6875rem;
    height: 1px;
    position: absolute;
    top: -2.5rem;
    left: 50%;
    background: #0093e1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-top .about--text01 .sp-block {
    display: block;
    margin-top: 1.5625rem;
  }
  .page-top .about--text01 .sp-block:first-child {
    margin-top: 0;
  }
  .page-top .about--text02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.8125rem 0 0;
  }
  .page-top .about--text02 .band {
    display: inline-block;
    margin: 2.9375rem 0 0;
    padding: 0.5rem 1.6875rem 0.625rem 1.9375rem;
    position: relative;
    background: #0093e1;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-top .about--text02 .band:first-child {
    margin-top: 0;
  }
  .page-top .about--text02 .band:first-child::before {
    content: "";
    width: 3px;
    height: 1.375rem;
    position: absolute;
    bottom: -2.8125rem;
    left: 49%;
    background: #0093e1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-top .about--text02 .band:first-child::after {
    content: "";
    width: 3px;
    height: 1.375rem;
    position: absolute;
    bottom: -2.8125rem;
    left: 51%;
    background: #0093e1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-top .about--text02 .pc-band {
    margin: 4.375rem 0 0;
    text-align: center;
  }
  .page-top .about--text02 .sp-band {
    display: inline-block;
    padding: 0.5rem 1.6875rem 0.625rem 1.9375rem;
    position: relative;
    background: #0093e1;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-top .about--text02 .sp-band:nth-child(n+2) {
    margin-top: 0.875rem;
  }
  .page-top .about--text03 {
    margin: 3.75rem 0 0;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .page-top .history {
    margin: -14.0625rem 0 0;
  }
  .page-top .history--bg {
    padding: 2.5rem 0 7.5rem;
    position: relative;
  }
  .page-top .history--bg::before {
    content: "";
    width: 18.75rem;
    height: 42.9375rem;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/top/history-bg-sp.webp) no-repeat top right;
    background-size: contain;
  }
  .page-top .digital--history {
    position: relative;
  }
  .page-top .digital--history--img01 {
    width: 36.0625rem;
    position: absolute;
    top: 14.375rem;
  }
  .page-top .digital--history--wrapper {
    margin: 4.6875rem 0 0;
  }
  .page-top .digital--history--title {
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-top .digital--history--title::before {
    content: "";
    width: 6.25rem;
    height: 1px;
    position: absolute;
    bottom: -1.875rem;
    left: 0rem;
    background: #0093e1;
  }
  .page-top .digital--history--text01 {
    margin: 30.625rem 0 0;
    font-size: 1.75rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-top .digital--history--button {
    width: 41.875rem;
    margin: 3.4375rem 0 0 auto;
    padding: 2rem 0 1.8125rem 7.375rem;
    position: relative;
    background: #fff;
    border: 1px solid #0093e1;
    border-radius: 1.25rem;
    color: #0093e1;
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
  }
  .page-top .digital--history--button::before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    right: 7.5625rem;
    border-top: 2px solid #0093e1;
    border-right: 2px solid #0093e1;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .page-top .connected--history {
    margin: 7.5rem 0 0;
    position: relative;
  }
  .page-top .connected--history--img01 {
    width: 36.25rem;
    position: absolute;
    top: 18.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-top .connected--history--title {
    position: relative;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-top .connected--history--title .small {
    font-size: 2.375rem;
  }
  .page-top .connected--history--title::before {
    content: "";
    width: 1px;
    height: 5rem;
    position: absolute;
    bottom: -6.5625rem;
    left: 50%;
    background: #0093e1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-top .connected--history--text01 {
    margin: 36.5625rem 0 0;
    font-size: 1.75rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .page-top .connected--history--button {
    width: 41.875rem;
    margin: 3.4375rem 0 0 auto;
    padding: 1.75rem 0 1.8125rem 7.8125rem;
    position: relative;
    background: #fff;
    border: 1px solid #0093e1;
    border-radius: 1.25rem;
    color: #0093e1;
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
  }
  .page-top .connected--history--button::before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    right: 8.4375rem;
    border-top: 2px solid #0093e1;
    border-right: 2px solid #0093e1;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .page-top .kv--bg {
    padding: 9.25rem 0 10.625rem;
    background: url(../images/top/kv-bg.webp) no-repeat top center;
    background-size: cover;
  }
  .page-top .kv--inner {
    position: relative;
  }
  .page-top .kv--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
  .page-top .kv--wrapper::before {
    content: "";
    width: 59.6875rem;
    height: 34.1875rem;
    position: absolute;
    top: 0.3125rem;
    right: -12.9375rem;
    background: url(../images/top/kv-img01.webp) no-repeat top left;
    background-size: contain;
  }
  .page-top .kv--title {
    margin: 2.25rem 0 0 -0.625rem;
    font-size: 3.9375rem;
    font-weight: 900;
    letter-spacing: 0.07em;
  }
  .page-top .kv--text01 {
    position: relative;
    color: #0093e1;
    font-size: 2.125rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .page-top .kv--text01::before {
    content: "";
    width: 10.1875rem;
    height: 1px;
    position: absolute;
    bottom: -0.9375rem;
    left: -2.1875rem;
    background: #666666;
  }
  .page-top .kv--text02 {
    display: block;
    padding: 1.3125rem 2.0625rem;
    position: absolute;
    top: -6.5625rem;
    right: -1.375rem;
    background: #f4f4f4;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .page-top .kv--button {
    width: 30.875rem;
    margin: 2.4375rem 0 0;
    padding: 1.9375rem 0;
    position: relative;
    background: #b01f24;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 0 6px 0 #95171b;
            box-shadow: 0 6px 0 #95171b;
  }
  .page-top .kv--button::before {
    content: "";
    width: 0.6875rem;
    height: 0.6875rem;
    position: absolute;
    top: 50%;
    right: 2.9375rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .page-top .about--bg {
    padding: 13.5rem 0 12.625rem;
    background: url(../images/top/about-bg.webp) no-repeat bottom right -32.1875rem;
    background-size: contain;
  }
  .page-top .about--title {
    font-size: 2rem;
    font-weight: 700;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    letter-spacing: 0.18em;
  }
  .page-top .about--text01 {
    margin: 3.5rem 0 0 1.25rem;
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.3em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-top .about--text01::before {
    content: "";
    width: 2.8125rem;
    height: 1px;
    position: absolute;
    top: -1.5625rem;
    left: -1.25rem;
    background: #0093e1;
  }
  .page-top .about--text02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 1.5625rem 0 0 1.25rem;
  }
  .page-top .about--text02 .band {
    display: inline-block;
    padding: 0.875rem 1.125rem 0.9375rem 0.75rem;
    position: relative;
    background: #0093e1;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-top .about--text02 .band:first-child::before {
    content: "";
    width: 3px;
    height: 1.375rem;
    position: absolute;
    bottom: -2.25rem;
    left: 9.875rem;
    background: #0093e1;
  }
  .page-top .about--text02 .band:first-child::after {
    content: "";
    width: 3px;
    height: 1.375rem;
    position: absolute;
    bottom: -2.25rem;
    left: 10.375rem;
    background: #0093e1;
  }
  .page-top .about--text02 .pc-band {
    display: inline-block;
    margin: 2.9375rem 0 0;
    padding: 0.875rem 1.125rem 0.9375rem 0.75rem;
    position: relative;
    background: #0093e1;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-top .about--text03 {
    margin: 1.5625rem 0 0 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.32em;
  }
  .page-top .history--bg {
    padding: 10.125rem 0 8.6875rem;
    background: url(../images/top/history-bg.webp) no-repeat top center;
    background-size: cover;
  }
  .page-top .digital--history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-top .digital--history--img01 {
    width: 32.625rem;
  }
  .page-top .digital--history--wrapper {
    width: 37.75rem;
    margin: 4.6875rem 0 0;
  }
  .page-top .digital--history--title {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-top .digital--history--title::before {
    content: "";
    width: 2.625rem;
    height: 1px;
    position: absolute;
    bottom: -1.25rem;
    left: -0.625rem;
    background: #0093e1;
  }
  .page-top .digital--history--text01 {
    margin: 2.1875rem 0 0;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-top .digital--history--button {
    width: 17.0625rem;
    margin: 2.6875rem 0 0 auto;
    padding: 1rem 2.625rem 1.0625rem 1.6875rem;
    position: relative;
    background: #fff;
    border: 1px solid #0093e1;
    border-radius: 10px;
    color: #0093e1;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
  }
  .page-top .digital--history--button::before {
    content: "";
    width: 0.4375rem;
    height: 0.4375rem;
    position: absolute;
    top: 50%;
    right: 1.1875rem;
    border-top: 2px solid #0093e1;
    border-right: 2px solid #0093e1;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .page-top .connected--history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -0.125rem 0 0;
  }
  .page-top .connected--history--img01 {
    width: 32.625rem;
  }
  .page-top .connected--history--wrapper {
    width: 37.75rem;
    margin: 3rem 0 0;
  }
  .page-top .connected--history--title {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-top .connected--history--title::before {
    content: "";
    width: 2.8125rem;
    height: 1px;
    position: absolute;
    bottom: -0.75rem;
    left: -0.8125rem;
    background: #0093e1;
  }
  .page-top .connected--history--text01 {
    margin: 1.5625rem 0 0;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
  .page-top .connected--history--button {
    width: 17.0625rem;
    margin: 2.9375rem 0 0 auto;
    padding: 1rem 2.625rem 1.0625rem 1.6875rem;
    position: relative;
    background: #fff;
    border: 1px solid #0093e1;
    border-radius: 10px;
    color: #0093e1;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
  }
  .page-top .connected--history--button::before {
    content: "";
    width: 0.4375rem;
    height: 0.4375rem;
    position: absolute;
    top: 50%;
    right: 1.1875rem;
    border-top: 2px solid #0093e1;
    border-right: 2px solid #0093e1;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

/*==============================================================================
Sample
============================================================================= */
@media screen and (max-width: 767px) {
  .page-digital-history .kv--bg {
    padding: 5.6875rem 0;
    background: url(../images/digital-history/kv-bg-sp.webp) no-repeat top left;
    background-size: cover;
  }
  .page-digital-history .kv--title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .page-digital-history .kv--title .blue {
    color: #0093e1;
  }
  .page-digital-history .history--bg {
    padding: 5.8125rem 0 8.75rem;
    position: relative;
  }
  .page-digital-history .history--item {
    position: relative;
  }
  .page-digital-history .history--item:first-child::before {
    content: "";
    width: 42rem;
    height: 20.9375rem;
    position: absolute;
    top: 10.625rem;
    left: 50%;
    background: url(../images/digital-history/history-img01.webp) no-repeat top left;
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-digital-history .history--item:first-child .history--lead {
    margin: 27.5rem 0 0;
  }
  .page-digital-history .history--item:nth-child(2) {
    margin-top: 7.5rem;
  }
  .page-digital-history .history--item:nth-child(2)::before {
    content: "";
    width: 42rem;
    height: 24.5rem;
    position: absolute;
    top: 10.625rem;
    left: 50%;
    background: url(../images/digital-history/history-img02.webp) no-repeat top left;
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-digital-history .history--item:nth-child(2) .history--title {
    letter-spacing: 0em;
  }
  .page-digital-history .history--item:nth-child(2) .history--lead {
    margin-top: 31.9375rem;
  }
  .page-digital-history .history--item:nth-child(3) {
    margin-top: 7.5rem;
  }
  .page-digital-history .history--item:nth-child(3)::before {
    content: "";
    width: 25.0625rem;
    height: 26.125rem;
    position: absolute;
    top: 10.625rem;
    left: 50%;
    background: url(../images/digital-history/history-img03.webp) no-repeat top left;
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-digital-history .history--item:nth-child(3) .history--title {
    padding-bottom: 0.875rem;
  }
  .page-digital-history .history--item:nth-child(3) .history--lead {
    margin-top: 30.5625rem;
  }
  .page-digital-history .history--item:nth-child(4) {
    margin-top: 7.5rem;
  }
  .page-digital-history .history--item:nth-child(4)::before {
    content: "";
    width: 42.125rem;
    height: 23.75rem;
    position: absolute;
    top: 10.625rem;
    left: 50%;
    background: url(../images/digital-history/history-img04.webp) no-repeat top left;
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-digital-history .history--item:nth-child(4) .history--title {
    letter-spacing: 0.07em;
  }
  .page-digital-history .history--item:nth-child(4) .history--lead {
    margin-top: 31rem;
  }
  .page-digital-history .history--item:nth-child(4) .history--text {
    letter-spacing: 0.1em;
  }
  .page-digital-history .history--title {
    padding: 1.875rem 1.75rem 1.875rem;
    border-left: 0.75rem solid #0093e1;
    border-bottom: 1px solid #0093e1;
    color: #0093e1;
    font-size: 2.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .page-digital-history .history--title .pack {
    letter-spacing: 0em;
  }
  .page-digital-history .history--title .light {
    font-size: 2.8125rem;
    font-weight: 300;
    vertical-align: middle;
  }
  .page-digital-history .history--lead {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-digital-history .history--text {
    width: 39.375rem;
    margin: 6.875rem auto 0;
    padding: 4.375rem 0 3.6875rem 2.375rem;
    position: relative;
    background: #e7f7ff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-digital-history .history--text .point img {
    width: 7.125rem;
    height: 8.1875rem;
    position: absolute;
    top: -5rem;
    left: -1.25rem;
  }
  .page-digital-history .history--text .text {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
  .page-digital-history .feature--bg {
    padding: 8.75rem 0;
    background: url(../images/digital-history/feature-bg.webp) no-repeat top left;
    background-size: cover;
  }
  .page-digital-history .feature--title {
    padding: 2.5rem 0;
    background: url(../images/digital-history/feature-title-bg.webp) no-repeat top left;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 2.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .page-digital-history .feature--wrapper .feature--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0.9375rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(1) {
    padding-top: 1.875rem;
    padding-bottom: 5.625rem;
    background: #fff;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(1) .feature--text {
    margin-top: 1.875rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(1) .feature--text .text-wrap:nth-child(1) .icon {
    width: 4.25rem;
    margin-right: 2.1875rem;
    position: relative;
    top: 0.9375rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(1) .feature--text .text-wrap:nth-child(2) .icon {
    width: 3.6875rem;
    margin-right: 2.375rem;
    position: relative;
    top: 0.9375rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) {
    padding-top: 1.6875rem;
    padding-bottom: 5.125rem;
    background: #f8f8f8;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) .feature--text {
    margin-top: 1.875rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) .feature--text .text-wrap:nth-child(1) .icon {
    width: 4.25rem;
    margin-right: 1.6875rem;
    position: relative;
    top: 0.625rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) .feature--text .text-wrap:nth-child(2) .icon {
    width: 4.25rem;
    margin-right: 2.125rem;
    position: relative;
    top: 0.9375rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) .feature--text .text-wrap:nth-child(3) .icon {
    width: 4.25rem;
    margin-right: 2.125rem;
    position: relative;
    top: 0.9375rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) .feature--text .text-wrap:nth-child(4) .icon {
    width: 4.25rem;
    margin-right: 2.125rem;
    position: relative;
    top: 0.9375rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(3) {
    padding-top: 2.3125rem;
    padding-bottom: 5.9375rem;
    background: #fff;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(3) .feature--text {
    margin-top: 2.1875rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(3) .feature--text .text-wrap:nth-child(1) .icon {
    width: 4.25rem;
    margin-right: 1.6875rem;
    position: relative;
    top: 0.625rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(3) .feature--text .text-wrap:nth-child(2) .icon {
    width: 4.25rem;
    margin-right: 2.1875rem;
    position: relative;
    top: 0.625rem;
  }
  .page-digital-history .feature--img {
    width: 11rem;
    margin: 0 auto;
  }
  .page-digital-history .feature--text .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.5625rem 0;
    border-top: 1px solid #0093e1;
  }
  .page-digital-history .feature--text .text-wrap:first-child {
    padding-top: 0;
    border-top: none;
  }
  .page-digital-history .feature--text .text-wrap:last-child {
    padding-bottom: 0;
  }
  .page-digital-history .feature--text .text {
    width: 29.875rem;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
  .page-digital-history .feature--text .red {
    color: #b01f24;
  }
  .page-digital-history .link {
    width: 46.875rem;
    margin: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-digital-history .link--bg {
    background: #0093e1;
    position: relative;
  }
  .page-digital-history .link--img {
    width: 36.125rem;
    position: absolute;
    top: -14.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-digital-history .link--wrapper {
    margin-top: 22.625rem;
    padding: 14.375rem 2.5rem 7.5rem;
    background: #0093e1;
  }
  .page-digital-history .link--title {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .page-digital-history .link--title::before {
    content: "";
    width: 5rem;
    height: 1px;
    position: absolute;
    bottom: -2.8125rem;
    left: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-digital-history .link--title .small {
    font-size: 2.5rem;
  }
  .page-digital-history .link--text {
    margin: 4.6875rem 0 0;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.6;
    letter-spacing: 0.13em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-digital-history .link--button {
    width: 41.875rem;
    margin: 3.4375rem 0 0 auto;
    padding: 2.125rem 0 2.125rem 8.9375rem;
    position: relative;
    background: #fff;
    border-radius: 5px;
    color: #0093e1;
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-digital-history .link--button::before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    right: 9.25rem;
    border-top: 2px solid #0093e1;
    border-right: 2px solid #0093e1;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .page-digital-history .kv--bg {
    padding: 7.8125rem 0;
    background: url(../images/digital-history/kv-bg.webp) no-repeat top center;
    background-size: cover;
  }
  .page-digital-history .kv--title {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .page-digital-history .kv--title .blue {
    color: #0093e1;
  }
  .page-digital-history .history--bg {
    padding: 6.75rem 0 7.875rem;
    position: relative;
  }
  .page-digital-history .history--bg::before {
    content: "";
    width: 30.5625rem;
    height: 25.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/digital-history/history-bg.webp) no-repeat bottom right;
    background-size: contain;
  }
  .page-digital-history .history--item {
    position: relative;
  }
  .page-digital-history .history--item:first-child::before {
    content: "";
    width: 34.375rem;
    height: 17.125rem;
    position: absolute;
    bottom: -1.25rem;
    right: 3.125rem;
    background: url(../images/digital-history/history-img01.webp) no-repeat top left;
    background-size: contain;
  }
  .page-digital-history .history--item:nth-child(2) {
    margin-top: 4.75rem;
  }
  .page-digital-history .history--item:nth-child(2)::before {
    content: "";
    width: 33rem;
    height: 19.25rem;
    position: absolute;
    bottom: -4.6875rem;
    right: 2.8125rem;
    background: url(../images/digital-history/history-img02.webp) no-repeat top left;
    background-size: contain;
  }
  .page-digital-history .history--item:nth-child(2) .history--title {
    letter-spacing: 0em;
  }
  .page-digital-history .history--item:nth-child(3) {
    margin-top: 6.6875rem;
  }
  .page-digital-history .history--item:nth-child(3)::before {
    content: "";
    width: 18.0625rem;
    height: 18.8125rem;
    position: absolute;
    bottom: -3.875rem;
    right: 7.1875rem;
    background: url(../images/digital-history/history-img03.webp) no-repeat top left;
    background-size: contain;
  }
  .page-digital-history .history--item:nth-child(3) .history--title {
    padding-bottom: 0.875rem;
  }
  .page-digital-history .history--item:nth-child(4) {
    margin-top: 5.375rem;
  }
  .page-digital-history .history--item:nth-child(4)::before {
    content: "";
    width: 35.1875rem;
    height: 19.8125rem;
    position: absolute;
    bottom: -1.25rem;
    right: 0rem;
    background: url(../images/digital-history/history-img04.webp) no-repeat top left;
    background-size: contain;
  }
  .page-digital-history .history--item:nth-child(4) .history--title {
    letter-spacing: 0.07em;
  }
  .page-digital-history .history--item:nth-child(4) .history--text {
    letter-spacing: 0.1em;
  }
  .page-digital-history .history--title {
    padding: 1.1875rem 1.3125rem 1.125rem;
    border-left: 7px solid #0093e1;
    border-bottom: 1px solid #0093e1;
    color: #0093e1;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .page-digital-history .history--title .pack {
    letter-spacing: 0em;
  }
  .page-digital-history .history--title .light {
    font-size: 2.125rem;
    font-weight: 300;
    vertical-align: middle;
  }
  .page-digital-history .history--lead {
    width: 42.9375rem;
    margin: 1.375rem 0 0 1.8125rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-digital-history .history--text {
    width: 32.1875rem;
    margin: 2.0625rem 0 0 1.875rem;
    padding: 1.375rem 0 1.375rem 3.5625rem;
    position: relative;
    background: #e7f7ff;
    letter-spacing: 0.15em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-digital-history .history--text .point img {
    width: 3.5625rem;
    height: 4.125rem;
    position: absolute;
    top: -0.9375rem;
    left: -1.25rem;
    background: url(../images/digital-history/history-point.webp) no-repeat top left;
    background-size: contain;
  }
  .page-digital-history .history--text .text {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.9;
  }
  .page-digital-history .feature--bg {
    padding: 6.25rem 0 7.5rem;
    background: url(../images/digital-history/feature-bg.webp) no-repeat top left;
    background-size: cover;
  }
  .page-digital-history .feature--inner {
    width: 62.5rem;
  }
  .page-digital-history .feature--title {
    padding: 1.5625rem 0;
    background: url(../images/digital-history/feature-title-bg.webp) no-repeat top left;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .page-digital-history .feature--wrapper .feature--item {
    display: grid;
    grid-template-columns: 10.5rem 44.1875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.0625rem 0 2.5rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(1) {
    padding-top: 2.4375rem;
    padding-bottom: 2.0625rem;
    background: #fff;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(1) .feature--text .text-wrap:nth-child(1) .icon {
    width: 1.875rem;
    margin-right: 0.9375rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(1) .feature--text .text-wrap:nth-child(2) .icon {
    width: 1.5625rem;
    margin-right: 1.125rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    background: #f8f8f8;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) .feature--text .text-wrap:nth-child(1) .icon {
    width: 1.875rem;
    margin-right: 0.75rem;
    position: relative;
    top: 0.3125rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) .feature--text .text-wrap:nth-child(2) .icon {
    width: 1.9375rem;
    margin-right: 0.8125rem;
    position: relative;
    top: 0.3125rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) .feature--text .text-wrap:nth-child(3) .icon {
    width: 1.625rem;
    margin-right: 0.9375rem;
    position: relative;
    top: 0.3125rem;
    left: 0.125rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) .feature--text .text-wrap:nth-child(4) {
    padding-top: 1.5625rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) .feature--text .text-wrap:nth-child(4) .icon {
    width: 1.875rem;
    margin-right: 0.8125rem;
    position: relative;
    top: -0.625rem;
    left: 0.125rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) .feature--text .text-wrap:nth-child(4) .text {
    line-height: 1.7;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(2) .feature--text .text {
    letter-spacing: 0.25em;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(3) {
    padding-top: 1.4375rem;
    padding-bottom: 2.3125rem;
    background: #fff;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(3) .feature--text .text-wrap:nth-child(1) {
    padding-bottom: 0.9375rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(3) .feature--text .text-wrap:nth-child(1) .icon {
    width: 2rem;
    margin-right: 0.75rem;
    position: relative;
    top: -0.9375rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(3) .feature--text .text-wrap:nth-child(1) .text {
    line-height: 1.7;
    letter-spacing: 0.25em;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(3) .feature--text .text-wrap:nth-child(2) {
    padding-top: 1.25rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(3) .feature--text .text-wrap:nth-child(2) .icon {
    width: 2.0625rem;
    margin-right: 0.75rem;
    position: relative;
    top: 0.3125rem;
  }
  .page-digital-history .feature--wrapper .feature--item:nth-child(3) .feature--text .text-wrap:nth-child(2) .text {
    letter-spacing: 0.235em;
  }
  .page-digital-history .feature--text .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.375rem 0;
    border-top: 1px solid #0093e1;
  }
  .page-digital-history .feature--text .text-wrap:first-child {
    padding-top: 0;
    border-top: none;
  }
  .page-digital-history .feature--text .text-wrap:last-child {
    padding-bottom: 0;
  }
  .page-digital-history .feature--text .text {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .page-digital-history .feature--text .red {
    color: #b01f24;
  }
  .page-digital-history .link {
    display: grid;
    grid-template-columns: 32.625rem 1fr;
    margin: 6.5rem 0 0;
  }
  .page-digital-history .link--wrapper {
    padding: 2.9375rem 3.125rem 3.0625rem 3.75rem;
    background: #0093e1;
  }
  .page-digital-history .link--title {
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .page-digital-history .link--title::before {
    content: "";
    width: 2.8125rem;
    height: 1px;
    position: absolute;
    bottom: -0.75rem;
    left: -0.75rem;
    background: #fff;
  }
  .page-digital-history .link--text {
    margin: 1.8125rem 0 0;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.13em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-digital-history .link--button {
    width: 17.0625rem;
    margin: 2.5rem 0 0 auto;
    padding: 0.875rem 0 1.0625rem 1.875rem;
    position: relative;
    background: #fff;
    border-radius: 10px;
    color: #0093e1;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-digital-history .link--button::before {
    content: "";
    width: 0.4375rem;
    height: 0.4375rem;
    position: absolute;
    top: 50%;
    right: 1.1875rem;
    border-top: 2px solid #0093e1;
    border-right: 2px solid #0093e1;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

/*==============================================================================
Sample
============================================================================= */
@media screen and (max-width: 767px) {
  .page-connected-history .kv--bg {
    padding: 5.6875rem 0;
    background: url(../images/connected-history/kv-bg-sp.webp) no-repeat top left;
    background-size: cover;
  }
  .page-connected-history .kv--title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .page-connected-history .kv--title .blue {
    color: #0093e1;
  }
  .page-connected-history .history--bg {
    padding: 7.5rem 0 0;
    position: relative;
  }
  .page-connected-history .history--wrapper {
    display: grid;
    grid-template-columns: 18.5rem 18.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .page-connected-history .history--wrapper::before {
    content: "";
    width: 2.125rem;
    height: 0.4375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #8ac7e9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .page-connected-history .history--wrapper::after {
    content: "";
    width: 0.4375rem;
    height: 2.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #8ac7e9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .page-connected-history .history--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 11.125rem;
    padding: 4.375rem 0;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-connected-history .history--title:nth-child(1) {
    background: url(../images/connected-history/history-title-bg01-sp.webp) no-repeat top left;
    background-size: cover;
  }
  .page-connected-history .history--title:nth-child(2) {
    background: url(../images/connected-history/history-title-bg02-sp.webp) no-repeat top left;
    background-size: cover;
  }
  .page-connected-history .history--title .small {
    margin: 1.25rem 0 0;
    font-size: 1.75rem;
    font-weight: 500;
  }
  .page-connected-history .history--title .small:nth-of-type(1) {
    letter-spacing: 0.1em;
  }
  .page-connected-history .history--text {
    margin-top: 7.0625rem;
    position: relative;
    text-align: center;
    color: #0093e1;
    font-size: 3.25rem;
    font-weight: 900;
    letter-spacing: 0.12em;
  }
  .page-connected-history .history--text::before {
    content: "";
    width: 0.4375rem;
    height: 2.125rem;
    position: absolute;
    top: -5rem;
    left: 49%;
    background: #8ac7e9;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-connected-history .history--text::after {
    content: "";
    width: 0.4375rem;
    height: 2.125rem;
    position: absolute;
    top: -5rem;
    left: 51%;
    background: #8ac7e9;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-connected-history .history--img {
    width: 46.875rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-connected-history .flow--bg {
    padding: 5.8125rem 0 32.25rem;
  }
  .page-connected-history .flow--title {
    padding: 3.125rem 1.75rem 1.875rem;
    border-left: 0.75rem solid #0093e1;
    border-bottom: 1px solid #0093e1;
    color: #0093e1;
    font-size: 2.625rem;
    font-weight: 700;
  }
  .page-connected-history .flow--list {
    margin: 2.8125rem 0 0 1.125rem;
    position: relative;
  }
  .page-connected-history .flow--list::before {
    content: "";
    width: 42.0625rem;
    height: 22.375rem;
    position: absolute;
    bottom: -30rem;
    left: 50%;
    background: url(../images/connected-history/flow-img.webp) no-repeat top left;
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-connected-history .flow--text {
    font-size: 1.875rem;
    line-height: 1.6;
    letter-spacing: 0.11em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-connected-history .flow--text-small {
    margin: 1.5625rem 0 0 1.125rem;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.16em;
  }
  .page-connected-history .function--bg {
    padding: 5.1875rem 0 7.5rem;
    background: url(../images/connected-history/function-bg-sp.webp) no-repeat top left;
    background-size: cover;
  }
  .page-connected-history .function--title {
    padding: 2.375rem 0 2.625rem;
    background: url(../images/connected-history/function-title-bg.webp) no-repeat top left;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 2.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
  }
  .page-connected-history .function--wrapper {
    margin: 1.5625rem 0 0;
  }
  .page-connected-history .function--wrapper .function--item:nth-child(1) .function--text {
    margin: 32.5rem auto 0;
  }
  .page-connected-history .function--wrapper .function--item:nth-child(2) {
    margin-top: 7.375rem;
  }
  .page-connected-history .function--wrapper .function--item:nth-child(2) .function--lead::before {
    bottom: -28.75rem;
  }
  .page-connected-history .function--wrapper .function--item:nth-child(2) .function--text {
    width: 38.75rem;
    margin: 30.3125rem auto 0;
    line-height: 1.55;
    letter-spacing: 0.05em;
  }
  .page-connected-history .function--wrapper .function--item:nth-child(2) .function--img {
    width: 37.5rem;
    left: 49%;
  }
  .page-connected-history .function--wrapper .function--item:nth-child(3) {
    margin-top: 7.375rem;
  }
  .page-connected-history .function--wrapper .function--item:nth-child(3) .function--lead::before {
    bottom: -29.0625rem;
    left: 0rem;
  }
  .page-connected-history .function--wrapper .function--item:nth-child(3) .function--text {
    width: 39.375rem;
    margin: 30.625rem auto 0;
    line-height: 1.55;
    letter-spacing: 0.05em;
  }
  .page-connected-history .function--wrapper .function--item:nth-child(3) .function--img {
    width: 37.5rem;
    top: 6.25rem;
    left: 47%;
  }
  .page-connected-history .function--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .page-connected-history .function--lead {
    width: 39.375rem;
    margin: 0 auto;
    position: relative;
    color: #0093e1;
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.11em;
  }
  .page-connected-history .function--lead::before {
    content: "";
    width: 6.25rem;
    height: 1px;
    position: absolute;
    bottom: -30.9375rem;
    left: -1.25rem;
    background: #0093e1;
  }
  .page-connected-history .function--text {
    width: 39.375rem;
    font-size: 1.75rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-connected-history .function--img {
    width: 39.375rem;
    position: absolute;
    top: 8.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-connected-history .function--img img {
    border-radius: 5px;
  }
  .page-connected-history .cta {
    margin: 10rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .page-connected-history .kv--bg {
    padding: 7.8125rem 0;
    background: url(../images/connected-history/kv-bg.webp) no-repeat top center;
    background-size: cover;
  }
  .page-connected-history .kv--title {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .page-connected-history .kv--title .blue {
    color: #0093e1;
  }
  .page-connected-history .history--bg {
    padding: 4.375rem 0 0;
    position: relative;
  }
  .page-connected-history .history--inner {
    width: 62.5rem;
  }
  .page-connected-history .history--wrapper {
    display: grid;
    grid-template-columns: 27.625rem 27.625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .page-connected-history .history--wrapper::before {
    content: "";
    width: 2.125rem;
    height: 0.4375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #8ac7e9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .page-connected-history .history--wrapper::after {
    content: "";
    width: 0.4375rem;
    height: 2.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #8ac7e9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .page-connected-history .history--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 8.125rem;
    padding: 1.5rem;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-connected-history .history--title:nth-child(1) {
    background: url(../images/connected-history/history-title-bg01.webp) no-repeat top left;
    background-size: cover;
  }
  .page-connected-history .history--title:nth-child(2) {
    background: url(../images/connected-history/history-title-bg02.webp) no-repeat top left;
    background-size: cover;
  }
  .page-connected-history .history--title .small {
    margin: 0.6875rem 0 0;
    font-size: 1rem;
    font-weight: 500;
  }
  .page-connected-history .history--title .small:nth-of-type(1) {
    letter-spacing: 0.1em;
  }
  .page-connected-history .history--text {
    margin-top: 7.375rem;
    position: relative;
    text-align: center;
    color: #0093e1;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0.12em;
  }
  .page-connected-history .history--text::before {
    content: "";
    width: 0.4375rem;
    height: 2.125rem;
    position: absolute;
    top: -5rem;
    left: 49%;
    background: #8ac7e9;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-connected-history .history--text::after {
    content: "";
    width: 0.4375rem;
    height: 2.125rem;
    position: absolute;
    top: -5rem;
    left: 51%;
    background: #8ac7e9;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-connected-history .history--img {
    width: 125rem;
    position: relative;
    top: -4.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-connected-history .flow--bg {
    margin-top: -6.875rem;
    padding: 0 0 5.625rem;
    position: relative;
  }
  .page-connected-history .flow--bg::before {
    content: "";
    width: 25.3125rem;
    height: 30.5625rem;
    position: absolute;
    bottom: 0;
    right: -6.25rem;
    background: url(../images/connected-history/flow-bg.webp) no-repeat top left;
    background-size: contain;
  }
  .page-connected-history .flow--inner {
    width: 62.5rem;
  }
  .page-connected-history .flow--title {
    padding: 1.1875rem 1.3125rem;
    border-left: 7px solid #0093e1;
    border-bottom: 1px solid #0093e1;
    color: #0093e1;
    font-size: 1.75rem;
    font-weight: 700;
  }
  .page-connected-history .flow--list {
    margin: 1.875rem 0 0 1.75rem;
    position: relative;
  }
  .page-connected-history .flow--list::before {
    content: "";
    width: 35.125rem;
    height: 18.6875rem;
    position: absolute;
    top: 0.9375rem;
    right: -1.5625rem;
    background: url(../images/connected-history/flow-img.webp) no-repeat top left;
    background-size: contain;
  }
  .page-connected-history .flow--text {
    font-size: 1.125rem;
    line-height: 2.3;
    letter-spacing: 0.11em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-connected-history .flow--text-small {
    margin: 1.3125rem 0 0 1.625rem;
    font-size: 0.9375rem;
    letter-spacing: 0.165em;
  }
  .page-connected-history .function--bg {
    padding: 6.25rem 0 5.625rem;
    background: url(../images/connected-history/function-bg.webp) no-repeat top left -12.5rem;
    background-size: cover;
  }
  .page-connected-history .function--inner {
    width: 62.5rem;
  }
  .page-connected-history .function--title {
    padding: 1.5625rem 0;
    background: url(../images/connected-history/function-title-bg.webp) no-repeat top left;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.15em;
  }
  .page-connected-history .function--wrapper {
    margin: 3.625rem 0 0;
  }
  .page-connected-history .function--wrapper .function--item:nth-child(2) {
    margin-top: 3.125rem;
  }
  .page-connected-history .function--wrapper .function--item:nth-child(3) {
    margin-top: 5rem;
  }
  .page-connected-history .function--item {
    display: grid;
    grid-template-columns: 42.6875rem 16.375rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 2.0625rem;
  }
  .page-connected-history .function--lead {
    position: relative;
    color: #0093e1;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.13em;
  }
  .page-connected-history .function--lead::before {
    content: "";
    width: 3.4375rem;
    height: 1px;
    position: absolute;
    bottom: -1rem;
    left: -1.4375rem;
    background: #0093e1;
  }
  .page-connected-history .function--text {
    margin: 1.5rem 0 0;
    line-height: 2;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-connected-history .function--img img {
    border-radius: 10px;
  }
  .page-connected-history .cta {
    margin: 5.5rem 0 0;
  }
}

/*==============================================================================
about
============================================================================= */
@media screen and (max-width: 767px) {
  .page-about .kv--bg {
    padding: 5.6875rem 0;
    background: url(../images/about/kv-bg-sp.webp) no-repeat top left;
    background-size: cover;
  }
  .page-about .kv--title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .page-about .kv--title .blue {
    color: #0093e1;
  }
  .page-about .about--bg {
    padding: 5.6875rem 0 5.9375rem;
    position: relative;
  }
  .page-about .about--bg::before {
    content: "";
    width: 23.75rem;
    height: 57.25rem;
    position: absolute;
    bottom: -47.5rem;
    left: 0rem;
    background: url(../images/about/about-bg-sp.webp) no-repeat top left;
    background-size: contain;
  }
  .page-about .about--item {
    margin: 7.5rem 0 0;
  }
  .page-about .about--item .about--title {
    display: grid;
    grid-template-columns: 5.9375rem 1fr;
    padding: 1.875rem 0rem 1.875rem 1.5rem;
    border-left: 0.75rem solid #0093e1;
    border-bottom: 1px solid #0093e1;
    color: #0093e1;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.5;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-about .about--item .about--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.625rem 0 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-about .about--item .about--text .blue {
    display: block;
    color: #0093e1;
    font-weight: 700;
  }
  .page-about .about--item .about--text:nth-child(1) .img {
    width: 17.1875rem;
  }
  .page-about .about--item .about--text:nth-child(2) .img {
    width: 21rem;
  }
  .page-about .about--item .text--wrap {
    margin: 6.125rem 0 0;
    padding: 3.5rem 2.75rem 3.75rem 2.4375rem;
    position: relative;
    background: #e7f7ff;
  }
  .page-about .about--item .about--text-band {
    width: 18.9375rem;
    padding: 0.75rem 0;
    position: absolute;
    top: -1.5625rem;
    left: 50%;
    background: url(../images/about/about-text-band-bg.webp) no-repeat center center;
    background-size: contain;
    text-align: center;
    color: #fff;
    font-size: 1.875rem;
    letter-spacing: 0.05em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-about .about--item .about--text-small {
    font-size: 1.75rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-about .about--item .about--text-small .red {
    color: #b01f24;
    font-weight: 500;
  }
  .page-about .about--item-large:nth-child(1) {
    margin-top: 0;
  }
  .page-about .about--item-large:nth-child(3) .about--text {
    margin-top: 3.75rem;
  }
  .page-about .about--item-large:nth-child(3) .about--text:nth-child(2) {
    margin-top: 6.25rem;
  }
  .page-about .about--item-large:nth-child(3) .about--text:nth-child(2) .wrap {
    margin-top: 0.625rem;
  }
  .page-about .about--item-small:nth-child(4) .about--title {
    padding: 0rem 0rem 0.9375rem 1.5rem;
    line-height: 1.5;
  }
  .page-about .about--item-small:nth-child(4) .about--text {
    margin-top: 4.375rem;
  }
  .page-about .company--bg {
    padding: 7.5rem 0;
    background: url(../images/about/company-bg-sp.webp) no-repeat top left;
    background-size: cover;
  }
  .page-about .company--inner {
    width: 41.875rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .page-about .company--title {
    padding: 2.5rem 0;
    background: url(../images/about/company-title-bg.webp) no-repeat top center;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 2.625rem;
    font-weight: 700;
  }
  .page-about .company--table {
    display: block;
    padding: 3.9375rem 2.25rem 7.8125rem;
    background: #fff;
  }
  .page-about .company--table tr {
    width: 37rem;
    display: grid;
    grid-template-columns: 8.75rem 29.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .page-about .company--table tr:first-child th,
  .page-about .company--table tr:first-child td {
    padding-top: 0;
  }
  .page-about .company--table tr::before {
    content: "";
    width: 8.75rem;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
  }
  .page-about .company--table tr::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0.5px;
    left: 0;
    background: #000;
  }
  .page-about .company--table tr:nth-child(7) td, .page-about .company--table tr:nth-child(8) td, .page-about .company--table tr:nth-child(9) td, .page-about .company--table tr:nth-child(10) td, .page-about .company--table tr:nth-child(11) td, .page-about .company--table tr:nth-child(12) td {
    font-size: 1.625rem;
  }
  .page-about .company--table tr:nth-child(9) th {
    text-align: left;
  }
  .page-about .company--table th,
  .page-about .company--table td {
    padding: 2.375rem 0 1.75rem;
    color: #333333;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .page-about .company--table th {
    position: relative;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 700;
  }
  .page-about .company--table td {
    padding-left: 1.6875rem;
    position: relative;
    text-align: left;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.8;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    white-space: nowrap;
  }
  .page-about .company--table a {
    display: inline-block;
    color: #0093e1;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }
  .page-about .company .member-text01 {
    margin-right: 3rem;
  }
  .page-about .company .member-text03 {
    margin-right: 7.875rem;
  }
  .page-about .company .member-text05 {
    margin-right: 7.8125rem;
  }
  .page-about .company .member-text07 {
    margin-right: 4.3125rem;
  }
  .page-about .company .member-text09 {
    margin-right: 6.0625rem;
  }
  .page-about .company .member-text11 {
    margin-right: 6.0625rem;
  }
  .page-about .company .member-text13 {
    margin-right: 2.5rem;
  }
  .page-about .company .member-text15 {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-about .kv--bg {
    padding: 7.8125rem 0;
    background: url(../images/about/kv-bg.webp) no-repeat top center;
    background-size: cover;
  }
  .page-about .kv--title {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .page-about .kv--title .blue {
    color: #0093e1;
  }
  .page-about .about--bg {
    padding: 4.625rem 0 4.375rem;
    position: relative;
  }
  .page-about .about--bg::before {
    content: "";
    width: 30.5625rem;
    height: 25.5rem;
    position: absolute;
    bottom: -15.625rem;
    right: -7rem;
    background: url(../images/about/about-bg.webp) no-repeat top left;
    background-size: contain;
    z-index: -1;
  }
  .page-about .about--item .about--text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-about .about--item .about--text .blue {
    display: block;
    color: #0093e1;
    font-weight: 700;
  }
  .page-about .about--item .about--text-band {
    width: 9.375rem;
    padding: 0.4375rem 0;
    position: absolute;
    top: -0.875rem;
    left: 50%;
    background: url(../images/about/about-text-band-bg.webp) no-repeat center center;
    background-size: contain;
    text-align: center;
    color: #fff;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-about .about--item .about--text-small {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-about .about--item .about--text-small .red {
    color: #b01f24;
    font-weight: 500;
  }
  .page-about .about--item-large {
    margin-top: 2.5rem;
  }
  .page-about .about--item-large:first-child {
    margin-top: 0;
  }
  .page-about .about--item-large .about--title {
    padding: 1.1875rem 1.3125rem;
    border-left: 7px solid #0093e1;
    border-bottom: 1px solid #0093e1;
    color: #0093e1;
    font-size: 1.75rem;
    font-weight: 700;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-about .about--item-large .item-container {
    display: grid;
    grid-template-columns: 37.25rem 32.1875rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 3.6875rem;
    margin: 1.4375rem 0 0;
  }
  .page-about .about--item-large .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .page-about .about--item-large .text--wrap {
    margin: 0.75rem 0 0;
    padding: 2.1875rem 1.9375rem 2.1875rem 2.125rem;
    position: relative;
    background: #e7f7ff;
  }
  .page-about .about--item-large .about--text.flex {
    display: grid;
  }
  .page-about .about--item-large .about--text.flex:nth-child(1) {
    grid-template-columns: 27.25rem 10.75rem;
  }
  .page-about .about--item-large .about--text.flex:nth-child(1) .img {
    margin: 2.375rem 0 0 1rem;
  }
  .page-about .about--item-large .about--text.flex:nth-child(2) {
    grid-template-columns: 27.25rem 11.125rem;
  }
  .page-about .about--item-large .about--text.flex:nth-child(2) .img {
    margin: 1.875rem 0 0 0.8125rem;
  }
  .page-about .about--container {
    display: grid;
    grid-template-columns: repeat(2, 35rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3.75rem 0 0;
  }
  .page-about .about--item-small {
    margin: 1.875rem 0 0;
  }
  .page-about .about--item-small:nth-child(1), .page-about .about--item-small:nth-child(2) {
    margin-top: 0;
  }
  .page-about .about--item-small .about--title {
    padding: 1.3125rem;
    border-left: 7px solid #0093e1;
    border-bottom: 1px solid #0093e1;
    color: #0093e1;
    font-size: 1.5rem;
    font-weight: 700;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-about .about--item-small .about--text {
    margin: 1.25rem 0 0 1.875rem;
    letter-spacing: 0.12em;
  }
  .page-about .about--item-small .text--wrap {
    margin: 1.5625rem 0 0 1.875rem;
    padding: 1.625rem 1.9375rem 2.1875rem 2.125rem;
    position: relative;
    background: #e7f7ff;
  }
  .page-about .about--item-small .about--text-band {
    left: 48%;
  }
  .page-about .company--bg {
    padding: 6.25rem 0 6.875rem;
    background: url(../images/about/company-bg.webp) no-repeat top left;
    background-size: cover;
  }
  .page-about .company--inner {
    width: 62.5rem;
    margin: 0 auto;
  }
  .page-about .company--title {
    padding: 1.5625rem 0;
    background: url(../images/about/company-title-bg.webp) no-repeat top left;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
  }
  .page-about .company--table {
    display: block;
    padding: 3.125rem 3.4375rem 3.75rem;
    background: #fff;
  }
  .page-about .company--table tr {
    display: grid;
    grid-template-columns: 9.4375rem 45.25rem;
  }
  .page-about .company--table tr:first-child th,
  .page-about .company--table tr:first-child td {
    padding-top: 0;
  }
  .page-about .company--table th,
  .page-about .company--table td {
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .page-about .company--table th {
    padding: 1.625rem 0 0.75rem 0.0625rem;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .page-about .company--table th::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
  }
  .page-about .company--table td {
    padding: 1.625rem 0 0.75rem 2.6875rem;
    position: relative;
    font-size: 1rem;
    line-height: 1.8;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-about .company--table td::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0.5px;
    left: 0;
    background: #000;
  }
  .page-about .company--table a {
    display: inline-block;
    color: #0093e1;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }
  .page-about .company .member-text01 {
    margin-right: 2.5rem;
  }
  .page-about .company .member-text03 {
    margin-right: 6.875rem;
  }
  .page-about .company .member-text05 {
    margin-right: 6.875rem;
  }
  .page-about .company .member-text07 {
    margin-right: 4.5rem;
  }
  .page-about .company .member-text09 {
    margin-right: 3.375rem;
  }
  .page-about .company .member-text11 {
    margin-right: 3.375rem;
  }
  .page-about .company .member-text13 {
    margin-right: 1.25rem;
  }
  .page-about .company .member-text15 {
    margin-right: 1.25rem;
  }
}

.page-contact {
  /*----------------------------------------------------------
      validation message
  ----------------------------------------------------------*/
}
@media screen and (max-width: 767px) {
  .page-contact .kv--bg {
    padding: 8.125rem 0;
    background: url(../images/contact/kv-bg-sp.webp) no-repeat top center;
    background-size: cover;
  }
  .page-contact .kv--title {
    color: #333333;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .page-contact .contact--bg {
    padding: 4rem 0 7.5625rem;
  }
  .page-contact .contact--title {
    color: #333333;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.3em;
  }
  .page-contact .contact--box {
    width: 41.875rem;
    margin: 4rem auto 0;
    padding: 0 2.5rem;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contact .contact-dl {
    padding: 3.75rem 0;
    border-bottom: 1px solid #ececec;
  }
  .page-contact .contact-dl:first-child {
    padding: 0 0 3.75rem;
  }
  .page-contact .contact-dl:last-of-type {
    border-bottom: none;
  }
  .page-contact .contact-dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 2.6875rem;
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .page-contact .contact-dt::after {
    content: "任意";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 4.375rem;
    height: 2rem;
    margin-left: 1.125rem;
    background-color: #999999;
    text-align: center;
    line-height: 1;
    font-size: 1.25rem;
    color: #fff;
  }
  .page-contact .contact-dt-required::after {
    content: "必須";
    background-color: #b01f24;
  }
  .page-contact .contact-dd input {
    display: block;
    width: 100%;
    height: 4.375rem;
    padding: 1.3125rem 1.25rem;
    font-size: 1.875rem;
    border-radius: 0.5rem;
    border: 0.125rem solid #b4b4b4;
    color: #333;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contact .contact-dd input::-webkit-input-placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd input::-moz-placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd input::-ms-input-placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd input::placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd textarea {
    width: 100%;
    min-height: 21.875rem;
    height: inherit;
    padding: 1.125rem 1rem 0;
    border-radius: 0.5rem;
    border: 0.125rem solid #b4b4b4;
    color: #333;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contact .contact-dd textarea::-webkit-input-placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd textarea::-moz-placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd textarea::-ms-input-placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd textarea::placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 3.75rem;
  }
  .page-contact .contact-dd-flex:first-child {
    margin: 0 0 0 0;
  }
  .page-contact .contact-dd-flex input {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
  }
  .page-contact .contact-dd-flex label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #111111;
    font-weight: 500;
    font-size: 1.875rem;
  }
  .page-contact .contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contact .contact-alert {
    position: relative;
    margin: 1.4375rem 0 0 1.5625rem;
    color: #111;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-contact .contact-alert::before {
    content: "※";
    position: absolute;
    top: 0;
    left: -1.5625rem;
    font-size: 1.5rem;
  }
  .page-contact .contact-alert-checkbox {
    margin: 2.5rem 0 0;
    color: #111;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-contact .contact-btn01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 6.125rem;
    margin: 3.75rem auto 0;
    background: #e53322;
    border: none;
    border-radius: 0.625rem;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    opacity: 0.3;
  }
  .page-contact .contact-btn01.true {
    opacity: 1;
    pointer-events: painted;
    cursor: pointer;
  }
  .page-contact .contact-btn01::before {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    top: 50%;
    right: 6.25rem;
    border-top: 0.25rem solid #fff;
    border-right: 0.25rem solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .page-contact .contact-low {
    margin-top: 5.625rem;
    text-align: center;
  }
  .page-contact .contact-txt01 {
    font-size: 1.8125rem;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .page-contact .contact-tel {
    display: inline-block;
    pointer-events: none;
    margin: 1.25rem auto 0 auto;
    font-family: "century-gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 3.125rem;
    letter-spacing: 0.08em;
    color: #333;
    border-bottom: 3px #555 solid;
    line-height: 1.1;
  }
  .page-contact .contact-tel .big {
    line-height: 1;
    font-size: 2.8125rem;
    letter-spacing: 0.08em;
  }
  .page-contact .contact-accept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 1.75rem 0 0;
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.7;
  }
  .page-contact .contact-accept input {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: 0.3125rem;
    margin-right: 1.3125rem;
  }
  .page-contact .contact-accept .blue {
    display: inline-block;
    color: #0093e1;
    text-decoration: underline;
    -webkit-text-emphasis-color: #0093e1;
            text-emphasis-color: #0093e1;
    text-underline-offset: 6px;
  }
}
@media screen and (min-width: 768px) {
  .page-contact .kv--bg {
    padding: 6.0625rem 0;
    background: url(../images/contact/kv-bg.webp) no-repeat top center;
    background-size: cover;
  }
  .page-contact .kv--title {
    text-align: center;
    font-size: 3.125rem;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .page-contact .breadcrumb {
    width: 62.5rem;
  }
  .page-contact .contact--bg {
    padding: 0;
  }
  .page-contact .contact--title {
    color: #333333;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.3em;
  }
  .page-contact .contact--box {
    width: 62.5rem;
    margin: 0 auto;
    padding: 2.625rem 6.375rem 6.8125rem;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contact .contact-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 1.375rem 0 1.3125rem;
    border-bottom: 1px solid #ececec;
  }
  .page-contact .contact-dl:last-of-type {
    border-bottom: none;
  }
  .page-contact .contact-dl-04 {
    padding-top: 1.0625rem;
  }
  .page-contact .contact-dl-05 {
    padding-top: 2.3125rem;
  }
  .page-contact .contact-dl-06 {
    padding-top: 2.125rem;
  }
  .page-contact .contact-dl-06 .contact-dt {
    padding: 0;
  }
  .page-contact .contact-dl-07 {
    padding: 0.8125rem 0 0;
  }
  .page-contact .contact-dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.75rem 0 0;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .page-contact .contact-dt::after {
    content: "任意";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 3rem;
    height: 1.5rem;
    margin-left: 1.125rem;
    background-color: #999999;
    text-align: center;
    line-height: 1;
    font-size: 0.8125rem;
    color: #fff;
  }
  .page-contact .contact-dt-required::after {
    content: "必須";
    background-color: #b01f24;
  }
  .page-contact .contact-dd {
    width: 27.9375rem;
  }
  .page-contact .contact-dd input {
    display: block;
    width: 27.9375rem;
    height: 2.9375rem;
    padding: 1.125rem 1rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    border: 2px solid #b4b4b4;
    color: #333;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contact .contact-dd input::-webkit-input-placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd input::-moz-placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd input::-ms-input-placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd input::placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd textarea {
    width: 27.9375rem;
    min-height: 10.75rem;
    height: inherit;
    padding: 1.125rem 1rem 0;
    border-radius: 0.5rem;
    border: 2px solid #b4b4b4;
    color: #333;
    font-size: 1rem;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contact .contact-dd textarea::-webkit-input-placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd textarea::-moz-placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd textarea::-ms-input-placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd textarea::placeholder {
    color: #cccccc;
  }
  .page-contact .contact-dd-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 3.3125rem;
  }
  .page-contact .contact-dd-flex:first-child {
    margin-left: 0;
  }
  .page-contact .contact-dd-flex input {
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 0.625rem;
  }
  .page-contact .contact-dd-flex label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
  }
  .page-contact .contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contact .contact-alert {
    margin: 0.625rem 0 0 0.875rem;
    position: relative;
    color: #333;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-contact .contact-alert::before {
    content: "※";
    position: absolute;
    top: 0;
    left: -1rem;
    font-size: 0.875rem;
  }
  .page-contact .contact-alert-checkbox {
    margin: 1.1875rem 0 0;
    color: #333;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .page-contact .contact-btn01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 27.6875rem;
    height: 5rem;
    margin: 1.75rem auto 0;
    background: #e53322;
    border: none;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    opacity: 0.3;
  }
  .page-contact .contact-btn01.true {
    opacity: 1;
    pointer-events: painted;
    cursor: pointer;
  }
  .page-contact .contact-btn01::before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    top: 50%;
    right: 3.5625rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .page-contact .contact-low {
    margin-top: 5.625rem;
    text-align: center;
  }
  .page-contact .contact-txt01 {
    font-size: 1.8125rem;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .page-contact .contact-tel {
    display: inline-block;
    pointer-events: none;
    margin: 1.25rem auto 0 auto;
    font-family: "century-gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 3.125rem;
    letter-spacing: 0.08em;
    color: #333;
    border-bottom: 3px #555 solid;
    line-height: 1.1;
  }
  .page-contact .contact-tel .big {
    line-height: 1;
    font-size: 2.8125rem;
    letter-spacing: 0.08em;
  }
  .page-contact .contact-accept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3.5625rem 0 0;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .page-contact .contact-accept input {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1.0625rem;
  }
  .page-contact .contact-accept .blue {
    display: inline-block;
    color: #0093e1;
    text-decoration: underline;
    -webkit-text-emphasis-color: #0093e1;
            text-emphasis-color: #0093e1;
    text-underline-offset: 6px;
  }
}
@media screen and (min-width: 768px) {
  .page-contact .form-table .error {
    background: #ffe8e8;
  }
  .page-contact .form-table .error-msg-wrapper {
    position: relative;
  }
  .page-contact .form-table .error-msg-balloon {
    position: absolute;
    top: -1.875rem;
    left: 0;
    width: 600px;
    z-index: 10;
  }
  .page-contact .form-table .error-msg-balloon span {
    display: inline-block;
    position: relative;
    padding: 0.3em 1em;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #ff8080;
    border-radius: 0.3rem;
    letter-spacing: 0.05em;
  }
  .page-contact .form-table .error-msg-balloon span:after {
    top: 85%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #ff8080;
    border-width: 10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .form-table .error {
    background: #ffe8e8;
  }
  .page-contact .form-table .error-msg-wrapper {
    position: relative;
  }
  .page-contact .form-table .error-msg-balloon {
    position: absolute;
    top: 3.75rem;
    left: 0;
    margin: 1rem 0 0;
    padding: 0.01rem 0.5em;
    background: #ff8080;
    color: #fff;
    font-size: 0.22rem;
    text-align: center;
    border-radius: 0.3rem;
  }
  .page-contact .form-table .error-msg-balloon span {
    display: inline-block;
    position: relative;
    padding: 0.7em 1em;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    background: #ff8080;
  }
  .page-contact .form-table .error-msg-balloon span::before {
    content: "";
    position: absolute;
    top: -1.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 0.8rem;
    border-style: solid;
    border-color: transparent transparent #ff8080 transparent;
  }
  .page-contact .form-table .contact-dl-06 .error-msg-balloon {
    top: 10.625rem;
  }
}

@media screen and (max-width: 767px) {
  .page-confirm .kv--bg {
    padding: 8.125rem 0;
    background: url(../images/contact/kv-bg-sp.webp) no-repeat top center;
    background-size: cover;
  }
  .page-confirm .kv--title {
    color: #333333;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .page-confirm .contact--bg {
    padding: 6rem 0 10rem;
  }
  .page-confirm .contact--title {
    color: #333333;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.3em;
  }
  .page-confirm .contact-box {
    width: 41.875rem;
    margin: 6.25rem auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-confirm .contact-dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 39.375rem;
    margin: 0 9.375rem 0 0;
    padding: 1.5625rem 0 1.5625rem 2.375rem;
    background: #f7fafc;
    color: #111111;
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .page-confirm .contact-dt::after {
    content: "任意";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 4.375rem;
    height: 1.875rem;
    margin-left: 1.0625rem;
    background-color: #999999;
    text-align: center;
    line-height: 1;
    font-size: 1.25rem;
    color: #fff;
  }
  .page-confirm .contact-dt-required::after {
    content: "必須";
    background-color: #b01f24;
  }
  .page-confirm .contact-dd-confirm {
    width: 34.0625rem;
  }
  .page-confirm .contact-dd-confirm p {
    padding: 2.5rem 0 3.75rem 2.375rem;
    color: #111111;
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
  .page-confirm .contact-btn01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 36.875rem;
    height: 8.125rem;
    margin: 3.75rem auto 0;
    background: #b01f24;
    border: none;
    border-radius: 0.625rem;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 6px 0 #95171b;
            box-shadow: 0 6px 0 #95171b;
    cursor: pointer;
  }
  .page-confirm .contact-btn01::before {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    top: 50%;
    right: 6.25rem;
    border-top: 0.25rem solid #fff;
    border-right: 0.25rem solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .page-confirm .contact-btn02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 27.1875rem;
    height: 6.25rem;
    margin: 3.4375rem auto 0;
    background: #8d8d8d;
    border: none;
    border-radius: 0.625rem;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 6px 0 #585858;
            box-shadow: 0 6px 0 #585858;
    cursor: pointer;
  }
  .page-confirm .contact-btn02::before {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    top: 50%;
    right: 4.375rem;
    border-top: 0.25rem solid #fff;
    border-right: 0.25rem solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .page-confirm .kv--bg {
    padding: 6.0625rem 0;
    background: url(../images/contact/kv-bg.webp) no-repeat top center;
    background-size: cover;
  }
  .page-confirm .kv--title {
    text-align: center;
    font-size: 3.125rem;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .page-confirm .breadcrumb {
    width: 62.5rem;
  }
  .page-confirm .contact--bg {
    padding: 0 0 7.5rem;
  }
  .page-confirm .contact--title {
    margin: 2.4375rem 0 0;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.3em;
  }
  .page-confirm .contact-box {
    width: 62.5rem;
    margin: 2.75rem auto 0;
    padding: 3.25rem 6.4375rem 6.25rem;
    background: #f7fafc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-confirm .contact-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.0625rem 0;
    border-bottom: 1px solid #ececec;
  }
  .page-confirm .contact-dl:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .page-confirm .contact-dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 17.5rem;
    margin: 0 9.375rem 0 0;
    color: #111111;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .page-confirm .contact-dt::after {
    content: "任意";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 3rem;
    height: 1.5rem;
    margin-left: 1.125rem;
    background-color: #999999;
    text-align: center;
    line-height: 1;
    font-size: 0.8125rem;
    color: #fff;
  }
  .page-confirm .contact-dt-required::after {
    content: "必須";
    background-color: #b01f24;
  }
  .page-confirm .contact-dd-confirm {
    width: 33.125rem;
  }
  .page-confirm .contact-dd-confirm p {
    color: #111111;
    font-size: 1.1875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
  .page-confirm .contact-btn01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 27.6875rem;
    height: 5rem;
    margin: 7.0625rem auto 0;
    background: #e53322;
    border: none;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .page-confirm .contact-btn01::before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    top: 50%;
    right: 3.5625rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .page-confirm .contact-btn02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20.375rem;
    height: 3.75rem;
    margin: 1.875rem auto 0;
    background: #8d8d8d;
    border: none;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .page-confirm .contact-btn02::before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    top: 50%;
    right: 2.5625rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .page-thanks .kv--bg {
    padding: 8.125rem 0;
    background: url(../images/contact/kv-bg-sp.webp) no-repeat top center;
    background-size: cover;
  }
  .page-thanks .kv--title {
    color: #333333;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .page-thanks .thanks--bg {
    padding: 5.875rem 0 10.3125rem;
  }
  .page-thanks .thanks--title {
    margin: 0 0 5rem;
    text-align: center;
    color: #333333;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.3em;
  }
  .page-thanks .thanks-txt {
    width: 41.875rem;
    margin: 0 auto;
    color: #333333;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 1.6;
    letter-spacing: 0.27em;
  }
}
@media screen and (min-width: 768px) {
  .page-thanks .kv--bg {
    padding: 6.0625rem 0;
    background: url(../images/contact/kv-bg.webp) no-repeat top center;
    background-size: cover;
  }
  .page-thanks .kv--title {
    text-align: center;
    font-size: 3.125rem;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .page-thanks .breadcrumb {
    width: 62.5rem;
  }
  .page-thanks .thanks--bg {
    padding: 0 0 7.5rem;
  }
  .page-thanks .thanks--title {
    margin: 2.4375rem 0 4.375rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
  .page-thanks .thanks-txt {
    width: 34.375rem;
    margin: 0 auto;
    color: #111111;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.9;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 0 auto;
    padding: 1.25rem 2.5rem 0rem;
  }
  .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .breadcrumb-list .item01 {
    position: relative;
    color: #999;
    font-size: 1.5rem;
    margin-right: 3.8125rem;
    letter-spacing: 0.1em;
  }
  .breadcrumb-list .item01::after {
    content: "";
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    top: 55%;
    right: -2.1875rem;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: translateY(-50%) rotate(45deg) skew(-15deg, -15deg);
            transform: translateY(-50%) rotate(45deg) skew(-15deg, -15deg);
  }
  .breadcrumb-list .item01 a {
    color: #999;
    text-decoration: none;
  }
  .breadcrumb-list .item02 {
    width: 23.4375rem;
    color: #999;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    width: 75rem;
    margin: 0 auto;
    padding: 1.1875rem 0 0;
  }
  .breadcrumb.contact {
    border-top: 1px solid #eff2f4;
  }
  .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .breadcrumb-list .item01 {
    position: relative;
    color: #999;
    font-size: 0.75rem;
    margin-right: 2rem;
    letter-spacing: 0.1em;
  }
  .breadcrumb-list .item01::after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 55%;
    right: -0.9375rem;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: translateY(-50%) rotate(45deg) skew(-15deg, -15deg);
            transform: translateY(-50%) rotate(45deg) skew(-15deg, -15deg);
  }
  .breadcrumb-list .item01 a {
    color: #999;
    text-decoration: none;
  }
  .breadcrumb-list .item02 {
    color: #999;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .cta--bg {
    margin: 0 0 3.75rem;
    padding: 3.75rem 0 4.375rem;
    background: url(../images/common/cta-bg.webp) no-repeat top left;
    background-size: cover;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  }
  .cta--title {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
  }
  .cta--button {
    width: 41.875rem;
    margin: 3.5rem auto 0;
    padding: 2.9375rem 0 2.9375rem 10rem;
    position: relative;
    background: #b01f24;
    border-radius: 5px;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 0 6px 0 #95171b;
            box-shadow: 0 6px 0 #95171b;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cta--button::before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    right: 8.8125rem;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .cta--bg {
    margin: 5rem 0;
    padding: 4.0625rem 0 4.375rem;
    background: url(../images/common/cta-bg.webp) no-repeat top left;
    background-size: cover;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  }
  .cta--inner {
    width: 40rem;
  }
  .cta--title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.14em;
  }
  .cta--button {
    width: 40rem;
    margin: 2.3125rem auto 0;
    padding: 1.8125rem 0;
    position: relative;
    background: #b01f24;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 0 6px 0 #95171b;
            box-shadow: 0 6px 0 #95171b;
  }
  .cta--button::before {
    content: "";
    width: 0.8125rem;
    height: 0.8125rem;
    position: absolute;
    top: 50%;
    right: 4.75rem;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}