@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "YuMincho";
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: inherit;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 0;
}
figure img {
  width: 100%;
  height: auto;
}

img {
  border-style: none;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@-moz-keyframes confetti {
  0% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
         transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
         transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
         transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
         transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
         transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
       -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
       -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
       -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
       -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
       -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
.u-wysiwygArea {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 1025px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #222;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #222 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - 80px) / 3);
  width: -moz-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  background: tomato;
  -webkit-box-shadow: 1px 1px 6px 4px rgba(34, 34, 34, 0.04);
          box-shadow: 1px 1px 6px 4px rgba(34, 34, 34, 0.04);
  height: 100px;
  left: 0;
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.is_login_user .siteHeader {
  top: 32px;
}
@media print {
  .siteHeader {
    position: absolute;
  }
}
.siteHeader__innerArea {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .siteHeader__innerArea {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@media print {
  .siteHeader__innerArea {
    width: 1024px;
  }
}

/*====================================================================
siteFooter
====================================================================*/
.footer {
  background-color: #041d41;
  height: 7rem;
}
@media screen and (max-width: 1024px) {
  .footer {
    height: 21.5rem;
  }
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 2.358490566vw;
  }
}

body {
  -webkit-print-color-adjust: exact;
  min-width: 96.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: 0;
    overflow-x: hidden;
  }
}
/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 1024px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .siteContent {
    min-height: -webkit-calc(100vh - 50px);
    min-height: -moz-calc(100vh - 50px);
    min-height: calc(100vh - 50px);
  }
}

a {
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
a:hover {
  opacity: 0.7;
}

/*====================================================================
toppage
====================================================================*/
.header {
  background-color: #212121;
}
.header__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7.6rem;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    height: 5.5rem;
  }
}
.header__ttlImg {
  width: 25rem;
}
@media screen and (max-width: 1024px) {
  .header__ttlImg {
    width: 14.7rem;
  }
}

.cmn__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  color: #212121;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cmn__ttl {
    font-size: 2.4rem;
  }
}
.cmn__ttl:after {
  content: "";
  display: block;
  width: 5.5rem;
  height: 0.4rem;
  background-color: #0F91CD;
  position: absolute;
  top: -webkit-calc(100% + 2.2rem);
  top: -moz-calc(100% + 2.2rem);
  top: calc(100% + 2.2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .cmn__ttl:after {
    top: -webkit-calc(100% + 1.2rem);
    top: -moz-calc(100% + 1.2rem);
    top: calc(100% + 1.2rem);
  }
}

.floatComp {
  position: fixed;
  inset: 0;
  bottom: 0;
  top: unset;
  z-index: 99;
}
.floatComp__btnWrap {
  padding: 2.95rem 0;
  background-color: #D3E7ED;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .floatComp__btnWrap {
    padding: 1.8rem 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.7rem;
  }
}
.floatComp__btn {
  height: 4.8rem;
  width: 30rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-shadow: 0.2rem 0.4rem 0.8rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.2rem 0.4rem 0.8rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .floatComp__btn {
    width: 37.2rem;
    height: 5.7rem;
  }
}
.floatComp__btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.5rem;
  width: 1rem;
  height: 1.6rem;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' data-name='Isolation Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fefeff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M9.6,8.89l-7.68,7.11-1.92-1.78,6.72-6.22L0,1.78,1.92,0l7.68,7.11c.25.24.4.56.4.89s-.14.65-.4.89Z'/%3E%3C/svg%3E") center/cover no-repeat;
}
.floatComp__btn.btn01 {
  background-color: #0F91CD;
}
.floatComp__btn.btn02 {
  background-color: #041D41;
}
.floatComp__btn span {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}

