/*! destyle.css v4.0.1 | 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;
  min-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 {
  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] {
  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 */
  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;
  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;
}

/* --------------------------------------
   common
---------------------------------------*/
body {
  padding-top: 77px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}


@media screen and (max-width: 1280px) {
  body {
    padding-top: 53px;
  }
}

.layout_section {
  width: 100%;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.layout_section[data-color="gray"] {
  background: #F6F8FA;
}

@media screen and (max-width: 768px) {
  .layout_section {
    padding: 40px 20px;
  }
}

.layout_section_inner {
  max-width: 1222px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .layout_section_inner {
    gap: 24px;
  }
  .layout_section_inner[data-gap="40"] {
    gap: 40px;
  }
}

.layout_section_head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .layout_section_head {
    gap: 4px;
  }
}

.layout_section_head_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #022443;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .layout_section_head_title {
    font-size: 24px;
  }
}

.layout_section_head_title_sub {
  color: #8C790E;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .layout_section_head_title_sub {
    font-size: 16px;
  }
}

.layout_section_head_lead {
  color: #6C6D6F;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .layout_section_head_lead {
    font-size: 14px;
  }
}

.sp-only {
  display: none;
}

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

  .sp-only {
    display: block;
  }
}

/* --------------------------------------
   header
---------------------------------------*/
.header {
  width: 100%;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}

@media screen and (max-width: 1280px) {
  .header {
    height: 54px;
    padding: 4px 4px 4px 10px;
    flex-wrap: wrap;
    gap: 7px;
  }
  .header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
  }
}

.header_logo {
  width: 178px;
  height: 48px;
}

@media screen and (max-width: 1280px) {
  .header_logo {
    width: 128px;
    height: 25px;
    order: 1;
    position: relative;
    z-index: 11;
  }
}

.header_logo_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header_logo_image {
  width: 100%;
  height: auto;
}

.header_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
}

@media screen and (max-width: 1280px) {
  .header_menu {
    position: fixed;
    top: -400px;
    left: 0;
    z-index: 0;
    margin: 0;
    width: 100%;
    flex-direction: column;
    order: 4;
    transition: all 0.3s;
    background: #fff;
  }

  .header_menu.is-open {
    top: 54px;
  }
}

.header_menu_list {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 1280px) {
  .header_menu_list {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}

.header_menu_item {
  display: flex;
  height: 40px;
}

@media screen and (max-width: 1280px) {
  .header_menu_item {
    width: 100%;
    height: 56px;
    padding: 0;
    border-top: 1px solid #DDE3EA;
  }
  .header_menu_item:has(.tel_link) {
    height: 72px;
  }
}

.header_menu_link {
  display: flex;
  padding: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.4s;
}

.header_menu_link:hover {
  color: #7a690c;
}

@media screen and (max-width: 1280px) {
  .header_menu_link {
    width: 100%;
    padding: 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 21.6;
  }
}

.tel_link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
}

@media screen and (max-width: 1280px) {
  .tel_link {
    padding: 24px;
    height: 72px;
    justify-content: center;
    overflow: hidden;
  }
}

