@charset "UTF-8";
/* Scss Document */
/* read css */
/* Scss Document */
/* Scss Document */
/*======================================
  color
======================================*/
/*==============================
 font-weight
============================= */
/* ==============================
  初期設定
============================== */
:root {
  --font-family: 'Noto sans JP', sans-serif;
  --container-width: calc(320 / 375 * 100%);
  --container-max-width: 840px;
  --footer-bgcolor: #464546;
  --text-size: 0.875rem;
  --text-size-pc: 1.125rem;
  --footer-bgColor: #000;
}

/*======================================
  font
======================================*/
/*==============================
 responsive
============================= */
/* mobile only */
/* mobile + tablet */
/* tablet + pc */
/* pc only */
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* add */
a {
  color: inherit;
}

li {
  list-style: none;
}

/***
body
container
text
List
LINK
images
button
Form
table
column
margin
arrow
***/
/*======================================
  config
======================================*/
.br_sp {
  display: block;
}

.br_pc {
  display: none;
}

.inherit {
  color: inherit;
}

.center {
  text-align: center;
}

.no-wrap {
  display: inline-block;
}

.word-wrap {
  word-wrap: break-word;
}

.no-mgbt {
  margin-bottom: 0 !important;
}

.spamCheck:after {
  content: "@";
  font-size: inherit;
  font-weight: inherit;
}

address {
  font-style: normal;
}

