@charset "UTF-8";

:root {
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-sans: "Noto Sans JP", sans-serif;
  --font-family-serif: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  --font-family-ja: "Noto Sans JP", sans-serif;
  --font-family-en: "Oswald", sans-serif;
  --font-family-title: "Oswald", sans-serif;
  --font-size-base: 24rem;
  --font-size-small-1: 24rem;
  --font-size-small-2: 20rem;
  --font-size-small-3: 16rem;
  --font-size-large-1: 61rem;
  --font-size-large-2: 24rem;
  --font-size-large-3: 40rem;
  --font-size-large-4: 52rem;
  --font-weight-base: 400;
  --font-weight-title: 700;
  --letter-spacing-base: 0;
  --letter-spacing-title: 0;
  --line-height-base: 1.5;
  --line-height-title: 1;
  --color-base: #fff;
  --color-1: #FFEE00;
  --color-2: black;
  --color-3: black;
  --color-accent-1: #B90000;
  --color-accent-2: black;
  --color-caution: red;
  --color-link: blue;
  --color-shadow: black;
  --background-color-base: white;
  --background-color-1: white;
  --spacing-1: 4rem;
  --spacing-2: 8rem;
  --spacing-3: 12rem;
  --spacing-4: 16rem;
  --spacing-5: 20rem;
  --spacing-6: 24rem;
  --spacing-7: 28rem;
  --spacing-8: 32rem;
  --spacing-9: 36rem;
  --spacing-10: 40rem;
  --spacing-11: 44rem;
  --spacing-12: 48rem;
  --spacing-13: 52rem;
  --spacing-14: 56rem;
  --spacing-15: 60rem;
  --spacing-16: 64rem;
  --spacing-17: 68rem;
  --spacing-18: 72rem;
  --spacing-19: 76rem;
  --spacing-20: 80rem;
  --spacing-21: 84rem;
  --spacing-22: 88rem;
  --spacing-23: 92rem;
  --spacing-24: 96rem;
  --spacing-25: 100rem;
  --layer-loading: 60;
  --layer-header: 50;
  --layer-modal: 40;
  --layer-full-screen-overlay: 30;
  --layer-original-select: 20;
  --layer-floating: 10;
  --layer-default: 1;
  --border-base: max(1rem, 1px) solid black;
  --header-height: 80rem;
  --hover-opacity: 0.7;
  --transition-duration: .5s;
  --transition-timing-function: cubic-bezier(0.65, 0, 0.076, 1);
  --padding--rem: 15rem;
  --container-width: calc(1250px + 40rem * 2);
  --container-width--narrow: calc(1000px + 40rem * 2);
  --container-width--wide: calc(1440px + 40rem * 2);
  --container-width--no-unit: 390;
}

/*
* foundation
* destyle.cssとベーススタイル
*/

/* destyle
--------------------------------------------------*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

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

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* base
--------------------------------------------------*/

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: calc(100vw / var(--container-width--no-unit));
}

body {
  position: relative;
  top: auto;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-base);
  font-family: var(--font-family-base);
  color: var(--color-base);
  background-color: var(--background-color-base);
  overflow-x: hidden;
  overflow-wrap: break-word;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

body.is-scroll-lock {
  overflow: hidden !important;
}

body.is-scroll-lock-windows {
  position: fixed !important;
  overflow-y: scroll !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  cursor: pointer;
  display: inline-block;
}

/* Swiper | フェードモード時 共通設定 */

.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

/*
* layouts
* paddingやmarginといったレイアウトに関する設定
*/

/* container
--------------------------------------------------*/

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--padding--rem);
  max-width: var(--container-max-width);
  --container-max-width: var(--container-width);
}

.container._narrow {
  --container-max-width: var(--container-width--narrow);
}

.container._wide {
  --container-max-width: var(--container-width--wide);
}

/*
* components
* コンポーネント - サイト全体で使いまわせる小さい粒度のモジュール
*/

/*
* sections
* コンポーネントやブロックの集合体 - ページレイアウトを構成する要素
*/

/* header
--------------------------------------------------*/

.header {
  background-color: #fff;
  height: 80rem;
  display: flex;
  align-items: center;
}

.header__logo {
  max-width: 190rem;
  margin-left: auto;
  margin-right: auto;
}

/* first-view
--------------------------------------------------*/

.first-view {
  position: relative;
}

.first-view__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.first-view__bg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 100%;
  height: 100%;
}

.first-view__container {
  position: relative;
  z-index: 1;
  padding-top: 53rem;
  padding-bottom: 37rem;
}

.first-view__text-content {
  padding: 0 17rem;
  font-weight: bold;
}

.first-view__title {
  margin-top: 16rem;
  font-size: var(--font-size-large-1);
  font-family: var(--font-family-title);
  line-height: 1;
}

.first-view__title .cr-1 {
  color: var(--color-1);
}

.first-view__label {
  font-size: var(--font-size-small-2);
  margin-top: 20rem;
  text-shadow: 0 0 6rem rgba(0, 0, 0, 0.8);
  background-color: var(--color-accent-1);
  display: inline-block;
  padding: 4rem 12rem;
}

.first-view__img-content img {
  width: 100%;
  max-height: 100%;
}

.first-view__btn-content {
  padding-top: 20rem;
}

.first-view__btn-content-inner {
  display: flex;
  flex-direction: column;
}

.first-view__btn {
  position: relative;
  height: 120rem;
  border-radius: 26rem;
  border: solid 3rem #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s;
}

.first-view__btn + .first-view__btn {
  margin-top: 12rem;
}

.first-view__btn._user {
  background-image: linear-gradient(to bottom, #2562db, #00349b);
}

.first-view__btn._user .first-view__btn-text {
  margin-left: -48rem;
}

.first-view__btn._business {
  background-image: linear-gradient(to bottom, #f69c00, #eb7500 56%, #b15900);
}

.first-view__btn-text {
  font-size: var(--font-size-small-1);
}

.first-view__btn-icon {
  width: 48rem;
  height: 48rem;
  position: absolute;
  top: 50%;
  right: 24rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.first-view__copyright-content {
  padding-top: 69rem;
}

.first-view__copyright {
  font-size: var(--font-size-small-3);
  text-align: center;
}

/*
* utility
* ユーティリティークラス - どこでも使えるヘルパークラス
*/

/* display
--------------------------------------------------*/

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.visibility-collapse {
  visibility: collapse !important;
}

/* hover
--------------------------------------------------*/

.hover-opacity {
  transition-property: opacity;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
}

.hover-opacity:hover {
  opacity: var(--hover-opacity);
}

.hover-underline:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

/* index | ページ固有スタイル
--------------------------------------------------*/

@media only screen and (min-width: 769px) {
  :root {
    --font-size-base: 42rem;
    --font-size-small-1: 36rem;
    --font-size-small-2: 30rem;
    --font-size-small-3: 16rem;
    --font-size-large-1: 99rem;
    --font-size-large-2: 26rem;
    --font-size-large-3: 50rem;
    --font-size-large-4: 60rem;
  }

  :root {
    --line-height-base: 1.5;
  }

  :root {
    --header-height: 100rem;
  }

  :root {
    --padding--rem: 40rem;
  }

  :root {
    --container-width--no-unit: 1330;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .header {
    height: 104rem;
  }

  .header__logo {
    max-width: 238rem;
  }

  .first-view__container {
    padding-top: 137rem;
    padding-bottom: 20rem;
  }

  .first-view__text-content {
    padding: 0;
    padding-left: 62rem;
  }

  .first-view__img-content {
    position: absolute;
    top: 34rem;
    right: -41rem;
    z-index: -1;
  }

  .first-view__img-content-inner {
    max-width: 811rem;
  }

  .first-view__btn-content {
    padding-top: 88rem;
  }

  .first-view__btn-content-inner {
    flex-direction: row;
    justify-content: center;
  }

  .first-view__btn {
    width: 490rem;
    height: 223rem;
  }

  .first-view__btn + .first-view__btn {
    margin-top: 0;
    margin-left: 24rem;
  }

  .first-view__btn-icon {
    width: 64rem;
    height: 64rem;
    right: 32rem;
  }

  .first-view__copyright-content {
    padding-top: 52rem;
  }

  .mobile-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1331px) {
  html {
    font-size: 1px;
  }
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (hover: hover) {
  .first-view__btn:hover {
    opacity: 0.7;
  }
}