@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&family=Noto+Sans+JP:wght@400;500&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

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

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

/* # =================================================================
   # 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=true] {
  cursor: default;
}

/* common */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #404040;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 800px) {
  body {
    letter-spacing: 0.05em;
  }
}

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

li {
  list-style-type: none;
}

a {
  color: #404040;
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  vertical-align: top;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

._sp {
  display: none;
}
@media screen and (max-width: 800px) {
  ._sp {
    display: block;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 800px) {
  ._pc {
    display: none;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

header {
  width: 100%;
  padding: 0 0 0 35px;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 890px) {
  header {
    padding: 20px 0 0 25px;
  }
}
header.fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 999;
  -webkit-animation: slideDown 0.3s ease forwards;
          animation: slideDown 0.3s ease forwards;
}
@media screen and (max-width: 890px) {
  header.fixed {
    padding: 18px 0 5px 20px;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
header .h-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .h-logo {
  max-width: 280px;
}
@media screen and (max-width: 890px) {
  header .h-logo {
    width: 180px;
  }
}
header .h-logo a {
  line-height: 1;
}
header .h-menu {
  width: 70%;
}
header .h-menu .has-sub {
  position: relative;
}
header .h-menu .has-sub::after {
  content: "";
  background: url(../img/down-arrow.png) center center no-repeat;
  width: 11px;
  height: 11px;
  background-size: contain;
  position: absolute;
  top: 52%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 890px) {
  header .h-menu .has-sub::after {
    right: 110px;
  }
}
header .h-menu .has-sub.open::after {
  top: 35px;
}
@media screen and (max-width: 890px) {
  header .h-menu .has-sub .submenu-toggle:hover {
    opacity: 1;
  }
}
header .h-menu .has-sub .sub-menu {
  display: none;
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFF846;
  border-radius: 10px;
  z-index: 90;
  width: 330px;
  padding: 15px 25px;
}
@media screen and (max-width: 890px) {
  header .h-menu .has-sub .sub-menu {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    background-color: unset;
  }
}
header .h-menu .has-sub .sub-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 21px solid #fff846;
  border-top: 0;
  position: absolute;
  left: 50%;
  top: -12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 890px) {
  header .h-menu .has-sub .sub-menu::before {
    content: none;
  }
}
header .h-menu .has-sub .sub-menu li + li {
  margin-left: unset;
  border-top: dashed 1px #B7B7B7;
}
header .h-menu .has-sub .sub-menu li a {
  padding: 15px;
  display: block;
  font-size: 1.5rem;
  color: #404040;
  white-space: nowrap;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 890px) {
  header .h-menu .has-sub .sub-menu li a {
    text-align: left;
    padding: 15px 15px 15px 45px;
  }
}
header .h-menu .has-sub .sub-menu li a::after {
  content: "";
  background: url(../img/menu-right-arrow.png) center center no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 890px) {
  header .h-menu .has-sub .sub-menu li a::after {
    content: none;
  }
}
header .h-menu .has-sub .sub-menu li a:hover::after {
  right: 20px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
header .h-menu .has-sub .sub-menu li img {
  width: 27px;
  margin-right: 20px;
}
header .h-menu .has-sub:hover .sub-menu {
  display: block;
}
@media screen and (max-width: 890px) {
  header .h-menu .has-sub:hover .sub-menu {
    display: none;
  }
}
@media screen and (max-width: 890px) {
  header .h-menu .h-btn {
    position: absolute;
    top: 6px;
    right: 20px;
    height: 40px;
    width: 40px;
    background-size: cover;
    border-radius: 50%;
    z-index: 100;
  }
  header .h-menu .h-btn span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
  header .h-menu .h-btn span::before, header .h-menu .h-btn span::after {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    background-color: #404040;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .h-menu .h-btn span::before {
    top: 25px;
  }
  header .h-menu .h-btn span::after {
    bottom: 20px;
  }
}
header .h-menu #menu-btn-check:checked ~ .h-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}
header .h-menu #menu-btn-check:checked ~ .h-btn span::before {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
header .h-menu #menu-btn-check:checked ~ .h-btn span::after {
  bottom: 18px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
header .h-menu #menu-btn-check:checked ~ .nav-menu {
  top: 0;
  /*メニューを画面内へ*/
}
header .h-menu #menu-btn-check {
  display: none;
}
@media screen and (max-width: 890px) {
  header .h-menu .nav-menu {
    padding: 80px 20px 60px;
    width: 100%;
    height: 80vh;
    display: block;
    position: fixed;
    overflow-y: auto;
    top: -100vh;
    left: 0;
    z-index: 90;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
  }
}
header .h-menu .nav-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 890px) {
  header .h-menu .nav-menu ul {
    display: block;
  }
}
header .h-menu .nav-menu ul li .menu {
  padding: 30px 0;
  font-size: min(1.3333333333vw, 20px);
  text-align: left;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
header .h-menu .nav-menu ul li .menu:hover {
  opacity: 1;
}
header .h-menu .nav-menu ul li .menu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 2px;
  background-color: #D62225;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 890px) {
  header .h-menu .nav-menu ul li .menu::after {
    content: none;
  }
}
header .h-menu .nav-menu ul li .menu:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (max-width: 890px) {
  header .h-menu .nav-menu ul li .menu {
    font-size: 1.6rem;
    text-align: center;
    padding: 20px 0;
  }
}
header .h-menu .nav-menu ul li + li {
  margin-left: min(3.3333333333vw, 50px);
}
@media screen and (max-width: 890px) {
  header .h-menu .nav-menu ul li + li {
    margin-left: unset;
    margin-top: 0;
    border-top: 1px solid #B7B7B7;
  }
}
@media screen and (max-width: 890px) {
  header .h-menu .nav-menu ul .contact {
    background: unset;
    width: 100%;
    margin-left: unset;
    height: auto;
    padding-top: 50px;
  }
}
header .h-menu .nav-menu ul .contact a {
  background-color: #D62225;
  color: #fff;
  height: 100%;
  padding: 32px 25px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  header .h-menu .nav-menu ul .contact a {
    padding: 28px 25px;
  }
}
header .h-menu .nav-menu ul .contact img {
  width: 32px;
  display: block;
  margin: 0 auto 8px;
}
@media screen and (max-width: 890px) {
  header .h-menu .nav-menu ul .contact img {
    display: none;
  }
}
header .h-menu .overlay {
  display: none;
}
@media screen and (max-width: 890px) {
  header .h-menu .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 80;
  }
}
header .h-menu #menu-btn-check:checked ~ .overlay {
  display: block;
}

main .m-kv__bread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 80;
}
main .m-kv__bread li {
  font-size: 1.4rem;
  color: rgba(64, 64, 64, 0.3137254902);
}
@media screen and (max-width: 800px) {
  main .m-kv__bread li {
    font-size: 1.2rem;
  }
}
main .m-kv__bread li + li {
  margin-left: 25px;
  position: relative;
}
main .m-kv__bread li + li::before {
  content: ">";
  font-size: 1.4rem;
  position: absolute;
  left: -15px;
}
main .m-kv__bread li a {
  color: #404040;
}
main .side-menu {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 20px;
  z-index: 90;
}
@media screen and (max-width: 1200px) {
  main .side-menu {
    display: none;
  }
}
main .side-menu li + li {
  margin-top: 10px;
}
main .side-menu .hidden {
  opacity: 0;
  pointer-events: none;
}
@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
main .text-line {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
main .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  position: absolute;
  top: 100px;
  white-space: nowrap;
  -webkit-animation: slide 13s linear infinite;
          animation: slide 13s linear infinite;
}
main .text-wrapper p {
  font-family: "Josefin Sans", sans-serif;
  font-size: min(10vw, 150px);
  color: rgba(255, 255, 255, 0.4705882353);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  main .text-wrapper p {
    font-size: 7rem;
  }
}
main .Josefin {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}
main .button-bl {
  max-width: 460px;
}
main .button-bl a {
  width: 100%;
  padding: 20px 0 16px;
  background-color: #404040;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  main .button-bl a {
    font-size: 1.8rem;
  }
}
main .button-bl a::after {
  content: "";
  background: url(../img/right-arrow.png) center center no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
main .button-bl a:hover {
  border-radius: 35px;
  opacity: unset;
}
main .button-bl a:hover::after {
  right: 30px;
}
main .sec-contact {
  padding: 110px 0 140px;
  background: url(../img/contact-back.jpg) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  main .sec-contact {
    padding: 80px 20px;
  }
}
main .sec-contact__inner {
  max-width: 1290px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  main .sec-contact__inner {
    width: 100%;
  }
}
main .sec-contact h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: min(2.8vw, 42px);
  line-height: 1;
  text-align: center;
  color: #FFF846;
}
@media screen and (max-width: 800px) {
  main .sec-contact h2 {
    font-size: 2.5rem;
  }
}
main .sec-contact__label {
  font-size: 1.8rem;
  margin-top: 10px;
  text-align: center;
  color: #FFF846;
}
main .sec-contact__read {
  color: #fff;
  margin-top: 30px;
  text-align: center;
}
main .sec-contact__contents {
  width: 100%;
  margin: 60px auto 0;
  background-color: rgba(217, 217, 217, 0.7803921569);
  border-radius: 30px;
  padding: 50px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  main .sec-contact__contents {
    display: block;
    padding: 30px 20px;
  }
}
main .sec-contact .tel {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  main .sec-contact .tel {
    width: 100%;
  }
}
main .sec-contact .tel h3 {
  font-size: min(2.4vw, 36px);
}
@media screen and (max-width: 800px) {
  main .sec-contact .tel h3 {
    font-size: 2rem;
  }
}
main .sec-contact .tel h3 img {
  width: 64px;
  margin-right: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  main .sec-contact .tel h3 img {
    width: 40px;
    margin-right: 15px;
  }
}
main .sec-contact .tel-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  main .sec-contact .tel-num {
    font-size: 1.3rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}
main .sec-contact .tel-num a {
  font-size: min(2.6666666667vw, 40px);
  margin-left: 10px;
  font-weight: 600;
  line-height: 1;
  color: #404040;
}
@media screen and (max-width: 800px) {
  main .sec-contact .tel-num a {
    font-size: 2rem;
  }
}
main .sec-contact .tel-time {
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  main .sec-contact .tel-time {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
main .sec-contact .mail {
  width: 50%;
  text-align: center;
  border-left: 1px solid #404040;
}
@media screen and (max-width: 800px) {
  main .sec-contact .mail {
    width: 100%;
    border-top: 1px solid #404040;
    border-left: unset;
    padding-top: 20px;
    margin-top: 20px;
  }
}
main .sec-contact .mail h3 {
  font-size: min(1.6vw, 24px);
}
@media screen and (max-width: 800px) {
  main .sec-contact .mail h3 {
    font-size: 2rem;
  }
}
main .sec-contact .mail h3 img {
  width: 67px;
  margin-right: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  main .sec-contact .mail h3 img {
    width: 40px;
    margin-right: 15px;
  }
}
main .sec-contact .mail-button {
  margin: 15px auto 0;
  max-width: 445px;
  border-radius: 50px;
  background-color: #FFF846;
  padding: 25px 0 17px;
  width: 85%;
}
@media screen and (max-width: 800px) {
  main .sec-contact .mail-button {
    margin: 30px auto 0;
    width: 90%;
    padding: 17px 0;
  }
}
main .sec-contact .mail-button a {
  font-size: min(1.6vw, 24px);
  font-weight: 700;
  color: #404040;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  main .sec-contact .mail-button a {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
main .sec-contact .mail-button span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  main .sec-contact .mail-button span {
    font-size: 1.2rem;
  }
}
main .extarnal {
  position: relative;
  padding-right: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #404040;
}
main .extarnal::after {
  content: "";
  background: url(../img/extarnal.png) center center no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer {
  background-color: #949384;
  color: #fff;
  padding: 45px 0 30px;
}
footer .f-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  footer .f-inner {
    display: block;
  }
}
footer .f-left {
  width: 50%;
}
@media screen and (max-width: 800px) {
  footer .f-left {
    width: 100%;
  }
}
footer .f-left h2 {
  width: 250px;
}
@media screen and (max-width: 800px) {
  footer .f-left h2 {
    margin-bottom: 30px;
    width: 200px;
  }
}
footer .f-left p {
  font-size: 1.5rem;
}
footer .f-right {
  margin-left: 7%;
  width: 50%;
}
@media screen and (max-width: 800px) {
  footer .f-right {
    width: 100%;
    margin-left: unset;
    margin-top: 80px;
  }
}
footer .f-right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  footer .f-right ul {
    display: block;
  }
}
footer .f-right ul li + li {
  margin-left: 5%;
}
@media screen and (max-width: 800px) {
  footer .f-right ul li + li {
    margin-left: unset;
    margin-top: 25px;
  }
}
footer .f-right ul a {
  color: #fff;
}
@media screen and (max-width: 800px) {
  footer .f-right ul a {
    font-size: 1.4rem;
  }
}
footer .f-right ul .bold {
  font-weight: 700;
}
footer .f-right__under {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
footer .f-right__under a {
  color: #fff;
}
@media screen and (max-width: 800px) {
  footer .f-right__under a {
    font-size: 1.3rem;
  }
}
footer .f-right__under .copy {
  font-weight: 500;
  margin-left: 40px;
}
@media screen and (max-width: 800px) {
  footer .f-right__under .copy {
    font-size: 1.1rem;
  }
}

#page-home main {
  margin-top: 93px;
}
@media screen and (max-width: 1200px) {
  #page-home main {
    margin-top: 85px;
  }
}
@media screen and (max-width: 800px) {
  #page-home main {
    margin-top: 55px;
  }
}
#page-home main .m-kv {
  position: relative;
  height: min(43vw, 645px);
}
@media screen and (max-width: 600px) {
  #page-home main .m-kv {
    height: 430px;
  }
}
#page-home main .m-kv::before {
  content: "";
  background-color: #FFF846;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 50%;
}
#page-home main .m-kv::after {
  content: "";
  background: url(../img/top/kv-pc.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 87.2%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  #page-home main .m-kv::after {
    background: url(../img/top/kv-sp.jpg) center top no-repeat;
    background-size: cover;
    width: 92%;
  }
}
#page-home main .m-kv h2 {
  font-size: min(3.0666666667vw, 46px);
  padding-top: min(8vw, 120px);
  padding-left: min(18.6666666667vw, 280px);
  color: #000;
  position: relative;
  z-index: 60;
}
@media screen and (max-width: 600px) {
  #page-home main .m-kv h2 {
    font-size: 2.4rem;
    padding-left: 50px;
    padding-top: 50px;
  }
}
#page-home main .m-kv h2 span {
  background-color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  padding: 0 10px;
}
#page-home main .m-kv h2 .second {
  margin-left: 75px;
}
@media screen and (max-width: 600px) {
  #page-home main .m-kv h2 .second {
    margin-left: 40px;
  }
}
#page-home main .m-kv__en {
  font-size: min(6vw, 90px);
  font-family: "Josefin Sans", sans-serif;
  color: rgba(64, 64, 64, 0.3019607843);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: -10px 0 0 34px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  #page-home main .m-kv__en {
    font-size: 2.7rem;
    margin: 25px 0 0 10px;
  }
}
#page-home main .m-kv__read {
  max-width: 530px;
  margin: 35px 0 0 min(21.4666666667vw, 322px);
}
@media screen and (max-width: 600px) {
  #page-home main .m-kv__read {
    display: none;
  }
}
#page-home main .m-kv .scroll-indicator {
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 50;
}
@media screen and (max-width: 600px) {
  #page-home main .m-kv .scroll-indicator {
    bottom: -40px;
  }
}
#page-home main .m-kv .scroll-indicator .text {
  font-family: "Josefin Sans", sans-serif;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 8px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 600px) {
  #page-home main .m-kv .scroll-indicator .text {
    font-size: 1.3rem;
  }
}
#page-home main .m-kv .scroll-indicator .line {
  display: inline-block;
  width: 1px;
  height: 80px;
  background-color: #333;
  -webkit-animation: scrollMove 1.5s infinite ease-in-out;
          animation: scrollMove 1.5s infinite ease-in-out;
  border-radius: 1px;
}
@media screen and (max-width: 600px) {
  #page-home main .m-kv .scroll-indicator .line {
    height: 50px;
  }
}
@-webkit-keyframes scrollMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scrollMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#page-home main .pagetop {
  overflow: hidden;
  position: fixed;
  right: 50px;
  bottom: 60px;
  width: 60px;
  border-radius: 50%;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  #page-home main .pagetop {
    width: 50px;
    bottom: 20px;
    right: 15px;
  }
}
#page-home main .pagetop a {
  position: relative;
  width: 100%;
  height: 60px;
  background: #404040;
  text-decoration: none;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  #page-home main .pagetop a {
    height: 50px;
  }
}
#page-home main .pagetop a::after {
  content: "";
  background: url(../img/top-arrow.png) center center no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  #page-home main .pagetop a::after {
    width: 10px;
    height: 10px;
  }
}
#page-home .sec-company {
  padding-top: 270px;
  background-color: #FFF846;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #page-home .sec-company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 800px) {
  #page-home .sec-company {
    padding-top: 120px;
  }
}
#page-home .sec-company__contents {
  max-width: 1600px;
  width: 85%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1300px) {
  #page-home .sec-company__contents {
    width: 45%;
    margin: unset;
    margin-right: 30px;
  }
}
@media screen and (max-width: 800px) {
  #page-home .sec-company__contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#page-home .sec-company h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: min(2.8vw, 42px);
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-home .sec-company h2 {
    font-size: 2.5rem;
  }
}
#page-home .sec-company__label {
  font-size: 1.8rem;
  margin-top: 30px;
}
#page-home .sec-company__text {
  margin-top: 30px;
  max-width: 530px;
  line-height: 2.3;
}
@media screen and (max-width: 800px) {
  #page-home .sec-company__text {
    max-width: unset;
  }
}
#page-home .sec-company .button-bl {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  #page-home .sec-company .button-bl {
    margin: 50px auto 0;
  }
}
#page-home .sec-company__image {
  max-width: 860px;
  width: 40%;
  position: absolute;
  right: 0;
  top: 270px;
}
@media screen and (max-width: 1300px) {
  #page-home .sec-company__image {
    position: static;
  }
}
@media screen and (max-width: 800px) {
  #page-home .sec-company__image {
    display: none;
  }
}
#page-home .sec-company__image-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  #page-home .sec-company__image-sp {
    display: block;
    margin: 60px auto 0;
  }
}
#page-home .text-line {
  padding: 150px 0;
  background-color: #FFF846;
}
@media screen and (max-width: 800px) {
  #page-home .text-line {
    padding: 60px 0 200px;
  }
}
#page-home .sec-service {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(255, 248, 70)), color-stop(80%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(255, 248, 70) 80%, rgb(255, 255, 255) 80%);
  background: linear-gradient(180deg, rgb(255, 248, 70) 80%, rgb(255, 255, 255) 80%);
}
@media screen and (max-width: 800px) {
  #page-home .sec-service {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(255, 248, 70)), color-stop(80%, rgb(255, 255, 255)));
    background: -webkit-linear-gradient(top, rgb(255, 248, 70) 90%, rgb(255, 255, 255) 80%);
    background: linear-gradient(180deg, rgb(255, 248, 70) 90%, rgb(255, 255, 255) 80%);
  }
}
#page-home .sec-service h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: min(2.8vw, 42px);
}
@media screen and (max-width: 800px) {
  #page-home .sec-service h2 {
    font-size: 2.5rem;
    padding: 0 20px;
  }
}
#page-home .sec-service__label {
  font-size: 1.8rem;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #page-home .sec-service__label {
    margin-top: 20px;
    padding: 0 20px;
  }
}
#page-home .sec-service__point {
  font-size: min(2vw, 30px);
  width: 90%;
  margin: 50px auto 0;
}
@media screen and (max-width: 800px) {
  #page-home .sec-service__point {
    font-size: 1.8rem;
    width: 100%;
    padding: 0 20px;
  }
}
#page-home .sec-service__text {
  max-width: 680px;
  margin: 20px auto 0;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 800px) {
  #page-home .sec-service__text {
    margin: 60px auto 0;
    line-height: 1.8;
    padding: 0 20px;
  }
}
#page-home .sec-service__swiper {
  position: relative;
}
#page-home .sec-service__list {
  max-width: min(119vw, 1785px);
  width: 90%;
  margin: 75px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3%;
}
@media screen and (max-width: 800px) {
  #page-home .sec-service__list {
    gap: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
#page-home .sec-service__list li {
  width: 25%;
}
@media screen and (max-width: 800px) {
  #page-home .sec-service__list li {
    width: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
#page-home .sec-service__list .service01 {
  background: url(../img/top/service01.jpg) center center no-repeat;
  background-size: cover;
}
#page-home .sec-service__list .service02 {
  background: url(../img/top/service02.jpg) center center no-repeat;
  background-size: cover;
}
#page-home .sec-service__list .service03 {
  background: url(../img/top/service03.jpg) center center no-repeat;
  background-size: cover;
}
#page-home .sec-service__list .service04 {
  background: url(../img/top/service04.jpg) center center no-repeat;
  background-size: cover;
}
#page-home .sec-service__list a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  color: #fff;
  height: 495px;
  padding: min(12vw, 180px) 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  #page-home .sec-service__list a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 380px;
    padding: 100px 20px;
    font-size: 1.5rem;
  }
}
#page-home .sec-service__list h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  #page-home .sec-service__list h3 {
    font-size: 1.8rem;
  }
}
#page-home .sec-service__nav {
  display: none;
}
@media screen and (max-width: 800px) {
  #page-home .sec-service__nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 16px;
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#page-home .sec-service .swiper-button-next,
#page-home .sec-service .swiper-button-prev {
  position: static !important;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
#page-home .sec-service .swiper-button-next::after,
#page-home .sec-service .swiper-button-prev::after {
  content: "";
  background: url(../img/slide-arrow.png) center center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
#page-home .sec-service .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page-home .sec-news {
  max-width: 1290px;
  width: 90%;
  margin: 300px auto 0;
}
@media screen and (max-width: 800px) {
  #page-home .sec-news {
    margin: 150px auto 0;
    width: 100%;
    padding: 0 20px;
  }
}
#page-home .sec-news h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: min(2.8vw, 42px);
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-home .sec-news h2 {
    font-size: 2.5rem;
  }
}
#page-home .sec-news__label {
  font-size: 1.8rem;
  margin-top: 30px;
}
#page-home .sec-news__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  #page-home .sec-news__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 60px auto 0;
  }
}
#page-home .sec-news__left {
  width: 300px;
  position: relative;
  bottom: -70px;
}
@media screen and (max-width: 800px) {
  #page-home .sec-news__left {
    position: static;
    width: 100%;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 800px) {
  #page-home .sec-news__cat {
    display: none;
  }
}
#page-home .sec-news__cat li {
  padding-left: 20px;
  position: relative;
}
#page-home .sec-news__cat li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#page-home .sec-news__cat li + li {
  margin-top: 15px;
}
#page-home .sec-news .sec-news-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  #page-home .sec-news .sec-news-sp {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #page-home .sec-news .sec-news-sp .sec-news__cat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 800px) {
  #page-home .sec-news .sec-news-sp .sec-news__cat li + li {
    margin-top: unset;
  }
}
#page-home .sec-news .button-bl {
  margin-top: 90px;
}
@media screen and (max-width: 800px) {
  #page-home .sec-news .button-bl {
    margin: 0 auto;
  }
}
#page-home .sec-news__right {
  width: calc(100% - 400px);
}
@media screen and (max-width: 800px) {
  #page-home .sec-news__right {
    width: 100%;
    margin: 0 auto;
  }
}
#page-home .sec-news__list > li {
  padding: 25px 0;
}
#page-home .sec-news__list > li + li {
  border-top: 1px solid #C5C5C5;
}
#page-home .sec-news__list a {
  position: relative;
}
#page-home .sec-news__list a:hover::after {
  right: -15px;
}
#page-home .sec-news__list a::after {
  content: "";
  background: url(../img/news/news-arrow.png) center center no-repeat;
  width: 80px;
  height: 14px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media screen and (max-width: 800px) {
  #page-home .sec-news__list a::after {
    display: none;
  }
}
#page-home .sec-news__list .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  #page-home .sec-news__list .news {
    width: 100%;
  }
}
#page-home .sec-news__list .news .date {
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 800px) {
  #page-home .sec-news__list .news .date {
    font-size: 1.3rem;
  }
}
#page-home .sec-news__list .news .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#page-home .sec-news__list .news .cat li {
  font-size: 1.4rem;
  padding: 3px 15px;
  border-radius: 17px;
  border: 1px solid #C5C5C5;
}
@media screen and (max-width: 800px) {
  #page-home .sec-news__list .news .cat li {
    font-size: 1rem;
    padding: 2px 10px;
  }
}
#page-home .sec-news__list h3 {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-home .sec-news__list h3 {
    font-size: 1.4rem;
  }
}
#page-home .sec-recruit {
  margin-top: 250px;
  background-color: #EDEDED;
  padding: 200px 0 170px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home .sec-recruit {
    margin-top: 100px;
    padding: 80px 20px;
  }
}
#page-home .sec-recruit::before {
  content: "";
  background: url(../img/top/recruite-image.png) center center no-repeat;
  width: 90%;
  max-width: 1720px;
  max-height: 520px;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 24%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-home .sec-recruit::before {
    width: 100%;
    top: -5%;
  }
}
#page-home .sec-recruit__inner {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-home .sec-recruit__inner {
    width: 100%;
  }
}
#page-home .sec-recruit h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: min(2.8vw, 42px);
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-home .sec-recruit h2 {
    font-size: 2.5rem;
  }
}
#page-home .sec-recruit__label {
  font-size: 1.8rem;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #page-home .sec-recruit__label {
    margin-top: 25px;
  }
}
#page-home .sec-recruit__text {
  max-width: 680px;
  margin: 90px auto 0;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-home .sec-recruit__text {
    line-height: 1.8;
  }
}
#page-home .sec-recruit__text p + p {
  margin-top: 20px;
}
#page-home .sec-recruit .button-bl {
  margin: 300px auto 0;
}
@media screen and (max-width: 800px) {
  #page-home .sec-recruit .button-bl {
    margin: 100px auto 0;
  }
}

#page-company main .m-kv {
  background: url(../img/company/company-kv.jpg) center center no-repeat;
  width: 100%;
  height: 600px;
  background-size: cover;
  padding-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-company main .m-kv {
    height: 300px;
    padding-top: 80px;
  }
}
#page-company main .m-kv__contents {
  position: relative;
  max-width: 1600px;
  width: 90%;
  margin: 130px 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-company main .m-kv__contents::after {
  content: "";
  background: url(../img/company/company-head.jpg) center center no-repeat;
  width: 68%;
  height: 435px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-company main .m-kv__contents::after {
    height: 180px;
    top: -20px;
  }
}
#page-company main .m-kv__contents h1 {
  font-size: 5.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-company main .m-kv__contents h1 {
    font-size: 2.8rem;
  }
}
#page-company main .m-kv__contents h1 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-company main .m-kv__contents {
    width: 95%;
    margin: 80px 0 0 auto;
  }
}
#page-company main h2 {
  font-size: 4.2rem;
  color: #E2E32B;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  #page-company main h2 {
    font-size: 2.5rem;
  }
}
#page-company main h2::after {
  content: "";
  background: url(../img/company/title-back.png) center center no-repeat;
  width: 121px;
  height: 96px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-company main h2::after {
    width: 60px;
    height: 60px;
    left: 0;
  }
}
#page-company main .label {
  margin-top: 14px;
  font-size: 2.2rem;
  padding-left: 47px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-company main .label {
    font-size: 1.6rem;
    padding-left: 30px;
  }
}
#page-company main .label::before {
  content: "";
  background-color: #D62225;
  width: 37px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  #page-company main .label::before {
    width: 20px;
  }
}
#page-company main .sec-message {
  max-width: 1100px;
  width: 90%;
  margin: 350px auto 0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message {
    margin: 100px auto 0;
  }
}
#page-company main .sec-message__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#page-company main .sec-message__left {
  max-width: 514px;
  width: 50%;
  margin-top: 250px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__left {
    width: 90%;
    margin: 50px auto 0;
  }
}
#page-company main .sec-message__pro {
  margin: 90px auto 0;
  max-width: 430px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__pro {
    width: 100%;
    margin: 30px auto 0;
  }
}
#page-company main .sec-message__pro .pro {
  margin-top: 8px;
  line-height: 2.5;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__pro .pro {
    line-height: 2;
  }
}
#page-company main .sec-message__right {
  width: calc(100% - 514px);
  max-width: 661px;
  margin-left: 8rem;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__right {
    width: 100%;
    margin-left: unset;
  }
}
#page-company main .sec-message__right h3 {
  margin-top: 80px;
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__right h3 {
    font-size: 2.2rem;
    margin-top: 60px;
  }
}
#page-company main .sec-message__detail {
  margin-top: 60px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__detail {
    margin-top: 50px;
    line-height: 2;
  }
}
#page-company main .sec-message__detail p + p {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__detail p + p {
    margin-top: 25px;
  }
}
#page-company main .sec-overview {
  max-width: 1100px;
  width: 90%;
  margin: 280px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview {
    margin: 100px auto 0;
    display: block;
  }
}
#page-company main .sec-overview__title {
  width: 25%;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__title {
    width: 100%;
  }
}
#page-company main .sec-overview__table {
  max-width: 845px;
  width: 65%;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__table {
    margin: 60px auto 0;
    width: 100%;
  }
}
#page-company main .sec-overview__table .table {
  display: block;
  width: 100%;
}
#page-company main .sec-overview__table tbody {
  display: block;
  width: 100%;
}
#page-company main .sec-overview__table tr {
  padding: 20px 0;
  border-top: 1px solid #C5C5C5;
  display: block;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__table tr {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    display: grid;
    text-align: left;
  }
}
#page-company main .sec-overview__table .last {
  border-bottom: 1px solid #C5C5C5;
}
#page-company main .sec-overview__table th {
  line-height: 2.5;
  font-weight: 500;
  text-align: center;
  width: 280px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__table th {
    width: 100%;
    text-align: left;
  }
}
#page-company main .sec-overview__table td {
  width: calc(100% - 280px);
  line-height: 2.5;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__table td {
    width: 100%;
    text-align: left;
    line-height: 2;
    margin-top: 20px;
  }
}
#page-company main .sec-overview__table .adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__table .adress {
    display: block;
  }
}
#page-company main .sec-overview__table .adress p + p {
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-overview__table .adress p + p {
    margin-left: unset;
  }
}
#page-company main .sec-overview__table .extarnal {
  font-weight: 300;
  margin-top: 10px;
}
#page-company main .sec-overview__table .extarnal::after {
  top: 55%;
}
#page-company main .sec-location {
  max-width: 1100px;
  width: 90%;
  margin: 190px auto 0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-location {
    margin: 100px auto 0;
  }
}
#page-company main .sec-location__contents {
  margin: 82px auto 0;
  max-width: 830px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-location__contents {
    margin: 40px auto 0;
  }
}
#page-company main .sec-location__contents .local {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #page-company main .sec-location__contents .local {
    display: block;
  }
}
#page-company main .sec-location__contents .local li {
  max-width: 380px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 600px) {
  #page-company main .sec-location__contents .local li {
    width: 100%;
  }
  #page-company main .sec-location__contents .local li + li {
    margin-top: 60px;
  }
}
#page-company main .sec-location__contents .local-image {
  max-width: 380px;
}
#page-company main .sec-location__contents .local-name {
  margin-top: 28px;
  font-size: 2.4rem;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-location__contents .local-name {
    font-size: 2rem;
    margin-top: 20px;
  }
}
#page-company main .sec-location__contents .local-map {
  margin-top: 12px;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-location__contents .local-map {
    line-height: 1.8;
  }
}
#page-company main .sec-location__contents .local .extarnal {
  margin-top: 10px;
}
#page-company main .sec-member {
  max-width: 1100px;
  width: 90%;
  margin: 300px auto 0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member {
    margin: 130px auto 0;
  }
}
#page-company main .sec-member .member {
  max-width: 1120px;
  margin: 42px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .member {
    margin: 10px auto 0;
    gap: 10% 6%;
  }
}
#page-company main .sec-member .member li {
  width: 20%;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .member li {
    width: 47%;
    margin-top: 20px;
  }
}
#page-company main .sec-member .member-label {
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .member-label {
    font-size: 1.4rem;
  }
}
#page-company main .sec-member .member-name {
  font-size: 3.2rem;
  font-weight: 300;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .member-name {
    font-size: 2rem;
  }
}
#page-company main .sec-member .member-name span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .member-name span {
    font-size: 1.4rem;
  }
}
#page-company main .sec-member .sec-takken {
  margin: 180px auto 0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .sec-takken {
    margin: 80px auto 0;
  }
}
#page-company main .sec-member .sec-takken h3 {
  font-size: 2.2rem;
  font-weight: 400;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .sec-takken h3 {
    font-size: 2rem;
  }
}
#page-company main .sec-member .sec-takken h3::after {
  content: "";
  background: url(../img/company/title-back.png) center center no-repeat;
  width: 121px;
  height: 96px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .sec-takken h3::after {
    width: 60px;
    height: 60px;
    left: 0;
    top: 20px;
  }
}
#page-company main .sec-member .sec-takken__list {
  max-width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5%;
  margin: 55px auto 0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .sec-takken__list {
    margin: 10px auto 0;
    gap: 10% 6%;
  }
}
#page-company main .sec-member .sec-takken__list li {
  font-size: 3.2rem;
  font-weight: 300;
  margin-top: 15px;
  width: 20%;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .sec-takken__list li {
    font-size: 2rem;
    width: 47%;
    margin-top: 20px;
  }
}
#page-company main .sec-member .sec-takken__list li span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .sec-takken__list li span {
    font-size: 1.4rem;
  }
}
#page-company main .sec-member .sec-eigyo {
  margin: 180px auto 0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .sec-eigyo {
    margin: 80px auto 0;
  }
}
#page-company main .sec-member .sec-eigyo h3 {
  font-size: 2.2rem;
  font-weight: 400;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .sec-eigyo h3 {
    font-size: 2rem;
  }
}
#page-company main .sec-member .sec-eigyo h3::after {
  content: "";
  background: url(../img/company/title-back.png) center center no-repeat;
  width: 121px;
  height: 96px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .sec-eigyo h3::after {
    width: 60px;
    height: 60px;
    left: 0;
    top: 20px;
  }
}
#page-company main .sec-member .sec-eigyo__list {
  max-width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5%;
  margin: 55px auto 0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .sec-eigyo__list {
    margin: 10px auto 0;
    gap: 10% 6%;
  }
}
#page-company main .sec-member .sec-eigyo__list li {
  font-size: 3.2rem;
  font-weight: 300;
  margin-top: 15px;
  width: 20%;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .sec-eigyo__list li {
    font-size: 2rem;
    width: 47%;
    margin-top: 20px;
  }
}
#page-company main .sec-member .sec-eigyo__list li span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-member .sec-eigyo__list li span {
    font-size: 1.4rem;
  }
}
#page-company main .sec-recruit {
  max-width: 1100px;
  width: 90%;
  margin: 345px auto 0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-recruit {
    margin: 150px auto 0;
  }
}
#page-company main .sec-recruit h2 {
  color: #404040;
}
#page-company main .sec-recruit h2::after {
  content: unset;
}
#page-company main .sec-recruit__bold {
  font-size: 4.6rem;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-recruit__bold {
    font-size: 2.2rem;
  }
}
#page-company main .sec-recruit__read {
  margin-top: 24px;
  font-weight: 300;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-recruit__read {
    line-height: 2;
  }
}
#page-company main .sec-recruit__detail {
  max-width: 845px;
  margin: 65px auto 0;
}
#page-company main .sec-recruit__list {
  font-size: 1.8rem;
  font-weight: 500;
}
#page-company main .sec-recruit__list + p {
  margin-top: 23px;
  line-height: 2;
  font-weight: 300;
}
#page-company main .sec-recruit__table {
  max-width: 845px;
  margin: 100px auto 0;
}
#page-company main .sec-recruit__table table {
  display: block;
  width: 100%;
}
#page-company main .sec-recruit__table tbody {
  display: block;
  width: 100%;
}
#page-company main .sec-recruit__table tr {
  padding: 20px 0;
  border-top: 1px solid #C5C5C5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-recruit__table tr {
    display: grid;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
#page-company main .sec-recruit__table .last {
  border-bottom: 1px solid #C5C5C5;
}
#page-company main .sec-recruit__table th {
  width: 290px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-recruit__table th {
    width: 100%;
    text-align: left;
  }
}
#page-company main .sec-recruit__table td {
  width: calc(100% - 290px);
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-recruit__table td {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
}
#page-company main .sec-recruit__table td p + p {
  margin-top: 30px;
}
#page-company main .sec-recruit__table .bold {
  font-weight: 500;
}
#page-company main .sec-contact {
  margin-top: 245px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-contact {
    margin-top: 150px;
  }
}
#page-company main .sec-contact h2 {
  margin: 0 auto;
}

#page-business main .m-kv__bread li {
  color: rgba(255, 255, 255, 0.5019607843);
}
#page-business main .m-kv__bread a {
  color: #fff;
}
#page-business main .m-kv {
  background: url(../img/business/business-kv.jpg) center center no-repeat;
  width: 100%;
  height: 600px;
  background-size: cover;
  padding-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-business main .m-kv {
    height: 300px;
    padding-top: 80px;
  }
}
#page-business main .m-kv__contents {
  position: relative;
  max-width: 1600px;
  width: 90%;
  margin: 130px 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-business main .m-kv__contents::after {
  content: "";
  background: url(../img/business/business-head.jpg) center center no-repeat;
  width: 68%;
  height: 435px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  #page-business main .m-kv__contents::after {
    height: 180px;
    top: -20px;
  }
}
#page-business main .m-kv__contents h1 {
  font-size: 5.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-business main .m-kv__contents h1 {
    font-size: 2.8rem;
  }
}
#page-business main .m-kv__contents h1 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-business main .m-kv__contents {
    width: 95%;
    margin: 80px 0 0 auto;
  }
}
#page-business main h2 {
  font-size: 4.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  #page-business main h2 {
    font-size: 2.5rem;
  }
}
#page-business main .label {
  margin-top: 14px;
  font-size: 2.2rem;
  padding-left: 47px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-business main .label {
    font-size: 1.6rem;
    padding-left: 30px;
  }
}
#page-business main .label::before {
  content: "";
  background-color: #D62225;
  width: 37px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  #page-business main .label::before {
    width: 20px;
  }
}
#page-business main .sec-about {
  max-width: 1100px;
  width: 90%;
  margin: 350px auto 0;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-about {
    margin: 100px auto 0;
  }
}
#page-business main .sec-about__read {
  margin-top: 40px;
  font-size: 4.6rem;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-about__read {
    font-size: 2.6rem;
  }
}
#page-business main .sec-about__detail {
  margin-top: 25px;
  font-weight: 300;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-about__detail {
    margin-top: 30px;
    line-height: 2;
  }
}
#page-business main .sec-about__image {
  margin-top: 75px;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-about__image {
    margin-top: 60px;
  }
}
#page-business main .sec-frow {
  margin: 230px auto 0;
  padding: 200px 0;
  background-color: #FFF846;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-frow {
    margin: 100px auto 0;
    padding: 50px 0;
  }
}
#page-business main .sec-frow h2 {
  margin: 0 auto;
}
#page-business main .sec-frow .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-frow .label {
    margin: 8px auto 0;
  }
}
#page-business main .sec-frow .flow {
  max-width: 1100px;
  width: 90%;
  margin: 150px auto 0;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-frow .flow {
    margin: 80px auto 0;
  }
}
#page-business main .sec-frow .flow li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  #page-business main .sec-frow .flow li {
    display: block;
  }
}
#page-business main .sec-frow .flow li + li {
  margin-top: 150px;
}
@media screen and (max-width: 600px) {
  #page-business main .sec-frow .flow li + li {
    margin-top: 60px;
  }
}
#page-business main .sec-frow .flow-left {
  position: relative;
  max-width: 532px;
  width: 60%;
}
@media screen and (max-width: 600px) {
  #page-business main .sec-frow .flow-left {
    width: 100%;
    max-width: unset;
  }
}
#page-business main .sec-frow .flow-num {
  font-size: 4rem;
  color: #fff;
  width: 108px;
  height: 108px;
  background-color: #949384;
  border-radius: 50%;
  text-align: center;
  padding-top: 18px;
  position: absolute;
  left: -37px;
  top: -37px;
  font-weight: 500;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-frow .flow-num {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    padding-top: 13px;
    left: -10px;
    top: -20px;
  }
}
#page-business main .sec-frow .flow-image {
  max-width: 530px;
  width: 90%;
  margin: 0 auto;
}
#page-business main .sec-frow .flow-right {
  margin-left: 40px;
  width: 50%;
}
@media screen and (max-width: 600px) {
  #page-business main .sec-frow .flow-right {
    margin-left: unset;
    width: 90%;
    margin: 25px auto 0;
  }
}
#page-business main .sec-frow .flow-right h3 {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-frow .flow-right h3 {
    font-size: 2.2rem;
  }
}
#page-business main .sec-frow .flow-right p {
  margin-top: 13px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-frow .flow-right p {
    line-height: 1.8;
  }
}
#page-business main .sec-question {
  max-width: 1000px;
  width: 90%;
  margin: 130px auto 0;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-question {
    margin: 80px auto 0;
  }
}
#page-business main .sec-question h2 {
  margin: 0 auto;
}
#page-business main .sec-question .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
}
#page-business main .sec-question .question {
  margin: 100px auto 0;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-question .question {
    margin: 80px auto 0;
  }
}
#page-business main .sec-question .question-q {
  margin-top: 25px;
  padding: 20px 25px;
  background-color: #D9D9D9;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-question .question-q {
    padding: 15px 20px 15px 10px;
    font-size: 1.4rem;
  }
}
#page-business main .sec-question .question-q p {
  width: calc(100% - 100px);
}
@media screen and (max-width: 800px) {
  #page-business main .sec-question .question-q p {
    width: calc(100% - 60px);
  }
}
#page-business main .sec-question .question-q .toggle-icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 5px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-question .question-q .toggle-icon {
    width: 15px;
    height: 15px;
  }
}
#page-business main .sec-question .question-q .toggle-icon::before, #page-business main .sec-question .question-q .toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
#page-business main .sec-question .question-q .toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#page-business main .sec-question .question-q span {
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-question .question-q span {
    font-size: 1.8rem;
    margin-right: 10px;
  }
}
#page-business main .sec-question .question-a {
  padding: 0;
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.0274509804);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.0274509804);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-business main .sec-question .question-a__inner {
  padding: 20px 25px;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-question .question-a__inner {
    padding: 15px;
    font-size: 1.4rem;
  }
}
#page-business main .sec-question .question-a span {
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-question .question-a span {
    font-size: 1.8rem;
    margin-right: 10px;
  }
}
#page-business main .sec-question .question .open {
  opacity: 1;
}
#page-business main .sec-question .question .toggle-icon.open::after {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  opacity: 0;
}
#page-business main .sec-contact {
  margin-top: 245px;
}
@media screen and (max-width: 800px) {
  #page-business main .sec-contact {
    margin-top: 130px;
  }
}
#page-business main .sec-contact h2 {
  margin: 0 auto;
}