@media screen and (min-width: 840px) {
  .br_sp {
    display: none;
  }

  .br_pc {
    display: block;
  }
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

/*======================================
  body
======================================*/
body, html {
  color: #3C3C3C;
  overflow-x: hidden;
  font-size: 16px;
  font-feature-settings: "palt";
  font-family: var(--font-family);
  box-sizing: border-box;
}

/* スマホでnav-openした時 */
body.fixed {
  overflow: hidden;
}

/*======================================
  container
======================================*/
.main:not(.top, .company) {
  margin-bottom: 8rem;
}

.section__ttl {
  font-weight: 500;
  text-align: center;
  font-size: 1.125rem;
  color: #08224B;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #08224B;
  border-top: 2px solid #08224B;
}

.container {
  width: var(--container-width);
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.top .container {
  max-width: 1000px;
}
.contact .container {
  max-width: 640px;
}
.privacy .container {
  max-width: 780px;
}

.inner {
  margin-bottom: 2rem;
}

.box {
  margin-bottom: 2rem;
}
.box-blue {
  text-align: center;
  background: #08224B;
  color: #fff;
  border-radius: 0.5rem;
  padding: 1rem 0;
  margin-bottom: 0;
}
.box-blue__ttl {
  color: #FFAA14;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  background-image: url("../images/svg/nami.svg");
  background-size: auto 4.2px;
  background-position: bottom 0 left 50%;
}
.box-blueLine {
  border: 1px solid #08224B;
  color: #08224B;
  background: #D9E6EF;
  text-align: center;
  line-height: 60px;
  margin-bottom: 1rem;
}

.overWrap {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (min-width: 840px) {
  .box-blue__ttl {
    background-size: auto 6.2px;
  }
}
/*======================================
  HEADLINE
======================================*/
.page__ttl {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.25em;
  text-align: center;
  color: #fff;
  margin-bottom: 0.25rem;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category .page__ttl {
  background-image: url("../images/eye-catch_cate.jpg");
}
.faq .page__ttl {
  background-image: url("../images/eye-catch_faq.jpg");
}
.company .page__ttl {
  background-image: url("../images/eye-catch_company.jpg");
}
.contact .page__ttl, .check .page__ttl, .privacy .page__ttl {
  background-image: url("../images/eye-catch_contact.jpg");
}

.heading-level1 {
  color: #08224B;
  font-size: clamp(1.875rem, 5vw, 3.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
  line-height: 1.25;
}

.heading-level2 {
  width: 100%;
  max-width: 406px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #08224B;
  position: relative;
  height: 2rem;
  line-height: 32px;
  margin-bottom: 2.5rem;
  border-left: 1.125rem solid #539FCC;
  border-right: 1.125rem solid #539FCC;
}
.heading-level2::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 16px solid #2862A0;
  border-right: 10px solid transparent;
  border-bottom: 16px solid #2862A0;
  border-left: 10px solid #539FCC;
}
.heading-level2::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 16px solid #2862A0;
  border-right: 10px solid #539FCC;
  border-bottom: 16px solid #2862A0;
  border-left: 10px solid transparent;
}
.heading-level2-accessMap {
  width: var(--container-width);
}

.heading-level3 {
  text-align: center;
  color: #08224B;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 840px) {
  .section__ttl {
    font-size: 1.75rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-bottom: 3px solid #08224B;
    border-top: 3px solid #08224B;
  }

  .page__ttl {
    height: 226px;
  }

  .heading-level1 {
    margin-bottom: 2rem;
  }

  .heading-level2 {
    margin-bottom: 4.5rem;
  }

  .heading-level3 {
    margin-bottom: 4.5rem;
  }
}
/*======================================
  text
======================================*/
.text {
  font-size: var(--text-size);
  font-weight: 300;
  line-height: 2;
}
.text-y {
  color: #FFAA14;
}

/* Caution */
.note {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}

.attention {
  color: #F84771;
}

@media screen and (min-width: 840px) {
  .text {
    font-size: var(--text-size-pc);
  }
}
/*======================================
  LINK
======================================*/
a {
  text-decoration: none;
}
a.link__box {
  display: block;
  width: 100%;
  height: 100%;
}
a.link__underline {
  color: #4066A1;
  padding-bottom: 0.125rem;
  text-decoration: underline;
}

/*======================================
  images
======================================*/
img {
  vertical-align: middle;
}

.figc {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/*======================================
  button
======================================*/
.btn {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #e25c00;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: .25s;
}
.btn:focus, .btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}
.btn__submit {
  display: block;
  width: 80%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  margin-bottom: 1rem;
  background: #F84771;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 40px;
}
.btn__submit:hover {
  opacity: 0.7;
}

@media screen and (min-width: 840px) {
  .btn__submit {
    line-height: 75px;
    margin-bottom: 0;
    font-size: 1.75rem;
    line-height: 2.67857;
    letter-spacing: 0.2em;
  }
}
/*======================================
  Form
======================================*/
input:not([type="file"], [type="submit"]), select, textarea {
  border: 1px solid #999;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border: 1px #7ecef4 solid;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea {
  display: block;
  width: 100%;
  font-size: 110%;
  padding: 0.5rem;
  margin: 0.5rem 0 2rem;
  background: #F6F6F6;
  border-radius: 5px;
  border: 1px solid #989898;
}

input[type="file"] {
  margin-bottom: 2rem;
}
input[type="file"]:focus {
  border: none;
}

input[type="submit"] {
  border-radius: 10px;
}

input[type="checkbox"] {
  margin-right: 0.25em;
}

.contactForm .attention__box {
  margin-bottom: 1rem;
}

.form__box {
  margin-bottom: 1rem;
}
.form__footer {
  margin-top: 2rem;
}

/*======================================
  table
======================================*/
.table {
  width: 100%;
  max-width: 840px;
  border-collapse: collapse;
  margin: 0 auto 2rem;
  background: #DDE7F1;
  font-size: 0.875rem;
}
.table th, .table td {
  border-bottom: 1px solid #FFF;
  width: auto;
  display: block;
}
.table td.company-table-desc {
  border-bottom: none;
}
.table th {
  padding: 1rem 1rem 0;
  text-align: left;
  margin-bottom: 0.25rem;
  border-bottom: 0;
}
.table td {
  padding: 0 0 1rem;
  margin: 0 1rem 0;
}

@media screen and (min-width: 840px) {
  .table {
    font-size: 1rem;
  }
  .table th {
    padding: 1.5rem 2rem 0;
  }
  .table td {
    padding: 0 0 1.5rem;
    margin: 0 2rem 0;
  }
}
/*****  LAYOUT  *****/
/*======================================
  columun
======================================*/
.col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col__box--2 {
  width: 48%;
}
.col__box--3 {
  width: 32%;
}
.col__box--5 {
  width: 19%;
}
.col-md {
  flex-direction: column;
}
.col-md-2__box {
  width: 100%;
  margin-bottom: 2rem;
}
.col-md-3__box {
  width: 100%;
}

@media screen and (min-width: 840px) {
  .col-md-2__box {
    width: 48%;
  }
  .col-md-3__box {
    width: 32%;
  }
}
/*=====================================
  icon
=====================================*/
/*======================================
  google map
======================================*/
.gmap {
  height: 100vw;
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 840px) {
  .gmap {
    height: 600px;
  }
}
/*======================================
  slider
======================================*/
.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.slider {
  width: 100%;
}
.slider img {
  height: auto;
  width: 100%;
}

.slick-dotted.slick-slider {
  margin: 0 auto 4rem;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-dots li {
  width: 72px;
  height: 5px;
}
.slick-dots li button:before {
  width: 72px;
  height: 5px;
  content: '';
  background: #08224B;
}

/*======================================
  HEADER
======================================*/
.header {
  width: 100%;
}
.header__inner {
  height: 3.25rem;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: calc((3.25rem - 1.875rem) / 2);
}
.header__logo {
  width: 188px;
  height: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
.header__logo--img {
  display: block;
}

/*======================================
  navigation
======================================*/
.header-nav__wrap {
  display: none;
}

/* iphone高さ取得　100vh */
.menu {
  min-height: calc(100vh - 70px);
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100 - 70px);
}

.menu {
  position: fixed;
  top: 0;
  left: -100%;
  transition: all 0.5s;
  width: 100%;
  background: #08224B;
  z-index: 105;
}
.menu.nav__open {
  left: 0;
}
.menu__logo {
  height: 120px;
  background: #000;
  display: grid;
  place-items: center;
}
.menu__logo-fig {
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}
.menu__list {
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu__item {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  line-height: calc((var(--vh, 1vh) * 100 - 202px) / 7);
  font-weight: 500;
  text-align: left;
}
.menu__item:not(:last-child) {
  border-bottom: 2px solid #000;
}
.menu__link {
  position: relative;
  padding-left: 5rem;
}
.menu__link::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: calc(5rem - 45px);
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center center;
}
.menu__link.menu__link--top::before {
  background-image: url("../images/icon/icon-top.svg");
}
.menu__link.menu__link--category::before {
  background-image: url("../images/icon/icon-category.svg");
}
.menu__link.menu__link--company::before {
  background-image: url("../images/icon/icon-about.svg");
}
.menu__link.menu__link--flow::before {
  background-image: url("../images/icon/icon-flow.svg");
}
.menu__link.menu__link--faq::before {
  background-image: url("../images/icon/icon-faq.svg");
}
.menu__link.menu__link--contact::before {
  background-image: url("../images/icon/icon-contact.svg");
}
.menu__link.menu__link--privacy::before {
  background-image: url("../images/icon/icon-privacy.svg");
}
.menu__btn {
  text-align: center;
  width: 150px;
  border-radius: 30px;
  color: #fff;
  display: block;
  margin: 2rem auto 0;
  border: 1px solid #FFF;
}

@media screen and (min-width: 840px) {
  #menu {
    display: none;
  }

  .header__inner {
    height: 100px;
    padding-top: 27.5px;
  }
  .header__logo {
    display: flex;
    align-items: center;
    height: 45px;
    margin-left: 0;
  }

  .header-nav {
    display: flex;
    justify-content: center;
    height: 5rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .header-nav__wrap {
    display: block;
    width: 100%;
    background: #08224B;
  }
  .header-nav__item {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    flex-grow: 1;
    text-align: center;
    color: #fff;
    width: 20%;
    margin-left: -19px;
    margin-right: -19px;
    padding: 0 40px;
    background: #FFF;
  }
  .header-nav__item:first-child .header-nav__link::before {
    border-bottom: 40px solid #08224B;
    border-left: 20px solid #08224B;
    border-top: 40px solid #08224B;
    border-right: 20px solid #08224B;
  }
  .header-nav__item:first-child .header-nav__link:focus::before, .header-nav__item:first-child .header-nav__link:hover::before {
    border-bottom: 40px solid #4066A1;
    border-right: 20px solid #4066A1;
  }
  .header-nav__item:last-child .header-nav__link::after {
    border-top: 40px solid #08224B;
    border-right: 20px solid #08224B;
    border-bottom: 40px solid #08224B;
    border-left: 20px solid #08224B;
  }
  .header-nav__item:last-child .header-nav__link:focus::after, .header-nav__item:last-child .header-nav__link:hover::after {
    border-top: 40px solid #4066A1;
    border-right: 20px solid #08224B;
    border-bottom: 40px solid #08224B;
    border-left: 20px solid #4066A1;
  }
  .header-nav__link {
    background: #08224B;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    position: relative;
    display: block;
    text-decoration: none;
    transition: .25s;
  }
  .header-nav__link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -40px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-bottom: 40px solid #08224B;
    border-left: 20px solid transparent;
    border-top: 40px solid transparent;
    border-right: 20px solid #08224B;
  }
  .header-nav__link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -40px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 40px solid #08224B;
    border-right: 20px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #08224B;
  }
  .header-nav__link:focus, .header-nav__link:hover {
    background: #4066A1;
  }
  .header-nav__link:focus::before, .header-nav__link:hover::before {
    border-bottom: 40px solid #4066A1;
    border-left: 20px solid transparent;
    border-top: 40px solid transparent;
    border-right: 20px solid #4066A1;
  }
  .header-nav__link:focus::after, .header-nav__link:hover::after {
    border-top: 40px solid #4066A1;
    border-right: 20px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #4066A1;
  }
  .header-nav__link.active {
    background: #4066A1;
  }
  .header-nav__link.active::before {
    border-bottom: 40px solid #4066A1 !important;
    border-left: 20px solid transparent;
    border-top: 40px solid transparent;
    border-right: 20px solid #4066A1 !important;
  }
  .header-nav__link.active::after {
    border-top: 40px solid #4066A1 !important;
    border-right: 20px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #4066A1 !important;
  }
}
/*  文字制限非表示 */
@media screen and (min-width: 841px) and (max-width: 1075px) {
  .header-nav__item {
    font-size: 0.625rem;
  }

  .hidden-nav-width {
    display: none;
  }
}
/*======================================
  Footer
======================================*/
.footer {
  width: 100%;
  background: var(--footer-bgColor);
  padding: 3rem 0 2rem;
  position: relative;
  color: #fff;
  margin-bottom: 70px;
}
.footer__inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.footer-video__wrap {
  width: 90%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.footer-video__content {
  width: 100%;
  height: auto;
}
.footer__headline {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.54545;
  letter-spacing: 0.05em;
  margin-bottom: 1.875rem;
  font-weight: 500;
}
.footer__contact--txt {
  font-size: 1.125rem;
  background: #4066A1;
  line-height: 3.5;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 4.5rem;
}
.footer__contact--txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 15px solid #4066A1;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}
.footer__contact--wrap {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.footer__contact--box {
  width: 80%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.footer__contact--btn {
  background: #FFAA14;
  color: #000;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25rem;
  border-radius: 0.5rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
.footer__contact--btn:hover {
  opacity: 0.8;
}
.footer__container {
  width: var(--container-width);
  max-width: var(--container-max-width);
  margin: 0 auto 1rem;
  border-top: 1px solid #FFF;
  padding-top: 1.125rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.footer__info {
  text-align: center;
}
.footer__info--fig {
  width: 213px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.footer__info--tel {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__info--icon {
  width: 35px;
  height: 35px;
  margin-right: 0.25rem;
  display: grid;
  align-items: center;
  justify-items: center;
}
.footer__info--def {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
.footer__info--txt {
  font-size: 0.75rem;
}
.footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #000;
  color: #000;
  display: flex;
  justify-content: space-between;
  z-index: 102;
}
.footer-nav__item {
  text-align: center;
  width: 33%;
  background: #FFAA14;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-rows: auto 16px;
  padding: 0.5rem 0;
}
.footer-nav__item--icon {
  display: block;
}
.footer-nav .link__box {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-rows: auto 16px;
}
.footer__nav {
  display: none;
}

.hamburger {
  display: block;
  background: transparent;
  border: none;
  z-index: 102;
  position: relative;
  width: 20px;
  height: 20px;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #000;
  left: 0;
  transition: all 0.5s;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 9px;
}
.hamburger span:nth-child(3) {
  bottom: 0;
}
.hamburger.is-active .bdr:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.hamburger.is-active .bdr:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .bdr:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
}

.copyright {
  text-align: center;
  font-size: 0.75rem;
}

.gototop {
  position: fixed;
  bottom: 7rem;
  right: -1rem;
  font-size: 0.75rem;
  color: #B3BBC2;
  opacity: 0;
  transition: all 0.5s;
  transform: rotate(90deg);
}
.gototop span {
  font-size: 0.75em;
  padding-right: 0.25rem;
}

.fadein {
  opacity: 1;
}

@media screen and (min-width: 840px) {
  .footer {
    margin-bottom: 0;
  }
  .footer-nav {
    display: none;
  }
  .footer__contact--wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer__container {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(3, auto);
  }
  .footer__info {
    border-right: 1px solid #FFF;
    flex-grow: 1;
    padding-right: 1rem;
    grid-column: 1/2;
    grid-row: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(3, auto);
  }
  .footer__info--def {
    display: flex;
  }
  .footer__info--def:first-child {
    grid-column: 1/3;
    grid-row: 1;
  }
  .footer__info--def:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2;
    margin-right: 1rem;
  }
  .footer__info--def:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2;
  }
  .footer__info--dttl {
    padding-right: 1rem;
  }
  .footer__info--name {
    grid-column: 1/2;
    grid-row: 1;
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .footer__info--fig {
    margin-right: 0;
  }
  .footer__info--tel {
    grid-column: 2/3;
    grid-row: 1;
    margin-left: 0.5rem;
    margin-bottom: 1rem;
    text-align-last: left;
    justify-content: flex-start;
  }
  .footer__info--txt {
    text-align: left;
    grid-column: 1/3;
    grid-row: 3;
  }
  .footer__nav {
    display: block;
    grid-column: 2/3;
    grid-row: 2;
    font-size: 0.875rem;
    padding-left: 1rem;
  }
  .footer__nav--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer__nav--item::before {
    content: '◆';
    font-size: 0.75em;
    margin-right: 0.25rem;
  }

  .gototop {
    bottom: 5rem;
    right: 1rem;
  }
}
/*=====================================
  PAGE
=====================================*/
/*=====================================
  breadCrumb
=====================================*/
.breadcrumb {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto 3.5rem;
  padding: 0.25rem 0;
  font-size: 0.75rem;
}
.breadcrumb__item {
  display: inline-block;
}
.breadcrumb__item::after {
  content: ">";
  padding: 0.5rem;
}
.breadcrumb__item:first-child {
  padding-left: 0;
}
.breadcrumb__item:last-child {
  padding-right: 0;
}
.breadcrumb__item:last-child::after {
  content: none;
}
