@charset "UTF-8";
/*
	File Name   : webfont.scss
	Description : webfont用
*/
/*------------------------------------------------------*/
/* web font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*
font-family: 'Noto Sans JP', sans-serif;
font-weight:400;
font-weight:500;
font-weight:700;
*/
/*
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS. 
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

iframe {
  border: none;
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Sections
   ========================================================================== */
li {
  list-style: none;
}

ol, ul, dl, p {
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 100%;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

@media screen and (min-width: 768px) {
  .sp-view {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-view {
    display: block !important;
  }
  .pc-view {
    display: none !important;
  }
}
/* Body setting
------------------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 16px;
  }
}

#container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#main {
  position: relative;
  z-index: 1;
}

/* header
------------------------------------------------------------------------------- */
#header {
  position: absolute;
  z-index: 10;
  top: 43px;
  left: 60px;
  top: clamp(0px, 2.2395833333vw, 43px);
  left: clamp(0px, 3.125vw, 60px);
}
@media screen and (max-width: 767px) {
  #header {
    top: 18px;
    left: 14px;
  }
}

.header__logo {
  line-height: 0;
  width: clamp(0px, 15.9375vw, 306px);
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 119px;
  }
}

/* common
------------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  a:hover {
    opacity: 0.7;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: auto;
  }
}

/* コンテンツ
------------------------------------------------------------------------------- */
.main-ph {
  position: relative;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 780px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-ph {
    min-height: 100vh;
    min-height: 100dvh;
    height: 100dvh;
  }
}
.main-ph__img {
  line-height: 0;
}
.main-ph__img img {
  width: clamp(0px, 63.4375vw, 1218px);
}
@media screen and (max-width: 767px) {
  .main-ph__img {
    padding: 0 40px 0 40px;
  }
  .main-ph__img img {
    width: 100%;
  }
}
.main-ph__text {
  margin-top: 60px;
  margin-top: clamp(20px, 3.125vw, 60px);
  font-size: 40px;
  font-size: clamp(18px, 2.0833333333vw, 40px);
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .main-ph__text {
    margin-top: 20px;
    font-size: 20px;
  }
}

.main-ph__scroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .main-ph__scroll {
    display: block;
    width: 46px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 23px);
  }
  .main-ph__scroll a {
    display: block;
    width: 46px;
    height: 30px;
    background: url(../img/icon_scroll.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
}

/* コンテンツ1
------------------------------------------------------------------------------- */
.content1 {
  position: relative;
  background: #1A1A1A;
  height: 800px;
  height: clamp(0px, 41.6666666667vw, 800px);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content1 {
    padding: 0;
    height: 100vh;
  }
}
.content1::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  background: url(../img/content1_bg_top_pc@2x.png) 0 0 no-repeat;
  background-size: 100% 100% !important;
  width: 725px;
  height: 800px;
  width: clamp(0px, 37.7604166667vw, 725px);
  height: clamp(0px, 41.6666666667vw, 800px);
}
@media screen and (max-width: 767px) {
  .content1::before {
    background: url(../img/content1_bg_top_sp@2x.png) 0 0 no-repeat;
    width: 233px;
    height: 305px;
  }
}
.content1::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  right: 0;
  background: url(../img/content1_bg_btm_pc@2x.png) 0 0 no-repeat;
  background-size: 100% 100% !important;
  width: 635px;
  height: 800px;
  width: clamp(0px, 33.0729166667vw, 635px);
  height: clamp(0px, 41.6666666667vw, 800px);
}
@media screen and (max-width: 767px) {
  .content1::after {
    background: url(../img/content1_bg_btm_sp@2x.png) 0 0 no-repeat;
    width: 231px;
    height: 305px;
  }
}
.content1__title {
  position: relative;
  z-index: 5;
  color: #fff;
}
.content1__title__01 {
  display: block;
  font-size: 70px;
  font-size: clamp(0px, 3.6458333333vw, 70px);
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .content1__title__01 {
    font-size: 35px;
    margin-right: 0;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 20px;
  }
}
.content1__title__02 {
  display: block;
  font-size: 28px;
  font-size: clamp(0px, 1.4583333333vw, 28px);
  font-weight: 500;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .content1__title__02 {
    font-size: 18px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

/* コンテンツ2
------------------------------------------------------------------------------- */
.content2-3-wrap {
  position: relative;
  background: #CCCCCC;
  padding: 80px 80px 0px;
  padding-top: clamp(0px, 4.1666666667vw, 80px);
  padding-left: clamp(0px, 4.1666666667vw, 80px);
  padding-right: clamp(0px, 4.1666666667vw, 80px);
}
@media screen and (max-width: 767px) {
  .content2-3-wrap {
    padding: 0 !important;
  }
}

.content2 {
  position: relative;
}
.content2__box {
  background-color: #fff;
  text-align: center;
  max-width: 1750px;
  margin: 0 auto;
  border-radius: 85px;
  text-align: center;
  padding: 80px 100px 80px;
}
@media screen and (max-width: 767px) {
  .content2__box {
    border-radius: 0px;
    padding: 40px 14px;
  }
}
.content2__text {
  line-height: 1;
  font-size: 30px;
  font-size: clamp(0px, 1.5625vw, 30px);
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .content2__text {
    margin-bottom: 5px;
    font-size: 10px;
  }
}
.content2__logo {
  line-height: 0;
  margin-bottom: 20px;
}
.content2__logo img {
  width: clamp(0px, 29.375vw, 564px);
}
@media screen and (max-width: 767px) {
  .content2__logo {
    margin-bottom: 5px;
  }
  .content2__logo img {
    width: 200px;
  }
}
.content2__img {
  line-height: 0;
  margin: 0 auto;
}
.content2__img img {
  width: clamp(0px, 73.6979166667vw, 1415px);
}
@media screen and (max-width: 767px) {
  .content2__img img {
    width: 100%;
  }
}

/* コンテンツ3
------------------------------------------------------------------------------- */
.content3 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-top: clamp(95px, 7.2916666667vw, 140px);
  padding-bottom: clamp(0px, 7.2916666667vw, 140px);
}
@media screen and (max-width: 767px) {
  .content3 {
    padding: 35px 14px 45px;
  }
}
.content3 .inner {
  max-width: 1750px;
  padding-left: clamp(0px, 7.5520833333vw, 145px);
  padding-right: clamp(0px, 2.6041666667vw, 50px);
}
@media screen and (max-width: 767px) {
  .content3 .inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .content3__funciton {
    position: absolute;
    z-index: 3;
    position: absolute;
    top: 0px;
    left: 0;
    border-right: 3px solid #000;
    height: 100%;
  }
  .content3__funciton span {
    display: inline-block;
    overflow: visible;
    width: 87px;
    width: clamp(0px, 4.53125vw, 87px);
    color: #000;
    -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
            writing-mode: sideways-lr;
    font-family: "Roboto", sans-serif;
    font-size: 100px;
    font-size: clamp(0px, 5.2083333333vw, 100px);
    font-weight: 700;
    letter-spacing: 0.065em;
    line-height: 1.05;
  }
}
@media screen and (max-width: 767px) {
  .content3__funciton {
    border-bottom: 2px solid #000;
    margin-bottom: 27px;
  }
  .content3__funciton span {
    display: block;
    height: 28px;
    overflow: visible;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.065em;
    line-height: 1.05;
  }
}

.content3__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 160px;
  margin-bottom: clamp(16px, 8.3333333333vw, 160px);
}
@media screen and (max-width: 767px) {
  .content3__item {
    display: block;
    margin-bottom: 45px;
  }
}
.content3__item__ph {
  position: relative;
  z-index: 5;
  width: 49.5176848875%;
  width: clamp(0px, 40.1041666667vw, 770px);
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content3__item__ph {
    width: auto;
    margin-bottom: 15px;
  }
}
.content3__item__text-wrap {
  position: relative;
  width: 50.4823151125%;
  width: clamp(0px, 40.8854166667vw, 785px);
  padding-left: clamp(0px, 3.6458333333vw, 70px);
}
@media screen and (max-width: 767px) {
  .content3__item__text-wrap {
    width: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.content3__item__text01 {
  position: relative;
  z-index: 5;
  font-size: 30px;
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 700;
  letter-spacing: -0.028em;
}
@media screen and (max-width: 767px) {
  .content3__item__text01 {
    font-size: 20px;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
}
.content3__item__title {
  position: relative;
  z-index: 5;
  font-size: 60px;
  font-size: clamp(20px, 3.125vw, 60px);
  font-weight: 700;
  margin-bottom: clamp(0px, 0.5208333333vw, 10px);
}
@media screen and (max-width: 767px) {
  .content3__item__title {
    font-size: 40px;
    line-height: 1.3;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 15px;
  }
}
.content3__item__text02 {
  position: relative;
  z-index: 5;
  font-size: 24px;
  font-size: clamp(14px, 1.25vw, 24px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .content3__item__text02 {
    font-size: 16px;
  }
}
.content3__item__num {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  line-height: 0;
  mix-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .content3__item__num {
    left: 0 !important;
    width: 100% !important;
    text-align: center;
  }
}
.content3__item.content3__item-num1 .content3__item__num {
  width: clamp(0px, 8.0208333333vw, 154px);
  top: -120px;
  left: 70px;
  top: clamp(-120px, -6.25vw, 120px);
  left: clamp(-1000px, 3.6458333333vw, 70px);
}
@media screen and (max-width: 767px) {
  .content3__item.content3__item-num1 .content3__item__num {
    top: calc(50% - 95px);
    padding-right: 50px;
  }
  .content3__item.content3__item-num1 .content3__item__num img {
    width: 87px;
  }
}
.content3__item.content3__item-num2 .content3__item__ph {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.content3__item.content3__item-num2 .content3__item__text-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: clamp(0px, 3.6458333333vw, 70px);
}
.content3__item.content3__item-num2 .content3__item__num {
  width: clamp(0px, 12.6041666667vw, 242px);
  top: -170px;
  left: -20px;
  top: clamp(-180px, -8.8541666667vw, 170px);
  left: clamp(-1000px, -1.0416666667vw, -20px);
}
@media screen and (max-width: 767px) {
  .content3__item.content3__item-num2 .content3__item__num {
    top: calc(50% - 100px);
  }
  .content3__item.content3__item-num2 .content3__item__num img {
    width: 136px;
  }
}
.content3__item.content3__item-num3 {
  margin-bottom: 0;
}
.content3__item.content3__item-num3 .content3__item__num {
  width: clamp(0px, 12.7083333333vw, 244px);
  top: -175px;
  left: 50px;
  top: clamp(-175px, -9.1145833333vw, 175px);
  left: clamp(-1000px, 2.6041666667vw, 50px);
}
@media screen and (max-width: 767px) {
  .content3__item.content3__item-num3 .content3__item__num {
    top: calc(50% - 100px);
  }
  .content3__item.content3__item-num3 .content3__item__num img {
    width: 137px;
  }
}

/* コンテンツ-END
------------------------------------------------------------------------------- */
.content-end {
  width: 100%;
  height: 538px;
  height: clamp(0px, 28.0208333333vw, 538px);
  background-image: url("../img/end_bg_large@2x.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-end dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.content-end dl dt {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-size: clamp(20px, 2.6041666667vw, 50px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  padding-right: 100px;
  padding-right: clamp(0px, 5.2083333333vw, 100px);
}
.content-end dl dd {
  border-left: 1px solid #000;
  padding-left: 95px;
  padding-left: clamp(0px, 4.9479166667vw, 95px);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-size: clamp(12px, 1.0416666667vw, 20px);
  text-align: left;
}
.content-end dl dd a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .content-end {
    height: 130px;
    background-image: url("../img/end_bg_sp@2x.png");
    background-attachment: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0px 14px 0px;
  }
  .content-end dl {
    display: block;
    width: 100%;
  }
  .content-end dl dt {
    font-size: 25px;
    letter-spacing: 0.02em;
    padding-right: 0;
    border-bottom: 1px solid #000;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  .content-end dl dd {
    border-left: none;
    padding: 0px;
    font-size: 10px;
  }
}

/* footer
------------------------------------------------------------------------------- */
#footer {
  width: 100%;
  background: #1A1A1A;
  text-align: center;
}

.footer__info {
  background-color: #F2F2F2;
  font-size: 20px;
  padding: 80px 40px;
  padding-top: clamp(0px, 4.1666666667vw, 80px);
  padding-bottom: clamp(0px, 4.1666666667vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.footer__info dl dt {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-size: clamp(20px, 2.6041666667vw, 50px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  padding-right: 100px;
  padding-right: clamp(0px, 5.2083333333vw, 100px);
}
.footer__info dl dd {
  border-left: 1px solid #000;
  padding-left: 95px;
  padding-left: clamp(0px, 4.9479166667vw, 95px);
}
.footer__info dl dd table th {
  font-size: 20px;
  font-size: clamp(12px, 1.0416666667vw, 20px);
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  width: 112px;
  width: clamp(0px, 5.8333333333vw, 112px);
  padding: 2px 0;
}
.footer__info dl dd table td {
  font-size: 20px;
  font-size: clamp(12px, 1.0416666667vw, 20px);
  text-align: left;
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .footer__info {
    font-size: 10px;
    padding: 25px 14px 20px;
    display: block;
  }
  .footer__info dl {
    display: block;
  }
  .footer__info dl dt {
    font-size: 25px;
    letter-spacing: 0.02em;
    padding-right: 0;
    border-bottom: 1px solid #000;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  .footer__info dl dd {
    border-left: none;
    padding-left: 0;
  }
  .footer__info dl dd table {
    width: 100%;
  }
  .footer__info dl dd table th {
    font-size: 10px;
    width: 55px;
    padding: 0px 0;
  }
  .footer__info dl dd table td {
    width: calc(100% - 55px);
    font-size: 10px;
    padding: 0px 0;
  }
}

.footer__logo {
  line-height: 0;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 45px;
  padding-top: clamp(0px, 4.6875vw, 90px);
  padding-bottom: clamp(0px, 2.34375vw, 45px);
}
.footer__logo img {
  width: clamp(40px, 6.40625vw, 123px);
}
@media screen and (max-width: 767px) {
  .footer__logo {
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .footer__logo img {
    width: 61px;
  }
}

.footer__copyright {
  text-align: left;
  line-height: 1.1;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 9px;
    font-weight: 700;
    padding: 0 14px 14px;
    text-align: center;
  }
}

.footer__link {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.footer__link a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 10px;
    padding: 0 14px 14px;
    text-align: center;
  }
}

.footer__copyright-wrap {
  padding: 0 35px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__copyright-wrap {
    display: block;
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */