@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700,800&display=swap");
/** Reset CSS **/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

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

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

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[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;
}

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

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

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

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
}

html {
  -webkit-text-size-adjust: 100%;
}

* {
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: inherit;
  font-size: inherit;
}
*::before, *::after {
  box-sizing: border-box;
}

section, article, aside, dialog, figure, footer, header, hgroup, nav, li {
  display: block;
}

body {
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-align: center;
  color: #222222;
  background: #FFFFFF;
}
body.ovh {
  overflow: hidden;
}
@media (width <= 640px) {
  body {
    font-size: 15px;
  }
}

a {
  color: #222222;
  outline: none;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a.hover {
  cursor: pointer;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  clear: both;
}
@media screen and (max-width: 1279px) {
  .wrapper {
    max-width: 100%;
    width: auto;
    margin: 0 32px;
  }
}
@media (width <= 1025px) {
  .wrapper {
    margin: 0 32px;
  }
}
@media (width <= 640px) {
  .wrapper {
    margin: 0 20px;
  }
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

/* contents */
#contents {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

main {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  padding-top: 180px;
  min-height: calc(100vh - 180px);
}
@media (width <= 1025px) {
  main {
    padding-top: 140px;
    min-height: calc(100vh - 140px);
  }
}
@media (width <= 640px) {
  main {
    padding-top: 100px;
    min-height: calc(100vh - 220px);
  }
}

.title_main {
  position: relative;
  text-align: left;
  margin-bottom: 48px;
}
@media (width <= 1025px) {
  .title_main {
    margin-bottom: 40px;
  }
}
@media (width <= 640px) {
  .title_main {
    margin-bottom: 24px;
    text-align: center;
  }
}
.title_main h2, .title_main h1 {
  color: #425A6A;
  font-size: 16px;
  font-weight: bold;
}
@media (width <= 1025px) {
  .title_main h2, .title_main h1 {
    font-size: 14px;
  }
}
@media (width <= 640px) {
  .title_main h2, .title_main h1 {
    font-size: 3vw;
  }
}
.title_main .eng {
  font-family: "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
@media (width <= 1025px) {
  .title_main .eng {
    font-size: 28px;
  }
}
@media (width <= 640px) {
  .title_main .eng {
    font-size: 7vw;
    margin-bottom: 4px;
  }
}
.title_main.center {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.title_main.center h2, .title_main.center h1 {
  line-height: 1;
  margin-top: 8px;
}
.title_main.center .eng {
  line-height: 1;
}
.title_main.subpage {
  margin-bottom: 48px;
}
@media (width <= 1025px) {
  .title_main.subpage {
    margin-bottom: 40px;
  }
}
@media (width <= 640px) {
  .title_main.subpage {
    margin-bottom: 32px;
  }
}

.btn {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
@media (width <= 640px) {
  .btn {
    margin-top: 32px;
  }
}
.btn a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 80%;
  max-width: 400px;
  padding: 24px 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #425A6A;
  border: 2px solid #425A6A;
  transition: 0.2s;
}
.btn a:hover {
  opacity: 0.8;
  border-radius: 8px;
}
.btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #425A6A;
  border-right: solid 2px #425A6A;
  transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 12px;
  transition: 0.1s;
}
@media (width <= 1025px) {
  .btn a {
    font-size: 20px;
    max-width: 340px;
  }
}
@media (width <= 640px) {
  .btn a {
    padding: 18px 20px;
    font-size: 4vw;
  }
}

.sns {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  text-align: center;
}
@media (width <= 640px) {
  .sns {
    display: block;
    margin-top: 24px;
  }
}
.sns li {
  width: 48.5%;
}
@media (width <= 1025px) {
  .sns li {
    width: 49%;
  }
}
@media (width <= 640px) {
  .sns li {
    width: 100%;
    margin-top: 10px;
  }
}
.sns li.line a {
  background: url(../img/line_bg.jpg) center center;
  background-size: cover;
}
.sns li.tel p {
  font-size: 30px;
}
@media (width <= 1025px) {
  .sns li.tel p {
    font-size: 26px;
  }
}
@media (width <= 640px) {
  .sns li.tel p {
    font-size: 5.5vw;
  }
}
.sns li.tel a {
  background: url(../img/tel_bg.jpg) center center;
  background-size: cover;
}
.sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  color: #FFFFFF;
  transition: 0.2s;
}
.sns a:hover {
  opacity: 0.8;
}
@media (width <= 640px) {
  .sns a {
    padding: 20px 16px;
  }
}
.sns p {
  font-size: 24px;
  font-weight: bold;
  margin-left: 16px;
  line-height: 1;
}
@media (width <= 1025px) {
  .sns p {
    font-size: 20px;
    margin-left: 14px;
  }
}
@media (width <= 640px) {
  .sns p {
    font-size: 4.5vw;
  }
}
.sns img {
  width: 50px;
  height: 50px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
@media (width <= 1025px) {
  .sns img {
    width: 44px;
    height: 44px;
  }
}
@media (width <= 640px) {
  .sns img {
    width: 34px;
    height: 34px;
  }
}

.contact {
  width: 95%;
  max-width: 960px;
  margin: 72px auto 0;
}
@media (width <= 1025px) {
  .contact {
    width: auto;
    max-width: 100%;
    margin: 64px 32px 0;
  }
}
@media (width <= 640px) {
  .contact {
    margin: 40px 20px 0;
  }
}

header {
  width: 100%;
  position: absolute;
  text-align: left;
  z-index: 10;
}
header h1, header .logo {
  width: 220px;
  position: absolute;
  top: 32px;
  left: 32px;
}
@media (width <= 1025px) {
  header h1, header .logo {
    width: 180px;
    top: 32px;
    left: 32px;
  }
}
@media (width <= 640px) {
  header h1, header .logo {
    width: 148px;
    top: 20px;
    left: 20px;
  }
}

.header_link {
  display: flex;
  position: absolute;
  right: 92px;
  top: 36px;
}
@media (width <= 1025px) {
  .header_link {
    display: none;
  }
}
@media (width <= 640px) {
  .header_link {
    right: 20px;
    top: 20px;
  }
}
.header_link a {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.header_link a p {
  color: #222222;
  font-size: 28px;
  margin-left: 12px;
}
#top .header_link a p {
  color: #FFFFFF;
}
.header_link a img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(33%) sepia(18%) saturate(705%) hue-rotate(161deg) brightness(95%) contrast(92%);
  transition: 0.2s ease-in-out;
}
.header_link a img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#top .header_link a img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.menu_btn, .hamburger_btn {
  width: 56px;
  height: 56px;
  position: fixed;
  right: 32px;
  top: 32px;
}
@media (width <= 1025px) {
  .menu_btn, .hamburger_btn {
    right: 32px;
    top: 32px;
  }
}
@media (width <= 640px) {
  .menu_btn, .hamburger_btn {
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
  }
}

.menu_btn {
  opacity: 0;
  z-index: 100;
  display: block;
}
.menu_btn:checked ~ .hamburger_btn::before {
  content: "";
  border-radius: 100px;
  left: -5px;
}
@media (width <= 640px) {
  .menu_btn:checked ~ .hamburger_btn::before {
    left: -3px;
  }
}
.menu_btn:checked ~ .hamburger_btn span:nth-last-child(1) {
  transform: rotate(-45deg) translate(-1px, 0px);
}
.menu_btn:checked ~ .hamburger_btn span:nth-last-child(2) {
  transform: rotate(0deg) scale(0.2, 0.2);
  opacity: 0;
}
@media (width <= 640px) {
  .menu_btn:checked ~ .hamburger_btn span:nth-last-child(2) {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.menu_btn:checked ~ .hamburger_btn span:nth-last-child(3) {
  transform: rotate(45deg) translate(0px, -1px);
}
.menu_btn:checked ~ #nav_container {
  transform: translateX(0%);
}

.hamburger_btn {
  flex-flow: row wrap;
  align-items: center;
  padding: 12px;
  z-index: 95;
  display: flex;
}
.hamburger_btn::before {
  content: "";
  background: #425A6A;
  transition: all 0.2s;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (width <= 640px) {
  .hamburger_btn::before {
    width: 40px;
    height: 40px;
  }
}
.hamburger_btn span {
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transition: all 250ms ease-out;
  transform-origin: 0 0;
}
@media (width <= 640px) {
  .hamburger_btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

#nav_container {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  min-height: inherit;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.92);
  transform: translateX(-100%);
  transition: all 200ms ease-out;
  text-align: center;
  overflow-y: auto;
  padding-top: 40px;
  color: #FFFFFF;
}
#nav_container::-webkit-scrollbar {
  display: none;
}
#nav_container .wrap {
  width: 96%;
  max-width: 320px;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#nav_container #menu {
  width: 100%;
  padding-bottom: 40px;
}
#nav_container #menu .title {
  font-family: "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 8px;
}
#nav_container #menu .title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #FFFFFF;
}
@media (width <= 640px) {
  #nav_container #menu .title {
    font-size: 24px;
  }
}
#nav_container #menu .menu {
  position: relative;
}
#nav_container #menu .menu ul {
  display: inline-block;
  text-align: left;
  position: relative;
}
#nav_container #menu .menu li {
  margin-top: 24px;
  line-height: 1.2;
}
@media (width <= 640px) {
  #nav_container #menu .menu li {
    margin-top: 20px;
  }
}
#nav_container #menu .menu a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  font-optical-sizing: auto;
  position: relative;
}
#nav_container #menu .menu a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #FFFFFF;
  width: 0%;
  height: 1px;
  transition: 0.2s ease-in-out;
}
#nav_container #menu .menu a:hover::before {
  content: "";
  width: 100%;
}
@media (width <= 1025px) {
  #nav_container #menu .menu a {
    font-size: 16px;
  }
}
@media (width <= 640px) {
  #nav_container #menu .menu a {
    font-size: 4vw;
    font-weight: bold;
  }
}
#nav_container #menu .information {
  position: relative;
  margin-top: 40px;
}
@media (width <= 640px) {
  #nav_container #menu .information {
    margin-top: 28px;
  }
}
#nav_container #menu .information .txt {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
  width: auto;
}
#nav_container #menu .information .txt p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}
#nav_container #menu .information .txt p a {
  color: #FFFFFF;
}
#nav_container #menu .information .txt p.address {
  margin-top: 8px;
  font-size: 85%;
  font-weight: normal;
  line-height: 1.7;
}
@media (width <= 640px) {
  #nav_container #menu .information .txt {
    margin-top: 16px;
  }
  #nav_container #menu .information .txt p {
    font-size: 5vw;
    color: #FFFFFF;
    margin-top: 0px;
  }
  #nav_container #menu .information .txt p a {
    color: #FFFFFF;
  }
  #nav_container #menu .information .txt p.address {
    margin-top: 4px;
    font-size: 90%;
    font-weight: normal;
    line-height: 1.6;
  }
}
#nav_container #menu .information .sns_menu {
  margin-top: 32px;
  text-align: center;
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu {
    margin-top: 28px;
  }
}
#nav_container #menu .information .sns_menu li {
  width: 100%;
  max-width: 400px;
  margin-top: 16px;
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu li {
    margin: 16px auto 0;
    width: 90%;
    max-width: 360px;
  }
}
#nav_container #menu .information .sns_menu li.tel p {
  font-size: clamp(15px, 5vw, 17px);
}
#nav_container #menu .information .sns_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 16px;
  color: #FFFFFF;
  transition: 0.2s;
  border: 2px solid #FFFFFF;
}
#nav_container #menu .information .sns_menu a:hover {
  opacity: 0.8;
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu a {
    padding: 20px 16px;
  }
}
#nav_container #menu .information .sns_menu p {
  font-size: 15px;
  font-weight: bold;
  margin-left: 12px;
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu p {
    font-size: clamp(13px, 4vw, 15px);
  }
}
#nav_container #menu .information .sns_menu img {
  width: 32px;
  height: 32px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
