@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  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 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
}

/*
* 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: 100%;
  /* 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:link {
  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+ */
}

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

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

ul,
ol {
  list-style: none;
}

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

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

address,
em {
  font-style: normal;
}

/* # =================================================================
# 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: 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 */
}

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 {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

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

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.bg-clr01 {
  background: #4883dc;
}

.bg-clr02 {
  background: #3b5998;
}

.bg-clr03 {
  background: #625cd6;
}

.bg-clr04 {
  background: #a25dc5;
}

.bg-clr05 {
  background: #ee55a8;
}

.bg-clr06 {
  background: #ee8755;
}

.bg-clr07 {
  background: #a7d74b;
}

.bg-clr08 {
  background: #41af4c;
}

.bg-clr09 {
  background: #32b3c6;
}

.bg-clr10 {
  background: #299dd3;
}

a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
a:link, a:active, a:visited {
  color: #242128;
}
a:hover {
  color: #e7c45e;
}

section img, section svg {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}

.slide_img {
  position: relative;
  overflow: hidden;
}
.slide_img::after {
  content: "";
  width: 100%;
  height: 102%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.slide_img img {
  width: 100%;
  display: block;
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s;
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.slide_img.is_after::after {
  -webkit-transform: translate3d(0, -102%, 0);
          transform: translate3d(0, -102%, 0);
}
.slide_img.is_after img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fadezoom {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.fadezoom:nth-child(2) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.fadezoom:nth-child(3) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.fadezoom:nth-child(4) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.fadezoom:nth-child(5) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.fadezoom:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fadezoom:nth-child(7) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
.fadezoom:nth-child(8) {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}
.fadezoom:nth-child(9) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
.fadezoom:nth-child(10) {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}
.fadezoom:nth-child(11) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.fadezoom:nth-child(12) {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}
.fadezoom:nth-child(13) {
  -webkit-transition-delay: 1.44s;
          transition-delay: 1.44s;
}
.fadezoom:nth-child(14) {
  -webkit-transition-delay: 1.56s;
          transition-delay: 1.56s;
}
.fadezoom:nth-child(15) {
  -webkit-transition-delay: 1.68s;
          transition-delay: 1.68s;
}
.fadezoom:nth-child(16) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.fadezoom:nth-child(17) {
  -webkit-transition-delay: 1.92s;
          transition-delay: 1.92s;
}
.fadezoom:nth-child(18) {
  -webkit-transition-delay: 2.04s;
          transition-delay: 2.04s;
}
.fadezoom:nth-child(19) {
  -webkit-transition-delay: 2.16s;
          transition-delay: 2.16s;
}
.fadezoom:nth-child(20) {
  -webkit-transition-delay: 2.28s;
          transition-delay: 2.28s;
}
.fadezoom:nth-child(21) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.fadezoom:nth-child(22) {
  -webkit-transition-delay: 2.52s;
          transition-delay: 2.52s;
}
.fadezoom:nth-child(23) {
  -webkit-transition-delay: 2.64s;
          transition-delay: 2.64s;
}
.fadezoom:nth-child(24) {
  -webkit-transition-delay: 2.76s;
          transition-delay: 2.76s;
}
.fadezoom:nth-child(25) {
  -webkit-transition-delay: 2.88s;
          transition-delay: 2.88s;
}
.fadezoom:nth-child(26) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.fadezoom:nth-child(27) {
  -webkit-transition-delay: 3.12s;
          transition-delay: 3.12s;
}
.fadezoom:nth-child(28) {
  -webkit-transition-delay: 3.24s;
          transition-delay: 3.24s;
}
.fadezoom:nth-child(29) {
  -webkit-transition-delay: 3.36s;
          transition-delay: 3.36s;
}
.fadezoom:nth-child(30) {
  -webkit-transition-delay: 3.48s;
          transition-delay: 3.48s;
}
.fadezoom:nth-child(31) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.fadezoom.is_after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fadeup {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.fadeup:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fadeup:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fadeup:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fadeup:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fadeup:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fadeup:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.fadeup:nth-child(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.fadeup:nth-child(9) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.fadeup:nth-child(10) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.fadeup:nth-child(11) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.fadeup:nth-child(12) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.fadeup:nth-child(13) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.fadeup:nth-child(14) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.fadeup:nth-child(15) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.fadeup:nth-child(16) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.fadeup:nth-child(17) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.fadeup:nth-child(18) {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}
.fadeup:nth-child(19) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.fadeup:nth-child(20) {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}
.fadeup:nth-child(21) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.fadeup:nth-child(22) {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
.fadeup:nth-child(23) {
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s;
}
.fadeup:nth-child(24) {
  -webkit-transition-delay: 4.6s;
          transition-delay: 4.6s;
}
.fadeup:nth-child(25) {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}
.fadeup:nth-child(26) {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
.fadeup:nth-child(27) {
  -webkit-transition-delay: 5.2s;
          transition-delay: 5.2s;
}
.fadeup:nth-child(28) {
  -webkit-transition-delay: 5.4s;
          transition-delay: 5.4s;
}
.fadeup:nth-child(29) {
  -webkit-transition-delay: 5.6s;
          transition-delay: 5.6s;
}
.fadeup:nth-child(30) {
  -webkit-transition-delay: 5.8s;
          transition-delay: 5.8s;
}
.fadeup:nth-child(31) {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
.fadeup.is_after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-btn__default {
  text-align: center;
}
.c-btn__default a {
  position: relative;
  font-family: "DINPro-Medium", sans-serif;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
}
.c-btn__default a span {
  position: relative;
  z-index: 3;
  color: #084f9a;
}
.c-btn__default a:link, .c-btn__default a:active, .c-btn__default a:visited {
  border: 1px solid #084f9a;
  padding: 9px 45px 9px 35px;
  color: #084f9a;
  background: #ffffff;
  border-radius: 2px;
  letter-spacing: 0.05em;
  font-size: clamp(0.75rem, 0.5714285714rem + 0.8928571429vw, 1.375rem);
}
@media only screen and (max-width: 1025px) {
  .c-btn__default a:link, .c-btn__default a:active, .c-btn__default a:visited {
    padding: 6px 28px 6px 18px;
  }
}
.c-btn__default a:hover span {
  color: #ffffff;
}
.c-btn__default a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-btn__default a::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15px" height="10px" viewBox="0 0 16.882 7.533" style="enable-background:new 0 0 16.882 7.533;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:#084F9A;stroke-width:0.8867;stroke-miterlimit:10;}</style><polyline class="st0" points="0,7.089 16.014,7.089 11.068,0.26 "/></svg>');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 10px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1025px) {
  .c-btn__default a::before {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10px" height="7px" viewBox="0 0 16.882 7.533" style="enable-background:new 0 0 16.882 7.533;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:#084F9A;stroke-width:0.8867;stroke-miterlimit:10;}</style><polyline class="st0" points="0,7.089 16.014,7.089 11.068,0.26 "/></svg>');
    width: 10px;
    height: 7px;
  }
}
@media only screen and (max-width: 1025px) {
  .c-btn__default a::before {
    right: 6px;
  }
}
.c-btn__default a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #084f9a;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.c-ttl__default {
  padding-left: 4vw;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .c-ttl__default {
    margin-bottom: 40px;
  }
}
.c-ttl__default h2 {
  color: #084f9a;
  line-height: 0.8;
  font-family: "DINPro-Medium", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  z-index: 99;
  position: relative;
  font-size: clamp(2.625rem, -0.5535714286rem + 15.8928571429vw, 13.75rem);
}
.c-ttl__default p {
  font-size: clamp(0.8125rem, 0.6160714286rem + 0.9821428571vw, 1.5rem);
  margin-top: 13px;
  color: #084f9a;
  display: block;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 769px) {
  .c-ttl__default p {
    margin-top: 10px;
  }
}
.c-ttl__default .motif {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
@media only screen and (max-width: 769px) {
  .c-ttl__default .motif {
    top: auto;
    bottom: -30px;
  }
}
.c-ttl__default .motif img {
  width: 66.6666666667%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media only screen and (max-width: 769px) {
  .c-ttl__default .motif img {
    width: 50%;
  }
}

.c-headline__default {
  position: relative;
  text-align: center;
}
.c-headline__default h2 {
  color: #084f9a;
  font-family: "DINPro-Medium", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  z-index: 99;
  position: relative;
  line-height: 1;
  font-size: 5.6rem;
  font-size: clamp(1.75rem, 0.4642857143rem + 6.4285714286vw, 6.25rem);
}
@media only screen and (max-width: 769px) {
  .c-headline__default h2 {
    letter-spacing: 0.02em;
  }
}
.c-headline__default p {
  font-size: 1.1rem;
  color: #084f9a;
  display: block;
  letter-spacing: 0.04em;
}
.c-headline__default:not(.tp_bnr__ttl) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 769px) {
  .c-headline__default:not(.tp_bnr__ttl) {
    margin-bottom: 20px;
  }
}
.c-headline__default .motif {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.c-headline__default .motif img {
  width: 66.6666666667%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-ttl__eng h4 {
  font-size: clamp(0.875rem, 0.7678571429rem + 0.5357142857vw, 1.25rem);
  font-family: "DINPro-Medium", sans-serif;
  color: #084f9a;
  z-index: 5;
  position: relative;
}
.c-ttl__eng h3 {
  font-size: clamp(1.875rem, 0.9821428571rem + 4.4642857143vw, 5rem);
  letter-spacing: 0.25em;
  font-family: "DINPro-Medium", sans-serif;
  line-height: 1;
  padding-bottom: 30px;
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .c-ttl__eng h3 {
    letter-spacing: 0.1em;
    padding-bottom: 20px;
  }
}

main ul.c-note li {
  margin: 0 0 0 25px;
  list-style: disc;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  main ul.c-note li {
    padding-right: 25px;
  }
}
main ol.list li {
  margin: 0 0 0 25px;
  list-style: decimal;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  main ol.list li {
    padding-right: 25px;
  }
}

.table__form {
  border: none;
}
.table__form th {
  padding: 20px 0 0;
  font-size: 2rem;
}
@media only screen and (max-width: 769px) {
  .table__form th {
    font-size: 1.4rem;
    font-variation-settings: "wght" 600;
  }
}
.table__form td {
  padding: 5px 0 3rem 0;
}
@media only screen and (max-width: 769px) {
  .table__form td {
    padding: 5px 0 2rem 0;
  }
}
.table__form-txt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media only screen and (max-width: 769px) {
  .table__form-txt {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
}

.table__basic {
  border: none;
}
.table__basic th {
  padding: 40px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #084f9a;
  vertical-align: top;
  border-bottom: 1px solid #658db7;
  font-variation-settings: "wght" 600;
}
@media only screen and (max-width: 769px) {
  .table__basic th {
    padding: 25px 0;
    font-size: 1.3rem;
  }
}
.table__basic td {
  padding: 30px 0;
  line-height: 1.8;
  border-bottom: 1px solid #658db7;
}
@media only screen and (max-width: 769px) {
  .table__basic td {
    padding: 25px 0;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 769px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 769px) {
  .pc {
    display: none;
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #084f9a;
  text-align: center;
  color: #ffffff;
}
.loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading__logo img {
  width: 460px;
}
@media only screen and (max-width: 769px) {
  .loading__logo img {
    width: 320px;
  }
}
.loading__logo .fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.hd {
  width: 100%;
  z-index: 998;
  background: #ffffff;
  position: fixed;
}
@media only screen and (max-width: 1025px) {
  .hd {
    padding: 12px 0;
  }
}
.hd.hd__scroll {
  border-bottom: 3px solid #084f9a;
}
.hd__wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 0 0 15px;
}
.hd__wrap h1 {
  width: 370px;
}
@media only screen and (max-width: 1025px) {
  .hd__wrap h1 {
    width: 280px;
  }
}
.hd__nav {
  width: calc(100% - 370px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.hd__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
.hd__nav ul li {
  padding: 0 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  position: relative;
}
.hd__nav ul li a {
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
  text-decoration: none;
}
.hd__nav ul li a.hover {
  color: #084f9a;
  font-variation-settings: "wght" 600;
}
.hd__nav ul li a.hover::before {
  content: "";
  display: block;
  position: absolute;
  background: #084f9a;
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.hd__nav ul li:hover a {
  color: #084f9a;
  font-variation-settings: "wght" 600;
}
@media only screen and (max-width: 1025px) {
  .hd__nav ul {
    display: none;
  }
}
.hd__nav-btn {
  background: #084f9a;
  padding: 26px 20px;
  font-size: 1rem;
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
}
.hd__nav-btn:hover {
  background: #e7c45e;
}
.hd__nav-btn a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.hd__nav-btn a p {
  width: 23px;
  margin-bottom: 5px;
}
.hd__nav-btn a p img {
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  .hd__nav-btn {
    display: none;
  }
}
.hd__spnav-wrap {
  display: none;
  isolation: isolate;
}
@media only screen and (max-width: 1025px) {
  .hd__spnav-wrap {
    display: block;
  }
}

.reserve__btn {
  right: 0;
  top: 50%;
  z-index: 999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: fixed;
  height: 184px;
}
@media only screen and (max-width: 769px) {
  .reserve__btn {
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: auto;
  }
}
@media only screen and (max-width: 769px) {
  .reserve__btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.reserve__btn li:first-of-type {
  display: none;
}
@media only screen and (max-width: 769px) {
  .reserve__btn li:first-of-type {
    display: block;
    border-bottom: none;
    border-right: 2px solid #f1d480;
  }
}
@media only screen and (max-width: 769px) {
  .reserve__btn li {
    width: 50%;
  }
}
.reserve__btn li a {
  background: #e7c45e;
  color: #242128;
  padding: 15px 12px;
  border-radius: 3px 0 0 3px;
  display: block;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 769px) {
  .reserve__btn li a {
    padding: 10px;
  }
}
.reserve__btn li a:hover {
  background: #084f9a;
  color: #ffffff;
}
.reserve__btn li a:hover i {
  color: #084f9a;
  -webkit-animation: puru 0.2s infinite;
          animation: puru 0.2s infinite;
}
@-webkit-keyframes puru {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(2deg);
            transform: translate(0px, 2px) rotateZ(2deg);
  }
}
@keyframes puru {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(2deg);
            transform: translate(0px, 2px) rotateZ(2deg);
  }
}
.reserve__btn li a figure {
  background: #ffffff;
  padding: 10px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 769px) {
  .reserve__btn li a figure {
    width: 30px;
    height: 30px;
  }
}
.reserve__btn li a figure i {
  color: #242128;
  font-size: 2rem;
}
@media only screen and (max-width: 769px) {
  .reserve__btn li a figure i {
    font-size: 1.5rem;
  }
}
.reserve__btn li a p {
  font-variation-settings: "wght" 600;
  font-size: clamp(0.875rem, 0.8392857143rem + 0.1785714286vw, 1rem);
  line-height: 1;
}

.ft {
  background: #084f9a;
  color: #ffffff;
  padding: 120px 35px 50px;
  margin: 120px 0 0 0;
  z-index: 100;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .ft {
    margin: 70px 0 0 0;
  }
}
@media only screen and (max-width: 769px) {
  .ft {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .ft {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .ft {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .ft {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ft a:link, .ft a:visited, .ft a:active {
  color: #ffffff;
}
.ft__inr {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1440px) {
  .ft__inr {
    display: block;
  }
}
.ft__inr-left {
  width: 580px;
}
@media only screen and (max-width: 1440px) and (max-width: 1025px) {
  .ft__inr-left {
    width: 100%;
  }
}
.ft__inr-logo {
  width: 380px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1025px) {
  .ft__inr-logo {
    width: 320px;
    text-align: center;
  }
}
.ft__inr-nav a {
  text-decoration: none;
}
.ft__inr-nav ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ft__inr-nav ul li {
  font-size: 1.4rem;
}
@media only screen and (max-width: 769px) {
  .ft__inr-nav ul li {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
.ft__inr-nav ul li:nth-of-type(3n - 2) {
  width: 35%;
}
@media only screen and (max-width: 769px) {
  .ft__inr-nav ul li:nth-of-type(3n - 2) {
    width: 36%;
  }
}
.ft__inr-nav ul li:nth-of-type(3n - 1) {
  width: 35%;
}
@media only screen and (max-width: 769px) {
  .ft__inr-nav ul li:nth-of-type(3n - 1) {
    width: 36%;
  }
}
.ft__inr-nav ul li:nth-of-type(3n) {
  width: 30%;
}
@media only screen and (max-width: 769px) {
  .ft__inr-nav ul li:nth-of-type(3n) {
    width: 25%;
  }
}
.ft__inr-nav ul:after {
  content: "";
  display: block;
  width: 30%;
}
@media only screen and (max-width: 769px) {
  .ft__inr-nav ul:after {
    width: 25%;
  }
}
.ft__inr-right {
  width: 700px;
  margin-top: auto;
}
@media only screen and (max-width: 1440px) {
  .ft__inr-right {
    width: 100%;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #2971bd;
  }
}
.ft__inr-right ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ft__inr-right ul li {
  font-size: 1.2rem;
}
@media only screen and (max-width: 1440px) {
  .ft__inr-right ul li {
    font-size: 1rem;
  }
}
.ft__inr-copyright {
  font-size: clamp(0.625rem, 0.5535714286rem + 0.3571428571vw, 0.875rem);
  text-align: center;
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #1864b4;
}
@media only screen and (max-width: 769px) {
  .ft__inr-copyright {
    margin-top: 50px;
    padding-top: 20px;
  }
}

.top .contents main {
  padding-top: 0;
}
.top section {
  margin-bottom: 120px;
  position: relative;
  font-size: 1.4rem;
}
.top section:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1025px) {
  .top section {
    margin-bottom: 90px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 769px) {
  .top section {
    margin-bottom: 50px;
  }
}
.top .tp_mv {
  width: 100%;
  padding-top: 45vw;
  min-height: 680px;
  margin: 0;
  position: relative;
  background: url("/img/mv_bg.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
@media only screen and (max-width: 769px) {
  .top .tp_mv {
    min-height: 480px;
  }
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(120%);
            transform: scale(120%);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(120%);
            transform: scale(120%);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}
.top .tp_mv__motif img {
  width: 80%;
}
.top .tp_mv__motif figure {
  position: absolute;
}
.top .tp_mv__motif figure.motif01 {
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1025px) {
  .top .tp_mv__motif figure.motif01 {
    display: none;
  }
}
.top .tp_mv__motif figure.motif02 {
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1025px) {
  .top .tp_mv__motif figure.motif02 {
    display: none;
  }
}
.top .tp_mv__motif figure.motif03 {
  right: 0;
  top: 0;
  text-align: right;
}
@media only screen and (max-width: 1025px) {
  .top .tp_mv__motif figure.motif03 {
    width: 80vw;
  }
}
.top .tp_mv__sakura {
  position: absolute;
  right: 100px;
  top: 40px;
  z-index: 999;
  width: 500px;
}
@media only screen and (max-width: 769px) {
  .top .tp_mv__sakura {
    right: 0;
    width: 100%;
  }
}
.top .tp_mv__sakura02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.top .tp_mv__bg img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .tp_mv__txt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #ffffff;
  position: absolute;
  left: 290px;
  top: 6vw;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-animation: fadeIn 6.5s forwards;
          animation: fadeIn 6.5s forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top .tp_mv__txt h2 {
  font-family: "shippori-mincho-b1", sans-serif;
}
@media only screen and (max-width: 1600px) {
  .top .tp_mv__txt {
    top: 80px;
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 1025px) {
  .top .tp_mv__txt {
    left: 20px;
    top: 70px;
    font-size: 3rem;
  }
}
.top .tp_stance {
  text-align: center;
  margin: 0;
  padding: 100px 0 110px;
}
@media only screen and (max-width: 1025px) and (max-width: 1440px) {
  .top .tp_stance {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 1025px) {
  .top .tp_stance {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 769px) {
  .top .tp_stance {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .top .tp_stance {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .top .tp_stance {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .top .tp_stance {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .top .tp_stance {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top .tp_stance__motif01 {
  position: absolute;
  left: 0;
  top: 40px;
  width: 300px;
}
@media only screen and (max-width: 1025px) {
  .top .tp_stance__motif01 {
    display: none;
  }
}
.top .tp_stance__motif02 {
  position: absolute;
  right: 40px;
  top: 30%;
}
@media only screen and (max-width: 1025px) {
  .top .tp_stance__motif02 {
    top: 25%;
  }
}
@media only screen and (max-width: 769px) {
  .top .tp_stance__motif02 {
    right: 0;
    top: 0;
    width: 140px;
  }
}
.top .tp_stance__motif03 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 640px;
}
@media only screen and (max-width: 1025px) {
  .top .tp_stance__motif03 {
    width: 400px;
  }
}
@media only screen and (max-width: 769px) {
  .top .tp_stance__motif03 {
    width: 200px;
  }
}
.top .tp_stance__sakura {
  position: absolute;
  left: 100px;
  bottom: 50px;
}
@media only screen and (max-width: 1025px) {
  .top .tp_stance__sakura {
    display: none;
  }
}
.top .tp_stance__wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 700px;
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .top .tp_stance__wrap {
    width: 100%;
  }
}
.top .tp_stance__wrap h3 {
  background: #d7e3ef;
  color: #084f9a;
  font-size: clamp(1.25rem, 0.5714285714rem + 3.3928571429vw, 3.625rem);
  font-family: "shippori-mincho-b1", sans-serif;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .top .tp_stance__wrap h3 {
    margin-bottom: 20px;
  }
}
.top .tp_stance__wrap > p {
  line-height: 2.2;
}
@media only screen and (max-width: 769px) {
  .top .tp_stance__wrap > p {
    line-height: 1.7;
  }
}
.top .tp_stance__wrap .c-btn__default {
  margin-top: 50px;
  text-align: right;
}
@media only screen and (max-width: 769px) {
  .top .tp_stance__wrap .c-btn__default {
    margin-top: 30px;
  }
}
.top .tp_link {
  margin-bottom: 0;
}
.top .tp_link__clm {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .tp_link__box {
  color: #ffffff;
  width: 50%;
  padding: 80px 25px 100px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .top .tp_link__box {
    padding: 30px 25px 35px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .top .tp_link__box {
    width: 100%;
  }
}
.top .tp_link__box figure {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1025px) {
  .top .tp_link__box figure {
    width: 70px;
  }
}
@media only screen and (max-width: 769px) {
  .top .tp_link__box figure {
    width: 55px;
  }
}
.top .tp_link__box .tp_link__ttl {
  width: 500px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 1025px) {
  .top .tp_link__box .tp_link__ttl {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .top .tp_link__box .tp_link__ttl {
    width: 300px;
    margin: 20px auto 0;
  }
}
.top .tp_link__box .tp_link__ttl-jp {
  font-size: clamp(0.8125rem, 0.6517857143rem + 0.8035714286vw, 1.375rem);
  padding: 8px 15px;
  line-height: 1;
  border-radius: 3px;
}
.top .tp_link__box .tp_link__ttl-eng {
  font-size: clamp(1.5rem, 0.7678571429rem + 3.6607142857vw, 4.0625rem);
  font-family: "DINPro-Medium", sans-serif;
  margin-top: 7px;
  line-height: 1;
}
.top .tp_link__box.tp_service {
  background: #084f9a;
}
.top .tp_link__box.tp_service .tp_link__ttl-jp {
  background: #e7c45e;
}
.top .tp_link__box.tp_asset {
  background: #e7c45e;
}
.top .tp_link__box.tp_asset .tp_link__ttl-jp {
  background: #084f9a;
}
.top .tp_link__box .c-btn__default {
  position: absolute;
  right: 25px;
  bottom: 35px;
}
@media only screen and (max-width: 1025px) {
  .top .tp_link__box .c-btn__default {
    position: static;
    margin: 20px auto 0;
  }
}
.top .tp_whats {
  padding-bottom: 100px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1025px) and (max-width: 1440px) {
  .top .tp_whats {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 1025px) {
  .top .tp_whats {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 769px) {
  .top .tp_whats {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .top .tp_whats {
    padding-bottom: 50px;
  }
}
.top .tp_whats::before, .top .tp_whats::after {
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 1025px) {
  .top .tp_whats::before, .top .tp_whats::after {
    display: none;
  }
}
.top .tp_whats::before {
  left: 0;
  top: 0;
  border-bottom: 400px solid transparent;
  border-left: 400px solid #084f9a;
}
.top .tp_whats::after {
  right: 0;
  bottom: 0;
  border-top: 250px solid transparent;
  border-right: 250px solid #084f9a;
}
.top .tp_whats .c-headline__default {
  padding-top: 120px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1025px) {
  .top .tp_whats .c-headline__default {
    padding-top: 50px;
  }
}
.top .tp_whats__bg {
  padding: 40px 0 50px 0;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .top .tp_whats__bg {
    padding: 30px 0;
  }
}
.top .tp_whats__bg::after {
  content: "";
  display: block;
  position: absolute;
  background: #eef1f6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: 1;
}
.top .tp_whats__clm {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .top .tp_whats__clm {
    width: 100%;
  }
}
@media only screen and (max-width: 1025px) {
  .top .tp_whats__clm {
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .tp_whats__clm-txt {
  width: calc(100% - 500px);
}
@media only screen and (max-width: 1025px) {
  .top .tp_whats__clm-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 1025px) {
  .top .tp_whats__clm-txt {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .top .tp_whats__clm-txt {
    margin-bottom: 20px;
  }
}
.top .tp_whats__clm-txt h3 {
  font-size: clamp(1.375rem, 0.9107142857rem + 2.3214285714vw, 3rem);
  font-family: "shippori-mincho-b1", sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .top .tp_whats__clm-txt h3 {
    margin-bottom: 10px;
  }
}
.top .tp_whats__clm-txt .c-btn__default {
  margin-top: 30px;
  text-align: right;
}
.top .tp_whats__clm-img {
  position: relative;
  width: 400px;
  padding: 55px 0 0;
}
@media only screen and (max-width: 1025px) {
  .top .tp_whats__clm-img {
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 769px) {
  .top .tp_whats__clm-img {
    width: 280px;
    padding: 48px 0 0;
  }
}
.top .tp_whats__clm-img .img-parts01,
.top .tp_whats__clm-img .img-parts02,
.top .tp_whats__clm-img .img-parts03 {
  position: absolute;
  text-align: center;
}
.top .tp_whats__clm-img .img-parts01 {
  width: 120px;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 769px) {
  .top .tp_whats__clm-img .img-parts01 {
    width: 95px;
  }
}
.top .tp_whats__clm-img .img-parts02 {
  width: 145px;
  bottom: 57px;
  left: -8px;
}
@media only screen and (max-width: 769px) {
  .top .tp_whats__clm-img .img-parts02 {
    width: 110px;
    bottom: 36px;
    left: -15px;
  }
}
.top .tp_whats__clm-img .img-parts03 {
  width: 145px;
  bottom: 57px;
  right: -8px;
}
@media only screen and (max-width: 769px) {
  .top .tp_whats__clm-img .img-parts03 {
    width: 110px;
    bottom: 36px;
    right: -9px;
  }
}
.top .tp_faq .tp_faq__box-ans {
  background: #eef1f6;
}
.top .tp_faq .c-btn__default {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 1025px) {
  .top .tp_faq .c-btn__default {
    margin-top: 35px;
  }
}
.top .news_list {
  background: #f9f1da;
  padding: 100px 0 90px 0;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1025px) {
  .top .news_list {
    padding: 70px 0;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 1440px) {
  .top .news_list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 1025px) {
  .top .news_list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 769px) {
  .top .news_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .top .news_list {
    padding: 50px 0;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .top .news_list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .top .news_list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .top .news_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top .news_list:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url("/img/news_img.png") no-repeat;
  background-size: auto 100%;
  z-index: 1;
}
@media only screen and (max-width: 1025px) {
  .top .news_list:after {
    display: none;
  }
}
.top .news_list__inr {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1025px) {
  .top .news_list__inr {
    width: 100%;
  }
}
.top .news_list__wrap {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 55px 40px 80px;
  border-radius: 3px;
}
@media only screen and (max-width: 1025px) {
  .top .news_list__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .top .news_list__wrap {
    padding: 25px 20px;
  }
}
.top .news_list__box > a {
  padding: 20px 10px;
}
@media only screen and (max-width: 769px) {
  .top .news_list__box > a {
    padding: 15px 10px;
  }
}
.top .news_list__box > a h3 {
  font-size: 1.4rem;
}
.top .news_list .c-btn__default {
  margin-top: 40px;
  text-align: right;
}
@media only screen and (max-width: 1025px) {
  .top .news_list .c-btn__default {
    margin-top: 35px;
    text-align: center;
  }
}
.top .column_list {
  background: #eef1f6;
  padding: 100px 0;
}
@media only screen and (max-width: 1025px) and (max-width: 1440px) {
  .top .column_list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 1025px) {
  .top .column_list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 769px) {
  .top .column_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .top .column_list {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
.top .column_list::before, .top .column_list::after {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 120px;
}
.top .column_list::before {
  left: 0;
  top: -40px;
  background: url("/img/column_motif01.png") no-repeat;
  background-size: 100% auto;
}
.top .column_list::after {
  right: 0;
  bottom: -40px;
  background: url("/img/column_motif02.png") no-repeat;
  background-size: 100% auto;
}
.top .column_list .c-btn__default {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 1025px) {
  .top .column_list .c-btn__default {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 769px) {
  .top .tp_bnr {
    padding: 0;
    margin-bottom: 0;
  }
}
.top .tp_bnr a {
  text-decoration: none;
}
.top .tp_bnr ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1280px) {
  .top .tp_bnr ul {
    width: 100% !important;
  }
}
.top .tp_bnr ul > li {
  width: 48.5%;
}
@media only screen and (max-width: 1025px) and (max-width: 1025px) {
  .top .tp_bnr ul > li {
    width: 100%;
  }
}
.top .tp_bnr ul > li h2 {
  text-align: right;
  line-height: 0.8;
}
@media only screen and (max-width: 1025px) {
  .top .tp_bnr ul > li h2 {
    display: none;
  }
}
.top .tp_bnr__company h2 {
  color: #084f9a;
}
.top .tp_bnr__company .tp_bnr__box {
  border: 3px solid #084f9a;
  background: #084f9a;
}
@media only screen and (max-width: 1025px) {
  .top .tp_bnr__company .tp_bnr__box {
    border-top: 30px solid #084f9a;
    border-bottom: 30px solid #084f9a;
    border-right: 15px solid #084f9a;
  }
}
.top .tp_bnr__recruit h2 {
  color: #e7c45e;
}
.top .tp_bnr__recruit .tp_bnr__box {
  border: 3px solid #e7c45e;
  background: #e7c45e;
}
@media only screen and (max-width: 1025px) {
  .top .tp_bnr__recruit .tp_bnr__box {
    border-top: 30px solid #e7c45e;
    border-bottom: 30px solid #e7c45e;
    border-right: 15px solid #e7c45e;
  }
}
.top .tp_bnr__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.top .tp_bnr__box > figure {
  width: 70%;
}
.top .tp_bnr__box-ttl {
  position: relative;
  width: 30%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .tp_bnr__box-ttl > h3 {
  color: #ffffff;
  font-size: clamp(1.375rem, 1.2321428571rem + 0.7142857143vw, 1.875rem);
  padding-left: 25px;
  font-weight: 600;
}
.top .tp_bnr__box-ttl:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15px" height="10px" viewBox="0 0 16.882 7.533" style="enable-background:new 0 0 16.882 7.533;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:#084F9A;stroke-width:0.8867;stroke-miterlimit:10;}</style><polyline class="st0" points="0,7.089 16.014,7.089 11.068,0.26 "/></svg>');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16.882px" height="7.533px" viewBox="0 0 16.882 7.533" style="enable-background:new 0 0 16.882 7.533;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23ffffff;stroke-width:0.8867;stroke-miterlimit:10;}</style><polyline class="st0" points="0,7.089 16.014,7.089 11.068,0.26 "/></svg>');
  right: 10px;
  bottom: 10px;
}
@media only screen and (max-width: 1025px) {
  .top .tp_bnr__box-ttl:after {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10px" height="7px" viewBox="0 0 16.882 7.533" style="enable-background:new 0 0 16.882 7.533;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:#084F9A;stroke-width:0.8867;stroke-miterlimit:10;}</style><polyline class="st0" points="0,7.089 16.014,7.089 11.068,0.26 "/></svg>');
    width: 10px;
    height: 7px;
  }
}
.top .tp_bnr__box:hover {
  border: 3px solid #242128;
  background: #242128;
  -webkit-box-shadow: 0px 0px 17px #ccc;
          box-shadow: 0px 0px 17px #ccc;
  -webkit-transform: translate(-4px, -4px);
          transform: translate(-4px, -4px);
}
@media only screen and (max-width: 1025px) {
  .top .tp_bnr__box:hover {
    border-top: 30px solid #242128;
    border-bottom: 30px solid #242128;
    border-right: 15px solid #242128;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media only screen and (max-width: 1025px) {
  .top .ft {
    margin-top: 0;
  }
}

.wrapper {
  position: relative;
}

.contents {
  padding-top: 100px;
}
@media only screen and (max-width: 1025px) {
  .contents {
    padding-top: 60px;
  }
}
.contents main {
  padding-top: 100px;
  z-index: 1;
  position: relative;
}

.mv {
  background: #084f9a;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
@media only screen and (max-width: 769px) {
  .mv {
    padding: 60px 0;
  }
}
.mv__txt {
  font-size: 4vw;
  line-height: 1;
  color: #ffffff;
  padding-left: 40px;
}
.mv__txt h2 {
  font-family: "DINPro-Medium", sans-serif;
}
.mv__txt p {
  font-size: 1.4rem;
  margin-top: 15px;
}
.mv__motif img {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .mv__motif img {
    width: 70%;
  }
}
.mv__motif figure {
  position: absolute;
}
.mv__motif figure.motif03 {
  right: 0;
  top: 0;
  text-align: right;
}
@media only screen and (max-width: 1025px) {
  .mv__motif figure.motif03 {
    width: 80vw;
  }
}

.breadcrumb {
  position: relative;
  margin-top: 20px;
  padding: 0 15px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 769px) {
  .breadcrumb {
    font-size: 1rem;
    margin-top: 13px;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li + li {
  padding-left: 45px;
}
.breadcrumb ul li + li::before {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: #084f9a;
}
.breadcrumb ul li a {
  color: #aaa;
}

.js-target p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}

.active p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.active p:nth-child(1) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.active p:nth-child(2) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.active p:nth-child(3) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.active p:nth-child(4) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.active p:nth-child(5) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.active p:nth-child(6) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.active p:nth-child(7) {
  -webkit-transition-delay: 0.9å5s;
          transition-delay: 0.9å5s;
}

.pagenation {
  margin-top: 80px;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation ul li {
  margin-right: 5px;
}
.pagenation ul li:last-of-type {
  margin-right: 0;
}
.pagenation ul li span,
.pagenation ul li a {
  display: block;
  background: #d7e3ef;
  padding: 1.5rem 2rem;
  line-height: 1;
  border-radius: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.pagenation ul li span {
  background: #084f9a;
  color: #ffffff;
}
.pagenation ul li a:hover {
  background: #084f9a;
  color: #ffffff;
}

.stance__ph {
  width: 92vw;
  margin-left: auto;
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1280px) {
  .stance__ph {
    width: 96vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .stance__ph {
    width: 100%;
  }
}
.stance__ph img {
  position: relative;
  z-index: 99;
}
.stance__ph span {
  position: absolute;
  background: #084f9a;
  bottom: 1em;
  left: 1em;
  right: 1em;
  top: 1em;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
@media only screen and (max-width: 769px) {
  .stance__ph span {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
}
.stance h3 {
  background: #d7e3ef;
  color: #084f9a;
  font-size: clamp(1.375rem, 0.5535714286rem + 4.1071428571vw, 4.25rem);
  font-family: "shippori-mincho-b1", sans-serif;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 5px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 769px) {
  .stance h3 {
    margin-bottom: 30px;
  }
}
.stance__inr {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1025px) {
  .stance__inr {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .stance__inr {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .stance__inr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .stance__inr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.stance__inr .cont {
  font-size: clamp(0.75rem, 0.4285714286rem + 1.6071428571vw, 1.875rem);
  line-height: 2.2;
  font-variation-settings: "wght" 400;
}
.stance__inr .cont ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0;
}
@media only screen and (max-width: 769px) {
  .stance__inr .cont ul {
    margin: 40px 0;
    display: block;
  }
}
.stance__inr .cont ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eef1f6;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  font-variation-settings: "wght" 400;
}
@media only screen and (max-width: 769px) {
  .stance__inr .cont ul li {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 20px;
  }
}
.stance__inr .cont ul li p {
  padding-top: 32%;
  text-align: center;
  font-size: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 769px) {
  .stance__inr .cont ul li p {
    padding: 20px 10px 75px;
  }
}
.stance__inr .cont ul li span {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 769px) {
  .stance__inr .cont ul li span {
    width: 60px;
  }
}
.stance__inr .cont ul li span img {
  width: 100%;
}
.stance__inr .cont .catch {
  font-family: "shippori-mincho-b1", sans-serif;
  font-size: clamp(1.5625rem, 1.0267857143rem + 2.6785714286vw, 3.4375rem);
  margin-top: 70px;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .stance__inr .cont .catch {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 769px) {
  .business .ft {
    margin-top: 0;
  }
}
.business section {
  margin-bottom: 220px;
}
@media only screen and (max-width: 769px) {
  .business section {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .business section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .business section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .business section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.business section:last-of-type {
  margin-bottom: 0;
}
.business .c-ttl__eng {
  position: relative;
  z-index: 5;
  padding-left: 5vw;
}
@media only screen and (max-width: 769px) {
  .business .c-ttl__eng {
    padding-left: 0;
  }
}
.business .consul_box {
  margin-top: 180px;
}
@media only screen and (max-width: 1025px) {
  .business .consul_box {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 769px) {
  .business .consul_box {
    margin-bottom: 60px;
  }
}
.business_ser {
  padding-top: 120px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .business_ser {
    padding-top: 60px;
  }
}
.business_ser:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  display: block;
  background: #eef1f6;
  width: 100%;
  height: 60%;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .business_ser:before {
    height: 75%;
  }
}
.business_ser__motif {
  width: 220px;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 5;
}
@media only screen and (max-width: 769px) {
  .business_ser__motif {
    width: 170px;
    top: -30px;
  }
}
.business_ser__cap {
  position: relative;
  margin-bottom: 80px;
  padding-left: 5vw;
  z-index: 5;
}
@media only screen and (max-width: 769px) {
  .business_ser__cap {
    margin-bottom: 50px;
    padding-left: 0;
  }
}
.business_ser__clm {
  position: relative;
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .business_ser__box:first-of-type {
    margin-bottom: 60px;
  }
}
.business_ser__txtWrap {
  width: 94vw;
  margin-left: auto;
  margin-right: auto;
  margin: 50px auto 0;
}
@media only screen and (max-width: 1440px) {
  .business_ser__txtWrap {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .business_ser__txtWrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .business_ser__txtWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .business_ser__txtWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .business_ser__txtWrap {
    margin: 40px auto 0;
  }
}
.business_ser__ph {
  position: relative;
  max-height: 860px;
  overflow: hidden;
}
.business_ser__ph figure {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media only screen and (max-width: 769px) {
  .business_ser__ph figure {
    width: 60px;
  }
}
.business_ser__ttl-jp {
  font-size: clamp(0.875rem, 0.7321428571rem + 0.7142857143vw, 1.375rem);
  line-height: 1;
}
.business_ser__ttl-eng {
  font-size: clamp(1.5rem, 0.7678571429rem + 3.6607142857vw, 4.0625rem);
  font-family: "DINPro-Medium", sans-serif;
  margin-top: 13px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 769px) {
  .business_ser__ttl-eng {
    margin-top: 5px;
  }
}
.business_ser__txt {
  color: #999;
  margin-top: 30px;
  max-width: 800px;
}
.business_ser__illust {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .business_ser__illust {
    margin-top: 30px;
  }
}
.business_ser__illust img {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .business_ser__illust img {
    max-width: 700px;
  }
}
.business_our {
  width: 94vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
  padding: 160px 100px;
  background: #f9f1da;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .business_our {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1280px) {
  .business_our {
    padding: 160px 50px;
  }
}
@media only screen and (max-width: 769px) {
  .business_our {
    margin-bottom: 0;
    padding: 50px 0 60px 0;
  }
}
.business_our::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 400px solid transparent;
  border-right: 400px solid #e7c45e;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .business_our::after {
    display: none;
  }
}
.business_our::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 400px solid transparent;
  border-left: 400px solid #e7c45e;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .business_our::before {
    border-bottom: 250px solid transparent;
    border-left: 250px solid #e7c45e;
  }
}
.business_our__box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 5;
  margin-bottom: 160px;
}
@media only screen and (max-width: 1025px) {
  .business_our__box {
    display: block;
    margin-bottom: 50px;
  }
}
.business_our .c-headline__default {
  width: 35%;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .business_our .c-headline__default {
    width: 450px;
  }
}
@media only screen and (max-width: 1025px) {
  .business_our .c-headline__default {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.business_our .c-headline__default h2 {
  letter-spacing: 0.1em;
}
.business_our ul {
  width: 65%;
}
@media only screen and (max-width: 1440px) {
  .business_our ul {
    width: calc(100% - 450px);
  }
}
@media only screen and (max-width: 1025px) {
  .business_our ul {
    width: 100%;
  }
}
.business_our ul li {
  background: #ffffff;
  padding: 50px;
  line-height: 1.5;
  margin-bottom: 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 769px) {
  .business_our ul li {
    padding: 30px;
  }
}
.business_our ul li h4 {
  font-size: clamp(1rem, 0.8392857143rem + 0.8035714286vw, 1.5625rem);
  font-variation-settings: "wght" 600;
  background: #084f9a;
  color: #ffffff;
  padding: 8px 14px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .business_our ul li h4 {
    text-align: center;
    margin-bottom: 15px;
  }
}
.business_our__txt {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(0.75rem, 0.4285714286rem + 1.6071428571vw, 1.875rem);
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1025px) {
  .business_our__txt {
    width: 100%;
  }
}

.company_ph {
  -webkit-transform: translateX(calc(0px + (100vw - 1100px) / 2));
          transform: translateX(calc(0px + (100vw - 1100px) / 2));
  margin-bottom: 100px;
}
@media only screen and (max-width: 769px) {
  .company_ph {
    margin-bottom: 50px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.company_ph ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.company_ph ul li {
  width: 33%;
}
.company_clm {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1025px) {
  .company_clm {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .company_clm {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .company_clm {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .company_clm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.company_clm__inr {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .company_clm__inr {
    margin-top: 0;
  }
}
.company_clm__lt, .company_clm__rt {
  width: 48%;
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .company_clm__lt, .company_clm__rt {
    width: 100%;
  }
}

.about .ft {
  margin-top: 0;
}
.about__wrap {
  position: relative;
}
.about__wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: -45px;
  top: -45px;
  border-bottom: 400px solid transparent;
  border-left: 400px solid #084f9a;
}
@media only screen and (max-width: 769px) {
  .about__wrap::before {
    left: 0;
    top: 0;
    border-bottom: 200px solid transparent;
    border-left: 200px solid #084f9a;
  }
}
.about__wrap section {
  margin-bottom: 160px;
}
@media only screen and (max-width: 769px) {
  .about__wrap section {
    margin-bottom: 0;
  }
}
.about__wrap section:last-of-type {
  margin-bottom: 0;
}
.about_ifa {
  background: #f5f5f5;
  padding: 100px 0;
  width: 94vw;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(0.75rem, 0.4285714286rem + 1.6071428571vw, 1.875rem);
}
@media only screen and (max-width: 1440px) {
  .about_ifa {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .about_ifa {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .about_ifa {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .about_ifa {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .about_ifa {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about_ifa__inr {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1025px) {
  .about_ifa__inr {
    width: 100%;
  }
}
.about_ifa__name {
  color: #084f9a;
  margin-bottom: 100px;
  line-height: 1.4;
}
@media only screen and (max-width: 769px) {
  .about_ifa__name {
    margin-bottom: 50px;
  }
}
.about_ifa__name h3 {
  color: #084f9a;
  font-size: clamp(3.125rem, 1.5178571429rem + 8.0357142857vw, 8.75rem);
  font-family: "shippori-mincho-b1", sans-serif;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 15px;
}
.about_ifa__image {
  width: 500px;
  margin: 70px auto;
}
@media only screen and (max-width: 769px) {
  .about_ifa__image {
    width: 300px;
    margin: 40px auto;
  }
}
.about_merit {
  background: #084f9a;
  color: #ffffff;
  margin-bottom: 0;
}
.about_merit h3 {
  color: #ffffff;
  text-align: right;
  font-size: clamp(1.25rem, 0.8928571429rem + 1.7857142857vw, 2.5rem);
  font-family: "shippori-mincho-b1", sans-serif;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
  position: relative;
}
.about_merit h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 55px;
  top: 10px;
  content: "MERIT";
  font-family: "DINPro-Medium", sans-serif;
  font-size: clamp(0.75rem, 0.6071428571rem + 0.7142857143vw, 1.25rem);
}
.about_merit h3::after {
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #ffffff;
}
.about_merit__clm {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .about_merit__clm {
    display: block;
  }
}
.about_merit__ph {
  width: 50%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@media only screen and (max-width: 769px) {
  .about_merit__ph {
    width: 100%;
    position: relative;
    height: 300px;
  }
}
.about_merit__ph .ph {
  height: 100vh;
}
.about_merit__ph figure {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.about_merit__ph figure.ph-01 {
  z-index: 2;
}
.about_merit__ph figure.ph-02 {
  z-index: 1;
}
.about_merit__ph img {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
.about_merit__box {
  width: 50%;
  padding: 100px 10vw;
}
@media only screen and (max-width: 769px) {
  .about_merit__box {
    width: 100%;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .about_merit__box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .about_merit__box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .about_merit__box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about_merit__box li {
  margin-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .about_merit__box li {
    margin-bottom: 50px;
  }
}
.about_merit__box li:last-of-type {
  margin-bottom: 0;
}
.about_merit__box li h4 {
  font-size: clamp(0.875rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
  color: #ffffff;
  background: #e7c45e;
  padding: 8px 10px;
  line-height: 1;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 769px) {
  .about_merit__box li h4 {
    font-variation-settings: "wght" 600;
    margin-bottom: 15px;
  }
}
.about_merit__box li figure {
  width: 90px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 769px) {
  .about_merit__box li figure {
    width: 60px;
  }
}
.about_merit__box .merit {
  margin-bottom: 200px;
}
@media only screen and (max-width: 769px) {
  .about_merit__box .merit {
    margin-bottom: 100px;
  }
}
.about_merit__box .demerit h3::before {
  content: "DEMERIT";
}
.about_merit__box .demerit li h4 {
  background: #084f9a;
}

.recruit_msg {
  margin-left: auto;
  margin-right: auto;
  width: 94vw;
  margin-left: auto;
  margin-right: auto;
  background: url("/img/mv_bg.jpg");
  padding: 180px 0;
  margin-bottom: 100px;
  border-radius: 30px;
  background-size: auto 1480px;
}
@media only screen and (max-width: 1440px) {
  .recruit_msg {
    width: 100% !important;
  }
}
@media only screen and (max-width: 769px) {
  .recruit_msg {
    padding: 110px 30px;
    width: 92vw !important;
    background-size: 900% auto;
    margin-bottom: 60px;
  }
}
.recruit_msg__inr {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .recruit_msg__inr {
    width: 100%;
  }
}
.recruit_gl {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1025px) {
  .recruit_gl {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .recruit_gl {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .recruit_gl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .recruit_gl {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .recruit_gl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tp_faq__wrap {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1025px) {
  .tp_faq__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .tp_faq__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .tp_faq__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .tp_faq__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tp_faq__box > div {
  padding: 30px 30px 30px 70px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .tp_faq__box > div {
    padding: 20px 25px 20px 70px;
  }
}
.tp_faq__box > div::before, .tp_faq__box > div::after {
  content: "";
  display: block;
  position: absolute;
  font-family: "DINPro-Medium", sans-serif;
  font-size: clamp(1.875rem, 1.5892857143rem + 1.4285714286vw, 2.875rem);
  padding: 7px 15px;
  border-radius: 50px;
  line-height: 1;
}
@media only screen and (max-width: 1025px) {
  .tp_faq__box > div::before, .tp_faq__box > div::after {
    padding: 9px 12px;
  }
}
.tp_faq__box > div.tp_faq__box-que {
  font-size: clamp(0.9375rem, 0.6339285714rem + 1.5178571429vw, 2rem);
  border-bottom: 1px solid #d7e3ef;
  cursor: pointer;
  line-height: 1.6;
}
.tp_faq__box > div.tp_faq__box-que::before {
  background: #d7e3ef;
  color: #084f9a;
  content: "Q";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1025px) {
  .tp_faq__box > div.tp_faq__box-que::before {
    left: 15px;
  }
}
.tp_faq__box > div.tp_faq__box-ans {
  background: #ffffff;
  color: #777;
  line-height: 1.8;
  display: none;
  padding-left: 95px;
  border-radius: 5px;
}
.tp_faq__box > div.tp_faq__box-ans::before {
  background: #ffffff;
  color: #084f9a;
  content: "A";
  left: 30px;
  top: 25px;
}
.tp_faq__box:first-of-type .tp_faq__box-que {
  border-top: 1px solid #d7e3ef;
}

@media only screen and (max-width: 769px) {
  .faq .ft {
    margin-top: 0;
  }
}
.faq .tp_faq {
  background: #f5f5f5;
  padding: 100px 0;
  width: 94vw;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .faq .tp_faq {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .faq .tp_faq {
    padding: 70px 0;
  }
}

.column_cont .cat,
.column_list .cat {
  color: #ffffff;
  font-size: clamp(0.75rem, 0.6428571429rem + 0.5357142857vw, 1.125rem);
  letter-spacing: 0.01em;
  padding: 7px 10px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.column_cont .cat.bg-warning,
.column_list .cat.bg-warning {
  background: #084f9a;
}
.column_cont .cat.bg-primary,
.column_list .cat.bg-primary {
  background: #e7c45e;
}

.column_list a {
  text-decoration: none;
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .column_list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .column_list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .column_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.column_list__clm {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1280px) {
  .column_list__clm {
    width: 100% !important;
  }
}
.column_list__clm::after {
  content: "";
  display: block;
  width: 31%;
}
.column_list__box {
  position: relative;
  width: 31%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1025px) {
  .column_list__box {
    width: 48.5%;
  }
}
@media only screen and (max-width: 769px) {
  .column_list__box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .column_list__box {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .column_list__box:last-of-type {
    margin-bottom: 0;
  }
}
.column_list__box a {
  background: #ffffff;
  padding: 30px 25px;
  -webkit-box-shadow: 0px 0px 17px #eee;
          box-shadow: 0px 0px 17px #eee;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border: 1px solid #eef1f6;
  display: block;
}
.column_list__box a:hover {
  -webkit-box-shadow: 0px 0px 17px #ccc;
          box-shadow: 0px 0px 17px #ccc;
  -webkit-transform: translate(-4px, -4px);
          transform: translate(-4px, -4px);
  -webkit-box-shadow: 0px 0px 30px #bababa;
          box-shadow: 0px 0px 30px #bababa;
}
.column_list__box a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #084f9a;
}
.column_list__box a time {
  position: relative;
  display: inline-block;
  font-family: "DINPro-Medium", sans-serif;
  font-size: clamp(0.875rem, 0.7678571429rem + 0.5357142857vw, 1.25rem);
}
.column_list__box a time::before {
  content: "";
  display: block;
  position: absolute;
  background: #242128;
  bottom: -2px;
  width: 100%;
  height: 1px;
}
.column_list__box a h3 {
  font-size: clamp(1.125rem, 0.7678571429rem + 1.7857142857vw, 2.375rem);
  margin: 50px 0 20px;
}
@media only screen and (max-width: 1025px) {
  .column_list__box a h3 {
    margin: 20px 0 20px;
  }
}
.column_list__box-ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  aspect-ratio: 1.7;
}
@supports not (aspect-ratio: auto) {
  .column_list__box-ph {
    position: relative;
  }
  .column_list__box-ph::before {
    content: "";
    float: left;
    padding-top: 58.8235294118%;
  }
  .column_list__box-ph::after {
    content: "";
    clear: both;
    display: block;
  }
  .column_list__box-ph img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 1025px) {
  .column_list__box-ph {
    aspect-ratio: 2.2857142857;
  }
  @supports not (aspect-ratio: auto) {
    .column_list__box-ph {
      position: relative;
    }
    .column_list__box-ph::before {
      content: "";
      float: left;
      padding-top: 43.75%;
    }
    .column_list__box-ph::after {
      content: "";
      clear: both;
      display: block;
    }
    .column_list__box-ph img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
}
@media only screen and (max-width: 769px) {
  .column_list__box-ph {
    aspect-ratio: 2;
  }
  @supports not (aspect-ratio: auto) {
    .column_list__box-ph {
      position: relative;
    }
    .column_list__box-ph::before {
      content: "";
      float: left;
      padding-top: 50%;
    }
    .column_list__box-ph::after {
      content: "";
      clear: both;
      display: block;
    }
    .column_list__box-ph img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
}
.column_list__box-ph figure {
  height: 100%;
}
.column_list__box-ph:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media only screen and (max-width: 1280px) {
  .column_cont,
  .column_list {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .column_cont,
  .column_list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .column_cont,
  .column_list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .column_cont,
  .column_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.column_cont__wrap {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .column_cont__wrap {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1280px) {
  .news_cont,
  .news_list {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .news_cont,
  .news_list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .news_cont,
  .news_list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .news_cont,
  .news_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news_cont__wrap,
.news_list__wrap {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .news_cont__wrap,
  .news_list__wrap {
    width: 100% !important;
  }
}
.news_cont__box .cat,
.news_list__box .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  width: 80px;
  padding: 7px 10px;
  line-height: 1;
  border-radius: 50px;
}
@media only screen and (max-width: 769px) {
  .news_cont__box .cat,
  .news_list__box .cat {
    position: absolute;
    right: 0;
    top: 15px;
    width: auto;
    padding: 5px 10px;
  }
}
.news_cont__box .cat span,
.news_list__box .cat span {
  font-size: clamp(0.75rem, 0.6428571429rem + 0.5357142857vw, 1.125rem);
}
.news_cont__box .cat.cat01,
.news_list__box .cat.cat01 {
  background: #084f9a;
}
.news_cont__box .cat.cat02,
.news_list__box .cat.cat02 {
  background: #e7c45e;
}
.news_cont__box .cat.cat03,
.news_list__box .cat.cat03 {
  background: #242128;
}
.news_cont__box .cat.cat04,
.news_list__box .cat.cat04 {
  background: #eef1f6;
}
.news_cont__box .cat.cat05,
.news_list__box .cat.cat05 {
  background: #d7e3ef;
}

.news_list__box {
  border-bottom: 1px solid #d7e3ef;
  cursor: pointer;
  position: relative;
}
.news_list__box:first-of-type {
  border-top: 1px solid #d7e3ef;
}
.news_list__box time {
  font-size: clamp(0.75rem, 0.6071428571rem + 0.7142857143vw, 1.25rem);
  font-family: "DINPro-Medium", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 769px) {
  .news_list__box time {
    margin-bottom: 5px;
  }
}
.news_list__box > a {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 15px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .news_list__box > a {
    display: block;
  }
}
.news_list__box > a:hover {
  background: #eef1f6;
}
.news_list__box > a .cat {
  margin-left: 20px;
}
.news_list__box > a h3 {
  font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.25rem);
  line-height: 1.4;
  margin-left: 20px;
}
@media only screen and (max-width: 769px) {
  .news_list__box > a h3 {
    margin-left: 0;
  }
}

.news_category {
  position: relative;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1280px) {
  .news_category {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1280px) {
  .news_category {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .news_category {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .news_category {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .news_category {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news_category__sort {
  position: relative;
}
.news_category__sort ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 769px) {
  .news_category__sort ul li {
    width: 25%;
  }
}
.news_category__sort ul li a {
  padding: 1.8rem 2rem;
  border-radius: 5px;
  margin-right: 5px;
  border: 1px solid #d7e3ef;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 769px) {
  .news_category__sort ul li a {
    padding: 18px 8px;
  }
}
.news_category__sort ul li.active a {
  background: #eef1f6;
}
.news_category__btn {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 769px) {
  .news_category__btn {
    position: static;
    margin-top: 20px;
  }
}
.news_category__btn:after {
  content: "▼";
  display: block;
  pointer-events: none;
  position: absolute;
  color: #084f9a;
  top: 50%;
  right: 20px;
  font-size: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news_category__btn select {
  border-radius: 3rem;
  border: solid 1px #e6e6e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  background: #fff;
  color: #333;
  width: 20rem;
  font-size: 1.4rem;
  padding: 1.5rem 1.8rem 1.7rem;
  outline: none;
  position: relative;
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .news_category__btn select {
    width: 100%;
  }
}

.column_cont h3,
.news_cont h3 {
  font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.25rem);
  line-height: 1.4;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d7e3ef;
}
.column_cont time,
.news_cont time {
  font-size: clamp(0.75rem, 0.6071428571rem + 0.7142857143vw, 1.25rem);
  font-family: "DINPro-Medium", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 769px) {
  .column_cont time,
  .news_cont time {
    margin-bottom: 5px;
  }
}
.column_cont .c-btn__default,
.news_cont .c-btn__default {
  margin-top: 80px;
}
@media only screen and (max-width: 769px) {
  .column_cont .c-btn__default,
  .news_cont .c-btn__default {
    padding-bottom: 3px;
  }
}

.contact main {
  padding-top: 40px;
}
.contact .clm {
  background: #f5f5f5;
  padding: 100px 0;
  width: 94vw;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .contact .clm {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .contact .clm {
    padding: 70px 0;
  }
}
.contact .clm__inr {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .contact .clm__inr {
    width: 94% !important;
  }
}
@media only screen and (max-width: 1025px) {
  .contact .clm__inr {
    display: block;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 1025px) {
  .contact .clm__inr {
    width: 100%;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 1440px) {
  .contact .clm__inr {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 1025px) {
  .contact .clm__inr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 769px) {
  .contact .clm__inr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact .clm__lt {
  width: 360px;
  position: sticky;
  position: -webkit-sticky;
  top: 140px;
}
@media only screen and (max-width: 1440px) {
  .contact .clm__lt {
    width: 280px;
  }
}
@media only screen and (max-width: 1025px) {
  .contact .clm__lt {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 1025px) {
  .contact .clm__lt {
    width: 100%;
  }
}
.contact .clm__lt-txt {
  font-size: clamp(1.125rem, 0.5892857143rem + 2.6785714286vw, 3rem);
  line-height: 1.5;
}
.contact .clm__lt-txt span {
  color: #084f9a;
  font-variation-settings: "wght" 600;
}
@media only screen and (max-width: 1025px) {
  .contact .clm__lt-fixed ul {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.contact .clm__lt-fixed ul li {
  position: relative;
  line-height: 1;
  font-variation-settings: "wght" 700;
  color: #9b9b9b;
  padding-left: 3rem;
  margin-top: 4.2rem;
}
@media only screen and (max-width: 1025px) {
  .contact .clm__lt-fixed ul li {
    width: 44%;
    margin-top: 50px;
    padding-left: 0;
  }
}
.contact .clm__lt-fixed ul li::before, .contact .clm__lt-fixed ul li::after {
  content: "";
  display: block;
  position: absolute;
}
.contact .clm__lt-fixed ul li::before {
  left: 0;
  top: 0.3rem;
  width: 0.7rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #dbdbdb;
  z-index: 99;
}
@media only screen and (max-width: 1025px) {
  .contact .clm__lt-fixed ul li::before {
    top: -2.3rem;
  }
}
.contact .clm__lt-fixed ul li::after {
  background-color: #dbdbdb;
  top: 1.5rem;
  left: 0.3rem;
  height: 4rem;
  width: 1px;
  z-index: 1;
}
@media only screen and (max-width: 1025px) {
  .contact .clm__lt-fixed ul li::after {
    height: 1px;
    width: 100%;
    top: -2rem;
    left: 0;
  }
}
.contact .clm__lt-fixed ul li.current {
  color: #111111;
}
.contact .clm__lt-fixed ul li.current::before {
  background-color: #25589b;
}
.contact .clm__lt-fixed ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .contact .clm__lt-fixed ul li:last-of-type {
    width: 12%;
  }
}
.contact .clm__rt {
  width: calc(100% - 450px);
}
@media only screen and (max-width: 1440px) {
  .contact .clm__rt {
    width: calc(100% - 340px);
  }
}
@media only screen and (max-width: 1025px) and (max-width: 1025px) {
  .contact .clm__rt {
    width: 100%;
  }
}
.contact .clm__rt .c-note {
  margin-bottom: 40px;
}
.contact .clm__rt .c-note li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1025px) {
  .contact .clm__rt .c-note li {
    padding-right: 0;
  }
}
.contact .clm__rt .req-ico {
  background: #d90033;
  color: #ffffff;
  font-size: 1rem;
  padding: 8px 12px;
  border-radius: 50px;
  line-height: 1;
}
@media only screen and (max-width: 1025px) {
  .contact .clm__rt .req-ico {
    padding: 5px 10px;
  }
}
.contact .clm__rt-txt {
  font-size: 2.6rem;
  line-height: 1.5;
}
.contact .clm__rt-txt span {
  color: #084f9a;
  font-variation-settings: "wght" 600;
}
.contact .clm__rt td {
  display: block;
}
.contact .clm__rt td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .clm__rt td ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.contact .clm__rt td ul li p {
  padding-right: 10px;
}
.contact .clm__rt td ul li p.pdlr {
  padding-left: 10px;
}
.contact .clm__rt td ul li.clm3 {
  width: 32%;
}
.contact .clm__rt th {
  display: block;
}
.contact .clm__rt th div {
  position: relative;
  font-variation-settings: "wght" 600;
}
.contact .clm__rt th div.required {
  padding-left: 55px;
}
@media only screen and (max-width: 1025px) {
  .contact .clm__rt th div.required {
    padding-left: 50px;
  }
}
.contact .clm__rt th div.required .req-ico {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact .clm__rt input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2rem;
  height: 2rem;
  border: 2px solid #cccccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  padding: 0;
}
.contact .clm__rt input[type=radio]:checked {
  border-color: #084f9a;
}
.contact .clm__rt input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #084f9a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contact .clm__rt label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .clm__rt input[type=text],
.contact .clm__rt input[type=email] {
  width: 100%;
  padding: 2.4rem 2rem;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 5px;
  background: #ffffff;
}
@media only screen and (max-width: 1025px) {
  .contact .clm__rt input[type=text],
  .contact .clm__rt input[type=email] {
    padding: 1.5rem 1.5rem;
    font-size: 1.4rem;
  }
}
.contact .clm__rt textarea {
  width: 100%;
  border-radius: 5px;
  padding: 12px;
  background: #ffffff;
}
.contact .clm__rt .select-wrap {
  position: relative;
  display: inline-block;
}
.contact .clm__rt .select-wrap::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/lib/img/pulldown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.contact .clm__rt select {
  border-radius: 5px;
  padding: 2rem 50px 2rem 2rem;
  background: #ffffff;
}
@media only screen and (max-width: 1025px) {
  .contact .clm__rt select {
    padding: 1.5rem 50px 1.5rem 1.5rem;
  }
}
.contact .clm__rt a {
  text-decoration: underline;
}
.contact .clm__rt .error {
  color: #d90033;
  font-variation-settings: "wght" 600;
  font-size: 1.1rem;
  margin-top: 5px;
}
.contact .form_privacy {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 1025px) {
  .contact .form_privacy {
    margin-top: 20px;
  }
}
.contact .form_privacy .checkbox input {
  margin-right: 7px;
}
.contact .form_privacy .btn__wrap {
  margin-top: 15px;
}
.contact .form_privacy .btn__wrap input {
  background: #084f9a;
  color: #ffffff;
  padding: 15px 10px;
  width: 240px;
  text-align: center;
  font-variation-settings: "wght" 600;
  font-size: 1.8rem;
  border-radius: 5px;
}
@media only screen and (max-width: 769px) {
  .contact .form_privacy .btn__wrap input {
    width: 170px;
    padding: 12px 10px;
    font-size: 1.5rem;
  }
}
.contact .form_privacy .btn__wrap input.btn__back {
  background: #242128;
}
.contact .ft {
  margin-top: 3vw;
}
@media only screen and (max-width: 1440px) {
  .contact .ft {
    margin-top: 0;
  }
}

.thanks main {
  padding-top: 40px;
}
@media only screen and (max-width: 769px) {
  .thanks .clm__lt-fixed ul li {
    margin-top: 0;
  }
}
.thanks .clm__lt-fixed ul li:first-of-type {
  margin-top: 0;
}
.thanks .clm__rt {
  font-size: 1.6rem;
}
@media only screen and (max-width: 769px) {
  .thanks .clm__rt {
    font-size: 1.3rem;
  }
}
.thanks .clm__rt-txt {
  font-size: 3.4rem;
  line-height: 1.5;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 769px) {
  .thanks .clm__rt-txt {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}
.thanks .clm__rt-txt span {
  color: #084f9a;
  font-variation-settings: "wght" 600;
}

.privacy .c-ttl__default h2 {
  font-size: clamp(2.625rem, 1.5892857143rem + 5.1785714286vw, 6.25rem);
  line-height: 1.3;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.privacy .c-ttl__default h2 span {
  font-weight: 700;
}
.privacy .c-ttl__default .motif {
  top: -100px;
}
.privacy__wrap {
  width: 94vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1440px) {
  .privacy__wrap {
    width: 100% !important;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .privacy__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1440px) {
  .privacy__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .privacy__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .privacy__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.privacy__box {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
@media only screen and (max-width: 1025px) {
  .privacy__box {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .privacy__box {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .privacy__box {
    width: 100%;
  }
}
.privacy__item {
  margin-bottom: 60px;
}
@media only screen and (max-width: 769px) {
  .privacy__item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 1025px) {
  .privacy__item {
    width: 100%;
  }
}
.privacy__item:last-of-type {
  margin-bottom: 0;
}
.privacy__item h3 {
  font-size: 2rem;
  font-variation-settings: "wght" 600;
}
@media only screen and (max-width: 769px) {
  .privacy__item h3 {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
}
.privacy__item ol li {
  list-style: decimal;
  margin-left: 25px;
}
.privacy__item ul li {
  list-style: disc;
  margin-left: 25px;
}
.privacy__item ul li p {
  color: #999;
}
.privacy__item > div {
  background: #eef1f6;
  padding: 30px;
  border-radius: 10px;
  margin-top: 25px;
}
.privacy__item > div h4 {
  font-variation-settings: "wght" 600;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  font-family: "Lato", YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #2d3132;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2.2;
  font-variation-settings: "wght" 400;
  text-align: left;
  width: 100vw;
}

@media screen and (max-width: 769px) {
  html, body {
    overflow-x: hidden;
  }
  body {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}