@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&family=Noto+Serif+JP:wght@400;700&display=swap");
/* used font */
/* -----------------------------
font-family: 'ヒラギノ角ゴ ProN', 'Noto Serif JP',	YuMincho, 'Yu Mincho', serif;
font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif; => font-weight: 500;
font-family: 'GFS Didot', serif;
----------------------------- */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
  word-spacing: 1px;
}

body {
  letter-spacing: 0.1em;
}

html,
body,
h1,
p,
ul,
li,
a,
div {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  color: #1a1a1a;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  text-decoration: none;
}

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

a:hover {
  opacity: 1;
  text-decoration: none;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #1a1a1a;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  height: auto;
  height: 100%;
  margin: 0;
  padding: 0;
}

p {
  color: #1a1a1a;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.6;
}

/* PC／SP改行 ---ブレークポイント指定で改行変更--- */
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}
.sp {
  display: none;
}

.tab {
  display: none;
}

/* PC・SP表示 */
@media screen and (max-width: 1024px) {
  .pc-tab {
    display: none;
  }

  .tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/* common */
.inner {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .inner {
    max-width: 1140px;
  }
}

@media (min-width: 768px) {
  span.block {
    display: block;
  }
}

span.block-sp {
  display: block;
}
@media (min-width: 768px) {
  span.block-sp {
    display: inherit;
  }
}

.animate-set {
  opacity: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  br.sp {
    display: none;
  }
}

/* --------------------
footer
---------------------*/
footer {
  background: #363736;
  text-align: center;
}
footer p {
  color: #fff;
  font-size: 0.5rem;
  padding-bottom: 8px;
  padding-top: 24px;
}

/* --------------------
conversion
---------------------*/
.conversion {
  background: #1c4479;
  background: linear-gradient(90deg, #1c4479 0%, #0e2544 50%, #0e182a 100%);
  overflow: hidden;
}
.conversion.z-index {
  position: relative;
  z-index: 5;
}
.conversion .inner {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .conversion .inner {
    position: relative;
  }
}
.conversion h1 {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
  text-align: left;
}
@media (min-width: 768px) {
  .conversion h1 {
    font-size: 1.5rem;
    text-align: left;
  }
}
.conversion p {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  .conversion p {
    max-width: calc(100% - 200px);
    position: relative;
    text-align: left;
    z-index: 3;
  }
}
.conversion .link {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .conversion .link {
    justify-content: left;
  }
}
.conversion .link .btn {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  position: relative;
  transition: 0.3s;
  z-index: 10;
}
@media (min-width: 768px) {
  .conversion .link .btn {
    height: auto;
    max-width: 380px;
    width: 100%;
  }
}
.conversion .link .btn:last-child {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .conversion .link .btn:last-child {
    margin-left: 2rem;
  }
}
.conversion .link .btn:hover {
  box-shadow: none;
  transform: translateY(-5px);
}
.conversion .link .btn img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.conversion .image {
  display: none;
}
@media (min-width: 1024px) {
  .conversion .image {
    bottom: -0.75rem;
    display: block;
    height: 100%;
    max-height: 260px;
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 2;
  }
  .conversion .image img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

/* --------------------
feature
---------------------*/
.feature .layer {
  background: #363736;
  position: relative;
  z-index: 2;
}
.feature .inner {
  padding-bottom: 2rem;
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .feature .inner {
    max-width: 100%;
  }
}
.feature h1 {
  align-items: flex-start;
  color: #fff;
  display: inline-block;
  display: flex;
  flex-direction: column;
  font-family: "GFS Didot", serif;
  font-size: 3.5rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-bottom: 3rem;
  opacity: 0.2;
  position: relative;
}
@media (min-width: 768px) {
  .feature h1 {
    align-items: flex-end;
    flex-direction: row;
    font-size: 8rem;
  }
}
.feature h1 span {
  display: block;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-left: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: right;
}
@media (min-width: 768px) {
  .feature h1 span {
    display: inline-block;
    font-size: 2rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .feature .contents {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
  .feature .contents:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .feature .contents p span {
    font-size: 0.875rem;
  }
}
.feature .contents .image {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .feature .contents .image {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .feature .contents .image.ml {
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) {
  .feature .contents .image.mr {
    margin-right: -2rem;
  }
}
.feature .contents img {
  height: 100%;
  width: 100%;
}
.feature .text {
  background-repeat: no-repeat;
  overflow-y: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .feature .text {
    width: 50%;
  }
}
.feature .text:before {
  background-color: #fcfcfc;
  content: "";
  display: block;
  height: 1px;
  left: -0.825rem;
  opacity: 0.3;
  position: absolute;
  top: 0rem;
  transform: rotate(90deg);
  width: 4rem;
}
@media (min-width: 1024px) {
  .feature .text:before {
    left: 3rem;
    width: 10rem;
  }
}
.feature .text div {
  background-color: #363736;
  height: 100%;
  padding: 2.5rem 1rem;
}
@media (min-width: 1024px) {
  .feature .text div {
    padding: 6rem 8rem;
  }
}
.feature .text span {
  color: #fff;
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .feature .text span {
    font-size: 1.2rem;
  }
}
.feature .text span.en {
  font-family: "GFS Didot", serif;
}
.feature .text h2 {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1.375rem;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .feature .text h2 {
    font-size: 2rem;
  }
}
.feature .text h2 span {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1.375rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .feature .text h2 span {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.feature .text p {
  color: #fff;
}
@media (min-width: 1024px) {
  .feature .text p {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
  }
  .feature .text p span {
    margin-bottom: 0.875rem;
  }
}

/* --------------------
reason
---------------------*/
.reason .inner {
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .reason .inner {
    padding-bottom: 5rem;
  }
}
.reason .inner i {
  color: #354343;
  font-size: 40px;
  margin: 0.25rem 0 1rem;
  text-align: center;
  width: 100%;
}
.reason .inner .marker {
  background: linear-gradient(transparent 60%, #dec81a 60%);
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin: auto;
  margin-top: 1rem;
  text-align: center;
  width: 80px;
}
.reason h1 {
  color: #363736;
  display: block;
  font-family: "GFS Didot", serif;
  font-size: 3.5rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-bottom: 3rem;
  opacity: 0.2;
  padding-right: 16px;
  position: relative;
  text-align: right;
}
@media (min-width: 768px) {
  .reason h1 {
    align-items: flex-end;
    display: flex;
    flex-direction: row-reverse;
    font-size: 8rem;
    margin-bottom: 5rem;
    padding-right: 0;
  }
}
.reason h1 span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-left: auto;
  text-align: left;
  width: 200px;
}
@media (min-width: 768px) {
  .reason h1 span {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0.5rem;
    text-align: right;
    width: auto;
  }
}
.reason .contents {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .reason .contents {
    flex-direction: row;
  }
}
.reason .contents .image {
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .reason .contents .image {
    width: 50%;
  }
}
.reason .contents .image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.reason .contents .text {
  overflow: hidden;
  padding: 3.5rem 1rem;
  position: relative;
}
.reason .contents .text > span {
  display: block;
  font-family: "GFS Didot", serif;
  font-size: 0.825rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .reason .contents .text > span {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .reason .contents .text {
    width: 50%;
  }
}
.reason .contents .text h2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .reason .contents .text h2 {
    font-size: 2rem;
  }
}
.reason .contents .text p span {
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
}
@media (min-width: 768px) {
  .reason .contents .text p span {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.reason .comparison {
  background-image: url(../img/common/bg-gray.jpg);
}
.reason .comparison .inner {
  display: flex;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .reason .comparison .inner {
    justify-content: center;
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
.reason .comparison .inner img {
  height: auto;
  width: 100%;
}

/* --------------------
archivement
---------------------*/
.archivement {
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 15rem;
  position: relative;
  width: 100%;
}
.archivement:before {
  background-color: #333433;
  bottom: 2.5rem;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -2.5rem;
  transform: skewY(-5deg) translateY(-90px);
  z-index: 1;
}
.archivement h1 {
  align-items: flex-end;
  color: #fff;
  display: inline-block;
  display: flex;
  flex-direction: column;
  font-family: "GFS Didot", serif;
  font-size: 3.5rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0.2;
  position: relative;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .archivement h1 {
    flex-direction: row;
    font-size: 8rem;
  }
}
.archivement h1 span {
  display: block;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-left: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: right;
}
@media (min-width: 768px) {
  .archivement h1 span {
    display: inline-block;
    font-size: 2rem;
    padding-bottom: 0.5rem;
  }
}
.archivement > h2 {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1.5rem;
  margin-top: 2rem;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .archivement > h2 {
    font-size: 2rem;
  }
}

.swiper-container {
  margin-top: 3rem;
  padding-bottom: 5rem;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-bullet {
  background: #cecece;
  height: 10px;
  width: 10px;
}

.swiper-slide {
  text-align: center;
}
.swiper-slide h2 {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-bottom: 1.5em;
  position: relative;
}
@media (min-width: 768px) {
  .swiper-slide h2 {
    font-size: 1.25rem;
  }
}
.swiper-slide h2:before {
  background-color: #fff;
  border-radius: 2px;
  bottom: -12px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px;
}
.swiper-slide h3 {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
}
.swiper-slide h3:after {
  background-color: #fff;
  bottom: -6px;
  content: "";
  display: inline-block;
  height: 1px;
  left: calc(50% - 30px);
  position: absolute;
  width: 60px;
}
.swiper-slide p {
  color: #fff;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .swiper-slide p {
    font-size: 0.875rem;
  }
}
.swiper-slide img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 280px;
}
@media (min-width: 1024px) {
  .swiper-slide img {
    width: 360px;
  }
}

/* --------------------
brand
---------------------*/
.brand {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .brand {
    padding-bottom: 5rem;
  }
}
.brand .inner {
  position: relative;
  z-index: 3;
}
.brand .inner > h2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1.5rem;
  margin-top: 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .brand .inner > h2 {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.brand .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .brand .items {
    margin-top: 0;
  }
}
.brand .items .item {
  margin-bottom: 16px;
  margin-right: 16px;
  margin-top: 16px;
  text-align: center;
  width: calc(33.33333% - 16px * 2 / 3);
}
.brand .items .item:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .brand .items .item {
    margin-bottom: 40px;
    margin-right: 48px;
    margin-top: 48px;
    width: calc(16.666666% - 48px * 5 / 6);
  }
  .brand .items .item:nth-child(3n) {
    margin-right: 48px;
  }
  .brand .items .item:nth-child(4n) {
    margin-right: 48px;
  }
  .brand .items .item:nth-child(6n) {
    margin-right: 0;
  }
}
.brand .items .item > div {
  height: 40px;
  width: auto;
}
@media (min-width: 768px) {
  .brand .items .item > div {
    height: 80px;
  }
}
.brand .items .item > div img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.brand .items .item h3 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

/* --------------------
voice
---------------------*/
.voice .bg {
  overflow: hidden;
  padding-bottom: 5rem;
  position: relative;
}
.voice .bg:before {
  background-color: #363736;
  bottom: -10rem;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: skewY(-5deg) translateY(90px);
  z-index: 1;
}
.voice h1 {
  color: #ffffff;
  display: block;
  font-family: "GFS Didot", serif;
  font-size: 3.5rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0.2;
  padding-right: 1rem;
  padding-top: 7rem;
  position: relative;
  text-align: right;
  z-index: 3;
}
@media (min-width: 768px) {
  .voice h1 {
    align-items: flex-end;
    display: flex;
    flex-direction: row-reverse;
    font-size: 8rem;
    margin-bottom: 5rem;
    padding-right: 0;
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .voice h1 {
    padding-top: 3rem;
  }
}
.voice h1 span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-left: auto;
  text-align: left;
  width: 150px;
}
@media (min-width: 768px) {
  .voice h1 span {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0.5rem;
    width: auto;
  }
}
.voice h2 {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1.5rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .voice h2 {
    font-size: 2rem;
  }
}
.voice .inner {
  position: relative;
  z-index: 3;
}
.voice .inner > div {
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .voice .inner > div {
    height: 100%;
    max-height: 100%;
    overflow-x: visible;
    white-space: normal;
    width: 100%;
  }
}
.voice .inner > div img {
  height: 480px;
}
@media (min-width: 768px) {
  .voice .inner > div img {
    -o-object-fit: cover;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

/* --------------------
step
---------------------*/
section.step {
  position: relative;
}
section.step:before {
  display: none;
}
@media (min-width: 768px) {
  section.step:before {
    background-color: #f3f3f3;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 17rem;
    top: 20.5rem;
    transform: rotate(-7deg);
    width: 100%;
    z-index: 2;
  }
}
section.step .bg h1 {
  display: inline-block;
  display: flex;
  flex-direction: column;
  font-family: "GFS Didot", serif;
  font-size: 3.5rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0.2;
  padding-left: 1rem;
  position: relative;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  section.step .bg h1 {
    align-items: flex-end;
    flex-direction: row;
    font-size: 8rem;
    padding-left: 0;
  }
}
section.step .bg h1 span {
  display: block;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-left: 1rem;
  margin-top: 0.875rem;
  padding-bottom: 0.25rem;
  text-align: left;
}
@media (min-width: 768px) {
  section.step .bg h1 span {
    display: inline-block;
    font-size: 2rem;
    margin-left: 0.25rem;
    margin-top: 0;
    padding-bottom: 0.5rem;
    text-align: right;
  }
}
section.step .bg > h2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1.5rem;
  margin-top: 2rem;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (min-width: 768px) {
  section.step .bg > h2 {
    font-size: 2rem;
  }
}
section.step .contents {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 0;
  max-width: 1140px;
  overflow-x: auto;
  position: relative;
  white-space: nowrap;
  z-index: 3;
}
@media (min-width: 768px) {
  section.step .contents {
    flex-direction: row;
    margin-top: 3rem;
  }
}
section.step .contents .content {
  display: inline-block;
  margin-left: 24px;
  margin-right: 40px;
  overflow-y: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  section.step .contents .content {
    margin-right: 24px;
    margin-top: 24px;
    width: calc(33.33333% - 24px * 2 / 3);
  }
}
section.step .contents .content:nth-child(1) {
  border-bottom: solid 1px #e0e0e0;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  section.step .contents .content:nth-child(1) {
    border: none;
    margin-top: 6rem;
  }
}
section.step .contents .content:nth-child(2) {
  border-bottom: solid 1px #e0e0e0;
  margin-top: 6rem;
}
@media (min-width: 768px) {
  section.step .contents .content:nth-child(2) {
    border: none;
    margin-top: 3rem;
  }
}
section.step .contents .content:nth-child(3) {
  border-bottom: solid 1px #e0e0e0;
  margin-right: 2rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  section.step .contents .content:nth-child(3) {
    border: none;
    margin-right: 0;
    margin-top: 0;
  }
}
section.step .contents .content .image {
  height: auto;
  margin: auto;
  max-width: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  section.step .contents .content .image {
    height: 100%;
    width: 100%;
  }
}
section.step .contents .content .image img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}
section.step .contents .content h2 {
  align-items: center;
  display: flex;
  justify-content: center;
}
section.step .contents .content h2::before,
section.step .contents .content h2::after {
  background: #1a1a1a;
  content: "";
  flex-grow: 0.05;
  height: 2px;
}
section.step .contents .content h2::before {
  margin-right: 20px;
}
section.step .contents .content h2::after {
  margin-left: 20px;
}
section.step .contents .content h2,
section.step .contents .content h3 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}
section.step .contents .content p {
  font-size: 0.75rem;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  section.step .contents .content p {
    font-size: 0.875rem;
  }
}
section.step .contents .content p a {
  color: #0851f9;
  font-weight: bold;
  text-decoration: underline;
}

/* --------------------
flow
---------------------*/
.flow {
  background-image: url(../img/common/bg-gray.jpg);
}
@media (min-width: 768px) {
  .flow {
    background-image: none;
  }
}
.flow .bg {
  position: relative;
}
.flow .bg:before {
  display: none;
}
@media (min-width: 768px) {
  .flow .bg:before {
    background-image: url(../img/common/bg-gray.jpg);
    bottom: 0;
    content: "";
    display: block;
    left: -3rem;
    position: absolute;
    right: 0;
    top: -12rem;
    transform: skewY(-5deg) translateY(90px);
    z-index: 3;
  }
}
.flow .bg > h1 {
  color: #363736;
  display: block;
  font-family: "GFS Didot", serif;
  font-size: 3.5rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  opacity: 0.2;
  padding-right: 1rem;
  padding-top: 0;
  position: relative;
  text-align: right;
  top: 0;
  z-index: 4;
}
@media (min-width: 768px) {
  .flow .bg > h1 {
    align-items: flex-end;
    display: flex;
    flex-direction: row-reverse;
    font-size: 8rem;
    padding-right: 0;
    top: -3rem;
  }
}
@media (min-width: 1024px) {
  .flow .bg > h1 {
    padding-top: 3rem;
    top: -8rem;
  }
}
.flow .bg > h1 span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-left: auto;
  text-align: left;
  width: 164px;
}
@media (min-width: 768px) {
  .flow .bg > h1 span {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0.5rem;
    text-align: right;
    width: auto;
  }
}
.flow .bg > h2 {
  color: #363736;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1.5rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
  position: relative;
  text-align: center;
  z-index: 4;
}
@media (min-width: 768px) {
  .flow .bg > h2 {
    font-size: 2rem;
    margin-top: 0;
  }
}
.flow .cards {
  margin: auto;
  max-width: 1140px;
  padding: 0 16px;
  position: relative;
  z-index: 4;
  padding-bottom: 80px;
}
.flow .cards .card {
  align-items: center;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
  min-height: 160px;
}
.flow .cards .card:last-child {
  margin-bottom: 0;
}
.flow .cards .card > span {
  bottom: 0;
  color: #36373612;
  display: block;
  font-family: "GFS Didot", serif;
  font-size: 10rem;
  height: 100%;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 180px;
  z-index: 1;
}
@media (min-width: 768px) {
  .flow .cards .card > span {
    bottom: -10px;
    color: #36373629;
    font-size: 10rem;
    height: 100%;
    letter-spacing: -7px;
    line-height: 0.8;
    position: relative;
    width: 180px;
  }
}
.flow .cards .card div {
  padding: 0.5rem 1rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .flow .cards .card div {
    margin-left: 60px;
    margin-right: 24px;
    padding-bottom: 0;
    padding-top: 0;
    width: calc(100% - 264px);
  }
}
.flow .cards .card div h2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  margin-top: 0.875rem;
  width: 100%;
}
.flow .cards .card div p {
  margin-bottom: 0.875rem;
}
.flow .cards .card div p span {
  font-size: 0.75rem;
  width: 100%;
}
@media (min-width: 768px) {
  .flow .cards .card div p span {
    font-size: 0.875rem;
  }
}
.flow .staff-image {
  margin: auto;
  max-width: 1140px;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.flow .staff-image img {
  height: auto;
  width: 100%;
}

/* --------------------
faq
---------------------*/
.faq {
  background-image: url(../img/common/bg-gray.jpg);
}
.faq > h1 {
  display: inline-block;
  display: flex;
  flex-direction: column;
  font-family: "GFS Didot", serif;
  font-size: 3rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0.2;
  position: relative;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .faq > h1 {
    align-items: flex-end;
    flex-direction: row;
    font-size: 8rem;
  }
}
.faq > h1 span {
  display: block;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-left: 0.25rem;
  margin-left: 1rem;
  margin-top: 0.5rem;
  padding-bottom: 0.25rem;
  text-align: left;
}
@media (min-width: 768px) {
  .faq > h1 span {
    display: inline-block;
    font-size: 2rem;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0.5rem;
    text-align: right;
  }
}
.faq > h2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1.5rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .faq > h2 {
    font-size: 2rem;
  }
}
.faq .inner {
  padding-bottom: 5rem;
}
.faq details {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-bottom: 1.5rem;
  max-width: 768px;
  transition: 0.5s;
}
.faq details .title-icon {
  border-right: solid 1px #363736;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1rem;
  margin: 0.5rem 1.5rem 0.5rem 0;
  padding: 0 0.75rem;
}
@media (min-width: 768px) {
  .faq details .title-icon {
    font-size: 1.5rem;
    padding: 0 1.5rem;
  }
}
.faq details p {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 0.875rem;
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .faq details p {
    font-size: 1rem;
  }
}
.faq details summary {
  background-color: #fff;
  list-style: none;
  outline: none;
  position: relative;
}
.faq details summary:hover {
  cursor: pointer;
}
.faq details summary > div {
  align-items: center;
  display: flex;
  justify-items: center;
  padding: 0.5rem 0;
}
.faq details summary > div p {
  font-size: 0.875rem;
  margin-right: 3rem;
}
@media (min-width: 768px) {
  .faq details summary > div p {
    font-size: 1rem;
    margin-right: 1.5rem;
  }
}
.faq details summary::-webkit-details-marker {
  display: none;
}
.faq details .answer {
  background-color: #f5f5f5;
}
.faq details .answer > div {
  align-items: center;
  display: flex;
  justify-items: center;
  padding: 0.5rem 0;
}

details[open] summary:after {
  content: "";
  display: block;
  font-family: "Material Icons";
  font-size: 24px;
  position: absolute;
  right: 8px;
  top: 6px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media (min-width: 768px) {
  details[open] summary:after {
    right: 24px;
    top: 18px;
  }
}
details[open] .answer {
  -webkit-animation: fadeIn 0.5s ease;
  animation: fadeIn 0.5s ease;
  transform-origin: center center;
}

details summary:after {
  content: "";
  display: block;
  font-family: "Material Icons";
  font-size: 24px;
  position: absolute;
  right: 8px;
  top: 6px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media (min-width: 768px) {
  details summary:after {
    right: 24px;
    top: 18px;
  }
}

/* --------------------
company
---------------------*/
.company {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .company {
    background-image: url(/img/company/bg-car.jpg);
    background-position: -40% 100px;
    background-repeat: no-repeat;
    background-size: 50%;
    min-height: 680px;
  }
}
.company h1 {
  color: #363736;
  display: block;
  font-family: "GFS Didot", serif;
  font-size: 3rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0.2;
  position: relative;
  text-align: right;
}
@media (min-width: 768px) {
  .company h1 {
    align-items: flex-end;
    display: flex;
    flex-direction: row-reverse;
    font-size: 8rem;
    margin-bottom: 5rem;
  }
}
.company h1 span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-left: auto;
  margin-top: 0.875rem;
  text-align: left;
  width: 100px;
}
@media (min-width: 768px) {
  .company h1 span {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0.5rem;
    margin-top: 0;
    text-align: right;
    width: 180px;
  }
}
.company .inner {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 768px) {
  .company .inner {
    flex-direction: row;
  }
}
.company .inner .text {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media (min-width: 768px) {
  .company .inner .text {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 1rem;
    width: 50%;
  }
}
.company .inner .text > h2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .company .inner .text > h2 {
    font-size: 2rem;
  }
}
.company .inner .text dl {
  display: flex;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  margin-bottom: 0.875rem;
}
.company .inner .text dl dt {
  font-size: 0.875rem;
  width: 80px;
}
@media (min-width: 768px) {
  .company .inner .text dl dt {
    font-size: 1rem;
    width: 130px;
  }
}
.company .inner .text dl dd {
  font-size: 0.875rem;
  width: calc(100% - 80px);
}
@media (min-width: 768px) {
  .company .inner .text dl dd {
    font-size: 1rem;
    width: calc(100% - 130px);
  }
}
.company .inner .text dl dd a {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .company .inner .text dl dd a {
    font-size: 1rem;
  }
}
.company .inner .text dl dd .font-size {
  font-size: 0.75rem;
}
.company .inner .image {
  width: 100%;
}
@media (min-width: 768px) {
  .company .inner .image {
    width: 50%;
  }
}
.company .inner .image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fixed-btn {
  align-items: center;
  background-color: #000000a0;
  bottom: 0;
  display: flex;
  justify-content: center;
  justify-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: fixed;
  transition: 0.5s;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 768px) {
  .fixed-btn {
    height: 64px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.fixed-btn a {
  align-items: center;
  border-radius: 0.25rem;
  color: #fff;
  display: flex;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 0.75rem;
  font-weight: bold;
  height: 42px;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  max-width: 300px;
  padding: 0.5rem;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 768px) {
  .fixed-btn a {
    font-size: 1rem;
  }
}
.fixed-btn a:first-child {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .fixed-btn a:first-child {
    margin-right: 3rem;
  }
}
.fixed-btn a img {
  height: 1.25rem;
  margin-right: 0.5rem;
}
.fixed-btn a.fixed-tel {
  background: #48bead;
  background: linear-gradient(121deg, #48bead 0%, #48bead 50%, #4eafc6 100%);
}
.fixed-btn a.fixed-line {
  background: #01b903;
  background: linear-gradient(121deg, #01b903 0%, #01b903 50%, #3c9a3d 100%);
}
.fixed-btn a.fixed-line .font {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 0.875rem;
}
/*# sourceMappingURL=sourcemaps/style.css.map */