@media (width <= 640px) {
  #nav_container #menu .information .sns_menu img {
    width: 30px;
    height: 30px;
  }
}

footer {
  margin-top: 112px;
}
@media (width <= 1025px) {
  footer {
    margin-top: 88px;
  }
}
@media (width <= 640px) {
  footer {
    margin-top: 64px;
  }
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
}
@media (width <= 1025px) {
  footer .wrapper {
    display: block;
  }
}
footer .access {
  background-color: #425A6A;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (width <= 1025px) {
  footer .access {
    padding-top: 48px;
    padding-bottom: 52px;
  }
}
@media (width <= 640px) {
  footer .access {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}
footer .info_box {
  width: 48%;
  max-width: 610px;
  color: #FFFFFF;
  text-align: left;
}
@media (width <= 1025px) {
  footer .info_box {
    width: 100%;
    max-width: 100%;
  }
}
footer h3 {
  font-family: "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 800;
}
@media (width <= 1025px) {
  footer h3 {
    font-size: 28px;
  }
}
@media (width <= 640px) {
  footer h3 {
    font-size: 6.5vw;
  }
}
footer .att {
  font-size: 14px;
  margin-top: 24px;
}
@media (width <= 1025px) {
  footer .att {
    font-size: 15px;
  }
}
@media (width <= 640px) {
  footer .att {
    font-size: 14px;
  }
}
footer dl {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media (width <= 640px) {
  footer dl {
    flex-wrap: wrap;
    margin-top: 18px;
  }
  footer dl:first-of-type {
    margin-top: 24px;
  }
}
footer dt {
  font-weight: bold;
  width: 100px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
@media (width <= 1025px) {
  footer dt {
    width: 100px;
  }
}
@media (width <= 640px) {
  footer dt {
    width: 100%;
    font-size: 15px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
footer dd {
  flex: 1;
  margin-left: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
@media (width <= 1025px) {
  footer dd {
    margin-left: 20px;
  }
}
@media (width <= 640px) {
  footer dd {
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 8px;
    margin-left: 0;
    padding-bottom: 8px;
  }
  footer dd .br {
    display: block;
  }
}
footer .map {
  width: 48%;
  max-width: 610px;
  aspect-ratio: 4/2.5;
}
footer .map iframe {
  width: 100%;
  height: 100%;
}
@media (width <= 1025px) {
  footer .map {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4/2;
    margin-top: 40px;
  }
}
@media (width <= 640px) {
  footer .map {
    aspect-ratio: 4/3;
    margin-top: 32px;
  }
}
footer .info {
  text-align: left;
  margin-top: 64px;
}
@media (width <= 1025px) {
  footer .info {
    margin-top: 56px;
  }
}
@media (width <= 640px) {
  footer .info {
    margin-top: 44px;
  }
}
footer .info .info_box {
  width: 48%;
  max-width: 610px;
  color: #222222;
}
@media (width <= 1025px) {
  footer .info .info_box {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
footer .txt {
  width: 48%;
  max-width: 610px;
  color: #222222;
}
@media (width <= 1025px) {
  footer .txt {
    width: 100%;
    max-width: 100%;
  }
}
@media (width <= 1025px) {
  footer .logo {
    text-align: center;
  }
}
@media (width <= 640px) {
  footer .logo {
    width: 180px;
    margin: 0 auto;
  }
}
footer .time {
  margin-top: 8px;
}
@media (width <= 1025px) {
  footer .time {
    text-align: center;
  }
}
@media (width <= 640px) {
  footer .time {
    font-size: 14px;
  }
}
footer .sns_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  text-align: center;
}
@media (width <= 640px) {
  footer .sns_btn {
    display: block;
    margin-top: 24px;
  }
}
footer .sns_btn li {
  width: 48.5%;
}
@media (width <= 640px) {
  footer .sns_btn li {
    width: 100%;
    margin-top: 8px;
  }
}
footer .sns_btn li.tel p {
  font-size: 120%;
}
@media (width <= 640px) {
  footer .sns_btn li.tel p {
    font-size: 5.5vw;
  }
}
footer .sns_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 16px;
  color: #425A6A;
  transition: 0.2s;
  border: 2px solid #425A6A;
}
footer .sns_btn a:hover {
  opacity: 0.8;
  border-radius: 6px;
}
@media (width <= 640px) {
  footer .sns_btn a {
    padding: 18px 20px;
  }
}
footer .sns_btn p {
  font-size: 15px;
  font-weight: bold;
  margin-left: 12px;
  line-height: 1;
}
@media (width <= 1025px) {
  footer .sns_btn p {
    font-size: 4vw;
  }
}
@media (width <= 640px) {
  footer .sns_btn p {
    font-size: 4.5vw;
  }
}
footer .sns_btn img {
  width: 34px;
  height: 34px;
  filter: invert(33%) sepia(18%) saturate(705%) hue-rotate(161deg) brightness(95%) contrast(92%);
}
@media (width <= 640px) {
  footer .sns_btn img {
    width: 34px;
    height: 34px;
  }
}
footer .att_text {
  background-color: #F1F1F1;
  padding: 24px 28px;
  margin-top: 32px;
}
@media (width <= 1025px) {
  footer .att_text {
    text-align: center;
  }
}
@media (width <= 640px) {
  footer .att_text {
    padding: 20px 24px;
    margin-top: 24px;
  }
}
footer .att_text .bold {
  font-size: 18px;
  font-weight: bold;
}
@media (width <= 640px) {
  footer .att_text .bold {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }
}
footer .att_text ul {
  margin-top: 8px;
  text-align: left;
}
@media (width <= 640px) {
  footer .att_text ul {
    margin-top: 12px;
  }
}
footer .att_text li {
  display: inline-block;
  margin-right: 12px;
}
footer .att_text li::before {
  content: "・";
}
@media (width <= 640px) {
  footer .att_text li {
    font-size: 15px;
    margin-right: 8px;
  }
}
footer .copyright {
  color: #222222;
  font-size: 14px;
  line-height: 1;
  margin-top: 48px;
  border-top: 1px solid #425A6A;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (width <= 640px) {
  footer .copyright {
    margin-top: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
  }
}

main {
  padding-top: 0;
  text-align: left;
}

#mainvisual {
  width: 100%;
  height: 720px;
  overflow: hidden;
  position: relative;
}
@media (width <= 1025px) {
  #mainvisual {
    height: 560px;
  }
}
@media (width <= 640px) {
  #mainvisual {
    height: 560px;
  }
}
#mainvisual::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#mainvisual .catch {
  position: absolute;
  top: 39%;
  left: 5vw;
  z-index: 10;
  color: #FFFFFF;
  font-size: clamp(40px, 3.5vw, 56px);
  font-weight: bold;
  line-height: 1.2;
}
@media (width <= 1025px) {
  #mainvisual .catch {
    font-size: 5vw;
  }
}
@media (width <= 640px) {
  #mainvisual .catch {
    font-size: 6vw;
    top: inherit;
    bottom: 20px;
    left: 20px;
  }
}
#mainvisual .catch span {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}
@media (width <= 1025px) {
  #mainvisual .catch span {
    margin-bottom: 32px;
  }
}
@media (width <= 640px) {
  #mainvisual .catch span {
    margin-bottom: 24px;
  }
}
#mainvisual .catch span::after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 96%;
  height: 2px;
  left: 0;
  bottom: -6px;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper .swiper-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper picture {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide img {
  height: inherit;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: center;
}

/**.swiper-slide-active .swiper-img img,
.swiper-slide-duplicate-active .swiper-img img,
.swiper-slide-prev .swiper-img img {
	animation: zoomUp 7s linear 0s normal both;
}**/
#concept {
  margin-top: 96px;
}
@media (width <= 1025px) {
  #concept {
    margin-top: 88px;
  }
}
@media (width <= 640px) {
  #concept {
    margin-top: 64px;
  }
}
#concept .wrapper {
  display: flex;
  flex-wrap: wrap;
}
#concept .title_main {
  order: 0;
  width: 50%;
}
@media (width <= 1025px) {
  #concept .title_main {
    width: 100%;
  }
}
#concept .text {
  order: 1;
  width: 50%;
}
@media (width <= 1025px) {
  #concept .text {
    order: 2;
    flex: 1;
    margin-top: 48px;
  }
}
@media (width <= 640px) {
  #concept .text {
    margin-top: 40px;
  }
}
#concept .text h3 {
  font-family: "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}
