@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.grecaptcha-badge {
	display: none;
}
/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 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 {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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;
}

/**
 * 1. 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: -1px;
  color: #000;
  background-image: url(../images/common/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main {
  padding: 10px 0 110px;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 0.8333333333vw;
    letter-spacing: -0.0520833333vw;
  }
  main {
    padding: 0.5208333333vw 0 5.7291666667vw;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 2.1333333333vw;
    background-image: url(../images/common/bg_sp.webp);
  }
  main {
    padding: 45.3333333333vw 0 4vw;
  }
}
.wrap {
  width: 1540px;
  position: relative;
  z-index: 1;
  padding: 0 100px;
  margin: 60px auto 160px;
}

.wrap::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: calc(100% - 500px);
  background-image: url(../images/common/body_frame02.webp);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

.wrap::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: calc(100% - 500px);
  background-image: url(../images/common/body_frame02.webp);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) scale(-1, 1);
}

.frame_header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.frame_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1920px) {
  .wrap {
    width: 80.2083333333vw;
    position: relative;
    z-index: 1;
    padding: 0 5.2083333333vw;
    margin: 3.125vw auto 8.3333333333vw;
  }
  .wrap::before {
    content: "";
    display: inline-block;
    width: 1.7708333333vw;
    height: calc(100% - 26.0416666667vw);
    background-image: url(../images/common/body_frame02.webp);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0.5208333333vw;
    transform: translate(0, -50%);
  }
  .wrap::after {
    content: "";
    display: inline-block;
    width: 1.7708333333vw;
    height: calc(100% - 26.0416666667vw);
    background-image: url(../images/common/body_frame02.webp);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0.5208333333vw;
    transform: translate(0, -50%) scale(-1, 1);
  }
  .frame_header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .frame_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 680px) {
  .wrap {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 4vw;
    margin: 0 auto 13.3333333333vw;
  }
  .wrap::before {
    display: none;
  }
  .wrap::after {
    display: none;
  }
  .frame_header,
  .header_border {
    position: relative;
    z-index: 100;
    transition: 0.3s;
  }
  .open .frame_header {
    opacity: 0;
  }
  .open .header_border {
    opacity: 0;
  }
  .header_nav .frame_header,
  .header_nav .header_border {
    opacity: 1;
  }
  .frame_footer {
    position: unset;
  }
}
/* フォント
***************************************************************/
@font-face {
  font-family: "Carnevalee-Freakshow";
  src: url(../fonts/Carnevalee-Freakshow.ttf);
}
.en {
  font-family: "Carnevalee-Freakshow";
}

.ja {
  font-family: "Noto Serif JP", serif;
}

.col_1 {
  color: #41476c;
  font-weight: bold;
  display: inline;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  padding: 0 80px;
}