.tel_link::before {
  content: '';
  width: 32px;
  height: 32px;
  background-image: url(../img/icon_phone_black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header_form {
  width: 194px;
  height: 44px;
}

@media screen and (max-width: 1280px) {
  .header_form {
    margin-left: auto;
    width: 142px;
    height: 34px;
    position: relative;
    z-index: 11;
    order: 2;
  }
}

.header_form_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  border-radius: 4px;
  background: #8C790E;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: 0.4s;
}

.header_form_button:hover {
  background: #7a690c;
}

@media screen and (max-width: 1280px) {
  .header_form_button {
    font-size: 14px;
    white-space: nowrap;
  }
}

.header_sp_menu_button {
  display: none;
}

@media screen and (max-width: 1280px) {
  .header_sp_menu_button {
    display: flex;
    padding: 5px 0 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 49px;
    height: 44px;
    position: relative;
    z-index: 11;
    order: 3;
    cursor: pointer;
  }

  .header_sp_menu_button_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 17px;
    background-image: url(../img/icon_menu_open.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .header_sp_menu_button_icon.is-open {
    background-image: url(../img/icon_menu_close.svg);
  }

  .header_sp_menu_text {
    color: #022443;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7;
  }
}

/* --------------------------------------
   mv
---------------------------------------*/
.mv {
  width: 100%;
  background-image: url(../img/bg_mv.webp);
  background-position: 0 0;
  background-size: 20px 16x;
  background-repeat: repeat;
}

.mv_inner {
  padding: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background-image: url(../img/bg_mv_top.webp);
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .mv_inner {
    padding: 40px 16px 24px;
    gap: 16px;
    background-image: url(../img/bg_mv_top_sp.webp);
  }
}

.mv_title {
  padding: 11px 82px 0;
  display: flex;
  align-items: center;
}

.mv_title::before {
  display: inline-block;
  content: '';
  width: 78px;
  height: 123px;
  background-image: url(../img/mv_title_left.webp);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.mv_title::after {
  display: inline-block;
  content: '';
  width: 78px;
  height: 123px;
  background-image: url(../img/mv_title_right.webp);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .mv_title {
    padding: 0;
  }

  .mv_title::before {
    width: 47px;
    height: 78px;
    background-image: url(../img/mv_title_left_sp.webp);
    flex-shrink: 0;
  }

  .mv_title::after {
    width: 47px;
    height: 78px;
    background-image: url(../img/mv_title_right_sp.webp);
    flex-shrink: 0;
  }
}

.mv_title_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 5px #022443;
  font-family: "Noto Serif JP";
  font-size: 46px;
  font-weight: 900;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .mv_title_inner {
    text-shadow: 0 0 3px #022443;
    font-size: 31px;
    gap: 4px;
  }
}

.mv_title_sub {
  font-size: 31px;
  display: block;
}

@media screen and (max-width: 768px) {
  .mv_title_sub {
    font-size: 21px;
  }
}

.mv_bonus {
  max-width: 1222px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .mv_bonus {
    flex-direction: column;
    gap: 8px;
  }
}

.mv_bonus_item {
  padding: 24px 30px;
  width: calc((100% - 32px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(0, 0, 0, 0.00);
  background: #F4F2E7;
  box-shadow: 0 6px 18px 0 rgba(2, 36, 67, 0.09);
}

@media screen and (max-width: 768px) {
  .mv_bonus_item {
    padding: 16px;
    width: 100%;
    gap: 8px;
  }
}

.mv_bonus_item_catch {
  width: 258px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/bg_mv_catch.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .mv_bonus_item_catch {
    width: 240px;
    height: 37px;
    background-image: url(../img/bg_mv_catch_sp.webp);
    font-size: 16px;
  }
}

.mv_bonus_item_catch_number {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .mv_bonus_item_catch_number {
    font-size: 20px;
  }
}

.mv_bonus_item_heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px){
  .mv_bonus_item_heading {
    flex-direction: column;
    gap: 16px;
  }
}

.mv_bonus_item_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .mv_bonus_item_title {
    flex-direction: row;
    align-items: baseline;
  }
}

.mv_bonus_item_title_sub {
  color: #022443;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .mv_bonus_item_title_sub {
    font-size: 20px;
  }
}

.mv_bonus_item_title_main {
  font-family: "Noto Serif JP";
  font-size: 50px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.0032em;
  background: linear-gradient(0deg, var(--Yellow-yellow-70, #544908) 6.82%, var(--Yellow-yellow-50, #8C790E) 81.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .mv_bonus_item_title_main {
    font-size: 40px;
  }
}

.mv_bonus_item_title_main_unit {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .mv_bonus_item_title_main_unit {
    font-size: 20px;
  }
}

.mv_bonus_item_picture01 {
  width: 155px;
  flex-shrink: 1;
}

@media screen and (max-width: 768px) {
  .mv_bonus_item_picture01 {
    width: 100%;
    flex-shrink: 0;
  }
}

.mv_bonus_item_picture02 {
  width: 240px;
  flex-shrink: 1;
}

@media screen and (max-width: 768px) {
  .mv_bonus_item_picture02 {
    width: 100%;
    flex-shrink: 0;
  }
}

.mv_bonus_item_image {
  width: 100%;
  height: auto;
}

.mv_bonus_item_lead {
  width: 100%;
  align-self: start;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .mv_bonus_item_lead {
    font-size: 16px;
  }
}

.mv_bonus_item_notice {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2; /* 14.4px */
  letter-spacing: 0.013em;
}

.mv_bonus_item_notice_icon {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.013em;
}

.mv_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.mv_content_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.mv_content_title::before {
  content: '';
  width: 150px;
  height: 2px;
  background: #BAAF6E;
}

.mv_content_title::after {
  content: '';
  width: 150px;
  height: 2px;
  background: #BAAF6E;
}

@media screen and (max-width: 768px) {
  .mv_content_title {
    width: 100%;
    padding: 0 5px;
    font-size: 20px;
  }

  .mv_content_title::before {
    width: auto;
    max-width: 150px;
    flex-grow: 1;
  }

  .mv_content_title::after {
    width: auto;
    max-width: 150px;
    flex-grow: 1;
  }
}

.mv_content_text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .mv_content_text {
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
}

.mv_content_notice {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.013em;
}

@media screen and (max-width: 768px) {
  .mv_content_notice {
    align-items: flex-start;
  }
}

.mv_link {
  max-width: 1222px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .mv_link {
    flex-direction: column;
    gap: 16px;
  }
}

.mv_link_button {
  width: calc((100% - 32px) / 2);
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #8C790E;
  transition: 0.4s;
}

.mv_link_button:hover {
  background: #7a690c;
}

@media screen and (max-width: 768px) {
  .mv_link_button {
    width: 100%;
    height: 47px;
  }
}

.mv_link_button[data-color="gray"] {
  background: #677C8E;
}

.mv_link_button[data-color="gray"]:hover {
  background: #022443
}

.mv_link_button_text {
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .mv_link_button_text {
    font-size: 16px;
  }
}

.mv_link_button_text::after {
  content: url(../img/icon_arrow.svg);
  display: inline-block;
}

.mv_trust {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  background: #F5F6F7;
}

@media screen and (max-width: 768px) {
  .mv_trust {
    padding: 16px 20px;
  }
}

.mv_trust_list {
  margin: 0 auto;
  max-width: 1222px;
  width: 100%;
  height: 59px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .mv_trust_list {
    height: auto;
    flex-direction: column;
  }
}

.mv_trust_list_item {
  width: calc((100% - 2px) / 3);
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F6F7;
  gap: 8px;
  border-right: 1px solid #9DA0A4;
}

.mv_trust_list_item:last-child {
  border: none;
}

@media screen and (max-width: 768px) {
  .mv_trust_list_item {
    padding: 4px 16px;
    width: 100%;
    justify-content: flex-start;
    border-right: none;
    border-bottom: 1px solid #9DA0A4;
  }
}

.mv_trust_list_item::before {
  width: 32px;
  height: 32px;
  display: block;
  content: "";
  background-image: url(../img/icon_trust_check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .mv_trust_list_item::before {
    width: 24px;
    height: 24px;
  }
}

.mv_trust_list_item_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .mv_trust_list_item_inner {
    flex-direction: row;
    gap: 8px;
    font-size: 16px;
  }
}

.mv_trust_list_item_notice {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .mv_trust_list_item_notice {
    font-size: 14px;
  }
}

/* --------------------------------------
   overview
---------------------------------------*/
.overview_content {
  margin: 0 auto;
  max-width: 1184px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .overview_content {
    flex-direction: column;
    gap: 32px;
  }
}

.overview_content_item {
  width: calc((100% - 16px) / 2);
}

@media screen and (max-width: 768px) {
  .overview_content_item {
    width: 100%;
  }
}


.overview_content_item_title {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #022443;
  position: relative;
}

@media screen and (max-width: 768px) {
  .overview_content_item_title {
    padding: 24px 24px 16px;
  }
}

.overview_content_item_title_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 39px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-image: url(../img/bg_overview_catch.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.overview_content_item_title_inner {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.overview_content_item_title_number {
  font-size: 38px;
}

.overview_content_item_title_small {
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .overview_content_item_title_small {
    font-size: 18px;
  }
  .overview_content_item_title_middle {
    font-size: 28px;
  }
  .overview_content_item_title_large {
    font-size: 38px;
  }
}

.overview_content_item_content {
  padding: 24px;
  width: 100%;
  height: calc(100% - 123px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border: 2px solid #022443;
  background: #F4F2E7;
}

@media screen and (max-width: 768px) {
  .overview_content_item_content {
    padding: 24px 16px;
    height: auto;
  }
}

.overview_content_item_picture {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .overview_content_item_picture {
    height: auto;
  }
}

.overview_content_item_image {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .overview_content_item_image {
    width: 100%;
    height: auto;
  }
}

.overview_content_item_lead {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .overview_content_item_lead {
    font-size: 16px;
  }
}

.overview_content_item_notice {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #677C8E;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.013em;
}

/* --------------------------------------
   introduce
---------------------------------------*/
.introduce_content {
  margin: 0 auto;
  max-width: 1184px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .introduce_content {
    flex-direction: column;
  }
}

.introduce_content_item {
  width: calc((100% - 32px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #CAD0D7;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .introduce_content_item {
    width: 100%;
  }
}

.introduce_content_item_picture {
  width: 100%;
}

.introduce_content_item_image {
  width: 100%;
  height: auto;
}

.introduce_content_item_text_wrap {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .introduce_content_item_text_wrap {
    padding: 16px 24px;
  }
}

.introduce_content_item_title {
  width: 100%;
  color: #022443;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.introduce_content_item_text {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}

/* --------------------------------------
   flow
---------------------------------------*/
.flow_content {
  margin: 0 auto;
  max-width: 1184px;
  width: 100%;
}

.flow_content_list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .flow_content_list {
    flex-direction: column;
  }
}

.flow_content_item {
  width: calc((100% - 60px) / 4);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border: 1px solid #CAD0D7;
  background: #FFF;
  position: relative;
}

.flow_content_item::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 20px;
  height: 34px;
  background-image: url(../img/flow_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.flow_content_item:last-child::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .flow_content_item {
    width: 100%;
  }

  .flow_content_item::after {
    top: auto;
    bottom: -20px;
    transform: translateX(50%);
    right: 50%;
    width: 34px;
    height: 20px;
    background-image: url(../img/flow_arrow_sp.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.flow_content_item_step {
  width: 66px;
  height: 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #8C790E;
  position: absolute;
  top: -13px;
  left: -11px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.flow_content_item_step_number {
  font-size: 28px;
  line-height: 1;
}

.flow_content_item_picture {
  width: 100px;
  height: 100px;
}

.flow_content_item_image {
  width: 100%;
  height: auto;
}

.flow_content_item_title {
  color: #022443;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.flow_content_item_text {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}

/* --------------------------------------
   cta
---------------------------------------*/
.cta {
  padding: 40px 16px;
  width: 100%;
  background-image: url(../img/bg_cta.webp), linear-gradient(264deg, #F4F2E7 48.57%, #DDD7B7 100.01%);
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .cta {
    gap: 40px 16px;
    background-image: url(../img/bg_cta_sp.webp), linear-gradient(189deg, #F4F2E7 11.82%, #DDD7B7 97.84%);
  }
}

.cta_inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta_head_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #011628;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.cta_head_title::before {
  display: block;
  width: 16px;
  height: 23px;
  content: url(../img/cta_sub_left.svg);
}

.cta_head_title::after {
  display: block;
  width: 16px;
  height: 23px;
  content: url(../img/cta_sub_right.svg);
}

@media screen and (max-width: 768px) {
  .cta_head_title {
    font-size: 16px;
    gap: 8px;
  }
}

.cta_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.cta_content_catch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.cta_content_catch::before {
  display: block;
  width: 74px;
  height: 123px;
  content: "";
  background-image: url(../img/cta_title_left.webp);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta_content_catch::after {
  display: block;
  width: 74px;
  height: 123px;
  content: "";
  background-image: url(../img/cta_title_right.webp);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .cta_content_catch::before {
    display: none;
  }

  .cta_content_catch::after {
    display: none;
  }
}

.cta_content_catch_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  .cta_content_catch_inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.cta_content_catch_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #011628;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .cta_content_catch_title {
    font-size: 30px;
  }
}

.cta_content_catch_sub {
  color: #011628;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .cta_content_catch_sub {
    font-size: 16px;
  }
}

.cta_content_catch_gold {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(0deg, #544908 6.82%, #8C790E 81.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .cta_content_catch_gold {
    font-size: 30px;
  }
}

.cta_content_catch_gold_small {
  font-size: 20px;
}

.cta_content_catch_gold_middle {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .cta_content_catch_gold_middle {
    font-size: 26px;
  }
}

.cta_content_bottom_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 64px;
  border-radius: 4px;
  background: #8C790E;
  transition: 0.4s;
}

.cta_content_bottom_button:hover {
  background: #7a690c;
}

@media screen and (max-width: 768px) {
  .cta_content_bottom_button {
    width: 100%;
    height: 47px;
  }
}

.cta_content_bottom_button_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .cta_content_bottom_button_inner {
    font-size: 16px;
  }
}

.cta_content_bottom_button_inner::after {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../img/icon_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta_content_bottom_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 36px;
  padding-bottom: 16px;
  border-bottom: 1px solid #022443;
}

.cta_content_bottom_link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .cta_content_bottom_link {
    width: fit-content;
  }
}

.cta_content_bottom_link_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #022443;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .cta_content_bottom_link_inner {
    font-size: 16px;
  }
}

.cta_content_bottom_link_inner::after {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../img/cta_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* --------------------------------------
   target
---------------------------------------*/
.target_content {
  margin: 0 auto;
  max-width: 1184px;
  width: 100%;
  border-top: 1px solid #CAD0D7;
}

.target_content_table {
  background: #fff;
}

.target_content_table_row {
  width: 100%;
  display: flex;
  border-right: 1px solid #CAD0D7;
  border-bottom: 1px solid #CAD0D7;
  border-left: 1px solid #CAD0D7;
}

@media screen and (max-width: 768px) {
  .target_content_table_row {
    flex-direction: column;
  }
}

.target_content_ltable_heading {
  width: 201px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  background: #022443;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .target_content_ltable_heading {
    padding: 16px 0;
    width: 100%;
  }
}

.target_content_table_content {
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 24px;
  color: #022443;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .target_content_table_content {
    padding: 16px;
    gap: 16px;
  }
}

.target_content_table_content[data-layout="column"] {
  flex-direction: column;
  align-items: flex-start;
}


.target_content_table_content_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #022443;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .target_content_table_content_item {
    gap: 4px;
  }
}

.target_content_table_content_item::before {
  content: "✓";
  color: #8C790E;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.009em;
}

.target_content_table_content_list_item {
  list-style-type: disc;
  margin-left: 1.5em;
}

.target_content_table_content_text {
  color: #677C8E;
  font-size: 16px;
  line-height: 1.5;
}

.target_content_table_content_text_link {
  color: #022443;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.4s;
}

.target_content_table_content_text_link:hover {
  opacity: 0.6;
}

/* --------------------------------------
   regulations
---------------------------------------*/
.regulations_content {
  margin: 0 auto;
  max-width: 1184px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .regulations_content {
    gap: 24px;
  }
}

.regulations_content_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  counter-reset: regulation-counter;
}

.regulations_content_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 22px 24px;
  width: 100%;
  gap: 24px;
  border: 1px solid #CAD0D7;
  counter-increment: regulation-counter;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .regulations_content_item {
    flex-direction: column;
    padding: 22px 16px;
    gap: 8px;
  }
}

.regulations_content_item::before {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #022443;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  content: counter(regulation-counter);
  flex-shrink: 0;
}

.regulations_content_notice {
  width: 100%;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #CAD0D7;
  background: #F5F6F7;
}

@media screen and (max-width: 768px) {
  .regulations_content_notice {
    padding: 16px;
    align-items: center;
  }
}

.regulations_content_notice_title {
  color: #022443;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.regulations_content_notice_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.regulations_content_notice_item {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.regulations_content_notice_item::before {
  display: inline-block;
  content:"・";
  width: 1em;
  text-align: center;
  flex-shrink: 0;
}

/* --------------------------------------
   information
---------------------------------------*/
.information_content {
  margin: 0 auto;
  max-width: 1184px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .information_content {
    flex-direction: column;
    gap: 32px;
  }
}

.information_content_row {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .information_content_row {
    flex-direction: column;
  }
}

.information_content_item {
  width: calc((100% - 16px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #022443;
  background: #F4F2E7;
}

@media screen and (max-width: 768px) {
  .information_content_item {
    width: 100%;
  }
}

.information_content_item_title {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  background: #022443;
}

@media screen and (max-width: 768px) {
  .information_content_item_title {
    padding: 16px 24px;
    flex-direction: column;
    font-size: 20px;
  }
}

.information_content_item_title_sub {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .information_content_item_title_sub {
    font-size: 16px;
  }
}

.information_content_item_content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .information_content_item_content {
    padding: 24px 16px;
  }
}

.information_content_item_picture {
  width: 209px;
}

@media screen and (max-width: 768px) {
  .information_content_item_picture {
    width: 100%;
  }
}

.information_content_item_image {
  width: 100%;
  height: auto;
}

.information_content_item_text {
  font-size: 18px;
  line-height: 1.5;
}

.information_content_item_notice {
  display: flex;
  gap: 8px;
  color: #677C8E;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.013em;
}

.information_content_item_notice::before {
  content: "※";
}

.information_content_notice {
  width: 100%;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #CAD0D7;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .information_content_notice {
    padding: 16px;
    align-items: center;
  }
}

.information_content_notice_title {
  color: #022443;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.information_content_notice_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.information_content_notice_item {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.information_content_notice_item::before {
  display: inline-block;
  content:"・";
  width: 1em;
  text-align: center;
  flex-shrink: 0;
}

/* --------------------------------------
   faq
---------------------------------------*/
.faq_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #CAD0D7;
}

.faq_accordion {
  width: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-bottom: 1px solid #CAD0D7;
  transition: gap 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .faq_accordion {
    padding: 16px 8px;
    align-items: center;
  }
}

.faq_accordion[open] {
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .faq_accordion[open] {
    gap: 16px;
  }
}

.faq_accordion_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq_accordion_header::-webkit-details-marker {
  display: none;
}

.faq_accordion_title {
  height: 40px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .faq_accordion_title {
    height: auto;
    font-size: 16px;
  }
}

.faq_accordion_title_icon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8C790E;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .faq_accordion_title_icon {
    width: 27px;
    height: 27px;
    font-size: 24px;
  }
}

.faq_accordion_status_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon_accordion_close.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.faq_accordion[open] .faq_accordion_status_icon {
  background-image: url(../img/icon_accordion_open.svg);
}

@media screen and (max-width: 768px) {
  .faq_accordion_status_icon,
  .faq_accordion[open] .faq_accordion_status_icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
}

.faq_accordion_content {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}

.faq_accordion[open] .faq_accordion_content {
  grid-template-rows: 1fr;
}

.faq_accordion_text {
  width: 100%;
  height: 40px;
  display: flex;
  padding-left: 40px;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .faq_accordion_text {
    padding-left: 35px;
    height: auto;
  }
}

/* --------------------------------------
   footer
---------------------------------------*/
.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_contact {
  width: 100%;
  padding: 56px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(255, 255, 255, 0.06) 0.14%, rgba(0, 0, 0, 0.00) 0.14%), #022443;
}

@media screen and (max-width: 768px) {
  .footer_contact {
    padding: 40px 20px;
  }
}

.footer_contact_head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .footer_contact_head {
    gap: 16px;
  }
}

.footer_contact_title {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .footer_contact_title {
    font-size: 20px;
  }
}

.footer_contact_lead {
  width: 100%;
  color: #C2D2E0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.footer_contact_button {
  display: flex;
  height: 64px;
  max-width: 400px;
  width: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #8C790E;
  transition: 0.4s;
}

.footer_contact_button:hover {
  background: #7a690c;
}

@media screen and (max-width: 768px) {
  .footer_contact_button {
    height: 47px;
  }
}

.footer_contact_button_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .footer_contact_button_inner {
    font-size: 18px;
  }
}

.footer_contact_button_inner::after {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../img/icon_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer_contact_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .footer_contact_tel {
    flex-direction: column;
    gap: 16px;
  }
}

.footer_contact_tel_title {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.footer_contact_tel_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_contact_tel_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: 0.4s;
}

.footer_contact_tel_content:hover {
  opacity: 0.6;
}

.footer_contact_tel_link {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.footer_contact_tel_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
}

.footer_contact_tel_number {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.footer_contact_tel_free {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.footer_contact_tel_notice {
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}

.footer_company {
  width: 100%;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #011628;
}

@media screen and (max-width: 768px) {
  .footer_company {
    padding: 16px 24px;
  }
}

.footer_company_logo_wrap {
  width: 146px;
  height: 28px;
}

.footer_company_logo {
  width: 100%;
  height: auto;
}

.footer_company_privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .footer_company_privacy {
    width: 100%;
    flex-direction: column;
  }
}

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

@media screen and (max-width: 768px) {
  .footer_company_privacy_content {
    align-items: flex-start;
  }
}

.footer_company_privacy_icon_wrap {
  width: 58px;
  height: 60px;
  flex-shrink: 0;
}

.footer_company_privacy_icon {
  width: 100%;
  height: auto;
}

.footer_company_privacy_text {
  color: #FFF;
  font-size: 12px;
  line-height: 1.1;
}

.footer_company_privacy_text_link {
  color: #FFF;
  font-size: 12px;
  line-height: 1.1;
  text-decoration: underline;
  transition: 0.4s;
}

.footer_company_privacy_text_link:hover {
  opacity: 0.6;
}

.footer_company_info_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer_company_info_item {
  color: #FFF;
  font-size: 12px;
  line-height: 1.1;
}

.footer_copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 23px;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.013em;
}