@media (width <= 1025px) {
  #concept .text h3 {
    font-size: 20px;
  }
}
@media (width <= 640px) {
  #concept .text h3 {
    font-size: 18px;
  }
}
#concept .text p {
  margin-top: 16px;
}
#concept figure {
  order: 2;
  width: 100%;
  height: 320px;
  margin-top: 48px;
}
@media (width <= 1025px) {
  #concept figure {
    order: 1;
    height: 240px;
    margin-top: 0;
  }
}
@media (width <= 640px) {
  #concept figure {
    height: 160px;
  }
}
#concept figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#stock {
  margin-top: 120px;
}
@media (width <= 1025px) {
  #stock {
    margin-top: 96px;
  }
}
@media (width <= 640px) {
  #stock {
    margin-top: 72px;
  }
}
#stock .box {
  box-sizing: border-box;
}
#stock ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (width <= 640px) {
  #stock ul {
    display: block;
  }
}
#stock li {
  width: 23%;
  display: flex;
}
@media (width <= 1025px) {
  #stock li {
    width: 30.5%;
  }
  #stock li:last-of-type {
    display: none;
  }
}
@media (width <= 640px) {
  #stock li {
    width: 100%;
    margin-top: 32px;
  }
  #stock li img {
    width: 100%;
  }
}
@media (width <= 640px) {
  #stock li:first-of-type {
    width: 100%;
    margin-top: 28px;
  }
  #stock li:first-of-type:first-of-type {
    margin-top: 0;
  }
}
#stock a {
  display: flex;
  flex-direction: column;
}
#stock a:hover figure img {
  opacity: 0.7;
}
#stock a:hover .text {
  color: #425A6A;
}
#stock figure {
  position: relative;
}
#stock figure::before {
  content: "";
  background-color: #425A6A;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#stock figure img {
  transition: 0.2s;
}
#stock .title {
  margin-top: 18px;
  margin-bottom: 30px;
  position: relative;
}
@media (width <= 1025px) {
  #stock .title {
    font-size: 17px;
  }
}
@media (width <= 640px) {
  #stock .title {
    margin-top: 12px;
  }
}
#stock .title .sub {
  font-size: 13px;
  color: #425A6A;
  line-height: 1.6;
}
#stock .title h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
#stock .info {
  margin-top: auto;
  position: relative;
}
#stock .info::before {
  content: "";
  position: absolute;
  background-color: #425A6A;
  width: 100%;
  height: 2px;
  left: 0;
  top: -14px;
}
#stock .info .price {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
#stock .info .price p {
  font-size: 15px;
  line-height: 1.4;
}
#stock .info .price .number {
  font-size: 28px;
  font-weight: bold;
  margin-left: 16px;
  margin-right: 2px;
}
@media (width <= 1025px) {
  #stock .info .price .number {
    font-size: 26px;
  }
}
#stock .info .payment {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 4px;
}
#stock .info .payment p {
  font-size: 15px;
  line-height: 1.4;
}
#stock .info .payment .number {
  font-size: 18px;
  font-weight: bold;
  margin-left: 16px;
  margin-right: 2px;
}

#value {
  margin-top: 120px;
}
@media (width <= 1025px) {
  #value {
    margin-top: 96px;
  }
}
@media (width <= 640px) {
  #value {
    margin-top: 72px;
  }
}
#value ul {
  display: flex;
  justify-content: space-between;
}
@media (width <= 640px) {
  #value ul {
    display: block;
  }
}
#value li {
  width: 30.5%;
}
@media (width <= 640px) {
  #value li {
    width: 100%;
    margin-top: 32px;
  }
}
#value figure {
  position: relative;
  z-index: 1;
}
#value figure img {
  width: 100%;
}
#value h3 {
  position: relative;
  z-index: 5;
  margin-top: -20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media (width <= 1025px) {
  #value h3 {
    font-size: 17px;
  }
}
@media (width <= 640px) {
  #value h3 {
    font-size: 5vw;
  }
}
#value h3 span {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 6px 8px 0px 0;
}
#value h3 span:nth-child(2) {
  padding: 2px 8px 0 0;
}
#value .text {
  line-height: 1.7;
  margin-top: 16px;
  text-align: justify;
}
@media (width <= 1025px) {
  #value .text {
    font-size: 15px;
    margin-top: 12px;
  }
}
@media (width <= 640px) {
  #value .text {
    font-size: 14px;
    margin-top: 16px;
  }
}

#support {
  margin-top: 88px;
  padding-top: 68px;
  padding-bottom: 64px;
  background: url(../img/support_bg.jpg) center center;
  background-size: cover;
  color: #FFFFFF;
}
@media (width <= 1025px) {
  #support {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 56px;
  }
}
@media (width <= 640px) {
  #support {
    margin-top: 72px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
#support .title_main {
  position: relative;
}
#support .title_main h2 {
  color: #FFFFFF;
}
#support .box {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (width <= 1025px) {
  #support .box {
    margin-top: 48px;
    display: block;
  }
}
@media (width <= 640px) {
  #support .box {
    margin-top: 40px;
  }
}
#support figure {
  width: 60%;
  max-width: 760px;
}
@media (width <= 1025px) {
  #support figure {
    width: 100%;
    height: 240px;
  }
  #support figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (width <= 640px) {
  #support figure {
    height: 180px;
  }
}
#support ul {
  width: 38%;
  max-width: 456px;
  margin-bottom: 32px;
}
@media (width <= 1025px) {
  #support ul {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    margin-bottom: 0;
  }
}
@media (width <= 640px) {
  #support ul {
    display: block;
    margin-top: 8vw;
  }
}
@media (width <= 1025px) {
  #support li {
    width: 47.5%;
  }
}
@media (width <= 640px) {
  #support li {
    width: 100%;
  }
}
#support h3 {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 2px 4px 2px 8px;
  margin-top: 40px;
}
@media (width <= 1025px) {
  #support h3 {
    font-size: 18px;
    margin-top: 24px;
  }
}
@media (width <= 640px) {
  #support h3 {
    font-size: 4.5vw;
    margin-top: 32px;
  }
}
#support p {
  margin-top: 16px;
}
#support p.eng {
  margin-top: 0;
}

#owners {
  margin-top: 96px;
}
@media (width <= 1025px) {
  #owners {
    margin-top: 72px;
  }
}
@media (width <= 640px) {
  #owners {
    margin-top: 60px;
  }
}
#owners .content {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media (width <= 1025px) {
  #owners .content {
    display: block;
  }
}
#owners .content figure {
  width: 62%;
  max-width: 780px;
}
@media (width <= 1025px) {
  #owners .content figure {
    width: 100%;
    max-width: 100%;
    height: 240px;
  }
  #owners .content figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (width <= 640px) {
  #owners .content figure {
    height: 200px;
    margin-top: 32px;
  }
}
#owners .content .txt {
  width: 35%;
}
@media (width <= 1025px) {
  #owners .content .txt {
    width: 100%;
    margin-top: 40px;
  }
}
@media (width <= 640px) {
  #owners .content .txt {
    margin-top: 36px;
  }
}
#owners .content h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media (width <= 1025px) {
  #owners .content h3 {
    font-size: 20px;
  }
}
@media (width <= 640px) {
  #owners .content h3 {
    font-size: 5vw;
  }
}
#owners .content .text {
  margin-top: 12px;
}
@media (width <= 1025px) {
  #owners .content .text {
    font-size: 15px;
    margin-top: 8px;
  }
}
#owners .content .example {
  background-color: #F1F1F1;
  padding: 20px 24px;
  text-align: justify;
  margin-top: 32px;
}
#owners .content .example h4 {
  font-size: 15px;
  font-weight: bold;
  color: #425A6A;
  line-height: 1.6;
}
#owners .content .example p {
  font-size: 14px;
  margin-top: 12px;
}
#owners .plan {
  text-align: center;
  margin-top: 72px;
}
@media (width <= 1025px) {
  #owners .plan {
    margin-top: 64px;
  }
}
@media (width <= 640px) {
  #owners .plan {
    margin-top: 48px;
  }
}
#owners .plan .cat {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #425A6A;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 8px;
}
@media (width <= 1025px) {
  #owners .plan .cat {
    font-size: 18px;
  }
}
@media (width <= 640px) {
  #owners .plan .cat {
    font-size: 14px;
    padding: 2px 12px;
  }
}
#owners .plan h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
}
@media (width <= 1025px) {
  #owners .plan h3 {
    font-size: 24px;
  }
}
@media (width <= 640px) {
  #owners .plan h3 {
    font-size: 5vw;
    margin-top: 10px;
  }
}
#owners .plan .sub {
  font-size: 18px;
  margin-top: 4px;
}
@media (width <= 1025px) {
  #owners .plan .sub {
    font-size: 16px;
  }
}
@media (width <= 640px) {
  #owners .plan .sub {
    font-size: 3.5vw;
  }
}
#owners .plan ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}
#owners .plan ul::after {
  content: "";
  position: absolute;
  background-color: #425A6A;
  width: 100%;
  height: 10px;
  left: 0;
  top: 16px;
  z-index: -1;
}
@media (width <= 1025px) {
  #owners .plan ul::after {
    height: 7px;
    top: 11px;
  }
}
@media (width <= 640px) {
  #owners .plan ul::after {
    display: none;
  }
}
@media (width <= 1025px) {
  #owners .plan ul {
    margin-top: 28px;
  }
}
@media (width <= 640px) {
  #owners .plan ul {
    flex-wrap: wrap;
    margin-top: 16px;
  }
}
#owners .plan li {
  width: 23.5%;
}
@media (width <= 1025px) {
  #owners .plan li {
    width: 49%;
    margin-top: 8px;
  }
}
#owners .plan .number {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  padding: 0px 24px;
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #425A6A;
}
@media (width <= 1025px) {
  #owners .plan .number {
    font-size: 16px;
    padding: 0 14px;
  }
}
@media (width <= 640px) {
  #owners .plan .number {
    padding: 4px 16px 2px 16px;
    display: block;
    background-color: #425A6A;
    color: #FFFFFF;
  }
}
#owners .plan .box {
  background-color: #F1F1F1;
  margin-top: 44px;
  position: relative;
}
#owners .plan .box::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  background-color: #F1F1F1;
  height: 30px;
  width: 100%;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media (width <= 1025px) {
  #owners .plan .box::before {
    display: none;
  }
}
@media (width <= 1025px) {
  #owners .plan .box {
    margin-top: 36px;
  }
}
@media (width <= 640px) {
  #owners .plan .box {
    margin-top: 0px;
  }
}
#owners .plan .date {
  color: #425A6A;
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
}
@media (width <= 1025px) {
  #owners .plan .date {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 4px;
  }
}
#owners .plan .text {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 4px;
  padding-bottom: 24px;
}
@media (width <= 1025px) {
  #owners .plan .text {
    font-size: 10px;
    margin-top: 2px;
    padding-bottom: 22px;
  }
}
@media (width <= ) {
  #owners .plan .text {
    padding-bottom: 14px;
  }
}

/***** 404 *****/
#notfound {
  padding: 50px 40px;
}
#notfound .txt {
  font-size: 16px;
  text-align: left;
}
#notfound .button {
  width: 90%;
  margin: 40px auto 0;
  background-color: #222222;
  text-align: center;
}
#notfound .button a {
  color: #fff;
  display: block;
  padding: 16px 10px;
}

.notfound header {
  padding-bottom: 0;
  height: 110px;
  display: flex;
  align-items: center;
}
.notfound header h1 {
  padding: 0;
}
.notfound main {
  background-color: #425A6A;
  min-height: calc(100vh - 170px);
}
.notfound footer {
  height: 60px;
  line-height: 60px;
  padding: 0;
  border-top: 2px solid #222222;
}/*# sourceMappingURL=top.css.map */