@media screen and (max-width: 1920px) {
  .inner {
    padding: 0 4.1666666667vw;
  }
}
@media screen and (max-width: 680px) {
  .inner {
    padding: 0;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
h2.page_title {
  text-align: center;
  margin-top: -25px;
}

h3.page_title {
  margin-top: 40px;
}

.page_title span {
  min-width: 220px;
  font-size: 18px;
  font-weight: bold;
  color: #c9bc9c;
  background: #41476c;
  border-radius: 40px;
  padding: 6px 30px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

h3.page_title span {
  text-align: center;
}

.page_title span::before {
  content: "";
  display: inline-block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 2px solid #c9bc9c;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1920px) {
  h2.page_title {
    text-align: center;
    margin-top: -1.3020833333vw;
  }
  h3.page_title {
    margin-top: 2.0833333333vw;
  }
  .page_title span {
    min-width: 11.4583333333vw;
    font-size: 0.9375vw;
    font-weight: bold;
    color: #c9bc9c;
    background: #41476c;
    border-radius: 2.0833333333vw;
    padding: 0.3125vw 1.5625vw;
    font-family: "Noto Serif JP", serif;
    position: relative;
  }
  h3.page_title span {
    text-align: center;
  }
  .page_title span::before {
    content: "";
    display: inline-block;
    width: calc(100% - 0.3125vw);
    height: calc(100% - 0.3125vw);
    border: 0.1041666667vw solid #c9bc9c;
    border-radius: 2.0833333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 680px) {
  h2.page_title {
    margin-top: -2vw;
  }
  h3.page_title {
    margin-top: 8vw;
  }
  .page_title span {
    min-width: 38.4vw;
    font-size: 3.7333333333vw;
    border-radius: 5.3333333333vw;
    padding: 0.8vw 4vw;
  }
  .page_title span::before {
    width: calc(100% - 0.8vw);
    height: calc(100% - 0.8vw);
    border: 2px solid #c9bc9c;
    border-radius: 5.3333333333vw;
  }
}
.btn {
  text-align: center;
  margin-top: 60px;
}

.btn_link {
  width: 280px;
}

@media screen and (max-width: 1920px) {
  .btn {
    text-align: center;
    margin-top: 3.125vw;
  }
  .btn_link {
    width: 14.5833333333vw;
  }
}
@media screen and (max-width: 680px) {
  .btn {
    text-align: center;
    margin-top: 8vw;
  }
  .btn_link {
    width: 67.2vw;
  }
}
.section_border {
  padding: 80px 0;
}

@media screen and (max-width: 1920px) {
  .section_border {
    padding: 4.1666666667vw 0;
  }
}
@media screen and (max-width: 680px) {
  .section_border {
    padding: 10.6666666667vw 0;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_wrap {
  background-image: url(../images/common/bg_content.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(100% - 120px);
  margin: 120px auto 0;
  border: 3px solid #000;
  position: relative;
  padding: 135px 24px 70px;
}

.page_wrap::before {
  content: "";
  display: inline-block;
  width: calc(100% + 20px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #000;
}

.page_wrap section {
  position: relative;
  z-index: 1;
}

.page_wrap_title {
  width: 610px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translate(-50%, 0);
}

.page_wrap_titleBox {
  position: relative;
  z-index: 1;
}

.page_wrap_titleBox::before {
  content: "";
  display: inline-block;
  width: 600px;
  height: 190px;
  background-image: url(../images/common/title_shadow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  filter: brightness(0);
  opacity: 0.35;
}

@media screen and (max-width: 1920px) {
  .page_wrap {
    background-image: url(../images/common/bg_content.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% - 6.25vw);
    margin: 6.25vw auto 0;
    position: relative;
    padding: 7.03125vw 1.25vw 3.6458333333vw;
  }
  .page_wrap::before {
    content: "";
    display: inline-block;
    width: calc(100% + 1.0416666667vw);
    height: calc(100% - 0.5208333333vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page_wrap section {
    position: relative;
    z-index: 1;
  }
  .page_wrap_title {
    width: 31.7708333333vw;
    position: absolute;
    top: -4.6875vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .page_wrap_titleBox {
    position: relative;
    z-index: 1;
  }
  .page_wrap_titleBox::before {
    content: "";
    display: inline-block;
    width: 31.25vw;
    height: 9.8958333333vw;
    background-image: url(../images/common/title_shadow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    filter: brightness(0);
    opacity: 0.35;
  }
}
@media screen and (max-width: 680px) {
  .page_wrap {
    width: calc(100% - 8vw);
    margin: 16vw auto 0;
    position: relative;
    padding: 24vw 3.2vw 9.3333333333vw;
  }
  .page_wrap::before {
    width: calc(100% + 4vw);
    height: calc(100% - 1.3333333333vw);
  }
  .page_wrap_title {
    width: 97.6vw;
    top: -12vw;
  }
  .page_wrap_titleBox::before {
    width: 95.6vw;
    height: 30.4vw;
    bottom: 0;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  z-index: 100;
  width: 100%;
  padding: 50px 0 10px;
}

.global_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header_logo {
  width: 444px;
}

.global_nav_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  flex: 1;
}

.global_nav_item a {
  display: block;
  text-align: center;
  transition: 0.3s;
}

.global_nav_item .en {
  font-size: 36px;
  line-height: 30px;
  display: block;
  white-space: nowrap;
}

.global_nav_item .ja {
  font-size: 12px;
  letter-spacing: 2.4px;
  display: block;
  white-space: nowrap;
  margin-top: 3px;
}

@media screen and (min-width: 681px) {
  .global_nav_item a:hover {
    color: #c1272d;
  }
}
@media screen and (max-width: 1920px) {
  header {
    z-index: 100;
    width: 100%;
    padding: 2.6041666667vw 0 0.5208333333vw;
  }
  .global_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5208333333vw;
  }
  .header_logo {
    width: 23.125vw;
  }
  .global_nav_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.78125vw 0;
    flex: 1;
  }
  .global_nav_item a {
    display: block;
    text-align: center;
    transition: 0.3s;
  }
  .global_nav_item .en {
    font-size: 1.875vw;
    line-height: 1.5625vw;
    display: block;
    white-space: nowrap;
  }
  .global_nav_item .ja {
    font-size: 0.625vw;
    letter-spacing: 0.125vw;
    display: block;
    white-space: nowrap;
    margin-top: 0.15625vw;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 1.3333333333vw 4vw;
    margin-top: 5.3333333333vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header_inner {
    display: block;
    margin: 0;
    padding: 2.6666666667vw 0;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
  }
  .open .header_content {
    opacity: 0;
  }
  .header_nav .header_content {
    opacity: 1;
    padding-top: 2.6666666667vw;
  }
  .header_logo {
    width: 54.1333333333vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 24vw;
    height: 24vw;
    background-image: url(../images/common/header_menu.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
  }
  .open .toggle-menu {
    background-image: url(../images/common/header_close.webp);
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: block;
    width: 100vw;
    height: 100%;
    padding: 14.6666666667vw 4vw 13.3333333333vw;
    background-image: url(../images/common/header_bg_sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
  }
  .open .header_nav {
    opacity: 1;
    visibility: unset;
  }
  .global_nav {
    margin-top: 14.6666666667vw;
    width: 100%;
    display: block;
  }
  .global_nav_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13.3333333333vw 0;
  }
  .global_nav_item .en {
    font-size: 6.4vw;
    line-height: 1;
  }
  .global_nav_item .ja {
    font-size: 2.8vw;
  }
  .header_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8vw;
    padding: 12vw 0 0;
  }
  .header_sns a {
    width: 28px;
  }
  .header_link {
    display: flex;
    justify-content: center;
    gap: 12vw;
    margin-bottom: 8vw;
    margin-top: 12vw;
  }
  .header_link a {
    font-weight: bold;
    font-size: 2.8vw;
  }
}
/* ===================================================
フッター
=================================================== */
.footer_inner {
  padding: 90px 0 70px;
  background-image: url(../images/common/footer.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.footer_innerBox {
  width: 1520px;
  margin: 0 auto;
  position: relative;
}

.footer_inner_title {
  width: 480px;
  position: absolute;
  left: 110px;
  bottom: 80px;
}

.footer_content {
  width: 335px;
  position: absolute;
  top: 84px;
  right: 70px;
}

.footer_nav_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 0;
}

.footer_nav_item a {
  display: block;
  transition: 0.3s;
}

.footer_nav_item .en {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.footer_nav_item .ja {
  display: block;
  font-size: 12px;
  letter-spacing: 2.4px;
  line-height: 1;
  margin-top: 5px;
}

.footer_content_sns {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.footer_content_sns a {
  width: 20px;
}

.footer_content_link {
  display: flex;
  gap: 45px;
  margin-top: 40px;
}

.footer_content_link a {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.9px;
}

.copyright {
  font-family: "Gloock", serif;
  text-align: center;
  font-size: 14px;
  padding: 40px 0;
}

@media screen and (min-width: 681px) {
  .footer_nav_item a:hover {
    color: #c1272d;
  }
}
@media screen and (max-width: 1920px) {
  .footer_inner {
    padding: 4.6875vw 0 3.6458333333vw;
    background-image: url(../images/common/footer.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
  .footer_innerBox {
    width: 79.1666666667vw;
    margin: 0 auto;
    position: relative;
  }
  .footer_inner_title {
    width: 25vw;
    position: absolute;
    left: 5.7291666667vw;
    bottom: 4.1666666667vw;
  }
  .footer_content {
    width: 17.4479166667vw;
    position: absolute;
    top: 4.375vw;
    right: 3.6458333333vw;
  }
  .footer_nav_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3020833333vw 0;
  }
  .footer_nav_item a {
    display: block;
    transition: 0.3s;
  }
  .footer_nav_item .en {
    display: block;
    font-size: 1.25vw;
    line-height: 1;
  }
  .footer_nav_item .ja {
    display: block;
    font-size: 0.625vw;
    letter-spacing: 0.125vw;
    line-height: 1;
    margin-top: 0.2604166667vw;
  }
  .footer_content_sns {
    display: flex;
    gap: 2.0833333333vw;
    margin-top: 2.0833333333vw;
  }
  .footer_content_sns a {
    width: 1.0416666667vw;
  }
  .footer_content_link {
    display: flex;
    gap: 2.34375vw;
    margin-top: 2.0833333333vw;
  }
  .footer_content_link a {
    font-weight: 600;
    font-size: 0.625vw;
    letter-spacing: 0.046875vw;
  }
  .copyright {
    font-family: "Gloock", serif;
    text-align: center;
    font-size: 0.7291666667vw;
    padding: 2.0833333333vw 0;
  }
}
@media screen and (max-width: 680px) {
  .footer_inner {
    padding: 12vw 6.6666666667vw 6.6666666667vw;
    background-image: url(../images/common/footer_sp.webp);
  }
  .footer_innerBox {
    width: 100%;
  }
  .footer_inner_title {
    width: 64vw;
    position: absolute;
    top: 41.3333333333vw;
    left: 10.6666666667vw;
    bottom: unset;
  }
  .footer_content {
    width: 100%;
    padding: 0 8vw;
    position: absolute;
    top: 113.0666666667vw;
    right: 0;
  }
  .footer_nav_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9.3333333333vw 0;
    text-align: center;
  }
  .footer_nav_item .en {
    font-size: 4.8vw;
  }
  .footer_nav_item .ja {
    font-size: 2.4vw;
    letter-spacing: 0.32vw;
    margin-top: 0.6666666667vw;
  }
  .footer_content_sns {
    justify-content: center;
    gap: 9.3333333333vw;
    margin-top: 9.3333333333vw;
  }
  .footer_content_sns a {
    width: 5.3333333333vw;
  }
  .footer_content_link {
    justify-content: center;
    gap: 9.3333333333vw;
    margin-top: 9.3333333333vw;
  }
  .footer_content_link a {
    font-size: 2.8vw;
    letter-spacing: 0.12vw;
  }
  .copyright {
    font-size: 2.4vw;
    padding: 12vw 0;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* section7
***************************************************************/
.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 40px;
}

.faq_accordion-area li {
  background: #fff;
  padding: 30px 40px 18px;
  position: relative;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 1px solid #111;
  padding-bottom: 24px;
  padding-left: 34px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}

.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
}

.faq_title::before {
  top: 42%;
  right: 15px;
  transform: rotate(0deg);
}

.faq_title::after {
  top: 42%;
  right: 15px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.faq_title.close::after {
  transform: rotate(0);
}

.faq_box {
  display: none;
  padding: 22px 0 0 33px;
  position: relative;
}

.faq_box p {
  position: relative;
  line-height: 1.6;
}

.faq_box p::before {
  content: "A.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .faq_accordion-area {
    gap: 3.2vw;
    margin-top: 5.3333333333vw;
  }
  .faq_accordion-area li {
    padding: 2vw 1.3333333333vw;
  }
  .faq_title {
    padding-bottom: 2.1333333333vw;
    padding-left: 4.8vw;
    padding-right: 3.4666666667vw;
  }
  .faq_title span {
    position: relative;
  }
  .faq_title span::before {
    font-size: 4vw;
    left: -4.4vw;
  }
  .faq_title::before,
  .faq_title::after {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    background-color: #000;
  }
  .faq_title::before {
    right: 0.9333333333vw;
  }
  .faq_title::after {
    top: 42%;
    right: 0.9333333333vw;
  }
  .faq_box {
    display: none;
    padding: 2.1333333333vw 3.6vw 0 4.4vw;
  }
  .faq_box p::before {
    font-size: 4vw;
    left: -4.4vw;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv_content {
  position: relative;
  padding: 0 20px;
}

.fv_content_img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.fv_title {
  width: 921px;
  position: absolute;
  top: 155px;
  left: 50%;
  transform: translate(-50%, 0);
}

.fv_border {
  margin-top: 30px;
  display: block;
}

@media screen and (max-width: 1920px) {
  .fv_content {
    position: relative;
    padding: 0 1.0416666667vw;
  }
  .fv_content_img {
    box-shadow: 0 0 0.78125vw rgba(0, 0, 0, 0.2);
  }
  .fv_title {
    width: 47.96875vw;
    position: absolute;
    top: 8.0729166667vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .fv_border {
    margin-top: 1.5625vw;
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .fv_content {
    padding: 0;
  }
  .fv_content_img {
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.2);
  }
  .fv_title {
    width: 77.0666666667vw;
    top: 18vw;
  }
  .fv_border {
    margin-top: 2.6666666667vw;
  }
}
/* About
***************************************************************/
.sec1_item {
  margin-top: 50px;
}

.sec1_item_content {
  position: relative;
}

.sec1_item_contentBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
}

.sec1_item:nth-of-type(2) .sec1_item_contentBox {
  flex-flow: row-reverse;
}

.sec1_item_img01 {
  width: 380px;
}

.sec1_item_img02 {
  width: 497px;
}

.sec1_item_img03 {
  width: 435px;
}

.sec1_itemBox {
  width: 520px;
}

.sec1_itemBox_title {
  text-align: center;
}

.sec1_itemBox_title .en {
  font-size: 100px;
  line-height: 117.35px;
  color: #C1272D;
  display: block;
}

.sec1_itemBox_title .ja {
  font-size: 24px;
  letter-spacing: 4.8px;
  display: block;
}

.sec1_itemBox_text {
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1.8px;
  margin-top: 25px;
}

@media screen and (max-width: 1920px) {
  .sec1_item {
    margin-top: 2.6041666667vw;
  }
  .sec1_item_content {
    position: relative;
  }
  .sec1_item_contentBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.7291666667vw;
  }
  .sec1_item:nth-of-type(2) .sec1_item_contentBox {
    flex-flow: row-reverse;
  }
  .sec1_item_img01 {
    width: 19.7916666667vw;
  }
  .sec1_item_img02 {
    width: 25.8854166667vw;
  }
  .sec1_item_img03 {
    width: 22.65625vw;
  }
  .sec1_itemBox {
    width: 27.0833333333vw;
  }
  .sec1_itemBox_title {
    text-align: center;
  }
  .sec1_itemBox_title .en {
    font-size: 5.2083333333vw;
    line-height: 6.1119791667vw;
    color: #C1272D;
    display: block;
  }
  .sec1_itemBox_title .ja {
    font-size: 1.25vw;
    letter-spacing: 0.25vw;
    display: block;
  }
  .sec1_itemBox_text {
    font-size: 0.9375vw;
    line-height: 2.0833333333vw;
    font-weight: 300;
    letter-spacing: 0.09375vw;
    margin-top: 1.3020833333vw;
  }
}
@media screen and (max-width: 680px) {
  .sec1_item {
    margin-top: 6.6666666667vw;
  }
  .sec1_item_content {
    position: relative;
  }
  .sec1_item_contentBox {
    flex-flow: column;
    gap: 0;
    padding: 0 6.6666666667vw;
  }
  .sec1_item:nth-of-type(2) .sec1_item_contentBox {
    flex-flow: column;
  }
  .sec1_item_img01 {
    width: 50.5333333333vw;
    order: 2;
    margin-top: 2.6666666667vw;
  }
  .sec1_item_img02 {
    width: 64.9333333333vw;
    order: 2;
    margin-top: 2.6666666667vw;
  }
  .sec1_item_img03 {
    width: 58vw;
    order: 2;
    margin-top: 2.6666666667vw;
  }
  .sec1_itemBox {
    display: contents;
  }
  .sec1_itemBox_title {
    order: 1;
  }
  .sec1_itemBox_title .en {
    font-size: 13.3333333333vw;
    line-height: 15.6466666667vw;
  }
  .sec1_itemBox_title .ja {
    font-size: 3.2vw;
    letter-spacing: 0.64vw;
  }
  .sec1_itemBox_text {
    font-size: 3.2vw;
    line-height: 8vw;
    letter-spacing: 0.24vw;
    margin-top: 3.3333333333vw;
    order: 3;
  }
  .sec1_itemBox .btn {
    order: 4;
  }
}
/* section1
***************************************************************/
.about_sec1_head {
  text-align: center;
}

.about_sec1_img {
  width: 633px;
}

.about_sec1_item_text {
  display: grid;
  grid-template-columns: 270px 1fr;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 300;
  padding: 20px 0 0;
}

.about_sec1_item_text span {
  font-weight: bold;
  color: #41476c;
  text-align: center;
}

.about_sec2 .page_title,
.about_sec3 .page_title {
  margin-top: 60px;
}

.about_sec2_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  margin-top: 40px;
}

.about_sec3_content {
  position: relative;
  margin-top: 40px;
  padding: 0 20px;
}

.about_sec3_content_flex {
  display: grid;
  align-items: center;
  grid-template-columns: 300px 1fr;
  gap: 80px;
  padding: 0 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.about_sec3_content_flexBox_title {
  font-size: 30px;
  font-weight: bold;
}

.about_sec3_content_flexBox_title span {
  font-size: 24px;
}

.about_sec3_content_flexBox_subTitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.about_sec3_content_flexBox_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

@media screen and (max-width: 1920px) {
  .about_sec1_head {
    text-align: center;
  }
  .about_sec1_img {
    width: 32.96875vw;
  }
  .about_sec1_item_text {
    display: grid;
    grid-template-columns: 14.0625vw 1fr;
    align-items: flex-start;
    font-size: 0.9375vw;
    font-weight: 300;
    padding: 1.0416666667vw 0 0;
  }
  .about_sec1_item_text span {
    font-weight: bold;
    color: #41476c;
    text-align: center;
  }
  .about_sec2 .page_title,
  .about_sec3 .page_title {
    margin-top: 3.125vw;
  }
  .about_sec2_text {
    font-size: 0.9375vw;
    font-weight: 300;
    line-height: 2.0833333333vw;
    margin-top: 2.0833333333vw;
  }
  .about_sec3_content {
    position: relative;
    margin-top: 2.0833333333vw;
    padding: 0 1.0416666667vw;
  }
  .about_sec3_content_flex {
    display: grid;
    align-items: center;
    grid-template-columns: 15.625vw 1fr;
    gap: 4.1666666667vw;
    padding: 0 4.1666666667vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .about_sec3_content_flexBox_title {
    font-size: 1.5625vw;
    font-weight: bold;
  }
  .about_sec3_content_flexBox_title span {
    font-size: 1.25vw;
  }
  .about_sec3_content_flexBox_subTitle {
    font-size: 0.9375vw;
    font-weight: 300;
    line-height: 2.0833333333vw;
    display: block;
  }
  .about_sec3_content_flexBox_text {
    font-size: 0.9375vw;
    font-weight: 300;
    line-height: 2.0833333333vw;
  }
}
@media screen and (max-width: 680px) {
  .about_sec1_img {
    width: 100%;
  }
  .about_sec1_list {
    padding: 0 5.3333333333vw;
  }
  .about_sec1_item_text {
    grid-template-columns: 20vw 1fr;
    font-size: 3.2vw;
    padding: 2.6666666667vw 0 0;
  }
  .about_sec2 .page_title,
  .about_sec3 .page_title {
    margin-top: 8vw;
  }
  .about_sec2_text {
    font-size: 3.2vw;
    line-height: 8vw;
    margin-top: 5.3333333333vw;
  }
  .about_sec3_content {
    margin-top: 5.3333333333vw;
    padding: 0;
  }
  .about_sec3_content_flex {
    display: flex;
    flex-flow: column;
    gap: 5.3333333333vw;
    padding: 0 4vw;
    position: absolute;
    top: 9.3333333333vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .about_sec3_content_flex img {
    width: 40vw;
  }
  .about_sec3_content_flexBox_title {
    font-size: 4.8vw;
  }
  .about_sec3_content_flexBox_title span {
    font-size: 3.2vw;
  }
  .about_sec3_content_flexBox_subTitle {
    font-size: 3.2vw;
    line-height: 8vw;
  }
  .about_sec3_content_flexBox_text {
    font-size: 3.2vw;
    line-height: 8vw;
  }
}
/* section1
***************************************************************/
.concept_sec1 {
  position: relative;
  z-index: 1;
}

.concept_sec1_head {
  position: relative;
}

.concept_sec1 .page_title {
  position: absolute;
  right: 0;
  bottom: 155px;
}

.concept_sec1_text {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.concept_sec1_img02 {
  width: 450px;
  position: absolute;
  bottom: 0;
  right: 0;
  filter: brightness(0.1);
  opacity: 0.2;
  z-index: -1;
}

@media screen and (max-width: 1920px) {
  .concept_sec1 {
    position: relative;
    z-index: 1;
  }
  .concept_sec1_head {
    position: relative;
  }
  .concept_sec1 .page_title {
    position: absolute;
    right: 0;
    bottom: 8.0729166667vw;
  }
  .concept_sec1_text {
    margin-top: 2.6041666667vw;
    font-size: 0.9375vw;
    font-weight: 300;
    line-height: 2.0833333333vw;
  }
  .concept_sec1_img02 {
    width: 23.4375vw;
    position: absolute;
    bottom: 0;
    right: 0;
    filter: brightness(0.1);
    opacity: 0.2;
    z-index: -1;
  }
}
@media screen and (max-width: 680px) {
  .concept_sec1 .page_title {
    position: absolute;
    right: unset;
    bottom: 13.3333333333vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .concept_sec1_text {
    margin-top: 6.6666666667vw;
    font-size: 3.2vw;
    line-height: 8vw;
    padding-bottom: 26.6666666667vw;
  }
  .concept_sec1_img02 {
    width: 60vw;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
/* section2
***************************************************************/
.concept_sec2_head {
  text-align: center;
}

.concept_sec2_head_img {
  width: 526px;
}

.concept_sec2_title {
  text-align: center;
}

.concept_sec2_title_img01 {
  width: 716px;
  margin-top: 80px;
}

.concept_sec2_title_img02 {
  width: 906px;
  margin-top: 66px;
}

.concept_sec2_text {
  margin-top: 80px;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

@media screen and (max-width: 1920px) {
  .concept_sec2_head {
    text-align: center;
  }
  .concept_sec2_head_img {
    width: 27.3958333333vw;
  }
  .concept_sec2_title {
    text-align: center;
  }
  .concept_sec2_title_img01 {
    width: 37.2916666667vw;
    margin-top: 4.1666666667vw;
  }
  .concept_sec2_title_img02 {
    width: 47.1875vw;
    margin-top: 3.4375vw;
  }
  .concept_sec2_text {
    margin-top: 4.1666666667vw;
    font-size: 0.9375vw;
    font-weight: 300;
    line-height: 2.0833333333vw;
  }
}
@media screen and (max-width: 680px) {
  .concept_sec2_head_img {
    width: 70.1333333333vw;
  }
  .concept_sec2_title_img01 {
    width: 61.2vw;
    margin-top: 10.6666666667vw;
  }
  .concept_sec2_title_img02 {
    width: 66.1333333333vw;
    margin-top: 8.8vw;
  }
  .concept_sec2_text {
    margin-top: 10.6666666667vw;
    font-size: 3.2vw;
    line-height: 8vw;
  }
}
/* section3
***************************************************************/
.concept_sec3_head {
  text-align: center;
}

.concept_sec3_head_img {
  width: 722px;
}

.concept_sec3_text {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

@media screen and (max-width: 1920px) {
  .concept_sec3_head {
    text-align: center;
  }
  .concept_sec3_head_img {
    width: 37.6041666667vw;
  }
  .concept_sec3_text {
    margin-top: 3.125vw;
    font-size: 0.9375vw;
    font-weight: 300;
    line-height: 2.0833333333vw;
  }
}
@media screen and (max-width: 680px) {
  .concept_sec3_head_img {
    width: 96.2666666667vw;
  }
  .concept_sec3_text {
    margin-top: 8vw;
    font-size: 3.2vw;
    line-height: 8vw;
  }
}
/* section1
***************************************************************/
.farming_sec1 .inner {
  padding: 0 30px;
}

.farming_sec1_head {
  text-align: center;
}

.farming_sec1_img {
  width: 704px;
}

.farming_sec1_flex {
  display: grid;
  align-items: center;
  grid-template-columns: 474px 1fr;
  gap: 45px;
  margin-top: 35px;
}

.farming_sec1_flexBox_title {
  padding-right: 40px;
}

.farming_sec1_flexBox_text {
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
}

@media screen and (max-width: 1920px) {
  .farming_sec1 .inner {
    padding: 0 1.5625vw;
  }
  .farming_sec1_head {
    text-align: center;
  }
  .farming_sec1_img {
    width: 36.6666666667vw;
  }
  .farming_sec1_flex {
    display: grid;
    align-items: center;
    grid-template-columns: 24.6875vw 1fr;
    gap: 2.34375vw;
    margin-top: 1.8229166667vw;
  }
  .farming_sec1_flexBox_title {
    padding-right: 2.0833333333vw;
  }
  .farming_sec1_flexBox_text {
    font-size: 0.9375vw;
    font-weight: 300;
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 680px) {
  .farming_sec1 .inner {
    padding: 0;
  }
  .farming_sec1_img {
    width: 81.8666666667vw;
  }
  .farming_sec1_flex {
    display: flex;
    flex-flow: column;
    gap: 6vw;
    margin-top: 6vw;
  }
  .farming_sec1_flex_img {
    width: 63.2vw;
  }
  .farming_sec1_flexBox_title {
    padding-right: 0;
  }
  .farming_sec1_flexBox_text {
    font-size: 3.2vw;
    line-height: 8vw;
    margin-top: 2.6666666667vw;
  }
}
/* section2
***************************************************************/
.farming_sec2 .inner {
  padding: 0 20px;
}

.farming_sec2_head {
  text-align: center;
}

.farming_sec2_head_img {
  width: 610px;
}

.farming_sec2_img {
  margin-top: 50px;
}

@media screen and (max-width: 1920px) {
  .farming_sec2 .inner {
    padding: 0 1.0416666667vw;
  }
  .farming_sec2_head {
    text-align: center;
  }
  .farming_sec2_head_img {
    width: 31.7708333333vw;
  }
  .farming_sec2_img {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 680px) {
  .farming_sec2 .inner {
    padding: 0;
  }
  .farming_sec2_head_img {
    width: 81.3333333333vw;
  }
  .farming_sec2_img {
    margin-top: 6.6666666667vw;
  }
}
/* section3
***************************************************************/
.farming_sec3 {
  margin-top: 90px;
}

.farming_sec3_head {
  text-align: center;
}

.farming_sec3_head_img {
  width: 518px;
}

.farming_sec3_title {
  width: 930px;
  margin: 50px auto 0;
}

.farming_sec3_text {
  width: 689px;
  margin: 30px auto 0;
}

.farming_sec3_content {
  position: relative;
  margin-top: 30px;
}

.farming_sec3_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 80px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 10px;
}

.farming_sec3_item_title {
  font-size: 24px;
  font-weight: bold;
  color: #41476c;
  line-height: 1;
  padding-left: 20px;
}

.farming_sec3_item img {
  display: block;
  margin-top: 10px;
}

.farming_sec3_item_text {
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 1920px) {
  .farming_sec3 {
    margin-top: 4.6875vw;
  }
  .farming_sec3_head {
    text-align: center;
  }
  .farming_sec3_head_img {
    width: 26.9791666667vw;
  }
  .farming_sec3_title {
    width: 48.4375vw;
    margin: 2.6041666667vw auto 0;
  }
  .farming_sec3_text {
    width: 35.8854166667vw;
    margin: 1.5625vw auto 0;
  }
  .farming_sec3_content {
    position: relative;
    margin-top: 1.5625vw;
  }
  .farming_sec3_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5625vw 4.1666666667vw;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 0.5208333333vw;
  }
  .farming_sec3_item_title {
    font-size: 1.25vw;
    font-weight: bold;
    color: #41476c;
    line-height: 1;
    padding-left: 1.0416666667vw;
  }
  .farming_sec3_item img {
    display: block;
    margin-top: 0.5208333333vw;
  }
  .farming_sec3_item_text {
    font-weight: 300;
    margin-top: 0.5208333333vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 680px) {
  .farming_sec3 {
    margin-top: 12vw;
  }
  .farming_sec3_head_img {
    width: 69.0666666667vw;
  }
  .farming_sec3_title {
    width: 61.0666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .farming_sec3_text {
    width: 69.8666666667vw;
    margin: 8vw auto 0;
  }
  .farming_sec3_content {
    margin-top: 6.6666666667vw;
  }
  .farming_sec3_list {
    padding: 5.3333333333vw 3.3333333333vw;
    gap: 8vw;
  }
  .farming_sec3_item_title {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    padding-left: 2.6666666667vw;
  }
  .farming_sec3_item img {
    margin-top: 1.3333333333vw;
  }
  .farming_sec3_item_text {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
/* section1
***************************************************************/
.fish-species_sec1_head {
  text-align: center;
}

.fish-species_sec1_head.mt {
  margin-top: 40px;
}

.fish-species_sec1_head_img {
  width: 514px;
}

.fish-species_sec1_img {
  margin-top: 40px;
}

.species_sec1_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  margin-top: 10px;
}

.species_sec1_text span {
  line-height: 32px;
}

.species_sec1_text .check {
  position: relative;
  padding-left: 16px;
}

.species_sec1_text .check::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #41476c;
  position: absolute;
  top: 11px;
  left: 0;
}

.species_sec1_text .check.col_1::before {
  top: 8px;
}

.species_sec1_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.fish-species_sec1 .section_border {
  padding: 40px 0;
}

.species_sec1_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.species_sec1_item {
  text-align: center;
}

.species_sec1_item img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.species_sec1_item_title {
  font-weight: 300;
  margin-top: 10px;
  display: block;
}

@media screen and (max-width: 1920px) {
  .fish-species_sec1_head {
    text-align: center;
  }
  .fish-species_sec1_head.mt {
    margin-top: 2.0833333333vw;
  }
  .fish-species_sec1_head_img {
    width: 26.7708333333vw;
  }
  .fish-species_sec1_img {
    margin-top: 2.0833333333vw;
  }
  .species_sec1_text {
    font-size: 0.9375vw;
    font-weight: 300;
    line-height: 2.0833333333vw;
    margin-top: 0.5208333333vw;
  }
  .species_sec1_text span {
    line-height: 1.6666666667vw;
  }
  .species_sec1_text .check {
    position: relative;
    padding-left: 0.8333333333vw;
  }
  .species_sec1_text .check::before {
    content: "";
    display: inline-block;
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    background: #41476c;
    position: absolute;
    top: 0.5729166667vw;
    left: 0;
  }
  .species_sec1_text .check.col_1::before {
    top: 0.4166666667vw;
  }
  .species_sec1_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6041666667vw;
  }
  .fish-species_sec1 .section_border {
    padding: 2.0833333333vw 0;
  }
  .species_sec1_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6041666667vw;
  }
  .species_sec1_item {
    text-align: center;
  }
  .species_sec1_item img {
    box-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.3);
  }
  .species_sec1_item_title {
    font-weight: 300;
    margin-top: 0.5208333333vw;
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .fish-species_sec1_head.mt {
    margin-top: 5.3333333333vw;
  }
  .fish-species_sec1_head_img {
    width: 68.5333333333vw;
  }
  .fish-species_sec1_img {
    margin-top: 5.3333333333vw;
  }
  .species_sec1_text {
    font-size: 3.2vw;
    line-height: 8vw;
    margin-top: 1.3333333333vw;
  }
  .species_sec1_text span {
    line-height: 8vw;
  }
  .species_sec1_text .check {
    padding-left: 3.7333333333vw;
  }
  .species_sec1_text .check::before {
    width: 2.2666666667vw;
    height: 2.2666666667vw;
    top: 2.8vw;
  }
  .species_sec1_text .check.col_1::before {
    top: 1.0666666667vw;
  }
  .species_sec1_flex {
    display: block;
  }
  .fish-species_sec1 .section_border {
    padding: 5.3333333333vw 0;
  }
  .species_sec1_list {
    display: flex;
    flex-flow: column;
    gap: 6.6666666667vw;
    padding: 0 4vw;
  }
  .species_sec1_item_title {
    margin-top: 1.3333333333vw;
    font-size: 2.8vw;
  }
}
/* Section1
***************************************************************/
.facilities_sec1 .inner {
  padding: 0 60px;
}

.facilities_sec1_title {
  width: 546px;
  display: block;
  margin: 30px auto 0;
}

.facilities_sec1_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  margin-top: 30px;
}

.facilities_sec1 .section_border {
  padding: 60px 0;
}

.facilities_sec1_list {
  margin-top: 40px;
}

.facilities_sec1_item {
  display: flex;
  align-items: flex-start;
  gap: 54px;
}

.facilities_sec1_item:nth-of-type(3) {
  flex-flow: row-reverse;
}

.facilities_sec1_itemBox {
  flex: 1;
}

.facilities_sec1_itemBox_title img {
  height: 44px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  margin-bottom: 20px;
}

li:nth-of-type(5) .facilities_sec1_itemBox_title img {
  height: 113px;
}

.facilities_sec1_itemBox_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.facilities_sec1_itemBox_check {
  margin: 15px 0;
}

.facilities_sec1_itemBox_check span {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  padding-left: 16px;
}

.facilities_sec1_itemBox_check span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #41476c;
  position: absolute;
  top: 11px;
  left: 0;
}

.facilities_sec1_item_img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  width: 550px;
  display: block;
}

.facilities_sec1_movie {
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 60px;
  height: 576px;
  background: #000;
}

@media screen and (max-width: 1920px) {
  .facilities_sec1 .inner {
    padding: 0 3.125vw;
  }
  .facilities_sec1_title {
    width: 28.4375vw;
    display: block;
    margin: 1.5625vw auto 0;
  }
  .facilities_sec1_text {
    font-size: 0.9375vw;
    font-weight: 300;
    line-height: 2.0833333333vw;
    margin-top: 1.5625vw;
  }
  .facilities_sec1 .section_border {
    padding: 3.125vw 0;
  }
  .facilities_sec1_list {
    margin-top: 2.0833333333vw;
  }
  .facilities_sec1_item {
    display: flex;
    align-items: flex-start;
    gap: 2.8125vw;
  }
  .facilities_sec1_item:nth-of-type(3) {
    flex-flow: row-reverse;
  }
  .facilities_sec1_itemBox {
    flex: 1;
  }
  .facilities_sec1_itemBox_title img {
    height: 2.2916666667vw;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
    margin-bottom: 1.0416666667vw;
  }
  li:nth-of-type(5) .facilities_sec1_itemBox_title img {
    height: 5.8854166667vw;
  }
  .facilities_sec1_itemBox_text {
    font-size: 0.9375vw;
    font-weight: 300;
    line-height: 2.0833333333vw;
  }
  .facilities_sec1_itemBox_check {
    margin: 0.78125vw 0;
  }
  .facilities_sec1_itemBox_check span {
    position: relative;
    font-size: 0.9375vw;
    font-weight: 300;
    line-height: 1.5625vw;
    padding-left: 0.8333333333vw;
  }
  .facilities_sec1_itemBox_check span::before {
    content: "";
    display: inline-block;
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    background: #41476c;
    position: absolute;
    top: 0.5729166667vw;
    left: 0;
  }
  .facilities_sec1_item_img {
    box-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.3);
    width: 28.6458333333vw;
    display: block;
  }
  .facilities_sec1_movie {
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 3.125vw;
    height: 30vw;
  }
}
@media screen and (max-width: 680px) {
  .facilities_sec1 .inner {
    padding: 0;
  }
  .facilities_sec1_title {
    width: 72.8vw;
    display: block;
    margin: 4vw auto 0;
  }
  .facilities_sec1_text {
    font-size: 3.2vw;
    line-height: 8vw;
    margin-top: 4vw;
  }
  .facilities_sec1 .section_border {
    padding: 8vw 0;
  }
  .facilities_sec1_list {
    margin-top: 5.3333333333vw;
  }
  .facilities_sec1_item {
    flex-flow: column;
    gap: 7.2vw;
  }
  .facilities_sec1_item:nth-of-type(3),
  .facilities_sec1_item:nth-of-type(5) {
    flex-flow: column-reverse;
  }
  .facilities_sec1_itemBox {
    text-align: center;
  }
  .facilities_sec1_itemBox_title img {
    height: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  li:nth-of-type(5) .facilities_sec1_itemBox_title img {
    height: 5.8666666667vw;
  }
  .facilities_sec1_itemBox_text {
    font-size: 3.2vw;
    line-height: 8vw;
    text-align: left;
  }
  .facilities_sec1_itemBox_check {
    margin: 2vw 0;
    text-align: left;
  }
  .facilities_sec1_itemBox_check span {
    font-size: 3.2vw;
    line-height: 8vw;
    padding-left: 3.2vw;
  }
  .facilities_sec1_itemBox_check span::before {
    width: 2.2666666667vw;
    height: 2.2666666667vw;
    top: 2.8vw;
  }
  .facilities_sec1_item_img {
    box-shadow: 0.6666666667vw 0.6666666667vw 1.3333333333vw rgba(0, 0, 0, 0.3);
    width: 73.3333333333vw;
  }
  .facilities_sec1_movie {
    margin-top: 8vw;
    height: 43.4666666667vw;
  }
}
/* ページネーション
***************************************************************/
.shipping-sales_sec1 {
  text-align: center;
}

.shipping-sales_sec1_title01 {
  width: 488px;
}

.shipping-sales_sec1_title02 {
  width: 649px;
}

.shipping-sales_sec1_title03 {
  width: 455px;
}

.shipping-sales_sec1_img01 {
  margin-top: 40px;
}

.sales_sec1_contentBox {
  margin-top: 40px;
  position: relative;
}

.sales_sec1_content_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sales_sec1_contentBox_link {
  width: 268px;
  height: 268px;
  border-radius: 50%;
  position: relative;
  background: #e9e6df;
  border: 5px solid #41476c;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  color: #41476c;
  padding-top: 55px;
}

.sales_sec1_contentBox_link::before {
  content: "";
  display: inline-block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  border: 2px solid #41476c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sales_sec1_contentBox_link::after {
  content: "";
  display: inline-block;
  width: 160px;
  height: 30px;
  background-image: url(../images/shipping-sales/icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sales_sec1_contentBox_link span {
  height: 115px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

li:nth-of-type(1) .sales_sec1_contentBox_link {
  font-size: 36px;
}

@media screen and (max-width: 1920px) {
  .shipping-sales_sec1 {
    text-align: center;
  }
  .shipping-sales_sec1_title01 {
    width: 25.4166666667vw;
  }
  .shipping-sales_sec1_title02 {
    width: 33.8020833333vw;
  }
  .shipping-sales_sec1_title03 {
    width: 23.6979166667vw;
  }
  .shipping-sales_sec1_img01 {
    margin-top: 2.0833333333vw;
  }
  .sales_sec1_contentBox {
    margin-top: 2.0833333333vw;
    position: relative;
  }
  .sales_sec1_content_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.1875vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .sales_sec1_contentBox_link {
    width: 13.9583333333vw;
    height: 13.9583333333vw;
    border-radius: 50%;
    position: relative;
    background: #e9e6df;
    border: 0.2604166667vw solid #41476c;
    font-size: 1.25vw;
    line-height: 1.6;
    font-weight: bold;
    color: #41476c;
    padding-top: 2.8645833333vw;
  }
  .sales_sec1_contentBox_link::before {
    content: "";
    display: inline-block;
    width: calc(100% - 0.3125vw);
    height: calc(100% - 0.3125vw);
    border-radius: 50%;
    border: 0.1041666667vw solid #41476c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sales_sec1_contentBox_link::after {
    content: "";
    display: inline-block;
    width: 8.3333333333vw;
    height: 1.5625vw;
    background-image: url(../images/shipping-sales/icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: 2.6041666667vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sales_sec1_contentBox_link span {
    height: 5.9895833333vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  li:nth-of-type(1) .sales_sec1_contentBox_link {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 680px) {
  .shipping-sales_sec1 {
    text-align: center;
  }
  .shipping-sales_sec1_title01 {
    width: 65.0666666667vw;
  }
  .shipping-sales_sec1_title02 {
    width: 80.6666666667vw;
  }
  .shipping-sales_sec1_title03 {
    width: 60.6666666667vw;
  }
  .shipping-sales_sec1_img01 {
    margin-top: 5.3333333333vw;
  }
  .sales_sec1_contentBox {
    margin-top: 5.3333333333vw;
    position: relative;
  }
  .sales_sec1_content_list {
    flex-flow: column;
    gap: 5.6vw;
  }
  .sales_sec1_contentBox_link {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
    border: 0.6666666667vw solid #41476c;
    font-size: 4.8vw;
    padding-top: 14vw;
  }
  .sales_sec1_contentBox_link::before {
    width: calc(100% - 0.8vw);
    height: calc(100% - 0.8vw);
    border: 0.2666666667vw solid #41476c;
  }
  .sales_sec1_contentBox_link::after {
    width: 31.7333333333vw;
    height: 6.5333333333vw;
    bottom: 9.3333333333vw;
  }
  .sales_sec1_contentBox_link span {
    height: 15.3333333333vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  li:nth-of-type(1) .sales_sec1_contentBox_link {
    font-size: 7.2vw;
  }
}
/* お問い合わせ
***************************************************************/
.tab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 80px;
}

.tab li {
  width: 330px;
}

.tab li a {
  display: block;
}

.tab li a picture:nth-of-type(2) {
  display: none;
}

.tab li.active a picture:nth-of-type(1) {
  display: none;
}

.tab li.active a picture:nth-of-type(2) {
  display: block;
}

.contact_form {
  position: relative;
  margin-top: -10px;
}

.contact_form_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 90px;
}

.contact_bg {
  display: none;
}

.contact_bg.is-show {
  display: block;
}

.area {
  display: none;
  opacity: 0;
}

.area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contact_list {
  margin-top: 40px;
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.contact_item_title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.req {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP";
  background: #c1272d;
  color: #fff;
  position: relative;
  border-radius: 6px;
  width: 80px;
  text-align: center;
}

.req::before {
  content: "";
  display: inline-block;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border: 1px solid #fff;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact_area span {
  display: contents;
}

.contact_area input {
  background: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  display: block;
  width: 100%;
  margin-top: 10px;
}

.contact_area select {
  background: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  display: block;
  margin-top: 10px;
  width: 300px;
  resize: none;
}

.contact_area_select {
  display: inline-block;
  position: relative;
}

.contact_area_select::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background-image: url(../images/icon/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 61%;
  right: 15px;
  transform: translate(0, -50%);
}

.contact_area textarea {
  background: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 300px;
  resize: none;
}

.contact_check {
  margin-top: 40px;
  font-weight: bold;
}

.contact_check span {
  display: contents;
}

.contact_check a {
  text-decoration: underline;
  margin-left: 10px;
}

.contact_submit {
  width: 560px;
  height: 112px;
  background-image: url(../images/contact/btn.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 50px auto 0;
}

.contact_submit input {
  width: 100%;
  height: 100%;
  font-size: 0;
}

@media screen and (max-width: 1920px) {
  .tab {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 4.1666666667vw;
  }
  .tab li {
    width: 17.1875vw;
  }
  .tab li a {
    display: block;
  }
  .tab li a picture:nth-of-type(2) {
    display: none;
  }
  .tab li.active a picture:nth-of-type(1) {
    display: none;
  }
  .tab li.active a picture:nth-of-type(2) {
    display: block;
  }
  .contact_form {
    position: relative;
    margin-top: -0.5208333333vw;
  }
  .contact_form_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2.0833333333vw 4.6875vw;
  }
  .contact_bg {
    display: none;
  }
  .contact_bg.is-show {
    display: block;
  }
  .area {
    display: none;
    opacity: 0;
  }
  .area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .contact_list {
    margin-top: 2.0833333333vw;
    display: flex;
    flex-flow: column;
    gap: 1.5625vw;
  }
  .contact_item_title {
    display: flex;
    align-items: center;
    gap: 0.78125vw;
    font-size: 0.9375vw;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
  }
  .req {
    font-size: 0.8333333333vw;
    font-weight: 400;
    font-family: "Noto Sans JP";
    background: #c1272d;
    color: #fff;
    position: relative;
    border-radius: 0.3125vw;
    width: 4.1666666667vw;
    text-align: center;
  }
  .req::before {
    content: "";
    display: inline-block;
    width: calc(100% - 0.2604166667vw);
    height: calc(100% - 0.2604166667vw);
    border: 0.0520833333vw solid #fff;
    border-radius: 0.2083333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .contact_area span {
    display: contents;
  }
  .contact_area input {
    background: #fff;
    border-radius: 0.2083333333vw;
    padding: 0.5208333333vw 1.0416666667vw;
    display: block;
    width: 100%;
    margin-top: 0.5208333333vw;
  }
  .contact_area select {
    background: #fff;
    border-radius: 0.2083333333vw;
    padding: 0.5208333333vw 1.0416666667vw;
    display: block;
    margin-top: 0.5208333333vw;
    width: 15.625vw;
    resize: none;
  }
  .contact_area_select {
    display: inline-block;
    position: relative;
  }
  .contact_area_select::before {
    content: "";
    display: inline-block;
    width: 0.8333333333vw;
    height: 0.5208333333vw;
    background-image: url(../images/icon/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 61%;
    right: 0.78125vw;
    transform: translate(0, -50%);
  }
  .contact_area textarea {
    background: #fff;
    border-radius: 0.2083333333vw;
    padding: 0.5208333333vw 1.0416666667vw;
    display: block;
    width: 100%;
    margin-top: 0.5208333333vw;
    height: 15.625vw;
    resize: none;
  }
  .contact_check {
    margin-top: 2.0833333333vw;
    font-weight: bold;
  }
  .contact_check span {
    display: contents;
  }
  .contact_check a {
    text-decoration: underline;
    margin-left: 0.5208333333vw;
  }
  .contact_submit {
    width: 29.1666666667vw;
    height: 5.8333333333vw;
    background-image: url(../images/contact/btn.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 2.6041666667vw auto 0;
  }
  .contact_submit input {
    width: 100%;
    height: 100%;
    font-size: 0;
  }
}
@media screen and (max-width: 680px) {
  .tab {
    gap: 2.6666666667vw;
  }
  .tab li {
    width: 28vw;
  }
  .contact_form {
    position: relative;
    margin-top: -1.3333333333vw;
  }
  .contact_form_inner {
    padding: 10.6666666667vw 4vw;
  }
  .contact_list {
    margin-top: 5.3333333333vw;
    gap: 4vw;
  }
  .contact_item_title {
    display: flex;
    align-items: center;
    gap: 2vw;
    font-size: 3.2vw;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
  }
  .req {
    font-size: 2.4vw;
    border-radius: 0.8vw;
    width: 12vw;
  }
  .req::before {
    width: calc(100% - 0.6666666667vw);
    height: calc(100% - 0.6666666667vw);
    border: 1px solid #fff;
    border-radius: 0.5333333333vw;
  }
  .contact_area input {
    background: #fff;
    border-radius: 0.5333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    display: block;
    width: 100%;
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
  .contact_area select {
    border-radius: 0.5333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-top: 1.3333333333vw;
    width: 40vw;
    font-size: 3.2vw;
  }
  .contact_area_select {
    font-size: 3.2vw;
  }
  .contact_area_select::before {
    content: "";
    display: inline-block;
    width: 2.1333333333vw;
    height: 1.3333333333vw;
    background-image: url(../images/icon/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 61%;
    right: 2vw;
    transform: translate(0, -50%);
  }
  .contact_area textarea {
    border-radius: 0.5333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-top: 1.3333333333vw;
    height: 40vw;
    font-size: 3.2vw;
  }
  .contact_check {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
  .contact_check a {
    margin-left: 1.3333333333vw;
  }
  .contact_submit {
    width: 65.3333333333vw;
    height: 13.3333333333vw;
    background-image: url(../images/contact/btn_sp.webp);
    margin: 6.6666666667vw auto 0;
  }
  .contact_submit input {
    width: 100%;
    height: 100%;
    font-size: 0;
  }
}
/* section1
***************************************************************/
.privacy_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

@media screen and (max-width: 1920px) {
  .privacy_text {
    font-size: 0.9375vw;
    line-height: 2.0833333333vw;
  }
}
@media screen and (max-width: 680px) {
  .privacy_text {
    font-size: 3.2vw;
    line-height: 8vw;
  }
}