#page-other-business main .m-kv {
  background: url(../img/other/business-kv.jpg) center center no-repeat;
  width: 100%;
  height: 600px;
  background-size: cover;
  padding-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-other-business main .m-kv {
    height: 300px;
    padding-top: 80px;
  }
}
#page-other-business main .m-kv__contents {
  position: relative;
  max-width: 1600px;
  width: 90%;
  margin: 130px 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-other-business main .m-kv__contents::after {
  content: "";
  background: url(../img/other/business-head.jpg) center center no-repeat;
  width: 68%;
  height: 435px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  #page-other-business main .m-kv__contents::after {
    height: 180px;
    top: -20px;
  }
}
#page-other-business main .m-kv__contents h1 {
  font-size: 5.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-other-business main .m-kv__contents h1 {
    font-size: 2.8rem;
  }
}
#page-other-business main .m-kv__contents h1 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-other-business main .m-kv__contents {
    width: 95%;
    margin: 80px 0 0 auto;
  }
}
#page-other-business main h2 {
  font-size: 4.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-other-business main h2 {
    font-size: 2.5rem;
  }
}
#page-other-business main .label {
  margin-top: 14px;
  font-size: 2.2rem;
  padding-left: 47px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-other-business main .label {
    font-size: 1.6rem;
    padding-left: 30px;
  }
}
#page-other-business main .label::before {
  content: "";
  background-color: #D62225;
  width: 37px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  #page-other-business main .label::before {
    width: 20px;
  }
}
#page-other-business main .sec-bs {
  max-width: 1100px;
  width: 90%;
  margin: 350px auto 0;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-bs {
    margin: 100px auto 0;
  }
}
#page-other-business main .sec-bs__image {
  margin-top: 75px;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-bs__image {
    margin-top: 60px;
  }
}
#page-other-business main .sec-bs__contents {
  margin: 120px auto 0;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-bs__contents {
    margin: 80px auto 0;
  }
}
#page-other-business main .sec-bs__contents h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-bs__contents h3 {
    font-size: 2.2rem;
  }
}
#page-other-business main .sec-bs__contents .point {
  margin: 120px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  #page-other-business main .sec-bs__contents .point {
    margin: 60px auto 0;
    display: block;
  }
}
#page-other-business main .sec-bs__contents .point li {
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  #page-other-business main .sec-bs__contents .point li {
    width: 100%;
  }
}
#page-other-business main .sec-bs__contents .point li + li {
  margin-left: 8%;
}
@media screen and (max-width: 600px) {
  #page-other-business main .sec-bs__contents .point li + li {
    margin-left: unset;
    margin-top: 60px;
  }
}
#page-other-business main .sec-bs__contents .point-title {
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-bs__contents .point-title {
    font-size: 2rem;
  }
}
#page-other-business main .sec-bs__contents .point-image {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-bs__contents .point-image {
    margin-top: 25px;
  }
}
#page-other-business main .sec-bs__contents .point-text {
  margin-top: 28px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-bs__contents .point-text {
    margin-top: 15px;
  }
}
#page-other-business main .sec-lorem {
  margin: 200px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-lorem {
    margin: 100px auto 0;
    display: block;
  }
}
#page-other-business main .sec-lorem__contents {
  padding: 54px 0;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-lorem__contents {
    width: 100%;
    padding: 30px 0;
  }
}
#page-other-business main .sec-lorem .lorem01 {
  background: url(../img/other/lorem01.jpg) center center no-repeat;
  width: 50%;
  height: 100%;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-lorem .lorem01 {
    width: 100%;
  }
}
#page-other-business main .sec-lorem .lorem02 {
  background: url(../img/other/lorem02.jpg) center center no-repeat;
  width: 50%;
  height: 100%;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-lorem .lorem02 {
    width: 100%;
  }
}
#page-other-business main .sec-lorem__wrapper {
  width: 90%;
  margin: 0 auto;
  background-color: rgba(187, 184, 184, 0.86);
  padding: 5% 6%;
  min-height: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-lorem__wrapper {
    padding: 5%;
    min-height: 300px;
  }
}
#page-other-business main .sec-lorem__label {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-lorem__label {
    font-size: 1.3rem;
  }
}
#page-other-business main .sec-lorem h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-lorem h2 {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
#page-other-business main .sec-lorem__text {
  font-weight: 300;
  margin-top: 25px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-lorem__text {
    margin-top: 20px;
    line-height: 2;
  }
}
#page-other-business main .sec-management {
  background-color: #949384;
  color: #fff;
  padding: 135px 0 0;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management {
    padding: 100px 0 0;
  }
}
#page-other-business main .sec-management__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
#page-other-business main .sec-management__image {
  margin: 80px auto 0;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management__image {
    margin: 50px auto 0;
  }
}
#page-other-business main .sec-management .sec-point {
  margin-top: 106px;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management .sec-point {
    margin-top: 80px;
  }
}
#page-other-business main .sec-management .sec-point h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management .sec-point h3 {
    font-size: 2.2rem;
  }
}
#page-other-business main .sec-management .sec-point__contents {
  max-width: 1008px;
  margin: 52px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  color: #575656;
}
@media screen and (max-width: 600px) {
  #page-other-business main .sec-management .sec-point__contents {
    display: block;
  }
}
#page-other-business main .sec-management .sec-point__contents .point {
  width: 50%;
  background-color: #fff;
  min-height: 483px;
  padding: 40px 40px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #page-other-business main .sec-management .sec-point__contents .point {
    width: 100%;
    padding: 35px 30px 40px;
    min-height: unset;
  }
  #page-other-business main .sec-management .sec-point__contents .point + .point {
    margin-top: 50px;
  }
}
#page-other-business main .sec-management .sec-point__contents .point-title {
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management .sec-point__contents .point-title {
    font-size: 1.8rem;
  }
}
#page-other-business main .sec-management .sec-point__contents .point-image {
  width: 240px;
  margin: 22px auto 0;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management .sec-point__contents .point-image {
    width: 150px;
  }
}
#page-other-business main .sec-management .sec-point__contents .point-text {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-top: 23px;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management .sec-point__contents .point-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#page-other-business main .sec-management .sec-exsample {
  max-width: 1100px;
  margin: 163px auto 0;
  border-bottom: 3px solid #B1B1B1;
  border-right: 3px solid #B1B1B1;
  border-left: 3px solid #B1B1B1;
  padding: 4% 3% 6%;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management .sec-exsample {
    margin: 130px auto 0;
    border-bottom: 2px solid #B1B1B1;
    border-right: 2px solid #B1B1B1;
    border-left: 2px solid #B1B1B1;
  }
}
#page-other-business main .sec-management .sec-exsample::before {
  content: "";
  width: 26%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #B1B1B1;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management .sec-exsample::before {
    width: 15%;
    height: 2px;
  }
}
#page-other-business main .sec-management .sec-exsample::after {
  content: "";
  width: 26%;
  height: 3px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #B1B1B1;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management .sec-exsample::after {
    width: 15%;
    height: 2px;
  }
}
#page-other-business main .sec-management .sec-exsample h2 {
  text-align: center;
  font-size: 3.2rem;
  position: relative;
  top: -7rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management .sec-exsample h2 {
    font-size: 2.2rem;
    top: -30px;
  }
}
#page-other-business main .sec-management .sec-exsample ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 2%;
}
#page-other-business main .sec-management .sec-exsample ul li {
  width: 31.3333333333%;
  font-weight: 300;
  padding-left: 17px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management .sec-exsample ul li {
    width: 48%;
    font-size: 1.3rem;
    padding-left: 13px;
  }
}
#page-other-business main .sec-management .sec-exsample ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #575656;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management .sec-exsample ul li::before {
    width: 8px;
    height: 8px;
  }
}
#page-other-business main .sec-management .sec-exsample__text {
  text-align: center;
  margin-top: 65px;
  font-weight: 2rem;
}
#page-other-business main .sec-management .sec-exsample__button {
  max-width: 388px;
  margin: 70px auto 0;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management .sec-exsample__button {
    max-width: 250px;
  }
}
#page-other-business main .sec-management .sec-exsample__button a {
  background-color: #fff;
  color: #575656;
  font-weight: 1.8rem;
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-management .sec-exsample__button a {
    padding: 15px 0;
  }
}
#page-other-business main .sec-management .sec-exsample__button a:hover {
  opacity: 1;
  border-radius: 35px;
}
#page-other-business main .text-line {
  padding: 180px 0 150px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, #949384));
  background: -webkit-linear-gradient(bottom, #fff 50%, #949384 50%);
  background: linear-gradient(0deg, #fff 50%, #949384 50%);
  margin-top: -1px;
}
@media screen and (max-width: 800px) {
  #page-other-business main .text-line {
    padding: 110px 0 80px;
  }
}
#page-other-business main .text-wrapper {
  top: 115px;
}
@media screen and (max-width: 800px) {
  #page-other-business main .text-wrapper {
    top: 70px;
  }
}
#page-other-business main .text-wrapper p {
  color: rgba(182, 179, 179, 0.2784313725);
}
#page-other-business main .sec-investment {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
#page-other-business main .sec-investment__image {
  margin: 80px auto 0;
}
#page-other-business main .sec-investment .sec-merit {
  max-width: 1000px;
  margin: 200px auto 0;
  border-bottom: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
  border-left: 1px solid #B1B1B1;
  padding: 1% 3% 5%;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-investment .sec-merit {
    margin: 120px auto 0;
  }
}
#page-other-business main .sec-investment .sec-merit::before {
  content: "";
  width: 26%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #B1B1B1;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-investment .sec-merit::before {
    width: 10%;
  }
}
#page-other-business main .sec-investment .sec-merit::after {
  content: "";
  width: 26%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #B1B1B1;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-investment .sec-merit::after {
    width: 10%;
  }
}
#page-other-business main .sec-investment .sec-merit h3 {
  color: #6C6C6C;
  font-size: 3.5rem;
  text-align: center;
  position: relative;
  top: -45px;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-investment .sec-merit h3 {
    font-size: 2.2rem;
    top: -25px;
  }
}
#page-other-business main .sec-investment .sec-merit__text {
  max-width: 800px;
  margin: 0 auto 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-investment .sec-merit__text {
    font-size: 1.4rem;
  }
}
#page-other-business main .sec-investment .sec-merit .merit {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-investment .sec-merit .merit {
    margin-top: 60px;
  }
}
#page-other-business main .sec-investment .sec-merit .merit li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #page-other-business main .sec-investment .sec-merit .merit li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page-other-business main .sec-investment .sec-merit .merit li + li {
  margin-top: 90px;
}
#page-other-business main .sec-investment .sec-merit .merit-text {
  width: calc(100% - 315px);
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-investment .sec-merit .merit-text {
    width: 55%;
  }
}
@media screen and (max-width: 600px) {
  #page-other-business main .sec-investment .sec-merit .merit-text {
    width: 100%;
  }
}
#page-other-business main .sec-investment .sec-merit .merit-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #6C6C6C;
}
#page-other-business main .sec-investment .sec-merit .merit-head__icon {
  width: 55px;
}
#page-other-business main .sec-investment .sec-merit .merit-head__title {
  width: calc(100% - 55px);
  font-size: 2.3rem;
  font-weight: 500;
  color: #6C6C6C;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-investment .sec-merit .merit-head__title {
    font-size: 1.8rem;
  }
}
#page-other-business main .sec-investment .sec-merit .merit-detail {
  font-weight: 500;
  margin-top: 25px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-investment .sec-merit .merit-detail {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#page-other-business main .sec-investment .sec-merit .merit-image {
  width: 315px;
  max-width: 50%;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-investment .sec-merit .merit-image {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  #page-other-business main .sec-investment .sec-merit .merit-image {
    margin-top: 50px;
    max-width: 100%;
    width: 100%;
  }
}
#page-other-business main .sec-contact {
  margin-top: 245px;
}
@media screen and (max-width: 800px) {
  #page-other-business main .sec-contact {
    margin-top: 130px;
  }
}
#page-other-business main .sec-contact h2 {
  margin: 0 auto;
}

#page-news main .m-kv {
  background: url(../img/news/news-kv.jpg) center center no-repeat;
  width: 100%;
  height: 600px;
  background-size: cover;
  padding-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-news main .m-kv {
    height: 350px;
    padding-top: 80px;
  }
}
#page-news main .m-kv__contents {
  max-width: 1600px;
  width: 90%;
  margin: 130px 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-news main .m-kv__contents h1 {
  font-size: 5.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-news main .m-kv__contents h1 {
    font-size: 2.8rem;
  }
}
#page-news main .m-kv__contents h1 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-news main .m-kv__contents h1 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  #page-news main .m-kv__contents {
    width: 95%;
    margin: 80px 0 0 auto;
  }
}
#page-news main .sec-news {
  max-width: 1280px;
  width: 90%;
  margin: 200px auto 180px;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news {
    margin: 80px auto;
  }
}
#page-news main .sec-news .cat,
#page-news main .sec-news .year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .cat,
  #page-news main .sec-news .year {
    display: block;
  }
}
#page-news main .sec-news .cat .label,
#page-news main .sec-news .year .label {
  margin-right: 30px;
  width: 100px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .cat .label,
  #page-news main .sec-news .year .label {
    font-size: 1.4rem;
    width: unset;
    margin: unset;
    text-align: left;
  }
}
#page-news main .sec-news .cat-list,
#page-news main .sec-news .year-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .cat-list,
  #page-news main .sec-news .year-list {
    gap: 10px 5px;
    margin-top: 10px;
  }
}
#page-news main .sec-news .cat-list a,
#page-news main .sec-news .year-list a {
  padding: 5px 20px;
  border: 1px solid #C5C5C5;
  border-radius: 17px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .cat-list a,
  #page-news main .sec-news .year-list a {
    font-size: 1.1rem;
    padding: 3px 9px;
  }
}
#page-news main .sec-news .cat .current a,
#page-news main .sec-news .year .current a {
  background-color: #E4DC60;
  border: 1px solid #E4DC60;
}
#page-news main .sec-news .year {
  margin-top: 25px;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .year {
    margin-top: 35px;
  }
}
#page-news main .sec-news .year a {
  font-family: "Josefin Sans", sans-serif;
  padding: 7px 20px 3px;
}
#page-news main .sec-news .news {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .news {
    margin-top: 80px;
    gap: 40px 15px;
  }
}
#page-news main .sec-news .news-list {
  width: calc(33.3333333333% - 60px);
  margin: 50px 30px;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .news-list {
    width: calc(50% - 10px);
    padding-bottom: 25px;
    margin: unset;
  }
}
#page-news main .sec-news .news-list::after {
  content: "";
  background: url(../img/news/news-arrow.png) center center no-repeat;
  width: 80px;
  height: 14px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .news-list::after {
    content: none;
  }
}
#page-news main .sec-news .news-list:hover::after {
  left: 30px;
}
#page-news main .sec-news .news-list h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .news-list h3 {
    font-size: 1.5rem;
    margin-top: 8px;
  }
}
#page-news main .sec-news .news-thumbnail {
  width: 100%;
  height: 210px;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .news-thumbnail {
    height: 110px;
  }
}
#page-news main .sec-news .news-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 380/210;
}
#page-news main .sec-news .news-head {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .news-head {
    display: block;
    margin-top: 10px;
  }
}
#page-news main .sec-news .news .date {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .news .date {
    font-size: 1.4rem;
  }
}
#page-news main .sec-news .news .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 10px;
  margin-top: -8px;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .news .cat {
    margin-top: 0;
    margin-left: unset;
    gap: 5px;
  }
}
#page-news main .sec-news .news .cat li {
  font-size: 1.4rem;
  border: 1px solid #C5C5C5;
  width: unset;
  margin: unset;
  border-radius: 17px;
  padding: 3px 15px;
  letter-spacing: 0;
  margin: 3px;
}
@media screen and (max-width: 800px) {
  #page-news main .sec-news .news .cat li {
    font-size: 1rem;
    padding: 2px 10px;
    margin: unset;
  }
}
#page-news main .sec-news__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 120px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-news main .sec-news__number li {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin: 0 10px;
}
#page-news main .sec-news__number .culent {
  width: 40px;
  height: 40px;
  background-color: #D9D9D9;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  margin: 0 5px;
}
#page-news main .sec-news__number .dotted {
  line-height: 1;
  margin-top: -10px;
}

#page-news-detail main .sec-detail {
  max-width: 900px;
  width: 90%;
  margin: 200px auto 180px;
}
@media screen and (max-width: 800px) {
  #page-news-detail main .sec-detail {
    margin: 80px auto;
  }
}
#page-news-detail main .sec-detail .thumbnail {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 800px) {
  #page-news-detail main .sec-detail .thumbnail {
    height: 200px;
  }
}
#page-news-detail main .sec-detail .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 380/210;
}
#page-news-detail main .sec-detail__head {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-news-detail main .sec-detail__head {
    display: block;
    margin-top: 20px;
  }
}
#page-news-detail main .sec-detail .date {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  #page-news-detail main .sec-detail .date {
    font-size: 1.4rem;
  }
}
#page-news-detail main .sec-detail .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 10px;
  margin-top: -8px;
}
@media screen and (max-width: 800px) {
  #page-news-detail main .sec-detail .cat {
    margin-top: 5px;
    margin-left: unset;
    gap: 5px;
  }
}
#page-news-detail main .sec-detail .cat li {
  font-size: 1.4rem;
  border: 1px solid #C5C5C5;
  width: unset;
  margin: unset;
  border-radius: 17px;
  padding: 3px 15px;
  letter-spacing: 0;
  margin: 3px;
}
@media screen and (max-width: 800px) {
  #page-news-detail main .sec-detail .cat li {
    font-size: 1rem;
    padding: 3px 8px;
    margin: unset;
  }
}
#page-news-detail main .sec-detail h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #page-news-detail main .sec-detail h2 {
    font-size: 2rem;
  }
}
#page-news-detail main .sec-detail__contents {
  margin-top: 30px;
}
#page-news-detail main .sec-detail__contents p {
  line-height: 1.8;
}
#page-news-detail main .sec-detail__contents p + p {
  margin-top: 30px;
}
#page-news-detail main .sec-detail .button-bl {
  max-width: 350px;
  margin: 80px auto 0;
}
@media screen and (max-width: 800px) {
  #page-news-detail main .sec-detail .button-bl {
    max-width: 300px;
  }
}

#page-contact main .m-kv {
  background: url(../img/contact/contact-kv.jpg) center center no-repeat;
  width: 100%;
  height: 600px;
  background-size: cover;
  padding-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-contact main .m-kv {
    height: 350px;
    padding-top: 80px;
  }
}
#page-contact main .m-kv__contents {
  max-width: 1600px;
  width: 90%;
  margin: 130px 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-contact main .m-kv__contents h1 {
  font-size: 5.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 80;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-contact main .m-kv__contents h1 {
    font-size: 2.8rem;
  }
}
#page-contact main .m-kv__contents h1 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-contact main .m-kv__contents h1 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  #page-contact main .m-kv__contents {
    width: 95%;
    margin: 80px 0 0 auto;
  }
}
#page-contact main .m-kv .m-kv__bread li {
  color: rgba(255, 255, 245, 0.5019607843);
}
#page-contact main .m-kv .m-kv__bread a {
  color: #fff;
}
#page-contact main .sec-con {
  max-width: 910px;
  width: 90%;
  margin: 140px auto 0;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-con {
    margin: 60px auto 0;
  }
}
#page-contact main .sec-con__read {
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-con__read {
    font-size: 1.6rem;
  }
}
#page-contact main .sec-con__contents {
  margin-top: 35px;
}
#page-contact main .sec-con h3 {
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-con h3 {
    font-size: 2.2rem;
  }
}
#page-contact main .sec-con .label {
  margin-top: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-con .label {
    font-size: 1.6rem;
  }
}
#page-contact main .sec-con .tenant {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #A7A7A7;
  padding: 22px 35px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-con .tenant {
    display: block;
    padding: 0 30px;
  }
}
#page-contact main .sec-con .tenant-box {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-con .tenant-box {
    width: 100%;
    padding: 15px 0;
  }
}
#page-contact main .sec-con .tenant-box + .tenant-box {
  border-left: 1px solid #A7A7A7;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-con .tenant-box + .tenant-box {
    border-left: none;
    border-top: 1px solid #A7A7A7;
  }
}
#page-contact main .sec-con .tenant p {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-con .tenant p {
    font-size: 1.8rem;
  }
}
#page-contact main .sec-con .tenant .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-con .tenant .tel {
    margin-top: 10px;
  }
}
#page-contact main .sec-con .tenant .tel img {
  width: 48px;
  margin-right: 25px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-con .tenant .tel img {
    width: 30px;
    margin-right: 15px;
  }
}
#page-contact main .sec-con .tenant .tel a {
  font-size: 3.6rem;
  font-weight: 500;
  color: #545454;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-con .tenant .tel a {
    font-size: 2.5rem;
  }
}
#page-contact main .sec-con__button {
  max-width: 400px;
  margin: 45px auto;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-con__button {
    max-width: 300px;
    margin: 50px auto 80px;
  }
}
#page-contact main .sec-con__button a {
  display: block;
  width: 100%;
  border-radius: 50px;
  background-color: #FFF846;
  text-align: center;
  padding: 23px 0;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-con__button a {
    font-size: 1.8rem;
    padding: 20px 0;
  }
}
#page-contact main .sec-form {
  max-width: 910px;
  width: 90%;
  margin: 80px auto 180px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form {
    margin: 80px auto 120px;
  }
}
#page-contact main .sec-form__read {
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__read {
    line-height: 2;
  }
}
#page-contact main .sec-form__read + p {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__read + p {
    margin-top: 35px;
  }
}
#page-contact main .sec-form .form {
  max-width: 900px;
  margin: 30px auto 0;
}
#page-contact main .sec-form .form .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .item {
    display: block;
    padding: 15px 0;
  }
}
#page-contact main .sec-form .form .item span {
  font-size: 1.2rem;
  vertical-align: super;
}
#page-contact main .sec-form .form .item .label {
  width: 200px;
  text-align: right;
  margin-right: 30px;
  font-weight: 500;
  padding-top: 13px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .item .label {
    width: 100%;
    text-align: left;
  }
}
#page-contact main .sec-form .form .doui {
  display: block;
  width: 100%;
  text-align: center;
}
#page-contact main .sec-form .form .doui .input-box {
  margin: 0 auto;
}
#page-contact main .sec-form .form .doui .input-box input {
  height: auto;
  margin-top: 23px;
}
#page-contact main .sec-form .form .doui .check {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #FAF9F9;
  display: inline-block;
  vertical-align: middle;
}
#page-contact main .sec-form .form .doui p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#page-contact main .sec-form .form .doui p a {
  display: inline;
  color: #404040;
  border-bottom: 1px solid #404040;
  padding-bottom: 3px;
}
#page-contact main .sec-form .form .input-box {
  width: 660px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .input-box {
    margin-top: 10px;
    width: 100%;
  }
}
#page-contact main .sec-form .form .input-box input {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  background-color: #F7F7F7;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  padding: 0 15px;
}
#page-contact main .sec-form .form .input-box select {
  width: 100%;
  height: 45px;
  height: 55px;
  padding: 0 20px;
  background-color: #F7F7F7;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  font-weight: 300;
}
#page-contact main .sec-form .form .input-box .select {
  position: relative;
}
#page-contact main .sec-form .form .input-box .select::after {
  content: "";
  background: url(../img/contact/down-arrow.png) center center no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-contact main .sec-form .form .input-box .detail {
  font-size: 1.2rem;
  margin-top: 8px;
}
#page-contact main .sec-form .form .input-box textarea {
  width: 100%;
  height: 260px;
  padding: 15px 20px;
  border: 1px solid #C5C5C5;
  background-color: #F7F7F7;
  border-radius: 4px;
}
#page-contact main .sec-form .form .submit {
  max-width: 460px;
  width: 100%;
  margin: 70px auto 0;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .submit {
    margin: 30px auto 0;
    max-width: 280px;
  }
}
#page-contact main .sec-form .form .submit .button {
  color: #fff;
  width: 100%;
  padding: 20px 0;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  text-align: center;
  background-color: #404040;
  border: 2px solid #404040;
}
#page-contact main .sec-form .form .submit .button::after {
  content: "";
  width: 8px;
  height: 16px;
  background: url(../img/contact/button-arrow.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-contact main .sec-form .form .submit .button:hover {
  background-color: #fff;
  color: #404040;
  border-radius: 35px;
}

#page-contact-confirm main .m-kv {
  background: url(../img/contact/contact-kv.jpg) center center no-repeat;
  width: 100%;
  height: 600px;
  background-size: cover;
  padding-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .m-kv {
    height: 350px;
    padding-top: 80px;
  }
}
#page-contact-confirm main .m-kv__contents {
  max-width: 1600px;
  width: 90%;
  margin: 130px 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-contact-confirm main .m-kv__contents h1 {
  font-size: 5.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 80;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .m-kv__contents h1 {
    font-size: 2.8rem;
  }
}
#page-contact-confirm main .m-kv__contents h1 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .m-kv__contents h1 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .m-kv__contents {
    width: 95%;
    margin: 80px 0 0 auto;
  }
}
#page-contact-confirm main .m-kv .m-kv__bread li {
  color: rgba(255, 255, 245, 0.5019607843);
}
#page-contact-confirm main .m-kv .m-kv__bread a {
  color: #fff;
}
#page-contact-confirm main .sec-con {
  max-width: 910px;
  width: 90%;
  margin: 140px auto 0;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-con {
    margin: 60px auto 0;
  }
}
#page-contact-confirm main .sec-con__read {
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-con__read {
    font-size: 1.6rem;
  }
}
#page-contact-confirm main .sec-con__contents {
  margin-top: 35px;
}
#page-contact-confirm main .sec-con h3 {
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-con h3 {
    font-size: 2.2rem;
  }
}
#page-contact-confirm main .sec-con .label {
  margin-top: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-con .label {
    font-size: 1.6rem;
  }
}
#page-contact-confirm main .sec-con .tenant {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #A7A7A7;
  padding: 22px 35px;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-con .tenant {
    display: block;
    padding: 0 30px;
  }
}
#page-contact-confirm main .sec-con .tenant-box {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-con .tenant-box {
    width: 100%;
    padding: 15px 0;
  }
}
#page-contact-confirm main .sec-con .tenant-box + .tenant-box {
  border-left: 1px solid #A7A7A7;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-con .tenant-box + .tenant-box {
    border-left: none;
    border-top: 1px solid #A7A7A7;
  }
}
#page-contact-confirm main .sec-con .tenant p {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-con .tenant p {
    font-size: 1.8rem;
  }
}
#page-contact-confirm main .sec-con .tenant .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-con .tenant .tel {
    margin-top: 10px;
  }
}
#page-contact-confirm main .sec-con .tenant .tel img {
  width: 48px;
  margin-right: 25px;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-con .tenant .tel img {
    width: 30px;
    margin-right: 15px;
  }
}
#page-contact-confirm main .sec-con .tenant .tel a {
  font-size: 3.6rem;
  font-weight: 500;
  color: #545454;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-con .tenant .tel a {
    font-size: 2.5rem;
  }
}
#page-contact-confirm main .sec-con__button {
  max-width: 400px;
  margin: 45px auto;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-con__button {
    max-width: 300px;
    margin: 50px auto 80px;
  }
}
#page-contact-confirm main .sec-con__button a {
  display: block;
  width: 100%;
  border-radius: 50px;
  background-color: #FFF846;
  text-align: center;
  padding: 23px 0;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-con__button a {
    font-size: 1.8rem;
    padding: 20px 0;
  }
}
#page-contact-confirm main .sec-form {
  max-width: 910px;
  width: 90%;
  margin: 120px auto 180px;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form {
    margin: 80px auto 120px;
  }
}
#page-contact-confirm main .sec-form__read {
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form__read {
    line-height: 2;
  }
}
#page-contact-confirm main .sec-form__read + p {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form__read + p {
    margin-top: 35px;
  }
}
#page-contact-confirm main .sec-form .form {
  max-width: 900px;
  margin: 100px auto 0;
}
#page-contact-confirm main .sec-form .form .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .form .item {
    display: block;
    padding: 15px 0;
  }
}
#page-contact-confirm main .sec-form .form .item span {
  font-size: 1.2rem;
  vertical-align: super;
}
#page-contact-confirm main .sec-form .form .item .label {
  width: 200px;
  text-align: right;
  margin-right: 30px;
  font-weight: 500;
  padding-top: 0;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .form .item .label {
    width: 100%;
    text-align: left;
  }
}
#page-contact-confirm main .sec-form .form .doui {
  display: block;
  width: 100%;
  text-align: center;
}
#page-contact-confirm main .sec-form .form .doui .input-box {
  margin: 0 auto;
}
#page-contact-confirm main .sec-form .form .doui .input-box input {
  height: auto;
  margin-top: 23px;
}
#page-contact-confirm main .sec-form .form .doui .check {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #FAF9F9;
  display: inline-block;
  vertical-align: middle;
}
#page-contact-confirm main .sec-form .form .doui p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#page-contact-confirm main .sec-form .form .doui p a {
  display: inline;
  color: #404040;
  border-bottom: 1px solid #404040;
  padding-bottom: 3px;
}
#page-contact-confirm main .sec-form .form .input-box {
  width: 660px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .form .input-box {
    margin-top: 10px;
    width: 100%;
  }
}
#page-contact-confirm main .sec-form .form .input-box input {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  background-color: #F7F7F7;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  padding: 0 15px;
}
#page-contact-confirm main .sec-form .form .input-box select {
  width: 100%;
  height: 45px;
  height: 55px;
  padding: 0 20px;
  background-color: #F7F7F7;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  font-weight: 300;
}
#page-contact-confirm main .sec-form .form .input-box .detail {
  font-size: 1.2rem;
  margin-top: 8px;
}
#page-contact-confirm main .sec-form .form .input-box textarea {
  width: 100%;
  height: 260px;
  padding: 15px 20px;
  border: 1px solid #C5C5C5;
  background-color: #F7F7F7;
  border-radius: 4px;
}
#page-contact-confirm main .sec-form .form .submit {
  max-width: 460px;
  width: 100%;
  margin: 70px auto 0;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .form .submit {
    margin: 30px auto 0;
    max-width: 280px;
  }
}
#page-contact-confirm main .sec-form .form .submit .button {
  color: #fff;
  width: 100%;
  padding: 20px 0;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  text-align: center;
  background-color: #404040;
  border: 2px solid #404040;
}
#page-contact-confirm main .sec-form .form .submit .button::after {
  content: "";
  width: 8px;
  height: 16px;
  background: url(../img/contact/button-arrow.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-contact-confirm main .sec-form .form .submit .button:hover {
  border-radius: 35px;
}
#page-contact-confirm main .sec-form .form .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 130px auto 0;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .form .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#page-contact-confirm main .sec-form .form .links .submit {
  max-width: 350px;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .form .links .submit {
    margin: 0 auto;
    max-width: 280px;
  }
}
#page-contact-confirm main .sec-form .form .back {
  max-width: 148px;
  margin-bottom: 29px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .form .back {
    max-width: 280px;
    margin: 20px auto 0;
  }
}
#page-contact-confirm main .sec-form .form .back .back-button {
  border: 2px solid #000;
  color: #000;
  width: 100%;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .form .back .back-button {
    padding: 10px 0;
    margin: 0 auto;
  }
}
#page-contact-confirm main .sec-form .form .back .back-button:hover {
  border-radius: 35px;
}

#page-contact-thanks main .m-kv {
  background: url(../img/contact/contact-kv.jpg) center center no-repeat;
  width: 100%;
  height: 600px;
  background-size: cover;
  padding-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .m-kv {
    height: 350px;
    padding-top: 80px;
  }
}
#page-contact-thanks main .m-kv__contents {
  max-width: 1600px;
  width: 90%;
  margin: 130px 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-contact-thanks main .m-kv__contents h1 {
  font-size: 5.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 80;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .m-kv__contents h1 {
    font-size: 2.8rem;
  }
}
#page-contact-thanks main .m-kv__contents h1 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .m-kv__contents h1 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .m-kv__contents {
    width: 95%;
    margin: 80px 0 0 auto;
  }
}
#page-contact-thanks main .m-kv .m-kv__bread li {
  color: rgba(255, 255, 245, 0.5019607843);
}
#page-contact-thanks main .m-kv .m-kv__bread a {
  color: #fff;
}
#page-contact-thanks main .sec-contact-thanks {
  max-width: 910px;
  width: 90%;
  margin: 120px auto 180px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-contact-thanks {
    margin: 60px auto 120px;
    font-size: 1.5rem;
  }
}
#page-contact-thanks main .sec-contact-thanks p + p {
  margin-top: 30px;
}
#page-contact-thanks main .sec-contact-thanks .button-bl {
  max-width: 300px;
  margin: 100px auto 0;
}

#page-privacy .main {
  margin: 250px auto 200px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-privacy .main {
    margin: 150px auto 120px;
  }
}
#page-privacy .main h1 {
  font-size: 4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  #page-privacy .main h1 {
    font-size: 2.2rem;
  }
}
#page-privacy .main h1 span {
  display: block;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-privacy .main h1 span {
    font-size: 1.8rem;
  }
}
#page-privacy .main .sec-privacy {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#page-privacy .main .sec-privacy__text {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  #page-privacy .main .sec-privacy__text {
    margin-top: 12.5vw;
  }
}
#page-privacy .main .sec-privacy__contents {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  #page-privacy .main .sec-privacy__contents {
    margin-top: 12.5vw;
  }
}
#page-privacy .main .sec-privacy__contents .item {
  margin-left: unset;
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  #page-privacy .main .sec-privacy__contents .item {
    margin-top: 12.5vw;
  }
}
#page-privacy .main .sec-privacy__contents .item p + p {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-privacy .main .sec-privacy__contents .item p + p {
    margin-top: 2.5vw;
  }
}
#page-privacy .main .sec-privacy__contents h3 {
  font-size: 2rem;
}
#page-privacy .main .sec-privacy__contents h3 + * {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #page-privacy .main .sec-privacy__contents h3 + * {
    margin-top: 6.25vw;
  }
}
#page-privacy .main .sec-privacy__contents .title {
  margin-bottom: 8px;
  font-weight: 500;
}
#page-privacy .main .sec-privacy__contents ol, #page-privacy .main .sec-privacy__contents ul {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #page-privacy .main .sec-privacy__contents ol, #page-privacy .main .sec-privacy__contents ul {
    margin-top: 7.5vw;
    margin-left: 0;
  }
}
#page-privacy .main .sec-privacy__contents ol li + li, #page-privacy .main .sec-privacy__contents ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #page-privacy .main .sec-privacy__contents ol li + li, #page-privacy .main .sec-privacy__contents ul li + li {
    margin-top: 5vw;
  }
}
#page-privacy .main .sec-privacy__contents div {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #page-privacy .main .sec-privacy__contents div {
    margin-top: 7.5vw;
    margin-left: 0;
  }
}
#page-privacy .main .sec-privacy__contents div a {
  word-wrap: break-word;
}/*# sourceMappingURL=style.css.map */