@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  line-height: 1.5;
  list-style: none;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #333;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.lp {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
}

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

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

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.inner {
  max-width: calc(1100px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  section {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}

.fullwide {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.bg_gray {
  background: #E9EDF2;
  padding: 30px 50px;
}
@media screen and (max-width: 1439px) {
  .bg_gray {
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  .bg_gray p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .bg_gray p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}

h2 {
  font-size: 32px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
h2.section_title {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  h2.section_title {
    margin-bottom: max(60px, 60px + 40 * (100vw - 390px) / 1049);
  }
}
h2.section_title::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 3px;
  background: #333;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translate(-50%, 100%) rotate(-45deg);
          transform: translate(-50%, 100%) rotate(-45deg);
}
@media screen and (max-width: 1439px) {
  h2.section_title::after {
    width: max(28px, 28px + 14 * (100vw - 390px) / 1049);
    bottom: min(-20px, -20px + -5 * (100vw - 390px) / 1049);
  }
}
h2.page_title {
  font-size: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  h2.page_title {
    font-size: max(24px, 24px + 12 * (100vw - 390px) / 1049);
    padding-bottom: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 20 * (100vw - 390px) / 1049);
  }
}
h2.square_title {
  font-size: 36px;
  padding-left: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  h2.square_title {
    font-size: max(24px, 24px + 12 * (100vw - 390px) / 1049);
    padding-left: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
h2.square_title::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #194279;
  position: absolute;
  left: 0;
  top: 0.5em;
}
@media screen and (max-width: 767px) {
  h2.square_title::before {
    top: 0.4em;
  }
}
h2.number_title {
  font-size: 36px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  h2.number_title {
    font-size: max(20px, 20px + 16 * (100vw - 390px) / 1049);
    padding-left: max(38px, 38px + 12 * (100vw - 390px) / 1049);
  }
}
h2.number_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 40px;
  height: 40px;
  font-size: 32px;
  font-family: "Times New Roman", serif;
  display: grid;
  place-items: center;
  background: #194279;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  h2.number_title::before {
    width: max(28px, 28px + 12 * (100vw - 390px) / 1049);
    height: max(28px, 28px + 12 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    top: max(2px, 2px + 8 * (100vw - 390px) / 1049);
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
h3.section_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1439px) {
  h3.section_title {
    font-size: max(19px, 19px + 5 * (100vw - 390px) / 1049);
  }
}

@media screen and (max-width: 1439px) {
  p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

.main_btn {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .main_btn {
    margin-top: max(40px, 40px + 60 * (100vw - 390px) / 1049);
  }
}
.main_btn a {
  width: 516px;
  height: 94px;
  background: #7b7b7b;
  font-size: 36px;
  display: grid;
  place-items: center;
  padding: 10px;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 1439px) {
  .main_btn a {
    width: max(350px, 350px + 166 * (100vw - 390px) / 1049);
    height: max(56px, 56px + 38 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 12 * (100vw - 390px) / 1049);
  }
}

.sub_btn {
  margin-top: 30px;
}
.sub_btn a {
  width: 350px;
  height: 56px;
  font-size: 24px;
  display: grid;
  place-items: center;
  border: 1px solid #333;
  padding: 5px;
  margin-inline: auto;
  max-width: 100%;
}

main .page_btn_wrap {
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  main .page_btn_wrap {
    gap: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main .page_btn_wrap {
    grid-template-columns: 1fr;
  }
}
main .page_btn a {
  width: 520px;
  max-width: 100%;
  height: 100px;
  border: 1px solid #333;
  display: grid;
  place-items: center;
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main .page_btn a {
    width: max(350px, 350px + 170 * (100vw - 390px) / 1049);
    height: max(70px, 70px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main .page_btn a {
    width: 100%;
    max-width: 350px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 389px) {
  main .page_btn a {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
    height: max(50px, 50px + 20 * (100vw - 320px) / 69);
  }
}

a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
a:hover {
  opacity: 0.7;
}

.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.fade-in.is-visible,
.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
  opacity: 1;
}

.fade-in {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

.fade-in-up {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.fade-in-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-left {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-left.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-right {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.comingsoon .comingsoon_wrap {
  text-align: center;
  padding: 100px 0;
  height: 80vh;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  .comingsoon .comingsoon_wrap {
    padding: max(60px, 60px + 40 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  .comingsoon .comingsoon_wrap {
    height: 50vh;
  }
}
.comingsoon .comingsoon_wrap .comingsoon_title {
  font-size: 64px;
  margin-bottom: 30px;
  font-family: "Times New Roman", serif;
  font-style: italic;
}
@media screen and (max-width: 1439px) {
  .comingsoon .comingsoon_wrap .comingsoon_title {
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
.comingsoon .comingsoon_wrap p {
  font-size: 36px;
}
@media screen and (max-width: 1439px) {
  .comingsoon .comingsoon_wrap p {
    font-size: max(20px, 20px + 16 * (100vw - 390px) / 1049);
  }
}
.comingsoon .comingsoon_wrap .sub_btn {
  max-width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .comingsoon .comingsoon_wrap .sub_btn {
    margin-top: max(20px, 20px + 80 * (100vw - 390px) / 1049);
  }
}

.page-404 {
  min-height: 80vh;
  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;
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .page-404 {
    padding: max(60px, 60px + 40 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  .page-404 {
    min-height: 50vh;
  }
}
.page-404 .inner {
  width: 100%;
  text-align: center;
}
.page-404 .error-content {
  max-width: 750px;
  margin: 0 auto;
}
.page-404 .error-number {
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-404 .error-number {
    font-size: 80px;
    margin-bottom: 20px;
  }
}
.page-404 .error-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .page-404 .error-title {
    font-size: 24px;
  }
}
.page-404 .error-message {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-404 .error-message {
    margin-bottom: 30px;
  }
}
.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#5e8f96), to(rgba(94, 143, 150, 0)));
  background: -webkit-linear-gradient(top, #5e8f96 0%, rgba(94, 143, 150, 0) 100%);
  background: linear-gradient(to bottom, #5e8f96 0%, rgba(94, 143, 150, 0) 100%);
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    background: #9EBCC0;
    top: 0;
  }
}
.header .header_inner {
  padding: 20px 40px;
  height: 100%;
  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: 1439px) {
  .header .header_inner {
    padding: max(18px, 18px + 2 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.header .header_logo a {
  font-family: "Times New Roman", serif;
  font-size: 46px;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .header .header_logo a {
    font-size: max(32px, 32px + 14 * (100vw - 390px) / 1049);
  }
}
.header .header_nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  gap: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1439px) {
  .header .header_nav {
    gap: max(24px, 24px + 6 * (100vw - 768px) / 671);
  }
}
.header .header_nav .header_nav_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;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .header .header_nav .header_nav_list {
    gap: max(24px, 24px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .header .header_nav .header_nav_list {
    display: none;
  }
}
.header .header_nav .header_nav_list li {
  position: relative;
}
.header .header_nav .header_nav_list li a {
  font-size: 24px;
  color: #fff;
  font-family: "Noto Serif jp", serif;
}
@media screen and (max-width: 1439px) {
  .header .header_nav .header_nav_list li a {
    font-size: max(16px, 16px + 8 * (100vw - 768px) / 671);
  }
}
.header .header_nav .header_nav_list li a.contact {
  padding: 2px 20px;
  border: 1px solid #fff;
}

.sp_actions {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    height: 60px;
  }
  .sp_actions .sp_contact {
    width: 40px;
    color: #fff;
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: max(10px, 10px + 2 * (100vw - 390px) / 1049);
    text-decoration: none;
  }
  .sp_actions .hamburger {
    width: 40px;
    border: none;
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp_actions .hamburger img {
    width: 40px;
    height: auto;
  }
  .sp_actions .hamburger .icon_close {
    display: none;
  }
}

/* PC時は非表示 */
@media screen and (max-width: 1024px) {
  .pc_contact {
    display: none;
  }
}

/* SPメニュー */
.sp_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_menu {
    position: fixed;
    inset: 60px 0 0 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 40px 24px;
    -webkit-animation: fadeIn 0.35s ease forwards;
            animation: fadeIn 0.35s ease forwards;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    overflow-y: scroll;
  }
  .sp_menu.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sp_menu .sp_menu_list {
    list-style: none;
    padding: 0;
    margin: 0;
    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;
    gap: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1024px) {
  .sp_menu .sp_menu_list {
    max-width: 330px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .sp_menu .sp_menu_list li + li a {
    border-top: 1px solid #ddd;
  }
  .sp_menu .sp_menu_list li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
}

/* ハンバーガー開閉時のアイコン切替 */
/* ハンバーガーのアイコン切替 */
.hamburger .icon_close {
  display: none;
}

.hamburger.active .icon_open {
  display: none;
}
.hamburger.active .icon_close {
  display: block;
}

/* メニュー開いてる時の背景固定 */
.no_scroll {
  overflow: hidden;
}

/* フェードイン */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1439px) {
  .project {
    padding-bottom: 60px;
  }
}
.project .project_wrap {
  gap: 52px;
}
@media screen and (max-width: 1439px) {
  .project .project_wrap {
    gap: max(36px, 36px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .project .project_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.project .project_wrap > div:nth-of-type(1) .project_list_wrap {
  margin: 20px 0 60px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .project .project_wrap > div:nth-of-type(1) .project_list_wrap {
    margin-bottom: max(44px, 44px + 16 * (100vw - 390px) / 1049);
  }
}
.project .project_wrap > div:nth-of-type(1) .project_list_wrap h3 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 6px 16px;
  background: rgba(51, 51, 51, 0.5);
  margin-bottom: 20px;
  color: #fff;
}
.project .project_wrap > div:nth-of-type(1) .project_list_wrap .project_list {
  position: relative;
  gap: 20px;
}
.project .project_wrap > div:nth-of-type(1) .project_list_wrap .project_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.project .project_wrap > div:nth-of-type(1) .project_list_wrap .project_list li div:nth-of-type(1) {
  margin-right: 16px;
}
@media screen and (max-width: 1439px) {
  .project .project_wrap > div:nth-of-type(1) .project_list_wrap .project_list li div:nth-of-type(1) {
    margin-right: max(6px, 6px + 10 * (100vw - 390px) / 1049);
  }
}
.project .project_wrap > div:nth-of-type(1) .project_list_wrap .project_list li div:nth-of-type(1) p {
  font-size: 20px;
  font-weight: 700;
  font-family: "Times New Roman", serif;
  line-height: 1.2;
}
.project .project_wrap > div:nth-of-type(1) .project_list_wrap .project_list li div:nth-of-type(2) h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-left: -9px;
  margin-bottom: 3px;
}
.project .project_wrap > div:nth-of-type(1) .project_list_wrap .project_list li div:nth-of-type(2) p {
  font-size: 14px;
}
.project .project_wrap > div:nth-of-type(1) .project_list_wrap > p {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .project .project_wrap > div:nth-of-type(1) .project_list_wrap > p {
    position: static;
    text-align: right;
    margin-top: 20px;
  }
}
.project .project_wrap > div:nth-of-type(1) > p {
  font-weight: 600;
}
.project .project_wrap > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.8%;
      -ms-flex: 1 1 33.8%;
          flex: 1 1 33.8%;
}
@media screen and (max-width: 767px) {
  .project .project_wrap > div:nth-of-type(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 358px;
    margin-inline: auto;
  }
}

.news {
  background: #FAFAFA;
}
.news h2 {
  margin-bottom: 75px;
}
@media screen and (max-width: 1439px) {
  .news h2 {
    margin-bottom: max(60px, 60px + 15 * (100vw - 390px) / 1049);
  }
}

@media screen and (max-width: 1439px) {
  .service {
    padding-bottom: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
.service h3 {
  font-size: 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .service h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    padding-bottom: min(10px, 10px + -4 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 20 * (100vw - 390px) / 1049);
  }
}
.service .service_list {
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .service .service_list {
    gap: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
.service .service_list li .service_list_item {
  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;
  position: relative;
  color: #fff;
  gap: 20px;
  height: 360px;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  .service .service_list li .service_list_item {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    height: max(200px, 200px + 160 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .service .service_list li .service_list_item {
    height: 235px;
  }
}
.service .service_list li .service_list_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.service .service_list li .service_list_item figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.service .service_list li .service_list_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .service_list li .service_list_item h4 {
  font-size: 30px;
  font-family: "Sippon Mincho", serif;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .service .service_list li .service_list_item h4 {
    font-size: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  .service .service_list li .service_list_item h4 .sme-font-size {
    font-size: max(10px, 10px + 10 * (100vw - 390px) / 1049) !important;
  }
}
.service .service_list li .service_list_item p {
  position: relative;
  z-index: 2;
}
.service .service_list li .grid {
  gap: 30px 20px;
}
@media screen and (max-width: 1439px) {
  .service .service_list li .grid {
    gap: max(10px, 10px + 20 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .service .service_list li .grid {
    grid-template-columns: 1fr;
  }
}

.fv {
  position: relative;
  width: 100%;
  aspect-ratio: 1280/720;
  min-height: 720px;
  overflow: hidden;
  padding: 0;
  /* 左下テキスト fz46px（1行目 66px） */
  /* 右まんなかテキスト fz24＋背景ぼかし */
}
@media screen and (max-width: 767px) {
  .fv {
    aspect-ratio: 390/370;
    min-height: 370px;
  }
}
.fv .fv_bg {
  position: absolute;
  inset: 0;
}
.fv .fv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fv .fv_inner {
  position: relative;
  inset: 0;
  padding: 40px;
  height: 100%;
}
.fv .fv_catch {
  position: absolute;
  left: 40px;
  bottom: 40px;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .fv .fv_catch {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
  }
}
.fv .fv_catch-main {
  font-family: "Noto Serif jp", serif;
  font-weight: 600;
  font-size: 46px;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  .fv .fv_catch-main {
    font-size: max(24px, 24px + 22 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_catch-main {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
.fv .fv_catch-main .fz66 {
  font-size: 66px;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  .fv .fv_catch-main .fz66 {
    font-size: max(30px, 30px + 36 * (100vw - 390px) / 1049);
  }
}
.fv .fv_catch-main .fz66:nth-of-type(2) {
  margin-left: 68px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_catch-main .fz66:nth-of-type(2) {
    margin-left: max(30px, 30px + 38 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_catch-main .fz66:nth-of-type(2) {
    margin-left: 0;
  }
}
.fv .fv_message {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .fv .fv_message {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    bottom: 10px;
    padding-left: 10px;
  }
}
.fv .fv_message-bg {
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.9)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 15%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 15%, rgb(255, 255, 255) 100%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .fv .fv_message-bg {
    opacity: 0.8;
  }
}
.fv .fv_message-text {
  position: relative;
  padding: 20px 30px;
  font-family: "Noto Serif jp", serif;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  .fv .fv_message-text {
    font-size: max(13px, 13px + 11 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) max(15px, 15px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_message-text {
    font-size: max(11px, 11px + 2 * (100vw - 320px) / 69);
  }
}

.page-fv {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1280/600;
  overflow: hidden;
  padding: 0;
  /* タイトル */
}
@media screen and (max-width: 767px) {
  .page-fv {
    aspect-ratio: 390/250;
  }
}
.page-fv picture,
.page-fv img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-fv .page-fv_title {
  position: absolute;
  right: 150px;
  top: 50%;
  font-size: 50px;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  .page-fv .page-fv_title {
    font-size: max(24px, 24px + 26 * (100vw - 390px) / 1049);
    right: max(30px, 30px + 120 * (100vw - 390px) / 1049);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.page-fv.news .page-fv_title {
  font-size: 66px;
}
@media screen and (max-width: 1439px) {
  .page-fv.news .page-fv_title {
    font-size: max(36px, 36px + 30 * (100vw - 390px) / 1049);
  }
}
.page-fv.brand-story .page-fv_title {
  font-size: 36px;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(81, 105, 125, 0.5);
  font-weight: 300;
}
@media screen and (max-width: 1439px) {
  .page-fv.brand-story .page-fv_title {
    font-size: max(19px, 19px + 17 * (100vw - 390px) / 1049);
  }
}
main.page {
  padding-bottom: 120px;
}
@media screen and (max-width: 1439px) {
  main.page {
    padding-bottom: max(40px, 40px + 80 * (100vw - 390px) / 1049);
  }
}
main.page .inner > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

main.about h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.about h2 {
    margin-bottom: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.about h2 {
    text-align: left;
  }
}
main.about .profile_wrap {
  margin-top: 20px;
  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;
  gap: 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main.about .profile_wrap figure {
  width: 150px;
}
@media screen and (max-width: 1439px) {
  main.about .profile_wrap figure {
    width: max(100px, 100px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.about .profile_wrap figure {
    width: max(80px, 80px + 20 * (100vw - 320px) / 69);
  }
}
main.about .profile_wrap p.fz24 {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 1439px) {
  main.about .profile_wrap p.fz24 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.about .profile_wrap p.fz24 {
    line-height: 1.75;
  }
}
@media screen and (max-width: 389px) {
  main.about .profile_wrap p.fz24 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.about .about_list {
  margin: 100px 0 100px;
  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: 1439px) {
  main.about .about_list {
    margin: max(60px, 60px + 40 * (100vw - 390px) / 1049) 0 max(40px, 40px + 60 * (100vw - 390px) / 1049);
  }
}
main.about .about_list dt, main.about .about_list dd {
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  font-family: "Noto Sans jp", sans-serif;
  font-weight: 400;
  vertical-align: middle;
  padding: 30px;
}
main.about .about_list dt:last-of-type, main.about .about_list dd:last-of-type {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 1439px) {
  main.about .about_list dt, main.about .about_list dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.about .about_list dt, main.about .about_list dd {
    padding-left: 0;
    padding-right: 0;
  }
}
main.about .about_list dt {
  width: 250px;
  color: #7B7B7B;
}
@media screen and (max-width: 1439px) {
  main.about .about_list dt {
    width: max(90px, 90px + 160 * (100vw - 390px) / 1049);
  }
}
main.about .about_list dd {
  width: calc(100% - 250px);
  padding: 30px 12px;
}
@media screen and (max-width: 1439px) {
  main.about .about_list dd {
    width: calc(100% - max(90px, 90px + 160 * (100vw - 390px) / 1049));
  }
}
main.about .main_btn a {
  color: #fff;
}

@media screen and (max-width: 1439px) {
  main.brand-story p, main.salt-types p, main.good-salt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  main.brand-story p, main.salt-types p, main.good-salt p {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 1439px) {
  main.brand-story .bg_gray p, main.salt-types .bg_gray p, main.good-salt .bg_gray p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.brand-story .bg_gray p, main.salt-types .bg_gray p, main.good-salt .bg_gray p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}

main.brand-story .intro {
  padding-top: 120px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .intro {
    padding-top: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
main.brand-story .intro h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .intro h2 {
    margin-bottom: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.brand-story .intro figure {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .intro figure {
    margin-top: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
main.brand-story .intro figure img {
  width: 100%;
}
main.brand-story .section_title {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .section_title {
    margin-bottom: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.brand-story .brand-story_list_wrap {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  main.brand-story .brand-story_list_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    gap: 20px;
  }
}
main.brand-story .brand-story_list_wrap .sme-text-color {
  font-weight: 600;
}
main.brand-story .row-reverse .subtitle, main.brand-story .row-reverse h3.section_title {
  text-align: right;
}
@media screen and (max-width: 767px) {
  main.brand-story .row-reverse .subtitle, main.brand-story .row-reverse h3.section_title {
    text-align: left;
  }
}
main.brand-story .row-reverse .brand-story_list_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  main.brand-story .row-reverse .brand-story_list_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
main.brand-story .brand-story00 {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .brand-story00 {
    margin-top: max(50px, 50px + 10 * (100vw - 390px) / 1049);
  }
}
main.brand-story .brand-story00 .brand-story_list_wrap {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  main.brand-story .brand-story00 .brand-story_list_wrap {
    gap: 20px;
  }
}
main.brand-story .brand-story00 .brand-story_list_wrap div:nth-of-type(1) p:nth-of-type(1) .sme-text-color {
  font-size: 18px;
}
main.brand-story .brand-story00 .brand-story_list_wrap div:nth-of-type(1) p.fz20 {
  font-size: 20px;
  font-weight: 600;
}
main.brand-story .brand-story00 .brand-story_list_wrap div:nth-of-type(2) {
  max-width: 293px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .brand-story00 .brand-story_list_wrap div:nth-of-type(2) {
    max-width: max(250px, 250px + 43 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.brand-story .brand-story00 .brand-story_list_wrap div:nth-of-type(2) {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  main.brand-story .brand-story00 .brand-story_list_wrap div:nth-of-type(2) figure {
    max-width: 500px;
    margin-inline: auto;
  }
}
main.brand-story .brand-story00 ul {
  margin: 60px 0;
  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;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .brand-story00 ul {
    margin: max(20px, 20px + 40 * (100vw - 390px) / 1049) 0;
  }
}
main.brand-story .brand-story00 ul li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  main.brand-story .brand-story00 ul li {
    padding-left: 13px;
  }
}
@media screen and (max-width: 389px) {
  main.brand-story .brand-story00 ul li {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.brand-story .brand-story00 ul li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #344B6A;
}
@media screen and (max-width: 767px) {
  main.brand-story .brand-story00 ul li::before {
    width: 7.7px;
    height: 7.7px;
    top: 0.5em;
  }
}
main.brand-story .brand-story_salt-truth {
  margin-top: 120px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 1439px) {
  main.brand-story .brand-story_salt-truth {
    margin-top: max(40px, 40px + 80 * (100vw - 390px) / 1049);
  }
}
main.brand-story .brand-story_salt-truth .bg_black_wrap {
  background: #333;
  color: #fff;
  padding: 30px 0 55.5px;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 93.3%, 50% 100%, 0 93.3%);
          clip-path: polygon(0 0, 100% 0, 100% 93.3%, 50% 100%, 0 93.3%);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main.brand-story .brand-story_salt-truth .bg_black_wrap {
    padding: 20px 20px 40px;
  }
}
@media screen and (max-width: 1439px) {
  main.brand-story .brand-story_salt-truth .bg_black_wrap .sme-font-size {
    font-size: max(20px, 20px + 16 * (100vw - 390px) / 1049) !important;
  }
}
main.brand-story .brand-story_salt-truth .bg_img_wrap {
  margin-top: -26px;
  position: relative;
  z-index: 1;
  padding: 120px 0;
  text-align: center;
  font-weight: 600;
  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;
  gap: 90px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .brand-story_salt-truth .bg_img_wrap {
    gap: max(35px, 35px + 55 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.brand-story .brand-story_salt-truth .bg_img_wrap {
    padding: 80px 20px 32px;
  }
}
main.brand-story .brand-story_salt-truth .bg_img_wrap .brand-story_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
main.brand-story .brand-story_salt-truth .bg_img_wrap .brand-story_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  main.brand-story .brand-story_salt-truth .bg_img_wrap p:nth-of-type(1) .sme-font-size {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 389px) {
  main.brand-story .brand-story_salt-truth .bg_img_wrap p:nth-of-type(1) .sme-font-size {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69) !important;
  }
}
@media screen and (max-width: 767px) {
  main.brand-story .brand-story_salt-truth .bg_img_wrap p:nth-of-type(1) .sme-text-color {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.brand-story .brand-story_salt-truth .bg_img_wrap p:nth-of-type(4) .sme-font-size {
    font-size: 20px !important;
  }
}
main.brand-story .brand-story01 .brand-story_list_wrap, main.brand-story .brand-story02 .brand-story_list_wrap, main.brand-story .brand-story03 .brand-story_list_wrap, main.brand-story .brand-story04 .brand-story_list_wrap {
  gap: 50px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .brand-story01 .brand-story_list_wrap, main.brand-story .brand-story02 .brand-story_list_wrap, main.brand-story .brand-story03 .brand-story_list_wrap, main.brand-story .brand-story04 .brand-story_list_wrap {
    gap: max(20px, 20px + 30 * (100vw - 390px) / 1049);
  }
}
main.brand-story .brand-story01 .brand-story_list_wrap div:nth-of-type(1), main.brand-story .brand-story02 .brand-story_list_wrap div:nth-of-type(1), main.brand-story .brand-story03 .brand-story_list_wrap div:nth-of-type(1), main.brand-story .brand-story04 .brand-story_list_wrap div:nth-of-type(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  gap: 30px;
}
main.brand-story .brand-story01 .brand-story_list_wrap div:nth-of-type(1) p.fz20, main.brand-story .brand-story02 .brand-story_list_wrap div:nth-of-type(1) p.fz20, main.brand-story .brand-story03 .brand-story_list_wrap div:nth-of-type(1) p.fz20, main.brand-story .brand-story04 .brand-story_list_wrap div:nth-of-type(1) p.fz20 {
  font-size: 20px;
}
main.brand-story .brand-story01 .brand-story_list_wrap div:nth-of-type(2), main.brand-story .brand-story02 .brand-story_list_wrap div:nth-of-type(2), main.brand-story .brand-story03 .brand-story_list_wrap div:nth-of-type(2), main.brand-story .brand-story04 .brand-story_list_wrap div:nth-of-type(2) {
  max-width: 432px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .brand-story01 .brand-story_list_wrap div:nth-of-type(2), main.brand-story .brand-story02 .brand-story_list_wrap div:nth-of-type(2), main.brand-story .brand-story03 .brand-story_list_wrap div:nth-of-type(2), main.brand-story .brand-story04 .brand-story_list_wrap div:nth-of-type(2) {
    max-width: max(250px, 250px + 182 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.brand-story .brand-story01 .brand-story_list_wrap div:nth-of-type(2), main.brand-story .brand-story02 .brand-story_list_wrap div:nth-of-type(2), main.brand-story .brand-story03 .brand-story_list_wrap div:nth-of-type(2), main.brand-story .brand-story04 .brand-story_list_wrap div:nth-of-type(2) {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.brand-story .brand-story01 .brand-story_list_wrap div:nth-of-type(2) figure, main.brand-story .brand-story02 .brand-story_list_wrap div:nth-of-type(2) figure, main.brand-story .brand-story03 .brand-story_list_wrap div:nth-of-type(2) figure, main.brand-story .brand-story04 .brand-story_list_wrap div:nth-of-type(2) figure {
    max-width: 500px;
    margin-inline: auto;
  }
}
main.brand-story .brand-story01 .brand-story_list_wrap strong, main.brand-story .brand-story02 .brand-story_list_wrap strong, main.brand-story .brand-story03 .brand-story_list_wrap strong, main.brand-story .brand-story04 .brand-story_list_wrap strong {
  font-weight: 600;
}
main.brand-story .brand-story01 {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .brand-story01 {
    margin-top: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
main.brand-story .brand-story02 {
  margin-top: 120px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .brand-story02 {
    margin-top: max(40px, 40px + 80 * (100vw - 390px) / 1049);
  }
}
main.brand-story .brand-story03 {
  margin-top: 120px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .brand-story03 {
    margin-top: max(40px, 40px + 80 * (100vw - 390px) / 1049);
  }
}
main.brand-story .brand-story04 {
  margin-top: 120px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .brand-story04 {
    margin-top: max(40px, 40px + 80 * (100vw - 390px) / 1049);
  }
}
main.brand-story .page_btn_wrap {
  margin-top: 120px;
}
@media screen and (max-width: 1439px) {
  main.brand-story .page_btn_wrap {
    margin-top: max(40px, 40px + 80 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.brand-story .page_btn_wrap {
    grid-template-columns: 1fr;
  }
}

main.salt-types .inner {
  max-width: calc(800px + 10%);
}
main.salt-types figure {
  margin: 20px 0;
}
main.salt-types .salt-types01 {
  padding-top: 120px;
}
@media screen and (max-width: 1439px) {
  main.salt-types .salt-types01 {
    padding-top: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
main.salt-types .salt-types02, main.salt-types .salt-types03, main.salt-types .salt-types04, main.salt-types .salt-types05 {
  padding-bottom: 0;
}
main.salt-types .salt-types06 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1439px) {
  main.salt-types .salt-types06 {
    padding-bottom: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
main.salt-types .salt-types06 figure {
  margin-bottom: 0;
}
main.salt-types .page_btn_wrap {
  margin-top: 220px;
  max-width: calc(1100px + 10%);
  padding: 0 5%;
}
@media screen and (max-width: 1439px) {
  main.salt-types .page_btn_wrap {
    margin-top: max(40px, 40px + 180 * (100vw - 390px) / 1049);
  }
}

main.good-salt .inner {
  max-width: calc(800px + 10%);
}
main.good-salt figure {
  margin: 20px 0;
}
main.good-salt .bg_gray {
  margin-top: 30px;
}
main.good-salt .intro {
  padding-top: 120px;
  padding-bottom: 0;
}
@media screen and (max-width: 1439px) {
  main.good-salt .intro {
    padding-top: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
main.good-salt .good-salt01, main.good-salt .good-salt02, main.good-salt .good-salt03, main.good-salt .good-salt04, main.good-salt .good-salt05 {
  padding-top: 60px;
  padding-bottom: 0;
}
@media screen and (max-width: 1439px) {
  main.good-salt .good-salt01, main.good-salt .good-salt02, main.good-salt .good-salt03, main.good-salt .good-salt04, main.good-salt .good-salt05 {
    padding-top: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
main.good-salt .good-salt01 > *:last-child, main.good-salt .good-salt02 > *:last-child, main.good-salt .good-salt03 > *:last-child, main.good-salt .good-salt04 > *:last-child, main.good-salt .good-salt05 > *:last-child {
  margin-bottom: 0;
}
main.good-salt .good-salt01 figure {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  main.good-salt .good-salt01 figure {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.good-salt .good-salt05 {
  padding-bottom: 120px;
}
main.good-salt .good-salt05 figure {
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  main.good-salt .good-salt05 {
    padding-bottom: max(40px, 40px + 80 * (100vw - 390px) / 1049);
  }
}
main.good-salt .good-salt01 .number_title::before {
  content: "1";
}
main.good-salt .good-salt02 .number_title::before {
  content: "2";
}
main.good-salt .good-salt03 .number_title::before {
  content: "3";
}
main.good-salt .good-salt04 .number_title::before {
  content: "4";
}
main.good-salt .good-salt05 .number_title::before {
  content: "5";
}
main.good-salt .page_btn_wrap {
  margin-top: 90px;
  max-width: calc(1100px + 10%);
  padding: 0 5%;
}
@media screen and (max-width: 1439px) {
  main.good-salt .page_btn_wrap {
    margin-top: max(40px, 40px + 50 * (100vw - 390px) / 1049);
  }
}

.breadcrumb {
  margin: 60px 0;
}
@media screen and (max-width: 1439px) {
  .breadcrumb {
    margin: max(20px, 20px + 40 * (100vw - 390px) / 1049) 0;
  }
}
.breadcrumb ul {
  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;
  gap: 10px;
  font-size: 16px;
  font-family: "Times New Roman", "Noto Serif JP", serif;
}
.breadcrumb ul li img {
  width: 8px;
  height: 12px;
  display: block;
}

.wp-block-latest-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .wp-block-latest-posts {
    grid-template-columns: 1fr;
  }
}
.wp-block-latest-posts li {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image a {
  display: block;
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
  margin: 0;
}

main.archive {
  padding-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.archive {
    padding-bottom: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}

.post_content {
  margin: 120px 0;
}
@media screen and (max-width: 1439px) {
  .post_content {
    margin: max(60px, 60px + 60 * (100vw - 390px) / 1049) 0;
  }
}

/* 投稿リスト */
.post_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 15px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .post_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .post_list {
    grid-template-columns: 1fr;
  }
}
.post_list .post_item {
  padding: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.post_list .post_item a {
  color: inherit;
  text-decoration: none;
}
.post_list .post_item .post_thumb {
  width: 100%;
  aspect-ratio: 310/196;
  background: #ddd;
  margin-bottom: 10px;
}
.post_list .post_item .post_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post_list .post_item .post_meta {
  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;
  gap: 10px;
  margin-bottom: 10px;
}
.post_list .post_item .post_meta .post_date {
  font-size: 14px;
  color: #7b7b7b;
}
.post_list .post_item .post_meta .post_cat {
  font-size: 12px;
  color: #fff;
  background: #7b7b7b;
  padding: 1px 8px;
}
.post_list .post_item .post_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}
.post_list .post_item .post_excerpt {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ページネーション */
.pagination_wrap {
  margin-top: 60px;
  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: 1439px) {
  .pagination_wrap {
    margin-top: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
.pagination_wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.pagination_wrap ul li {
  /* 現在のページ */
  /* 省略記号 …（特別処理） */
}
.pagination_wrap ul li a,
.pagination_wrap ul li span {
  display: block;
  width: 25px;
  height: 38px;
  font-size: 16px;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #7b7b7b;
  color: #7b7b7b;
}
.pagination_wrap ul li .current {
  background: #7b7b7b;
  color: #fff;
}
.pagination_wrap ul li .dots {
  border: none;
  width: auto;
  margin: 0 -10px;
}

.post_content.single {
  /* 日付 + カテゴリー */
  /* タイトル */
  /* アイキャッチ */
  /* 本文 */
}
.post_content.single .post_header {
  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;
  gap: 20px;
  margin-bottom: 20px;
}
.post_content.single .post_header .post_date {
  font-size: 14px;
  color: #7b7b7b;
}
.post_content.single .post_header .post_cat {
  font-size: 12px;
  color: #fff;
  background: #7b7b7b;
  padding: 1px 8px;
  display: inline-block;
}
.post_content.single .post_title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1439px) {
  .post_content.single .post_title {
    font-size: max(24px, 24px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    padding-bottom: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.post_content.single .post_thumb {
  margin-bottom: 30px;
}
.post_content.single .post_thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post_content.single .post_content_body {
  font-size: 16px;
  /* p */
  /* a */
  /* img */
  /* 見出し（本文内） */
  /* ul li */
  /* ol li */
  /* table */
  /* dl */
  /* blockquote */
}
.post_content.single .post_content_body p {
  margin-bottom: 24px;
}
.post_content.single .post_content_body a {
  color: #3677c2;
  text-decoration: underline;
}
.post_content.single .post_content_body a:hover {
  opacity: 0.7;
}
.post_content.single .post_content_body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 24px 0;
}
.post_content.single .post_content_body h2,
.post_content.single .post_content_body h3,
.post_content.single .post_content_body h4,
.post_content.single .post_content_body h5,
.post_content.single .post_content_body h6 {
  font-weight: 600;
  margin: 50px 0 20px;
}
@media screen and (max-width: 1439px) {
  .post_content.single .post_content_body h2,
  .post_content.single .post_content_body h3,
  .post_content.single .post_content_body h4,
  .post_content.single .post_content_body h5,
  .post_content.single .post_content_body h6 {
    margin: max(30px, 30px + 20 * (100vw - 390px) / 1049) 0 max(20px, 20px + 0 * (100vw - 390px) / 1049);
  }
}
.post_content.single .post_content_body h2 {
  font-size: 24px;
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
}
.post_content.single .post_content_body h3 {
  font-size: 20px;
  padding-left: 10px;
  border-left: 2px solid #999;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .post_content.single .post_content_body h3 {
    border-left: 1px solid #999;
  }
}
.post_content.single .post_content_body h4 {
  font-size: 18px;
}
.post_content.single .post_content_body h5 {
  font-size: 16px;
}
.post_content.single .post_content_body h6 {
  font-size: 14px;
}
.post_content.single .post_content_body ul {
  margin-bottom: 24px;
}
.post_content.single .post_content_body ul li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 8px;
}
.post_content.single .post_content_body ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #333;
}
.post_content.single .post_content_body ol {
  counter-reset: item;
  margin-bottom: 24px;
}
.post_content.single .post_content_body ol li {
  counter-increment: item;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 8px;
}
.post_content.single .post_content_body ol li::before {
  content: counter(item) ". ";
  position: absolute;
  left: 0;
  color: #333;
}
.post_content.single .post_content_body table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.post_content.single .post_content_body table thead {
  border-bottom: none;
}
.post_content.single .post_content_body table th,
.post_content.single .post_content_body table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
}
.post_content.single .post_content_body table th {
  background: #fafafa;
  font-weight: 600;
}
.post_content.single .post_content_body dl {
  margin-bottom: 24px;
}
.post_content.single .post_content_body dl dt {
  font-weight: 600;
  margin-top: 20px;
}
.post_content.single .post_content_body dl dd {
  margin-left: 1em;
  margin-bottom: 10px;
}
.post_content.single .post_content_body blockquote {
  margin: 30px 0;
  padding: 20px 30px;
  background: #f2f2f2;
  border-left: 4px solid #333;
  font-style: italic;
}
.post_content.single .post_content_body blockquote *:last-of-type {
  margin-bottom: 0;
}

.footer {
  background: #333;
  color: #fff;
  padding: 60px 0;
  /* 左側ロゴ・住所 */
  /* 右側ナビ */
}
@media screen and (max-width: 1439px) {
  .footer {
    padding: max(40px, 40px + 20 * (100vw - 390px) / 1049) 0;
  }
}
.footer .footer_inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_inner {
    padding: 0 max(50px, 50px + 50 * (100vw - 768px) / 671);
    gap: max(30px, 30px + 30 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px;
    gap: 40px;
  }
}
.footer .footer_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media screen and (max-width: 767px) {
  .footer .footer_info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer .footer_info .footer_logo {
  display: block;
  font-size: 46px;
  font-family: "Times New Roman", serif;
  margin-bottom: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1439px) {
  .footer .footer_info .footer_logo {
    font-size: max(24px, 24px + 22 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 50 * (100vw - 768px) / 671);
  }
}
.footer .footer_info .footer_text {
  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;
  gap: 10px;
}
.footer .footer_nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_nav {
    gap: max(60px, 60px + 60 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    gap: 10px;
  }
}
.footer .footer_nav ul {
  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;
  gap: 50px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_nav ul {
    gap: max(30px, 30px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_nav ul {
    gap: 10px;
  }
}
.footer .footer_nav ul a {
  font-size: 16px;
}