.campaignHow {
  padding: 7rem 0 6.3rem;
  margin-bottom: 7.5rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1024px) {
  .campaignHow {
    padding: 6.5rem 0 4rem;
    margin-bottom: 4rem;
  }
}
.campaignHow__inner {
  max-width: 92.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .campaignHow__inner {
    padding: 0 1.5rem;
  }
}
.campaignHow__row {
  margin-top: 8rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .campaignHow__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6rem;
    gap: 4.5rem;
  }
}
.campaignHow__item {
  width: 30rem;
  background-color: #fff;
  position: relative;
}
.campaignHow__item:not(:first-of-type):after {
  content: "";
  position: absolute;
  display: block;
  width: 4.9rem;
  height: 2.4rem;
  top: 50%;
  right: -webkit-calc(100% + 0.7rem);
  right: -moz-calc(100% + 0.7rem);
  right: calc(100% + 0.7rem);
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='PC' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23041d41; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.4,13.33L2.88,24l-2.88-2.67,10.08-9.33L0,2.67,2.88,0l11.52,10.67c.38.35.6.83.6,1.33s-.21.98-.6,1.33Z'/%3E%3Cpath class='cls-1' d='M31.4,13.33l-11.52,10.67-2.88-2.67,10.08-9.33L17,2.67l2.88-2.67,11.52,10.67c.38.35.6.83.6,1.33s-.21.98-.6,1.33Z'/%3E%3Cpath class='cls-1' d='M48.4,13.33l-11.52,10.67-2.88-2.67,10.08-9.33-10.08-9.33,2.88-2.67,11.52,10.67c.38.35.6.83.6,1.33s-.21.98-.6,1.33Z'/%3E%3C/svg%3E") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .campaignHow__item:not(:first-of-type):after {
    top: unset;
    bottom: -webkit-calc(100% + 4.2rem);
    bottom: -moz-calc(100% + 4.2rem);
    bottom: calc(100% + 4.2rem);
    left: 50%;
    width: 2.4rem;
    height: 4.9rem;
    -webkit-transform: translate(-50%, 50%);
       -moz-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SP' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 49'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23041d41; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M10.67,14.4L0,2.88,2.67,0l9.33,10.08L21.33,0l2.67,2.88-10.67,11.52c-.35.38-.83.6-1.33.6s-.98-.21-1.33-.6Z'/%3E%3Cpath class='cls-1' d='M10.67,31.4L0,19.88l2.67-2.88,9.33,10.08,9.33-10.08,2.67,2.88-10.67,11.52c-.35.38-.83.6-1.33.6s-.98-.21-1.33-.6Z'/%3E%3Cpath class='cls-1' d='M10.67,48.4L0,36.88l2.67-2.88,9.33,10.08,9.33-10.08,2.67,2.88-10.67,11.52c-.35.38-.83.6-1.33.6s-.98-.21-1.33-.6Z'/%3E%3C/svg%3E");
  }
}
@media screen and (max-width: 1024px) {
  .campaignHow__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .campaignHow__item:nth-of-type(2) {
    padding-bottom: 4.7rem;
  }
}
.campaignHow__item:nth-of-type(3) {
  height: 39.7rem;
}
@media screen and (max-width: 1024px) {
  .campaignHow__item:nth-of-type(3) {
    height: 30.7rem;
  }
}
.campaignHow__itemTtl {
  width: 100%;
  height: 8.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #428EB1;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.384rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .campaignHow__itemTtl {
    font-size: 2.4rem;
    height: 4.5rem;
  }
}
.campaignHow__itemBtn {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.campaignHow__itemBtnLink {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  padding: 0 1.6rem;
  border-radius: 100rem;
  background-color: #041D41;
  width: 18.8rem;
}
@media screen and (max-width: 1024px) {
  .campaignHow__itemBtnLink {
    width: 19.6rem;
  }
}
.campaignHow__itemBtnLink span {
  font-size: 1.2rem;
  line-height: 2.77rem;
  color: #FFFFFF;
}
.campaignHow__annotRow {
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .campaignHow__annotRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 6.2rem;
    gap: 2.1rem;
  }
}
.campaignHow__annotGrp01Txt {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #041D41;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.7rem;
}
@media screen and (max-width: 1024px) {
  .campaignHow__annotGrp01Txt {
    font-size: 1.2rem;
  }
}
.campaignHow__annotGrp01Txt:before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='PC' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.97 16.97'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23041d41; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='2.49' y='2.49' width='12' height='12' transform='translate(-3.51 8.49) rotate(-45)'/%3E%3C/svg%3E");
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .campaignHow__annotGrp01Txt:before {
    width: 1.35rem;
    height: 1.35rem;
  }
}
.campaignHow__annotGrp01Txt + .campaignHow__annotGrp01Txt {
  margin-top: 0.8rem;
}
.campaignHow__annotGrp02 {
  max-width: 30rem;
}
@media screen and (max-width: 1024px) {
  .campaignHow__annotGrp02 {
    margin: 0 auto;
  }
}
.campaignHow__annotGrp02Txt {
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #444444;
}
@media screen and (max-width: 1024px) {
  .campaignHow__presentGrp {
    margin-top: 3rem;
  }
}
.campaignHow__presentFig {
  width: -webkit-calc(100% + 1.5rem);
  width: -moz-calc(100% + 1.5rem);
  width: calc(100% + 1.5rem);
  margin-left: -0.5rem;
}
.campaignHow__presentAnnotGrp {
  margin-top: 0.7rem;
}
.campaignHow__presentAnnot {
  font-size: 1.2rem;
  color: #000000;
  position: relative;
  padding-left: 1.25rem;
}
.campaignHow__presentAnnot:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100rem;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .campaignHow__presentAnnot:before {
    top: 0.6rem;
  }
}
.campaignHow__presentAnnot + .campaignHow__presentAnnot {
  margin-top: 0.2rem;
}

.guidelineSec {
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 1024px) {
  .guidelineSec {
    padding-bottom: 6.5rem;
  }
}
.guidelineSec__inner {
  max-width: 92.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .guidelineSec__inner {
    padding: 0 1.5rem;
  }
}
.guidelineSec__box {
  margin-top: 6.5rem;
  background-color: #F5F5F5;
  padding: 2.5rem;
  max-height: 37.4rem;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .guidelineSec__box {
    padding: 1.8rem 1.8rem;
    max-height: 29.8rem;
  }
}
.guidelineSec__box p a {
  text-decoration: underline;
}
.guidelineSec__boxtxt {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .guidelineSec__boxtxt {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.navSec {
  background: url("../images/top/navSec_bg.png") center/100% 100% no-repeat;
  padding: 7.2rem;
}
@media screen and (max-width: 1024px) {
  .navSec {
    padding: 6.7rem 0 6.5rem;
  }
}
.navSec__inner {
  max-width: 92.9rem;
  margin: 0 auto;
  padding: 0 1.6rem;
}
.navSec__subTtl {
  font-weight: bold;
  font-size: 3.6rem;
  color: #212121;
  text-align: center;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 1024px) {
  .navSec__subTtl {
    font-size: 2.4rem;
  }
}
.navSec__ttl {
  text-align: center;
  font-size: 4.8rem;
  color: #212121;
}
@media screen and (max-width: 1024px) {
  .navSec__ttl {
    font-size: 3.2rem;
  }
}
.navSec__ttl span {
  font-size: 3.6rem;
}
@media screen and (max-width: 1024px) {
  .navSec__ttl span {
    font-size: 2.4rem;
  }
}
.navSec__btnWrap {
  margin: 7.2rem 0 8.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .navSec__btnWrap {
    margin: 3.5rem 0 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8rem;
  }
}
.navSec__btn {
  background-color: #041D41;
  -webkit-box-shadow: 0.2rem 0.4rem 0.8rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.2rem 0.4rem 0.8rem rgba(0, 0, 0, 0.2);
  width: 41rem;
  height: 7.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .navSec__btn {
    width: 100%;
    height: 5.7rem;
  }
}
.navSec__btn:after {
  content: "";
  position: absolute;
  right: 2.6rem;
  display: block;
  width: 1.6rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='PC' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fefeff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M7.11,9.6L0,1.92,1.78,0l6.22,6.72L14.22,0l1.78,1.92-7.11,7.68c-.24.25-.56.4-.89.4s-.65-.14-.89-.4Z'/%3E%3C/svg%3E") center/cover no-repeat;
}
.navSec__btn span {
  font-size: 2.4rem;
  line-height: 3.1rem;
  color: #FEFEFF;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .navSec__btn span {
    line-height: 1;
    font-size: 1.4rem;
  }
}
.navSec__ttl02 {
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.166rem;
  color: #1a1717;
}
@media screen and (max-width: 1024px) {
  .navSec__ttl02 {
    font-size: 2.4rem;
  }
}

.detail {
  padding: 6.8rem 0 6.6rem;
  background: url("../images/top/detail_bg.png") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .detail {
    background: url("../images/top/detail_bg_sp.png") center/cover no-repeat;
    padding: 7rem 0;
  }
}
.detail__inner {
  max-width: 92.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .detail__inner {
    padding: 0 1.5rem;
  }
}
.detail__row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .detail__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.detail__item {
  width: 41.6rem;
}
@media screen and (max-width: 1024px) {
  .detail__item {
    width: 100%;
  }
}
.detail__img img {
  margin-bottom: 0.6rem;
}
.detail__img span {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #464646;
}
.detail__itemDesc {
  margin-top: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .detail__itemDesc {
    padding: 1.3rem;
    background-color: rgba(254, 254, 255, 0.5019607843);
    width: 28.8rem;
    margin: -1.3rem auto 0;
    position: relative;
    z-index: 1;
  }
}
.detail__itemTtl {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.11rem;
  color: #212121;
}
@media screen and (max-width: 1024px) {
  .detail__itemTtl {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.detail__itemTtl.ttl02 {
  margin-top: 8.4rem;
}
@media screen and (max-width: 1024px) {
  .detail__itemTtl.ttl02 {
    margin-top: 0;
  }
}
.detail__itemTxt {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #212121;
}
@media screen and (max-width: 1024px) {
  .detail__itemTxt {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
}
.detail__itemTxt.txt02 {
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .detail__itemTxt.txt02 {
    margin-top: 0.6rem;
  }
}
.detail__itemAnnotSp {
  width: 23rem;
  margin: 1rem auto 0;
  font-size: 1rem;
}
.detail__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #041d41;
  height: 11.5rem;
  width: 100%;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #FEFEFF;
  margin-top: 6.2rem;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .detail__link {
    margin-top: 5.5rem;
    font-size: 1.3rem;
    line-height: 2.4rem;
    height: 8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 2rem;
  }
}
.detail__link:hover {
  color: #FEFEFF;
}
.detail__link:after {
  content: "";
  position: absolute;
  right: 5.5rem;
  display: block;
  width: 1.5rem;
  height: 2.4rem;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='PC' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fefeff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.4,13.33L2.88,24l-2.88-2.67,10.08-9.33L0,2.67,2.88,0l11.52,10.67c.38.35.6.83.6,1.33s-.21.98-.6,1.33Z'/%3E%3C/svg%3E") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .detail__link:after {
    width: 1.1rem;
    height: 1.76rem;
    right: 1.3rem;
  }
}
.detail__linkTxt {
  text-align: center;
}
.detail__linkTxt span {
  font-weight: 800;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .detail__linkTxt span {
    font-size: 1.6rem;
  }
}

.ncarSec {
  padding: 7.5rem 0 7rem;
  background-color: #D7ECF6;
}
.ncarSec__inner {
  max-width: 92.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ncarSec__inner {
    padding: 0 1.5rem;
  }
}
.ncarSec__ttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 4.9rem;
  color: #212121;
  text-align: center;
  position: relative;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .ncarSec__ttl {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.ncarSec__ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 37.3rem;
  height: 2.7rem;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='PC' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 373 27.01'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23041d41; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M175.83,1.5v1.5h197.17V0h-197.17v1.5ZM147.16,25.86l.97,1.14,28.67-24.36-.97-1.14-.97-1.14-28.67,24.36.97,1.14ZM147.16,1.5h-1.5v24.36h3V1.5h-1.5ZM0,1.5v1.5h147.16V0H0v1.5ZM175.83,1.5V0l-.97.36.97,1.14ZM147.16,25.86h-1.5l2.47,1.14-.97-1.14ZM147.16,1.5h1.5l-1.5-1.5v1.5Z'/%3E%3C/svg%3E") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .ncarSec__ttl:before {
    width: 34rem;
    height: 2.4rem;
  }
}
.ncarSec__box {
  margin-top: 9.3rem;
  position: relative;
  background-color: #fff;
  padding: 4rem 0 4.5rem;
}
@media screen and (max-width: 1024px) {
  .ncarSec__box {
    margin-top: 7rem;
    padding: 0 3.3rem;
  }
}
.ncarSec__boxrow {
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .ncarSec__boxrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 7rem;
  }
}
.ncarSec__boxrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.1rem;
  height: 100%;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .ncarSec__boxrow:before {
    content: "";
    height: 0.1rem;
    width: 100%;
    top: -webkit-calc(50% - 1rem);
    top: -moz-calc(50% - 1rem);
    top: calc(50% - 1rem);
    left: unset;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.ncarSec__boxrow + .ncarSec__boxrow {
  margin-top: 5rem;
}
.ncarSec__item {
  width: 50%;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .ncarSec__item {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .ncarSec__item:nth-of-type(1) {
    padding-bottom: 4rem;
  }
}
.ncarSec__item:nth-of-type(2) {
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .ncarSec__item:nth-of-type(2) {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ncarSec__item:nth-of-type(2) .ncarSec__itemLink {
  margin-left: 7.6rem;
}
@media screen and (max-width: 1024px) {
  .ncarSec__item:nth-of-type(2) .ncarSec__itemLink {
    margin: 0;
  }
}
.ncarSec__itemLink {
  background-color: #041D41;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27rem;
  height: 4.6rem;
  border-radius: 100rem;
  margin-right: 7.3rem;
  position: relative;
  line-height: 0.1;
}
@media screen and (max-width: 1024px) {
  .ncarSec__itemLink {
    margin: 0;
  }
}
.ncarSec__itemLink:hover {
  color: #FFFFFF;
}
.ncarSec__itemLink:after {
  content: "";
  position: absolute;
  display: block;
  height: 1.1rem;
  width: 0.7rem;
  right: 1.3rem;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='PC' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fefeff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M6.72,6.11L1.34,11l-1.34-1.22,4.71-4.28L0,1.22,1.34,0l5.38,4.89c.18.16.28.38.28.61s-.1.45-.28.61Z'/%3E%3C/svg%3E") center/cover no-repeat;
}

.ehevSec {
  background-color: #041d41;
  padding: 12.4rem 0 8.7rem;
}
@media screen and (max-width: 1024px) {
  .ehevSec {
    padding: 12.4rem 0 10rem;
  }
}
.ehevSec__inner {
  max-width: 92.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ehevSec__inner {
    padding: 0 1.5rem;
  }
}
.ehevSec__ttl {
  font-weight: 700;
  font-size: 3.8rem;
  color: #FEFEFF;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ehevSec__ttl {
    font-size: 2.4rem;
    max-width: 28.8rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .ehevSec__item {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .ehevSec__item img {
    width: -webkit-calc(100% + 3rem);
    width: -moz-calc(100% + 3rem);
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}
.ehevSec__row {
  margin-top: 8.9rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .ehevSec__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7rem;
  }
}
.ehevSec__itemTtl {
  text-align: center;
  font-size: 2.8rem;
  color: #FEFEFF;
  font-weight: 700;
  padding-bottom: 1.2rem;
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ehevSec__itemTtl {
    margin-top: 0;
    font-size: 1.6rem;
    padding-bottom: 0.8rem;
  }
}
.ehevSec__itemTtl:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.4rem;
  height: 0.4rem;
  background-color: #56c6fa;
}
@media screen and (max-width: 1024px) {
  .ehevSec__itemTtl:after {
    width: 3.2rem;
    height: 0.4rem;
  }
}
.ehevSec__itemtext {
  font-size: 2rem;
  line-height: 4rem;
  color: #FEFEFF;
  text-align: center;
  margin-top: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .ehevSec__itemtext {
    font-size: 1.3rem;
    line-height: 2.5rem;
    margin-top: 3rem;
  }
}
.ehevSec__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  height: 11.5rem;
  width: 100%;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #041d41;
  margin-top: 6.2rem;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .ehevSec__link {
    margin-top: 5.5rem;
    font-size: 1.3rem;
    line-height: 2.4rem;
    height: 8rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ehevSec__link:hover {
  color: #041d41;
}
.ehevSec__link:after {
  content: "";
  position: absolute;
  right: 5.5rem;
  display: block;
  width: 1.5rem;
  height: 2.4rem;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='PC' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23041d41; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.4,13.33L2.88,24l-2.88-2.67,10.08-9.33L0,2.67,2.88,0l11.52,10.67c.38.35.6.83.6,1.33s-.21.98-.6,1.33Z'/%3E%3C/svg%3E") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .ehevSec__link:after {
    width: 1.1rem;
    height: 1.76rem;
    right: 1.3rem;
  }
}
.ehevSec__linkTxt {
  text-align: center;
}
.ehevSec__linkTxt span {
  font-weight: 800;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .ehevSec__linkTxt span {
    font-size: 1.6rem;
  }
}

.carSec {
  padding: 7.5rem 0 7rem;
  background-color: #D7ECF6;
}
@media screen and (max-width: 1024px) {
  .carSec {
    padding: 7.5rem 0 3.3rem;
  }
}
.carSec__inner {
  max-width: 92.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .carSec__inner {
    padding: 0 1.5rem;
  }
}
.carSec__ttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 4.9rem;
  color: #212121;
  text-align: center;
  position: relative;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .carSec__ttl {
    font-size: 2.4rem;
    padding-bottom: 1.6rem;
    line-height: 3.7rem;
  }
}
.carSec__ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 37.3rem;
  height: 2.7rem;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='PC' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 373 27.01'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23041d41; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M175.83,1.5v1.5h197.17V0h-197.17v1.5ZM147.16,25.86l.97,1.14,28.67-24.36-.97-1.14-.97-1.14-28.67,24.36.97,1.14ZM147.16,1.5h-1.5v24.36h3V1.5h-1.5ZM0,1.5v1.5h147.16V0H0v1.5ZM175.83,1.5V0l-.97.36.97,1.14ZM147.16,25.86h-1.5l2.47,1.14-.97-1.14ZM147.16,1.5h1.5l-1.5-1.5v1.5Z'/%3E%3C/svg%3E") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .carSec__ttl:before {
    width: 34rem;
    height: 2.4rem;
  }
}
.carSec__box {
  margin-top: 9.4rem;
  background-color: #fff;
  padding: 6rem 0 6.5rem;
}
@media screen and (max-width: 1024px) {
  .carSec__box {
    margin-top: 7rem;
    padding: 0;
  }
}
.carSec__row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .carSec__row {
    padding: 0 3.4rem;
  }
}
.carSec__row:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.1rem;
  height: 100%;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .carSec__row:before {
    content: none;
  }
}
@media screen and (max-width: 1024px) {
  .carSec__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carSec__row + .carSec__row {
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .carSec__row + .carSec__row {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .carSec__row:last-of-type .carSec__item {
    padding-bottom: 5.6rem;
  }
  .carSec__row:last-of-type .carSec__item:after {
    content: none;
  }
}
.carSec__item {
  width: 50%;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .carSec__item {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 4rem;
    position: relative;
  }
  .carSec__item:after {
    content: "";
    display: block;
    height: 0.1rem;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.carSec__item:nth-of-type(2) {
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .carSec__item:nth-of-type(2) {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.carSec__item:nth-of-type(2) .carSec__itemLink {
  margin-left: 7.6rem;
  -webkit-transform: translateY(0.1rem);
     -moz-transform: translateY(0.1rem);
      -ms-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}
@media screen and (max-width: 1024px) {
  .carSec__item:nth-of-type(2) .carSec__itemLink {
    margin-left: unset;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.carSec__itemLink {
  background-color: #041D41;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27rem;
  height: 4.6rem;
  border-radius: 100rem;
  margin-right: 7.3rem;
  position: relative;
  line-height: 0.1;
}
@media screen and (max-width: 1024px) {
  .carSec__itemLink {
    margin-right: unset;
  }
}
.carSec__itemLink:hover {
  color: #FFFFFF;
}
.carSec__itemLink:after {
  content: "";
  position: absolute;
  display: block;
  height: 1.1rem;
  width: 0.7rem;
  right: 1.3rem;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='PC' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fefeff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M6.72,6.11L1.34,11l-1.34-1.22,4.71-4.28L0,1.22,1.34,0l5.38,4.89c.18.16.28.38.28.61s-.1.45-.28.61Z'/%3E%3C/svg%3E") center/cover no-repeat;
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait; /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */