@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 {
  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 {
  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: 0;
}

ol,
ul,
dl {
  margin-bottom: 0;
  margin-top: 0;
  padding-inline: 0;
  list-style-type: none;
}

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: #007bff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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] {
  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
------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    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: 768px) {
  .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: 769px) {
  .u-wysiwygArea a {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .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: 768px) {
  .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 {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.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;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .siteHeader__innerArea {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@media print {
  .siteHeader__innerArea {
    width: 1024px;
  }
}
.siteHeader__inner {
  padding: 1rem;
  background-color: #fff;
}
.siteHeader__logoFig {
  width: 79.7rem;
  margin: 0 auto;
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  background-color: #E6E6DF;
  padding: 3.5rem 0 6rem;
}
.siteFooter__navListFlex {
  margin-top: 2.8rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.siteFooter__navListFlex > * {
  width: 43.5rem;
}
.siteFooter__infoFig {
  margin-top: 2.8rem;
}

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

body {
  font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
  overflow-y: auto;
  overflow-x: hidden;
}
/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

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

.u-pcDin {
  display: inline;
}

.u-pcDf {
  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: 768px) {
  .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: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  min-height: calc(100vh - 200px);
}
.cmnInnerContent {
  max-width: 144rem;
  width: 98rem;
  padding: 0 3.5rem;
  margin: 0 auto;
}
.cmnInnerContent.noPad {
  padding: 0;
}

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

/*====================================================================
kvSec
====================================================================*/
.kvSec {
  /*background: url("../images/top/kvSec_bg.png") center/cover no-repeat;*/
}
.kvSec__kvDateContent {
  margin-top: 0.1rem;
  position: relative;
}
.kvSec__kvDateContent .cmnInnerContent {
  position: relative;
}
.kvSec__kvDateFig {
  width: 56rem;
  margin: 0 auto;
  /*margin-left: -10.7rem;*/
}
.kvSec__kvDateFig img {
  position: relative;
}
.kvSec__kvDateFig::before {
  content: "";
  display: block;
  height: 12rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% - 0.3rem));
  background-image: linear-gradient(90deg, #ffffff, #ffffff 0%, #383736 10% 89%, #ffffff 99%);
  mix-blend-mode: multiply;
}
.kvSec__kvContentsFig {
  margin-left: -1.3rem;
  width: calc(100% + 2.3rem);
}
.kvSec__kvContentsFig2 {
  margin-left: 1rem;
  width: calc(100% + 0.1rem);
  margin-bottom: 2rem;
}
.campaignSec{
  background-color: #bae3f9;
  /* background: url("../images/top/kvSec_bg.png") center/cover no-repeat; */
  padding: 4rem 0;
}
.navSec__nav img {
  filter: drop-shadow(6px 6px 2px #666666);
}
.navSec__navList {
  padding-top: 3rem;
}
.navSec__kvContents {
  margin-top: -2rem;
}
.navSec__navFig {
  margin-left: 0rem;
  width: calc(100% + 1.6rem);
}
.navSec__nav {
  background-color: #ffffff;
}
/*.navSec__navItem:not(:first-of-type) {
  margin-top: 1.5rem;
}*/
.navSec__navItem {
  padding-bottom: 2.5rem;
}
.infoSec {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #FFFFA4;
}
.infoSec__link {
  display: block;
}
.infoSec__link:not(:first-of-type) {
  margin-top: 3.6rem;
}
.infoSec__footerFig {
  margin-top: 9rem;
}

/*====================================================================
tokuSensyaSec01
====================================================================*/
.tokuSensyaSec01 {
  background: url("../images/tokusensya/tokusensyaSec_bg-01.png") center/cover no-repeat;
}
.tokuSensyaSec01__ttlPrt {
  /*background: url("../images/tokusensya/tokusensyaSec_bg-01.png") center/cover no-repeat;*/
}
.tokuSensyaSec01__carPrt {
  /*background: url("../images/tokusensya/tokusensyaSec_bg-01.png") center/cover no-repeat;*/
  padding-bottom: 3rem;
}
.tokuSensyaSec01__carPrtcp {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.tokuSensyaSec01__carPrtTtl {
  padding-bottom: 3rem;
}
.tokuSensyaSec01__carInfo {
  position: relative;
  filter: drop-shadow(7px 7px 3px #1f3d66);
}
.tokuSensyaSec01__carInfo .carAbs {
  position: absolute;
}
/* cus */
.tokuSensyaSec01__carInfo .carAbs.car01 {
  width: 75rem;
  left: 12rem;
  top: 11rem;
}
/* closs */
.tokuSensyaSec01__carInfo .carAbs.car02 {
  width: 77rem;
  left: 11rem;
  top: 12rem;
}
/* wrv */
.tokuSensyaSec01__carInfo .carAbs.car03 {
  width: 78rem;
  left: 10rem;
  top: 13rem;
}

.tokuSensyaSec01__carInfo .txtAbs {
  position: absolute;
}
.tokuSensyaSec01__carInfo .txtAbs.txt02 {
  width: 26rem;
  left: 3.2rem;
  top: 71.2rem;
}
.tokuSensyaSec01__carInfo + .tokuSensyaSec01__carInfo {
  margin-top: 3.5rem;
}

.tokuSensyaSec02 {
  background-image: repeating-linear-gradient(180deg, #b3e6ff, #b3e6ff 10px, #4dbfff 10px, #4dbfff 20px);
}
.tokuSensyaSec02__ttlPrt {
  /*background: url("../images/tokusensya/tokusensyaSec_bg-01.png") center/cover no-repeat;*/
}
.tokuSensyaSec02__carPrt {
  /*background: url("../images/tokusensya/tokusensyaSec_bg-01.png") center/cover no-repeat;*/
  padding-bottom: 3rem;
}
.tokuSensyaSec02__carPrtcp {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.tokuSensyaSec02__carPrtTtl {
  padding-bottom: 3rem;
}
.tokuSensyaSec02__carInfo {
  position: relative;
  filter: drop-shadow(7px 7px 3px #1f3d66);
}
.tokuSensyaSec02__carInfo .carAbs {
  position: absolute;
}
.tokuSensyaSec02__carInfo .carAbs.car01 {
  width: 72rem;
  left: 15rem;
  top: 5rem;
}
.tokuSensyaSec02__carInfo .carAbs.car02 {
  width: 72rem;
  left: 15rem;
  top: 5rem;
}
.tokuSensyaSec02__carInfo .carAbs.car03 {
  width: 71rem;
  left: 17rem;
  top: 6rem;
}
/* 夏得 */
/* box */
.tokuSensyaSec02__carInfo .carAbs.car04 {
  width: 70rem;
  left: 17rem;
  top: 6rem;
}
/* joy */
.tokuSensyaSec02__carInfo .carAbs.car05 {
  width: 70rem;
  left: 17rem;
  top: 6rem;
}
/* wgn */
.tokuSensyaSec02__carInfo .carAbs.car06 {
  width: 70rem;
  left: 17rem;
  top: 7rem;
}
/* fit */
.tokuSensyaSec02__carInfo .carAbs.car07 {
  width: 73rem;
  left: 15rem;
  top: 9rem;
}
/* vez */
.tokuSensyaSec02__carInfo .carAbs.car08 {
  width: 73rem;
  left: 14.5rem;
  top: 10rem;
}
/* zrv */
.tokuSensyaSec02__carInfo .carAbs.car09 {
  width: 70rem;
  left: 18rem;
  top: 9.5rem;
}
/* freed */
.tokuSensyaSec02__carInfo .carAbs.car10 {
  width: 72rem;
  left: 16rem;
  top: 9rem;
}
/* step */
.tokuSensyaSec02__carInfo .carAbs.car11 {
  width: 70rem;
  left: 18rem;
  top: 9.5rem;
}

.tokuSensyaSec02__carInfo .txtAbs {
  position: absolute;
}
.tokuSensyaSec02__carInfo .txtAbs.txt02 {
  width: 26rem;
  left: 3.2rem;
  top: 71.2rem;
}
.tokuSensyaSec02__carInfo + .tokuSensyaSec02__carInfo {
  margin-top: 3.5rem;
}


.servSec {
  background-color: #E6E6DF;
}
.servSec__inner {
  padding: 3.5rem 0;
}
.servSec__info:not(:first-of-type) {
  margin-top: -0.5rem;
}
.servSec__infoSet + .servSec__infoSet {
  margin-top: 3rem;
}
.servSec__foot {
  background-color: #fff;
}

/*====================================================================
newCar01
====================================================================*/
.newCar01__item {
  /* background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(215, 245, 132) 100%); */
}
.newCar01__item + .newCar01__item {
  /*margin-top: 1rem;*/
}
.newCar01__kvCont .cmnInnerContent {
  position: relative;
}
.newCar01__kvFig {
  position: relative;
  padding-bottom: 0rem;
}
.newCar01__kvFig img {
  position: relative;
  z-index: 1;
}
.newCar01__kvCar.relative {
  position: relative;
}
.newCar01__kvCar.relative img:first-of-type {
  position: relative;
  z-index: 1;
}
.newCar01__CarInfo {
  position: relative;
}
.newCar01__CarInfo .carAbs {
  position: absolute;
}
/* box */
.newCar01__CarInfo .carAbs.car01 {
  width: 73rem;
  left: 19.3rem;
  top: 5rem;
}
/* cus */
.newCar01__CarInfo .carAbs.car02 {
  width: 75rem;
  right: 5rem;
  top: 5rem;
}
/* step */
.newCar01__CarInfo .carAbs.car03 {
  width: 75rem;
  right: 5rem;
  top: 40rem;
}
/* spa */
.newCar01__CarInfo .carAbs.car04 {
  width: 78rem;
  right: 3rem;
  top: 4.5rem;
}
/* zrv */
.newCar01__CarInfo .carAbs.car05 {
  width: 70rem;
  right: 4rem;
  top: 10.5rem;
}
.newCar02 {
  background-color: #003476;
}
.newCar02__kv {
  background-color: #fff;
}
.newCar02__carInfo {
  margin-top: -1rem;
  position: relative;
}
.newCar02__carInfo .car {
  position: absolute;
  width: 73rem;
  right: 4rem;
  top: 16rem;
}

.backimg {
  background: url("../images/service/servicePage_bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.servicePage .serviceTtl {
  /* background-color: #6fb92c; */
  /* background: url("../images/service/servicePage_bg.png"); */
  /* background-repeat: no-repeat; */
}
.servicePage .serviceSec {
  /* background: url("../images/service/servicePage_bg.png"); */
  /* background-position: top; */
  /* background-repeat: no-repeat; */
  /* background-size: 100% 100%; */
  /* width: 100%; */
  /* height: auto; */
  /* max-width: 100%; */
  /* margin: 0 auto; */
}
.serviceSec {

}
.servicePage .serviceSec__block:first-child {
  position: relative;
  margin-bottom: 3rem;
}
.servicePage .serviceSec__block:nth-child(2) {
  position: relative;
  margin-bottom: 3rem;
}
.servicePage .serviceSec__block:last-child {
  margin-bottom: 0rem;
}
.serviceSec__block {
  margin-bottom: 3%;
}
.servicePage .serviceSec__extLinkBtn {
  position: absolute;
  bottom: 43rem;
  right: 3rem;
  width: 100%;
  max-width: 32rem;
  height: auto;
  transition: 0.3s ease-in-out;
}
.servicePage .serviceSec__extLinkBtn02 {
  position: absolute;
  bottom: 1.7rem;
  left: 1.7rem;
  /* right: 3rem; */
  width: 100%;
  max-width: 38rem;
  height: auto;
  transition: 0.3s ease-in-out;
}
.servicePage .serviceSec__extLinkBtn:hover {
  opacity: 0.8;
}
.servicePage .serviceSec__extLinkBtn02:hover {
  opacity: 0.8;
}
.servicePage .serviceSec:first-child {
  /*margin: 4rem auto 0;*/
}
.servicePage .serviceSec {
  padding: 0rem 0 4rem;
}

/*====================================================================
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 {
    break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */