@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700&family=Roboto:wght@100;300;400;500;700&display=swap");
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::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
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

li {
  list-style: none;
}

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 */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

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

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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 */
}

/* 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: 0;
  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 */
}

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

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

/* 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 */
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in 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(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
/* 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;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.u-tb-sp-only {
  display: none !important;
}

.u-sp-only {
  display: none !important;
}

.grecaptcha-badge {
  z-index: 1;
  display: none !important;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.15em;
  color: #695a4b;
}

img {
  max-width: 100%;
}

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

.l-inner {
  position: relative;
  margin: auto;
  max-width: 980px;
}

.l-box__inner {
  background: #fff;
}

.box-corner--top {
  padding-top: 17px;
  position: relative;
  z-index: 1;
  background: url("../images/common/box_corner_left.svg") left top/18px 18px no-repeat, url("../images/common/box_corner_right.svg") right top/18px 18px no-repeat;
}
.box-corner--top::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 33px);
  height: 18px;
  background: #fff;
}

.l-footer {
  margin: 150px 15px 0;
  padding-top: 17px;
  position: relative;
  z-index: 1;
  background: url("../images/common/box_corner_left_blue.svg") left top/18px 18px no-repeat, url("../images/common/box_corner_right_blue.svg") right top/18px 18px no-repeat;
}
.l-footer::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 33px);
  height: 18px;
  background: #0078c6;
}
.l-footer__inner {
  padding: 25px 45px 45px;
  color: #fff;
  background: #0078c6;
}
.l-footer__flexbox {
  margin: auto;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
}
.l-footer__copy {
  margin-top: 1em;
  font-size: 10px;
}
.l-footer__copy--sp {
  margin-top: 25px;
  display: block;
  font-size: 2.65625vw;
  letter-spacing: 0.05em;
}
.l-footer__info p {
  margin-bottom: 25px;
  line-height: 2;
}
.l-footer__info__btn-wrap {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__info__btn-wrap a {
  padding: 0 15px 0 36px;
  position: relative;
  line-height: 30px;
  border: 1px solid;
  display: inline-block;
}
.l-footer__info__btn-wrap a:nth-child(1) {
  margin-right: 20px;
}
.l-footer__info__btn-wrap a::before {
  position: absolute;
  top: 12px;
  left: 14px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

@keyframes linemove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-menu-btn {
  display: none;
}

.c-close {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.c-close::before, .c-close::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: #fff;
}
.c-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-open .c-menu-btn span:nth-of-type(1) {
  transform: translateY(4px) rotate(-28deg);
}
.nav-open .c-menu-btn span:nth-of-type(1)::before {
  animation: linemove 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.nav-open .c-menu-btn span:nth-of-type(2) {
  transform: translateY(-4px) rotate(28deg);
}
.nav-open .c-menu-btn span:nth-of-type(2)::before {
  animation: linemove 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0.06s 1;
}
.nav-open .c-menu-btn span:nth-of-type(3)::before {
  transform: translateX(-100%);
}

.js-fadeIn {
  opacity: 0;
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(20px);
}

.js-stagger li {
  opacity: 0;
  transform: translateY(20px);
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
  .u-sp-only {
    display: block !important;
  }
  body {
    font-size: 12px;
    line-height: 2;
  }
  .l-inner {
    margin: 0 4.21875vw;
  }
  .l-footer {
    margin: 18.75vw 2.34375vw 0;
    padding-top: 2.65625vw;
    background: url("../images/common/box_corner_left_blue.svg") left top/2.8125vw 2.8125vw no-repeat, url("../images/common/box_corner_right_blue.svg") right top/2.8125vw 2.8125vw no-repeat;
  }
  .l-footer::before {
    width: calc(100% - 5.15625vw);
    height: 2.8125vw;
  }
  .l-footer__inner {
    padding: 6.71875vw 4.6875vw 9.375vw;
  }
  .l-footer__flexbox {
    display: block;
  }
  .l-footer__logo {
    margin-bottom: 7.8125vw;
    text-align: center;
  }
  .l-footer__logo img {
    width: 23.4375vw;
  }
  .l-footer__copy {
    display: none;
  }
  .l-footer__info p {
    font-size: 3.75vw;
  }
  .l-footer__info__btn-wrap {
    justify-content: space-between;
  }
  .l-footer__info__btn-wrap a {
    padding: 0 3.125vw 0 5.9375vw;
    box-sizing: border-box;
    font-size: 3.28125vw;
    line-height: 9.375vw;
  }
  .l-footer__info__btn-wrap a:nth-child(1) {
    margin-right: 0;
    width: 32.8125vw;
  }
  .l-footer__info__btn-wrap a:nth-child(2) {
    width: 48.4375vw;
  }
  .l-footer__info__btn-wrap a::before {
    top: 3.75vw;
    left: 2.34375vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .c-menu-btn {
    position: fixed;
    top: 17px;
    right: 17px;
    width: 35px;
    height: 18px;
    cursor: pointer;
    z-index: 20;
    display: block;
  }
  .c-menu-btn span {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
  }
  .c-menu-btn span::before {
    content: " ";
    display: block;
    height: 2px;
    background-color: #0078c8;
    transition: transform 0.3s ease-in-out;
  }
  .c-menu-btn span:nth-child(1) {
    top: 0;
  }
  .c-menu-btn span:nth-child(2) {
    top: 8px;
  }
  .c-menu-btn span:nth-child(3) {
    top: auto;
    bottom: 0;
    width: 20px;
  }
  .nav-global {
    position: fixed;
    top: 0;
    right: -100%;
    padding-top: 100px;
    visibility: hidden;
    opacity: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    transition: visibility 0.3s, opacity 0.3s, right 0.5s ease-in-out;
    z-index: 9;
  }
  .nav-global ul {
    margin: 0 auto !important;
    width: 193px;
  }
  .nav-open .nav-global {
    right: 0;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .c-sp-bnr {
    margin: 18.75vw auto -9.375vw;
    width: 81.25vw;
  }
  .c-sp-bnr img {
    margin-bottom: 2.34375vw;
    display: block;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .u-tb-sp-only {
    display: block !important;
  }
  body {
    font-size: 12px;
    line-height: 1.7;
  }
  .l-inner {
    max-width: 85.3333333333vw;
  }
  .box-corner--top {
    padding-top: 1.4166666667vw;
    background: url("../images/common/box_corner_left.svg") left top/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_right.svg") right top/1.5vw 1.5vw no-repeat;
  }
  .box-corner--top::before {
    width: calc(100% - 2.75vw);
    height: 1.5vw;
  }
  .l-footer {
    margin: 12.5vw 1.25vw 0;
    padding-top: 1.4166666667vw;
    background: url("../images/common/box_corner_left_blue.svg") left top/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_right_blue.svg") right top/1.5vw 1.5vw no-repeat;
  }
  .l-footer::before {
    width: calc(100% - 2.75vw);
    height: 1.5vw;
  }
  .l-footer__inner {
    padding: 2.0833333333vw 3.75vw 3.75vw;
  }
  .l-footer__copy {
    font-size: 0.8333333333vw;
  }
  .l-footer__info__btn-wrap a {
    padding: 0 1.25vw 0 3vw;
    font-size: 1.25vw;
    line-height: 3.75vw;
  }
  .l-footer__info__btn-wrap a:nth-child(1) {
    margin-right: 1.6666666667vw;
  }
  .l-footer__info__btn-wrap a::before {
    top: 1.5vw;
    left: 1.1666666667vw;
    width: 0.6666666667vw;
    height: 0.6666666667vw;
  }
}
/*# sourceMappingURL=sourcemaps/common.css.map */
