@charset "UTF-8";
/* Scss Document */
/*#########################################################

functionファイル読み込み

#########################################################*/
/* Scss Document */
/*#########################################################

共通ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, main, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

@media (max-width: 480px) {
  body {
    min-width: initial;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
  }
}

body a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #333;
}

body a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  opacity: 0.6;
}

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

@media (max-width: 480px) {
  body img {
    width: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 0.3s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity 0.3s ease;
}

body.fadeout::after {
  opacity: 1;
}

*:focus {
  outline: none;
}

.wrapper {
  min-width: 100%;
  overflow: hidden;
}

.pc {
  display: block;
}

@media (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 480px) {
  .sp {
    display: block;
  }
}

/*#########################################################

レイアウトファイル読み込み

/*#########################################################*/
/* Scss Document */
.l-header {
  height: 6vw;
  min-height: 60px;
}

@media (max-width: 480px) {
  .l-header {
    min-height: 45px;
    height: 5vw;
    margin-bottom: 0;
  }
}

.header-nav_pc__other, .header-nav_pc__contact, .header-nav_pc {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 6vw;
  min-height: 60px;
  background-color: rgba(253, 253, 253, 0.8);
}

.header-nav_pc__other ul, .header-nav_pc__contact ul, .header-nav_pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5vw 5.7vw 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.94vw;
  letter-spacing: 0.11em;
}

.header-nav_pc__other ul li, .header-nav_pc__contact ul li, .header-nav_pc ul li {
  padding-right: 2.5vw;
  text-transform: uppercase;
}

.header-nav_pc__other ul li:last-of-type, .header-nav_pc__contact ul li:last-of-type, .header-nav_pc ul li:last-of-type {
  padding-right: 0;
}

@media (max-width: 480px) {
  .header-nav_pc__other, .header-nav_pc__contact, .header-nav_pc {
    display: none;
  }
}

.header-nav_pc__contact {
  display: block;
}

.header-nav_pc__contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 480px) {
  .header-nav_pc__contact {
    display: none;
  }
}

.header-nav_pc {
  display: block;
  background-color: transparent;
}

.header-nav_pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2.5vw 5.5vw 0 0;
}

.header-nav_pc a {
  color: #fff;
  text-shadow: 1.5px 1.5px 1px #2d2d2d;
}

@media (max-width: 480px) {
  .header-nav_pc {
    display: none;
  }
}

.header-nav_sp {
  display: none;
}

@media (max-width: 480px) {
  .header-nav_sp {
    position: fixed;
    z-index: 100;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 3px;
    right: 0;
  }
  .header-nav_sp .drawer-hidden {
    display: none;
  }
  .header-nav_sp .drawer-open {
    position: relative;
    z-index: 100;
    margin: 0 9px 0 0;
  }
  .header-nav_sp .drawer-open span {
    position: absolute;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    height: 2px;
    border-radius: 2px;
    background: #a39e9e;
  }
  .header-nav_sp .drawer-open span:first-of-type {
    top: 15px;
    width: 25px;
  }
  .header-nav_sp .drawer-open span:nth-of-type(2) {
    top: 23px;
    width: 25px;
  }
  .header-nav_sp .drawer-open span:last-of-type {
    top: 31px;
    width: 25px;
  }
  .header-nav_sp .drawer-open .nav-close {
    opacity: 0;
    top: 43px;
    color: #fff;
    letter-spacing: 0.07em;
  }
  .header-nav_sp .drawer-open .nav-open {
    top: 36px;
    right: 4px;
  }
}

#drawer-check:checked ~ .drawer-open span:first-of-type {
  top: 23px;
  left: -27px;
  -webkit-transform: translateY(-6px) rotate(135deg);
  transform: translateY(0px) rotate(146deg);
  width: 27px;
  background: #fff;
}

#drawer-check:checked ~ .drawer-open span:nth-of-type(2) {
  opacity: 0;
}

#drawer-check:checked ~ .drawer-open span:last-of-type {
  top: 17px;
  left: -27px;
  -webkit-transform: translateY(6px) rotate(-135deg);
  transform: translateY(6px) rotate(-146deg);
  width: 27px;
  background: #fff;
}

#drawer-check:checked ~ .drawer-open .nav-open {
  display: none;
}

#drawer-check:checked ~ .drawer-open .nav-close {
  opacity: 1;
}

.drawer-content {
  width: 100%;
  height: 100%;
  padding: 24.5% 10% 16% 13.2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 100%;
  /* メニューを画面の外に飛ばす */
  z-index: 98;
  background-image: url(../../images/fv_bg.jpg);
  background-size: cover;
  background-position: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.drawer-content::after {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 55%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.drawer-item {
  position: relative;
  padding: 8% 0 9%;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  color: #fff;
}

.drawer-item a {
  position: relative;
  color: #fff;
}

.drawer-item::after {
  content: "";
  display: block;
  width: 115%;
  height: 1px;
  background-color: rgba(253, 253, 253, 0.5);
  position: absolute;
  bottom: 0;
  left: -28px;
}

#drawer-check:checked ~ .drawer-content {
  left: 0;
  /* メニューを画面に入れる */
}

.arrow {
  position: absolute;
  top: 24px;
  right: -6%;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.arrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.gnavi.selected .subnavi-sp {
  display: block;
}

.subnavi-sp {
  display: none;
  font-size: 1.4rem;
  padding: 7% 0 0 0;
  letter-spacing: 0.2em;
  text-transform: capitalize;
}

.subnavi-sp li {
  padding-bottom: 6.2%;
}

.subnavi-sp li:last-of-type {
  padding-bottom: 0;
}

.l-hero {
  position: relative;
}

.bg-hero {
  position: absolute;
  top: -19.5%;
  right: 0;
  background-image: url(../../images/fv_bg.jpg);
  width: 50%;
  height: 66.8vw;
  background-position: 49.5% 6%;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .bg-hero {
    top: -54.5%;
    background-size: cover;
    width: 100%;
    height: 375px;
  }
}

.bg-hero::after {
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 1;
}

.l-hero__wrap {
  position: absolute;
  top: 53.5%;
  left: 5.2%;
  z-index: 10;
}

@media (max-width: 480px) {
  .l-hero__wrap {
    top: -29.5%;
  }
}

.bg-hero__wrap {
  position: relative;
  display: inline-block;
  opacity: 0;
  margin-bottom: 2.5%;
  overflow: hidden;
  background: #bc8420;
}

.bg-hero__wrap .inn {
  color: #fff;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.13vw;
  letter-spacing: 0.1em;
  padding: 19px 0 19px 31px;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .bg-hero__wrap .inn {
    font-size: 2rem;
    padding: 11px 15px;
    letter-spacing: 0.07em;
  }
}

.bg-hero__wrap.is-animated {
  opacity: 1;
}

.bg-hero__wrap.is-animated::before {
  -webkit-animation: img-wrap 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: img-wrap 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #2d2d2d;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

@media (max-width: 480px) {
  .bg-hero__wrap.is-animated::before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
            animation: img-wrap 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
}

@-webkit-keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/*---------------------------------
下層
----------------------------------*/
.l-hero2 {
  padding-bottom: 22%;
}

@media (max-width: 480px) {
  .l-hero2 {
    padding-bottom: 0;
  }
}

.l-hero2 .bg-hero2 {
  position: absolute;
  top: -2.5%;
  right: 0;
  background-image: url(../../images/About_fv_bg.jpg);
  width: 50%;
  height: 68.2vw;
  background-position: 49.5% 6%;
  /* background-size: cover; */
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 480px) {
  .l-hero2 .bg-hero2 {
    top: 0;
    background-size: cover;
    width: 100%;
    height: 250px;
  }
}

.l-hero2 .bg-hero2::after {
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 1;
}

.l-hero2__title, .l-hero2__title2 {
  font-size: 6.8vw;
  color: #bc8420;
  letter-spacing: 0.09em;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 10;
  font-weight: 500;
}

@media (max-width: 480px) {
  .l-hero2__title, .l-hero2__title2 {
    font-size: 4.4rem;
  }
}

.l-hero2__title2 {
  letter-spacing: 0.06em;
}

@media (max-width: 480px) {
  .l-hero2__title2 {
    margin-top: -5%;
  }
}

.l-hero2__inner {
  margin-top: 4vw;
  padding: 0vw 0 0 2vw;
}

@media (max-width: 480px) {
  .l-hero2__inner {
    margin-top: 33vw;
    padding: 0vw 0 0 5vw;
  }
}

.l-hero2__img {
  width: 92vw;
  height: 26.05vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 9;
  margin: -2% 0 -2% 2%;
}

@media (max-width: 480px) {
  .l-hero2__img {
    width: 335px;
    height: 251px;
    margin: -2% 0 0 auto;
  }
}

.l-hero2__img img {
  width: 92vw;
  height: 26.05vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 43%;
     object-position: 0 43%;
}

@media (max-width: 480px) {
  .l-hero2__img img {
    width: 335px;
    height: 251px;
  }
}

.l-hero2__img.is-show {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-hero2__txt {
  width: 44%;
  font-weight: 400;
  font-size: 1.05vw;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  padding: 2.3% 0 0 2%;
}

@media (max-width: 480px) {
  .l-hero2__txt {
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    padding: 7.3% 0 8.2vw 0%;
    line-height: 1.9;
    letter-spacing: 0.1em;
  }
}

.l-hero2__txt:last-of-type {
  padding-bottom: 3.4vw;
}

@media (max-width: 480px) {
  .l-hero2__txt:last-of-type {
    padding-bottom: 15.2vw;
  }
}

.l-intro {
  position: relative;
  padding: 9vw 0 9.2vw;
  background-image: url(../../images/about_bg.jpg);
  background-size: cover;
  background-position: 68%;
}

@media (max-width: 480px) {
  .l-intro {
    margin-top: -33.5%;
    padding: 15vw 10% 31.2vw 11%;
  }
}

.l-intro::after {
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(45, 45, 45, 0.7);
  z-index: 0;
}

.l-intro__inner {
  position: relative;
  z-index: 1;
}

.l-intro__hd {
  font-size: 2.1vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto 4.7vw;
}

@media (max-width: 480px) {
  .l-intro__hd {
    display: none;
  }
}

.l-intro__hd2 {
  display: none;
}

@media (max-width: 480px) {
  .l-intro__hd2 {
    display: block;
    margin-bottom: 6%;
    letter-spacing: 0.04em;
    white-space: nowrap;
    font-size: 2rem;
    text-align: left;
    line-height: 2;
    font-weight: 600;
    color: #fff;
  }
}

.l-intro__txt {
  font-weight: 600;
  font-size: 0.94vw;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding-bottom: 2.2vw;
  line-height: 2.2;
}

@media (max-width: 480px) {
  .l-intro__txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    padding-bottom: 8.2vw;
  }
}

.l-intro__txt:last-of-type {
  padding-bottom: 3.4vw;
}

@media (max-width: 480px) {
  .l-intro__txt:last-of-type {
    padding-bottom: 15.2vw;
  }
}

.l-strength {
  position: relative;
  padding: 16.5% 7.5% 4.6%;
  margin-top: -5%;
  z-index: 0;
}

@media (max-width: 480px) {
  .l-strength {
    padding: 23.5% 0 16.6% 5.5%;
  }
}

.l-strength .bg-strength {
  width: 50%;
  height: 100%;
  background-color: #e4e4e4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

@media (max-width: 480px) {
  .l-strength .bg-strength {
    width: 75%;
    height: 101.5%;
    top: -2.5%;
  }
}

.l-strength__hd {
  position: relative;
  padding-bottom: 10.2%;
  font-size: 3.13vw;
  font-weight: 600;
  color: #bc8420;
  letter-spacing: 0.2em;
}

@media (max-width: 480px) {
  .l-strength__hd {
    padding-bottom: 24.2%;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}

.l-strength__hd--span {
  color: #2d2d2d;
}

.l-strength__hd::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/strength.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -39%;
  left: 0;
  width: 39.74vw;
  height: 12.56vw;
  z-index: -1;
}

@media (max-width: 480px) {
  .l-strength__hd::after {
    width: 242px;
    height: 76px;
    top: -29%;
  }
}

.l-strength__box {
  position: relative;
  width: 68vw;
  margin: 0 0 0 16.3%;
}

@media (max-width: 480px) {
  .l-strength__box {
    width: 95%;
    margin: 0;
  }
}

.l-strength__contents {
  position: relative;
  width: 57.5vw;
  height: auto;
  margin-bottom: 6vw;
  padding: 4.5% 11% 4.5% 4.8%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

@media (max-width: 480px) {
  .l-strength__contents {
    margin-bottom: 16vw;
    padding: 14.5% 5% 12.5% 6%;
    width: 100%;
    height: auto;
  }
}

.l-strength__contents:nth-of-type(2) {
  margin: 0 0 6vw auto;
  padding: 4% 4.8% 4.5% 11%;
}

@media (max-width: 480px) {
  .l-strength__contents:nth-of-type(2) {
    margin-bottom: 16vw;
    padding: 12.5% 5% 14.5% 6%;
  }
}

.l-strength__contents:nth-of-type(2)::after {
  content: "";
  width: 52.1vw;
  height: 30.8vw;
  background-image: url(../../images/strength_bg.png);
  position: absolute;
  top: -41%;
  right: -19%;
  z-index: -1;
  background-size: cover;
}

@media (max-width: 480px) {
  .l-strength__contents:nth-of-type(2)::after {
    content: none;
  }
}

.l-strength__contents:last-of-type {
  margin: 0 auto 0 0;
}

@media (max-width: 480px) {
  .l-strength__contents:last-of-type {
    padding: 12.5% 5% 12.5% 6%;
  }
}

.l-strength__number, .l-strength__number2 {
  font-size: 7.85vw;
  font-weight: bold;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -23%;
  right: -8.9%;
  letter-spacing: 0.05em;
}

@media (max-width: 480px) {
  .l-strength__number, .l-strength__number2 {
    font-size: 6rem;
    top: -7%;
    right: 0.1%;
  }
}

.l-strength__number span, .l-strength__number2 span {
  color: #bc8420;
}

.l-strength__number2 {
  top: -23%;
  left: -8.9%;
}

@media (max-width: 480px) {
  .l-strength__number2 {
    top: -8%;
    left: 76.9%;
  }
}

.l-strength__title, .l-strength__title2 {
  padding-bottom: 1.2vw;
  font-size: 1.6vw;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}

@media (max-width: 480px) {
  .l-strength__title, .l-strength__title2 {
    letter-spacing: 0.1em;
    padding-bottom: 9.2vw;
    font-size: 1.4rem;
  }
}

.l-strength__title2 {
  letter-spacing: 0.03em;
}

.l-strength__txt {
  font-size: 0.84vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
}

.l-strength__txt span {
  color: #bc8420;
}

@media (max-width: 480px) {
  .l-strength__txt {
    font-size: 1.4rem;
  }
}

.l-voice {
  position: relative;
  padding: 9.5% 10% 4.6% 7.5%;
  z-index: 0;
}

@media (max-width: 480px) {
  .l-voice {
    padding: 9.5% 5% 4.6% 5.5%;
  }
}

.l-voice__hd {
  position: relative;
  padding-bottom: 7%;
  font-size: 3.13vw;
  font-weight: 600;
  color: #bc8420;
  letter-spacing: 0.2em;
}

@media (max-width: 480px) {
  .l-voice__hd {
    padding-bottom: 17%;
    font-size: 1.8rem;
  }
}

.l-voice__hd::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/voice.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -33%;
  left: 0;
  width: 20.11vw;
  height: 8.4vw;
  z-index: -1;
}

@media (max-width: 480px) {
  .l-voice__hd::after {
    width: 122px;
    height: 53px;
  }
}

.l-voice__info {
  padding-bottom: 3.5vw;
  font-size: 0.84vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.25em;
}

@media (max-width: 480px) {
  .l-voice__info {
    display: none;
  }
}

.l-voice__box {
  position: relative;
  z-index: 0;
  width: 63.5%;
  height: auto;
  margin: -4% 0 0 auto;
  padding: 5.8% 7% 3.56% 6%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

@media (max-width: 480px) {
  .l-voice__box {
    width: 100%;
    margin: 0 auto;
    padding: 15.8% 7% 11.56% 6%;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  }
}

.l-voice__title {
  position: absolute;
  font-size: 1.05vw;
  font-family: "Roboto", sans-serif;
  color: #fff;
  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;
  top: -1%;
  left: 3%;
  letter-spacing: 0.2em;
}

@media (max-width: 480px) {
  .l-voice__title {
    top: -2%;
    left: 17px;
    font-size: 1.4rem;
  }
}

.l-voice__title::after {
  content: "";
  position: absolute;
  width: 10.45vw;
  height: 2.65vw;
  background-color: #2d2d2d;
  z-index: -1;
}

@media (max-width: 480px) {
  .l-voice__title::after {
    width: 120px;
    height: 30px;
    top: -7px;
    left: -38px;
  }
}

.l-voice__img {
  width: 31.3vw;
  height: 23.45vw;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

@media (max-width: 480px) {
  .l-voice__img {
    width: 100%;
    height: auto;
  }
}

.l-voice__img.is-show {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-voice__txt {
  padding-bottom: 4%;
  font-size: 0.84vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.13em;
}

@media (max-width: 480px) {
  .l-voice__txt {
    padding-bottom: 0;
    line-height: 2.29;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
  }
}

.l-about {
  position: relative;
  padding: 6.7% 0 16.6% 7.5%;
  z-index: 0;
}

@media (max-width: 480px) {
  .l-about {
    padding: 12.7% 0 20% 0;
  }
}

.l-about__hd {
  position: relative;
  padding-bottom: 4.8%;
  font-size: 3.13vw;
  font-weight: 600;
  color: #bc8420;
  letter-spacing: 0.2em;
  z-index: 10;
}

@media (max-width: 480px) {
  .l-about__hd {
    padding-bottom: 23.8%;
    font-size: 1.8rem;
    padding-left: 5.5%;
  }
}

.l-about__hd::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/About_us.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -59%;
  left: 0;
  width: 36.5vw;
  height: 9.02vw;
  z-index: -1;
}

@media (max-width: 480px) {
  .l-about__hd::after {
    width: 245px;
    height: 60px;
    top: -25%;
    left: 5%;
  }
}

.l-about__info {
  padding-bottom: 3.5vw;
  font-size: 0.84vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.25em;
}

.l-about__box {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .l-about__box {
    display: block;
  }
}

.l-about__img {
  position: relative;
  width: 62vw;
  height: 35.2vw;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -9%;
}

@media (max-width: 480px) {
  .l-about__img {
    width: 100%;
    height: auto;
    margin-bottom: 28%;
  }
}

.l-about__img .img1 {
  width: 62.5vw;
  height: 35.2vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  .l-about__img .img1 {
    width: 100%;
    height: 250px;
  }
}

.l-about__img .img2 {
  position: absolute;
  width: 26.05vw;
  height: 34.75vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  top: 24%;
  left: 7%;
  z-index: 10;
  -o-object-position: 41%;
     object-position: 41%;
  opacity: 0;
}

@media (max-width: 480px) {
  .l-about__img .img2 {
    width: 170px;
    height: 302px;
    top: 8%;
    left: 10%;
    -o-object-position: 30%;
       object-position: 30%;
  }
}

.l-about__img .img2.is-show {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-about__img::after {
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(45, 45, 45, 0.7);
  z-index: 0;
}

.l-about__info {
  width: 30%;
}

@media (max-width: 480px) {
  .l-about__info {
    width: 100%;
  }
}

.l-about__txt {
  padding-bottom: 6%;
  font-size: 0.84vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.13em;
}

@media (max-width: 480px) {
  .l-about__txt {
    font-size: 1.4rem;
    padding: 0 10% 8%;
  }
}

.l-about__txt:last-of-type {
  padding-bottom: 9.8%;
}

@media (max-width: 480px) {
  .l-about__txt:last-of-type {
    padding-bottom: 10.8%;
  }
}

.l-industry {
  position: relative;
  padding: 4.5% 7.2% 14.5% 7.2%;
  margin-top: -5%;
  z-index: 0;
}

.l-industry::after {
  content: "";
  position: absolute;
  background-image: url(../../images/Japan_bg.png);
  background-repeat: no-repeat;
  top: -15%;
  width: 100%;
  height: 118%;
  right: -0.5%;
  z-index: -1;
  background-size: 102%;
}

@media (max-width: 480px) {
  .l-industry::after {
    top: -8%;
    left: 0;
    background-size: 134%;
    background-position: 51%;
  }
}

@media (max-width: 480px) {
  .l-industry {
    padding: 10.5% 0 0 5.5%;
  }
}

.l-industry__hd {
  position: relative;
  padding-bottom: 5.8%;
  font-size: 3.13vw;
  font-weight: 600;
  color: #bc8420;
  letter-spacing: 0.2em;
}

@media (max-width: 480px) {
  .l-industry__hd {
    padding-bottom: 15.2%;
    font-size: 1.8rem;
  }
}

.l-industry__hd--span {
  color: #2d2d2d;
}

.l-industry__hd::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/Industry_type.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -56%;
  left: 0;
  width: 53.6vw;
  height: 10.45vw;
  z-index: -1;
}

@media (max-width: 480px) {
  .l-industry__hd::after {
    width: 308px;
    height: 60px;
    top: -31%;
  }
}

.l-industry__info {
  font-weight: 400;
  font-size: 0.94vw;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  padding-bottom: 6vw;
}

@media (max-width: 480px) {
  .l-industry__info {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    padding: 0 8% 8.2vw 0;
  }
}

.l-industry__img, .l-industry__img2 {
  width: 34.4vw;
  height: 22.95vw;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

@media (max-width: 480px) {
  .l-industry__img, .l-industry__img2 {
    width: 180px;
    height: 135px;
  }
}

.l-industry__img img, .l-industry__img2 img {
  width: 34.4vw;
  height: 22.95vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 480px) {
  .l-industry__img img, .l-industry__img2 img {
    width: 180px;
    height: 135px;
    -o-object-position: center;
       object-position: center;
  }
}

.l-industry__img.is-show, .is-show.l-industry__img2 {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-industry__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .l-industry__box {
    width: 95%;
    margin: 0;
  }
}

.l-industry__list:nth-of-type(2) {
  margin-top: 12.5%;
}

@media (max-width: 480px) {
  .l-industry__list:nth-of-type(2) {
    margin-top: 0;
  }
}

.l-industry__list:nth-of-type(3) {
  margin-top: -5%;
}

@media (max-width: 480px) {
  .l-industry__list:nth-of-type(3) {
    margin-top: 0;
  }
}

.l-industry__list:nth-of-type(4) {
  margin-top: 7.2%;
}

@media (max-width: 480px) {
  .l-industry__list:nth-of-type(4) {
    margin-top: 0;
  }
}

.l-industry__contents, .l-industry__contents2, .l-industry__contents3 {
  position: relative;
  width: 26.05vw;
  height: auto;
  margin: -9% 0 0 37%;
  padding: 6% 7.8% 6% 7.5%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

@media (max-width: 480px) {
  .l-industry__contents, .l-industry__contents2, .l-industry__contents3 {
    margin: -4% 0 11vw 6%;
    padding: 7.5% 5% 8.2% 6.1%;
    width: 335px;
    height: auto;
  }
}

.l-industry__contents2 {
  margin: -10% 0 0 36%;
  padding: 6% 7.8% 7% 7.5%;
}

@media (max-width: 480px) {
  .l-industry__contents2 {
    margin: -3% 0 11vw 6%;
    padding: 6.5% 5% 7% 6.1%;
  }
}

.l-industry__contents3 {
  margin: -10% 0 0 36.5%;
  padding: 7.5% 7.8% 5% 6.5%;
}

@media (max-width: 480px) {
  .l-industry__contents3 {
    margin: -3% 0 9vw 6%;
    padding: 6.5% 5% 7% 6.1%;
  }
}

.l-industry__title {
  padding-bottom: 1.2vw;
  font-size: 0.94vw;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 480px) {
  .l-industry__title {
    letter-spacing: 0.1em;
    padding-bottom: 5.2vw;
    font-size: 1.4rem;
  }
}

.l-industry__txt {
  font-weight: 400;
  font-size: 0.835vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media (max-width: 480px) {
  .l-industry__txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    letter-spacing: 0.07em;
  }
}

.l-advantages {
  position: relative;
  padding: 0 7.5% 15%;
  z-index: 0;
}

@media (max-width: 480px) {
  .l-advantages {
    padding: 10.5% 0 0 5.5%;
  }
}

.l-advantages__bg {
  width: 67.5%;
  height: 67%;
  background-color: #e4e4e4;
  position: absolute;
  top: 17vw;
  right: 0;
  z-index: -2;
}

@media (max-width: 480px) {
  .l-advantages__bg {
    width: 70%;
    height: 88.8%;
    top: 13.2%;
  }
}

.l-advantages__hd {
  position: relative;
  padding-bottom: 5.2%;
  font-size: 3.13vw;
  font-weight: 600;
  color: #bc8420;
  letter-spacing: 0.2em;
}

@media (max-width: 480px) {
  .l-advantages__hd {
    padding-bottom: 14%;
    font-size: 1.8rem;
  }
}

.l-advantages__hd::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/advantages.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -54%;
  left: 0;
  width: 41.25vw;
  height: 11.41vw;
  z-index: -1;
}

@media (max-width: 480px) {
  .l-advantages__hd::after {
    width: 237px;
    height: 65px;
    top: -34%;
  }
}

.l-advantages__info {
  font-weight: 400;
  font-size: 0.94vw;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  padding-bottom: 11.5vw;
}

@media (max-width: 480px) {
  .l-advantages__info {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    padding: 0 5% 22.2vw 0;
  }
}

.l-advantages__box {
  position: relative;
}

@media (max-width: 480px) {
  .l-advantages__box {
    width: 100%;
    margin: 0;
  }
}

.l-advantages__contents {
  position: relative;
  width: 52.1vw;
  min-width: 500px;
  height: auto;
  margin-bottom: 5vw;
  padding: 6.5% 10% 3.5% 5.8%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

@media (max-width: 480px) {
  .l-advantages__contents {
    margin-bottom: 19vw;
    padding: 17.5% 5% 10% 8%;
    width: 100%;
    min-width: 100%;
    height: auto;
  }
}

.l-advantages__contents:nth-of-type(2) {
  margin: 0 0 5vw 8.5%;
  padding: 5.5% 7% 5.5% 5.8%;
}

@media (max-width: 480px) {
  .l-advantages__contents:nth-of-type(2) {
    margin: 0 0 21vw 0;
    padding: 17.5% 5% 9.5% 8%;
  }
}

.l-advantages__contents:last-of-type {
  margin: 0 0 0 17%;
  padding: 6.5% 6.8% 3.5% 6.2%;
}

@media (max-width: 480px) {
  .l-advantages__contents:last-of-type {
    margin: 0 0 19vw 0;
    padding: 18.5% 5% 10% 8%;
  }
}

.l-advantages__number {
  font-size: 7.85vw;
  font-weight: bold;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -17%;
  right: -9.9%;
  letter-spacing: 0.05em;
}

@media (max-width: 480px) {
  .l-advantages__number {
    font-size: 6rem;
    top: -5.5%;
    right: 78.1%;
  }
}

.l-advantages__number span {
  color: #bc8420;
}

.l-advantages__title, .l-advantages__title2, .l-advantages__title3 {
  padding-bottom: 1.2vw;
  font-size: 1.6vw;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

@media (max-width: 480px) {
  .l-advantages__title, .l-advantages__title2, .l-advantages__title3 {
    letter-spacing: 0.06em;
    padding-bottom: 8.8vw;
    font-size: 1.6rem;
  }
}

.l-advantages__title2 {
  letter-spacing: 0.13em;
}

@media (max-width: 480px) {
  .l-advantages__title2 {
    letter-spacing: 0.06em;
  }
}

.l-advantages__title3 {
  letter-spacing: 0.1em;
}

@media (max-width: 480px) {
  .l-advantages__title3 {
    letter-spacing: 0.11em;
  }
}

.l-advantages__txt, .l-advantages__txt2 {
  padding-bottom: 6%;
  font-size: 0.84vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.11em;
}

.l-advantages__txt span, .l-advantages__txt2 span {
  color: #bc8420;
}

@media (max-width: 480px) {
  .l-advantages__txt, .l-advantages__txt2 {
    padding-right: 2%;
    font-size: 1.4rem;
    letter-spacing: 0.13em;
  }
}

@media (max-width: 480px) {
  .l-advantages__txt2 {
    padding-bottom: 12%;
  }
}

.l-advantages__annotation {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7vw;
  letter-spacing: 0.14em;
}

@media (max-width: 480px) {
  .l-advantages__annotation {
    font-size: 1.2rem;
    letter-spacing: 0.09em;
  }
}

.l-job {
  position: relative;
  padding: 4.5% 0 14.3%;
  margin-top: -5%;
  z-index: 0;
}

@media (max-width: 480px) {
  .l-job {
    padding: 23% 0 16.6% 0;
  }
}

.l-job__hd {
  position: relative;
  padding: 0 7.5% 4.5%;
  font-size: 3.13vw;
  font-weight: 600;
  color: #bc8420;
  letter-spacing: 0.2em;
}

@media (max-width: 480px) {
  .l-job__hd {
    padding: 0 7.5% 14.2% 5.8%;
    font-size: 1.8rem;
  }
}

.l-job__hd::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/jobdescription.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -54%;
  left: 7%;
  width: 56.3vw;
  height: 9.74vw;
  z-index: -1;
}

@media (max-width: 480px) {
  .l-job__hd::after {
    width: 323px;
    height: 56px;
    top: -29%;
    left: 5%;
  }
}

.l-job__info {
  font-weight: 400;
  font-size: 0.94vw;
  letter-spacing: 0.12em;
  padding: 0 7.5% 6.5vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media (max-width: 480px) {
  .l-job__info {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    padding-bottom: 11.2vw;
    letter-spacing: 0.1em;
    padding: 0 8.5% 11vw 6%;
  }
}

.l-job__bg {
  position: absolute;
  top: 22.5vw;
  left: 0;
  width: 100%;
  height: 56.5%;
  background-image: url(../../images/jobdescription_bg.jpg);
  background-size: cover;
  background-position: 0 51%;
  z-index: 0;
}

@media (max-width: 480px) {
  .l-job__bg {
    top: 15%;
    height: 73.2%;
    background-position: 63% 87%;
  }
}

.l-job__bg::after {
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(45, 45, 45, 0.7);
  z-index: -1;
}

.l-job__img {
  width: 11vw;
  height: 11vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  .l-job__img {
    width: 100px;
    height: 100px;
    margin: -12% 0 0 auto;
  }
}

.l-job__img img {
  width: 11vw;
  height: 11vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 43%;
     object-position: 0 43%;
}

@media (max-width: 480px) {
  .l-job__img img {
    width: 100px;
    height: 100px;
  }
}

.l-job__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4% 7% 0;
}

@media (max-width: 480px) {
  .l-job__box {
    display: block;
    width: 100%;
    margin: 0;
    padding: 9.5% 5% 0;
  }
}

.l-job__list {
  margin-bottom: 7%;
}

@media (max-width: 480px) {
  .l-job__list {
    margin-bottom: 12%;
  }
}

.l-job__list:nth-of-type(3) {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .l-job__list:nth-of-type(3) {
    margin-bottom: 12%;
  }
}

.l-job__list:nth-of-type(4) {
  margin-bottom: 0;
}

.l-job__listitem, .l-job__listitem2, .l-job__listitem3 {
  width: 39.1vw;
  height: 100%;
  padding: 12% 8.1% 12% 6%;
  padding: 12% 3.5vw 12% 2.2vw;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .l-job__listitem, .l-job__listitem2, .l-job__listitem3 {
    display: block;
    width: 100%;
    padding: 11% 6% 6.2% 6.2%;
  }
}

.l-job__listitem2 {
  padding: 14% 6.2% 14%;
}

@media (max-width: 480px) {
  .l-job__listitem2 {
    padding: 11% 6% 14.2% 6.2%;
  }
}

.l-job__listitem3 {
  padding: 9.5% 6.2% 10%;
}

@media (max-width: 480px) {
  .l-job__listitem3 {
    padding: 11% 6% 4% 6.2%;
  }
}

.l-job__contents {
  position: relative;
  width: 63.5%;
}

@media (max-width: 480px) {
  .l-job__contents {
    padding: 14.5% 0 12.5% 0;
    width: 100%;
    height: auto;
    margin: -30% 0 0;
  }
}

.l-job__title {
  padding-bottom: 2vw;
  font-size: 1.6vw;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 480px) {
  .l-job__title {
    letter-spacing: 0.1em;
    padding-bottom: 13.2vw;
    font-size: 1.4rem;
  }
}

.l-job__txt {
  font-weight: 400;
  font-size: 0.94vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.13em;
}

@media (max-width: 480px) {
  .l-job__txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    letter-spacing: 0.116em;
  }
}

.l-suitable {
  position: relative;
  padding: 0 5.8% 7.6% 7.5%;
  z-index: 0;
}

@media (max-width: 480px) {
  .l-suitable {
    padding: 9.5% 5% 4.6% 5.5%;
  }
}

.l-suitable__hd {
  position: relative;
  padding-bottom: 9vw;
  font-size: 3.13vw;
  font-weight: 600;
  color: #bc8420;
  letter-spacing: 0.2em;
}

@media (max-width: 480px) {
  .l-suitable__hd {
    padding-bottom: 20%;
    font-size: 1.8rem;
  }
}

.l-suitable__hd::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/suitableperson.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -33%;
  left: 0;
  width: 57.9vw;
  height: 9.74vw;
  z-index: -1;
}

@media (max-width: 480px) {
  .l-suitable__hd::after {
    width: 333px;
    height: 56px;
    top: -19%;
  }
}

.l-suitable__box, .l-suitable__box2, .l-suitable__box3 {
  position: relative;
  z-index: 0;
  width: 57.3vw;
  height: auto;
  margin: -9% 0 7.2% auto;
  padding: 5.5% 5% 5% 4.5%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

@media (max-width: 480px) {
  .l-suitable__box, .l-suitable__box2, .l-suitable__box3 {
    width: 100%;
    height: auto;
    margin: 0 auto 12%;
    padding: 12.8% 9% 11.56% 10%;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  }
}

.l-suitable__box2 {
  margin: -9% auto 6.5vw 0;
  padding: 5.8% 5% 5% 4.5%;
}

@media (max-width: 480px) {
  .l-suitable__box2 {
    margin: 0 auto 12%;
    padding: 12.8% 9% 8.56% 10%;
  }
}

.l-suitable__box3 {
  margin: -13% 0 7.2% auto;
  padding: 5.1% 5% 5% 4.5%;
}

@media (max-width: 480px) {
  .l-suitable__box3 {
    margin: 0 auto 12%;
    padding: 12.8% 9% 10% 10%;
  }
}

.l-suitable__title, .l-suitable__title2, .l-suitable__title3 {
  padding-bottom: 1.3vw;
  font-size: 1.6vw;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 480px) {
  .l-suitable__title, .l-suitable__title2, .l-suitable__title3 {
    letter-spacing: 0.16em;
    padding-bottom: 8.2vw;
    font-size: 1.4rem;
  }
}

.l-suitable__title2 {
  padding-bottom: 1vw;
  letter-spacing: 0.06em;
}

@media (max-width: 480px) {
  .l-suitable__title2 {
    letter-spacing: 0.1em;
    padding-bottom: 8.2vw;
  }
}

.l-suitable__title3 {
  padding-bottom: 1vw;
  letter-spacing: 0.06em;
}

@media (max-width: 480px) {
  .l-suitable__title3 {
    letter-spacing: 0.1em;
    padding-bottom: 8.2vw;
  }
}

.l-suitable__txt {
  font-weight: 400;
  font-size: 0.84vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.11em;
}

@media (max-width: 480px) {
  .l-suitable__txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    padding-bottom: 3.2vw;
    letter-spacing: 0.13em;
  }
}

.l-suitable__img, .l-suitable__img2 {
  width: 39.1vw;
  height: 22vw;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

.l-suitable__img img, .l-suitable__img2 img {
  width: 39.1vw;
  height: 22vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  .l-suitable__img img, .l-suitable__img2 img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .l-suitable__img, .l-suitable__img2 {
    width: 100%;
    height: auto;
  }
}

.l-suitable__img.is-show, .is-show.l-suitable__img2 {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-suitable__img2 {
  margin: 0 0 0 auto;
}

.l-future {
  position: relative;
  padding: 4.8% 0 2%;
  margin-top: -5%;
  z-index: 0;
}

@media (max-width: 480px) {
  .l-future {
    padding: 17.5% 0 13.6% 0;
  }
}

.l-future__hd {
  position: relative;
  padding: 0 7.5% 6.5%;
  font-size: 3.13vw;
  font-weight: 600;
  color: #bc8420;
  letter-spacing: 0.2em;
}

@media (max-width: 480px) {
  .l-future__hd {
    padding: 0 7.5% 16.2% 5%;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
  }
}

.l-future__hd::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/future.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -28%;
  left: 7.5%;
  width: 25.3vw;
  height: 8.74vw;
  z-index: -1;
}

@media (max-width: 480px) {
  .l-future__hd::after {
    width: 162px;
    height: 52px;
    top: -29%;
    left: 5%;
  }
}

.l-future__info {
  font-weight: 400;
  font-size: 0.94vw;
  letter-spacing: 0.2em;
  padding: 0 7.5% 6vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media (max-width: 480px) {
  .l-future__info {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    padding-bottom: 8.2vw;
  }
}

.l-future__bg {
  position: absolute;
  top: 15.8%;
  left: 0;
  width: 100%;
  height: 68.4%;
  background-image: url(../../images/disadvantages.jpg);
  background-size: cover;
  background-position: 2% 0;
  z-index: -1;
}

@media (max-width: 480px) {
  .l-future__bg {
    top: 11.8%;
  }
}

.l-future__bg::after {
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(163, 158, 158, 0.8);
  z-index: -1;
}

.l-future__contents {
  padding: 0 5.8% 0 5%;
}

.l-future__img {
  width: 50vw;
  height: 33.35vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -16% 0 0 auto;
  opacity: 0;
}

@media (max-width: 480px) {
  .l-future__img {
    width: 280px;
    height: 187px;
    position: relative;
    margin: -7% 0 11.5% 23%;
  }
}

.l-future__img img {
  width: 50vw;
  height: 33.35vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  .l-future__img img {
    width: 280px;
    height: 187px;
  }
}

.l-future__img.is-show {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-future__box {
  position: relative;
  width: 20.85vw;
  height: 100%;
  padding: 8.8% 2vw 8.5% 3.5vw;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

.l-future__box::after {
  content: "";
  background-image: url(../../images/future_1.png);
  background-size: cover;
  width: 15.63vw;
  height: 15.63vw;
  position: absolute;
  right: -24%;
  top: 54%;
}

@media (max-width: 480px) {
  .l-future__box::after {
    width: 150px;
    height: 150px;
    right: -30%;
    top: 47%;
  }
}

@media (max-width: 480px) {
  .l-future__box {
    width: 188px;
    height: auto;
    margin: 0 0 18%;
    padding: 19.8% 0 20.5% 4%;
  }
}

.l-future__box2 {
  position: relative;
  z-index: 0;
  width: 41.7vw;
  height: auto;
  margin: -7.8% 0 7.2% 0%;
  padding: 6.5% 5% 5% 4.2%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

@media (max-width: 480px) {
  .l-future__box2 {
    width: 100%;
    margin: 0 auto;
    padding: 12.8% 9% 4.56% 10%;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  }
}

.l-future__box3 {
  position: relative;
  z-index: 0;
  width: 50vw;
  height: auto;
  margin: -11.8% 0 7.2% 43.7%;
  padding: 9.5% 5% 7.5% 4.5%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

.l-future__box3::after {
  content: "";
  background-image: url(../../images/future_2.png);
  background-size: cover;
  width: 20.85vw;
  height: 20.85vw;
  position: absolute;
  right: -8.5%;
  top: 70%;
}

@media (max-width: 480px) {
  .l-future__box3::after {
    width: 150px;
    height: 150px;
    right: -0.5%;
    top: 88%;
  }
}

@media (max-width: 480px) {
  .l-future__box3 {
    width: 100%;
    margin: 0 auto;
    padding: 18.8% 8% 13.56% 10%;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  }
}

.l-future__list {
  margin-bottom: 7%;
}

.l-future__list:nth-of-type(3) {
  margin-bottom: 0;
}

.l-future__list:nth-of-type(4) {
  margin-bottom: 0;
}

.l-future__title {
  font-size: 1.2vw;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 480px) {
  .l-future__title {
    letter-spacing: 0.01em;
    font-size: 1.4rem;
  }
}

.l-future__title li {
  padding-bottom: 3.2vw;
}

@media (max-width: 480px) {
  .l-future__title li {
    padding-bottom: 16%;
  }
}

.l-future__title li:last-of-type {
  padding-bottom: 0;
}

.l-future__title2 {
  padding-bottom: 2vw;
  font-size: 1.6vw;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #bc8420;
}

@media (max-width: 480px) {
  .l-future__title2 {
    letter-spacing: 0.04em;
    padding-bottom: 7.2vw;
    font-size: 1.4rem;
  }
}

.l-future__title3 {
  padding-bottom: 2vw;
  font-size: 1.6vw;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #bc8420;
}

@media (max-width: 480px) {
  .l-future__title3 {
    letter-spacing: 0.08em;
    padding-bottom: 4.2vw;
    font-size: 1.4rem;
  }
}

.l-future__txt {
  font-weight: 400;
  font-size: 0.84vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.11em;
}

@media (max-width: 480px) {
  .l-future__txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.3;
    padding-bottom: 8.2vw;
    letter-spacing: 0.04em;
  }
}

.l-future__txt2 {
  font-weight: 400;
  font-size: 0.84vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  letter-spacing: 0.04em;
  padding-bottom: 1.8vw;
}

@media (max-width: 480px) {
  .l-future__txt2 {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.3;
    padding-bottom: 8.5vw;
    letter-spacing: 0.06em;
  }
  .l-future__txt2:last-of-type {
    padding-bottom: 0;
  }
}

/* Scss Document */
.l-other {
  background-color: #e4e4e4;
  padding-top: 10px;
  padding-bottom: 106px;
}

@media (max-width: 480px) {
  .l-other {
    padding: 1px 0 1px;
  }
}

.inner-other {
  width: 62.5%;
  margin: 3.8vw auto 1%;
  background-color: #fff;
}

@media (max-width: 480px) {
  .inner-other {
    width: 90%;
    margin: 60px auto 40px;
  }
}

.other-title {
  padding: 3.5vw 0 2.8vw;
  font-size: 1.36vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 480px) {
  .other-title {
    padding: 62px 0 23px;
    font-size: 1.6rem;
    letter-spacing: 0.09em;
  }
}

.other-contents_discription {
  margin-bottom: 1.6vw;
}

@media (max-width: 480px) {
  .other-contents_discription {
    margin-bottom: 15vw;
  }
}

.other-contents_info {
  margin-bottom: 1.6vw;
}

@media (max-width: 480px) {
  .other-contents_info {
    margin-bottom: 0;
  }
}

.pv-policy {
  position: relative;
  width: 5vw;
  height: 5vw;
  margin: 0 auto 2vw;
  background-color: #bc8420;
  border-radius: 50%;
  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;
}

@media (max-width: 480px) {
  .pv-policy {
    width: 80px;
    height: 80px;
    margin: 0 auto 38px;
  }
}

.pv-policy img {
  width: 2.7vw;
  height: auto;
}

@media (max-width: 480px) {
  .pv-policy img {
    width: 40px;
    height: 50px;
  }
}

.under-line {
  width: 11%;
  margin: 0 auto 4vw;
  border-bottom: 5px solid #bc8420;
}

@media (max-width: 480px) {
  .under-line {
    width: 24%;
    margin: 0 auto 57px;
    border-bottom: 3px solid #bc8420;
  }
}

.other-contents {
  padding: 0 12.5% 1.5vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.84vw;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media (max-width: 480px) {
  .other-contents {
    padding: 0 7% 37px 7%;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  .other-contents dd:last-of-type {
    margin-bottom: 0;
  }
}

.other-contents_text {
  margin-bottom: 1.7vw;
}

@media (max-width: 480px) {
  .other-contents_text {
    margin-bottom: 56px;
  }
}

.other-contents_text2 {
  margin-bottom: 1.7vw;
}

@media (max-width: 480px) {
  .other-contents_text2 {
    margin-bottom: 30px;
  }
}

.l-contact {
  background-color: #e4e4e4;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #333;
}

@media (max-width: 480px) {
  .l-contact {
    padding: 59px 0 1px;
  }
}

.inner-contact {
  position: relative;
  z-index: 0;
  width: 62.5%;
  margin: 3.8vw auto 1%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #fff;
}

@media (max-width: 480px) {
  .inner-contact {
    width: 90%;
    margin: 0 auto;
  }
}

.contact-title {
  padding: 4.2vw 0 4vw;
  font-size: 2.1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 1.39;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 480px) {
  .contact-title {
    padding: 57px 0 31px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.01em;
  }
}

.contact-info {
  margin-bottom: 2.8vw;
  padding: 0 12.5vw 0 12vw;
  font-size: 0.84vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #333333;
}

@media (max-width: 480px) {
  .contact-info {
    margin-bottom: 60px;
    font-size: 1.4rem;
    padding: 0 5% 0 7%;
    text-align: left;
    letter-spacing: 0.04em;
  }
}

.contact-form {
  width: 48.5%;
  min-width: 280px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .contact-form {
    width: 86%;
    min-width: 86%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.form {
  margin-bottom: 5.2vw;
  padding-bottom: 14.5%;
}

@media (max-width: 480px) {
  .form {
    margin-bottom: 40px;
  }
}

.form-contents {
  font-size: 0.94vw;
  letter-spacing: 0.1em;
}

@media (max-width: 480px) {
  .form-contents {
    font-size: 1.4rem;
  }
}

.form-item, .form-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .form-item2 {
    display: block;
    position: relative;
  }
}

@media (max-width: 480px) {
  .form-item3 {
    display: block;
    position: relative;
  }
}

.form-title, .form-title2, .form-title3, .form-title4, .form-title5, .form-title6 {
  width: 29%;
  min-width: 120px;
}

@media (max-width: 480px) {
  .form-title, .form-title2, .form-title3, .form-title4, .form-title5, .form-title6 {
    width: 23%;
    min-width: 23%;
    margin: 2px 4px 0 0;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 480px) {
  .form-title2 {
    width: 44%;
    margin: 0 0 18px 0;
    height: 10%;
  }
}

@media (max-width: 480px) {
  .form-title3 {
    width: 44%;
    margin: -8px 0 18px 0;
    height: 10%;
  }
}

@media (max-width: 480px) {
  .form-title4 {
    width: 37%;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .form-title5 {
    width: 40%;
    line-height: 1.8;
    margin: -2px 2px 10px 0;
  }
}

.form-title6 {
  width: 100%;
  padding-bottom: 2.5vw;
}

@media (max-width: 480px) {
  .form-title6 {
    width: 100%;
    line-height: 1.8;
    margin: -2px 2px 0 0;
    padding-bottom: 7px;
  }
}

.form-detail, .form-detail2, .form-detail3, .form-detail4 {
  width: 70%;
  position: relative;
}

@media (max-width: 480px) {
  .form-detail, .form-detail2, .form-detail3, .form-detail4 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .form-detail2 {
    width: 76.5%;
    margin-left: -55px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .form-detail3 {
    width: 63.5%;
  }
}

@media (max-width: 480px) {
  .form-detail4 {
    width: 100%;
    margin-bottom: 35px;
  }
}

.form-parts, .form-parts2, .form-parts3, .form-parts4, .form-parts5, .form-parts6 {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: solid 1px #707070;
  background-color: #fff;
  width: 21vw;
  height: 3.6vw;
  margin-bottom: 15.2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 480px) {
  .form-parts, .form-parts2, .form-parts3, .form-parts4, .form-parts5, .form-parts6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 46px;
  }
}

@media (max-width: 480px) {
  .form-parts2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 46px;
  }
}

.form-parts3 {
  padding: 0;
  height: 200px;
  margin-bottom: 3.2vw;
}

@media (max-width: 480px) {
  .form-parts3 {
    height: 289px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.form-parts4 {
  margin-bottom: 61px;
}

@media (max-width: 480px) {
  .form-parts4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 39px;
  }
}

.form-parts5 {
  overflow: auto;
  margin-bottom: 2.2vw;
  width: 32.7vw;
  height: 260px;
  background-color: #f2f2f2;
}

@media (max-width: 480px) {
  .form-parts5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .form-parts6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 51px;
  }
}

.form-parts-text, .form-parts-text2 {
  font-size: 0.94vw;
  letter-spacing: 0.1em;
}

@media (max-width: 480px) {
  .form-parts-text, .form-parts-text2 {
    font-size: 1.4rem;
  }
}

.form-parts-text2 {
  padding: 7% 10%;
}

@media (max-width: 480px) {
  .form-parts-text2 {
    width: 100%;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-radio li {
  margin: 0 3.5vw 5.5vw 0;
}

@media (max-width: 480px) {
  .form-radio li {
    margin: 0 20px 54px 0;
    font-size: 1.5rem;
  }
}

.form-recruit {
  margin-bottom: 2vw;
}

@media (max-width: 480px) {
  .form-recruit {
    margin-bottom: 21px;
  }
}

input[type="radio" i] {
  width: 1vw;
  height: 1vw;
  margin: -1% 0.4vw 0 0.2vw;
}

@media (max-width: 480px) {
  input[type="radio" i] {
    width: 20px;
    height: 20px;
    margin: -1% 7px 0 5px;
  }
}

.policy {
  margin-bottom: 3.4vw;
  text-align: center;
  font-size: 0.84vw;
}

.policy .policy-line {
  display: inline-block;
  border-bottom: 1px solid #333;
}

@media (max-width: 480px) {
  .policy .policy-line {
    padding-bottom: 2%;
  }
}

@media (max-width: 480px) {
  .policy {
    margin: 18px 0 38px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
    width: 100%;
  }
}

.important::after {
  display: block;
  content: "必須";
  font-size: 0.94vw;
  letter-spacing: 0.1em;
  width: 34.4%;
  margin-top: 8%;
  padding: 4%;
  text-align: center;
  color: #fff;
  background-color: #bc8420;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: bold;
}

@media (max-width: 480px) {
  .important::after {
    width: 40px;
    margin-top: 10px;
    padding: 4px;
    font-size: 1.2rem;
    text-align: center;
  }
}

.important2 {
  margin-top: -1%;
}

.important2::before {
  display: block;
  content: "必須";
  font-size: 0.94vw;
  letter-spacing: 0.1em;
  width: 72.4%;
  margin-right: 2vw;
  padding: 10% 0;
  text-align: center;
  color: #fff;
  background-color: #bc8420;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: bold;
}

@media (max-width: 480px) {
  .important2::before {
    width: 40px;
    margin-top: 23px;
    margin-right: 13px;
    padding: 4px;
    font-size: 1.2rem;
    text-align: center;
  }
}

input[type="text"] {
  padding-left: 10%;
}

input[type="tel" i] {
  padding-left: 10%;
}

input[type="email" i] {
  padding-left: 10%;
}

input[type="button" i] {
  padding: 0;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.optional {
  display: none;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
  text-align: left;
}

@media (max-width: 480px) {
  form#mail_form dl dd span.error_blank,
  form#mail_form dl dd span.error_format,
  form#mail_form dl dd span.error_match {
    margin-top: 0;
  }
}

form#mail_form input#postal + a {
  margin-left: 2vw;
  vertical-align: 0.5vw;
  padding: 3% 4%;
  border-radius: 10px;
  background: #bc8420;
  font-size: 0.84vw;
  color: #fff;
  font-family: "YuGothic Bold", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 480px) {
  form#mail_form input#postal + a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.4rem;
    margin-left: 5px;
    padding: 11px 6px;
    vertical-align: 146%;
    letter-spacing: -0.01em;
  }
}

form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #333333;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  -webkit-box-shadow: 0px 0px 5px #55ccff;
          box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.contact-policy {
  margin: 7% 10%;
  font-size: 0.84vw;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .contact-policy {
    font-size: 1.4rem;
  }
}

.policy-contents {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 5.5%;
  letter-spacing: 0.1em;
}

@media (max-width: 480px) {
  .policy-contents {
    padding: 0;
    text-align: left;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 480px) {
  .policy-contents span {
    display: block;
    margin-top: -9%;
    padding-left: 9%;
  }
}

form#mail_form input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 0;
}

@media (max-width: 480px) {
  form#mail_form input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
}

.l-footer {
  background-color: #2d2d2d;
  padding: 5.1vw 4.8vw 0 7.3%;
}

@media (max-width: 480px) {
  .l-footer {
    padding: 0 5%;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .footer-inner {
    display: block;
  }
}

.nav-footer {
  position: relative;
  padding-top: 2.5vw;
  font-family: "Roboto", sans-serif;
  font-size: 0.7vw;
}

@media (max-width: 480px) {
  .nav-footer {
    padding: 4vh 0 11.5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 27px 0 32px;
  }
}

.footer-text {
  width: 50%;
}

@media (max-width: 480px) {
  .footer-text {
    width: 100%;
  }
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 24px;
  text-align: center;
}

.footer-list a {
  color: #fff;
}

@media (max-width: 480px) {
  .footer-list {
    font-size: 1.4rem;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    width: 100%;
    padding-bottom: 0;
    margin-top: 2%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-list li {
  padding: 0 5% 10% 0;
  letter-spacing: 0.13em;
  font-size: 0.7vw;
  font-family: "Noto Sans JP", sans-serif;
}

.footer-list li:first-of-type {
  font-family: "Roboto", sans-serif;
}

@media (max-width: 480px) {
  .footer-list li {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 0 0 15% 0;
  }
  .footer-list li:last-of-type {
    padding-right: 0;
  }
}

.fas {
  padding-left: 10px;
}

/*#########################################################

コンポーネントファイル読み込み

#########################################################*/
.l-slider {
  position: relative;
}

.slider {
  position: relative;
  z-index: 1;
  width: 62.85%;
  height: 41.7vw;
  margin: 1% 0 28.2vw 21%;
}

@media (max-width: 480px) {
  .slider {
    width: 335px;
    height: 447px;
    margin: 52% 0 28.2vw 11%;
  }
}

/*　背景画像設定　*/
.slider-item01 {
  background-image: url(../../images/fv_1.jpg);
  background-position: center;
}

@media (max-width: 480px) {
  .slider-item01 {
    background-position: 41%;
  }
}

.slider-item02 {
  background-image: url(../../images/fv_2.jpg);
  background-position: center;
}

@media (max-width: 480px) {
  .slider-item02 {
    background-position: 73%;
  }
}

.slider-item03 {
  background-image: url(../../images/fv_3.jpg);
  background-position: center;
}

@media (max-width: 480px) {
  .slider-item03 {
    background-position: 34%;
  }
}

.slider-item04 {
  background-image: url(../../images/fv_4.jpg);
  background-position: center;
}

@media (max-width: 480px) {
  .slider-item04 {
    background-position: 46%;
  }
}

.slider-item {
  height: 41.7vw;
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
}

@media (max-width: 480px) {
  .slider-item {
    height: 447px;
  }
}

.scroll-up {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scroll-up.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #bc8420;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.is-typing {
  text-align: center;
  /*アニメーションセッティング*/
  -webkit-animation: typewriter 5s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
          animation: typewriter 5s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

@media (max-width: 480px) {
  .is-typing {
    display: none;
  }
}

@-webkit-keyframes typewriter {
  /*タイプライターライクなアニメーション*/
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  100% {
    width: 42%;
  }
}

@keyframes typewriter {
  /*タイプライターライクなアニメーション*/
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  100% {
    width: 42%;
  }
}

@-webkit-keyframes blinkTextCursor {
  /*点滅するカーソルのアニメーション*/
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}

@keyframes blinkTextCursor {
  /*点滅するカーソルのアニメーション*/
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.header-btn_pc {
  position: relative;
  width: 15.65vw;
  height: 2.65vw;
  display: block;
  min-width: 180px;
  min-height: 35px;
  margin: 1.8vw 0 0 3vw;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #2d2d2d;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 480px) {
  .header-btn_pc {
    display: none;
  }
}

.header-btn_pc .btn-text {
  display: block;
  font-size: 0.94vw;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  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;
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  z-index: 30;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-btn_pc .btn-text:hover {
  position: relative;
  opacity: 1;
  color: #fff;
  z-index: 30;
}

.header-btn_pc:hover {
  border: 1px solid #bc8420;
}

.contact-btn__other {
  position: relative;
  display: block;
  width: 20.8vw;
  height: 5.5vw;
  min-width: 180px;
  min-height: 35px;
  margin: 0 0 5.5% auto;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 480px) {
  .contact-btn__other {
    display: none;
  }
}

.contact-btn__other .btn-text {
  display: block;
  font-size: 1.05vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  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;
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  z-index: 30;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-btn__other .btn-text:hover {
  position: relative;
  opacity: 1;
  color: #fff;
  z-index: 30;
}

.contact-btn__other:hover {
  border: 1px solid #bc8420;
}

.contact-btn {
  position: relative;
  display: block;
  width: 20.8vw;
  height: 5.5vw;
  min-width: 180px;
  min-height: 35px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #2d2d2d;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 480px) {
  .contact-btn {
    width: 300px;
    height: 60px;
    margin: 0 auto;
  }
}

.contact-btn .btn-text {
  display: block;
  font-size: 1.05vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #2d2d2d;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  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;
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  z-index: 30;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 480px) {
  .contact-btn .btn-text {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.contact-btn .btn-text:hover {
  position: relative;
  opacity: 1;
  color: #fff;
  z-index: 30;
}

@media (max-width: 480px) {
  .contact-btn .btn-text:hover {
    opacity: 0.6;
  }
}

.contact-btn:hover {
  border: 1px solid #bc8420;
}

@media (max-width: 480px) {
  .contact-btn:hover {
    border: 1px solid #2d2d2d;
  }
}

.submit-btn {
  width: 23vw;
  height: 4vw;
  margin: 0 auto;
  color: #fff;
  background-color: #2d2d2d;
  border: 1px solid #2d2d2d;
  -webkit-box-shadow: 0 3px 6px #ccc;
          box-shadow: 0 3px 6px #ccc;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2vw;
  letter-spacing: 0.3em;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  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;
}

@media (max-width: 480px) {
  .submit-btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 240px;
    height: 40px;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}

.form-btn {
  position: relative;
  width: 23vw;
  height: 4vw;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  z-index: 10;
  background: #bc8420;
}

@media (max-width: 480px) {
  .form-btn {
    width: 240px;
    padding-bottom: 39px;
  }
}

.form-btn:hover {
  opacity: 0.6;
}

.details-btn {
  position: relative;
  display: block;
  width: 20.85vw;
  height: 5.25vw;
  min-width: 180px;
  min-height: 35px;
  margin: 0 auto;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 480px) {
  .details-btn {
    width: 300px;
    height: 60px;
  }
}

.details-btn .btn-text {
  position: relative;
  display: block;
  font-size: 1.05vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  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;
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  z-index: 30;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 480px) {
  .details-btn .btn-text {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.17em;
  }
}

.details-btn .btn-text:hover {
  position: relative;
  opacity: 1;
  color: #fff;
  z-index: 30;
}

@media (max-width: 480px) {
  .details-btn .btn-text:hover {
    opacity: 0.6;
  }
}

.details-btn:hover {
  border: 1px solid #bc8420;
}

@media (max-width: 480px) {
  .details-btn:hover {
    border: 1px solid #fff;
  }
}

.bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #bc8420;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

@media (max-width: 480px) {
  .bgskew::before {
    content: none;
  }
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  -webkit-animation: skewanime 0.5s forwards;
          animation: skewanime 0.5s forwards;
  /*アニメーションの名前と速度を定義*/
  z-index: -1;
}

@-webkit-keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}

@keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}

.c-copyright {
  padding-bottom: 20px;
  font-size: 0.84vw;
  padding-right: 52.8%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.63vw;
  letter-spacing: 0.11em;
}

@media (max-width: 480px) {
  .c-copyright {
    padding-bottom: 20px;
    font-size: 1.2rem;
    padding-right: 0;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */