@charset "UTF-8";
/*!
Theme Name: ff_wp_template
Theme URI: http://underscores.me/
Author: Firefly inc.
Author URI: https://fireflyinc.io
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ff_template
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ff_template is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 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;
  /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

* {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.03em;
}

::before,
::after {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: inherit;
}

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

body {
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

img.pdf_icon {
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

*:not(input):not(select):not(button):not(textarea):not(label):focus {
  outline: none;
}

select {
  height: 30px;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0 20px 0 5px;
  line-height: 1;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
button {
  -webkit-appearance: none;
}

input {
  padding: 0 6px;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type="button"],
input[type="submit"] {
  background-color: transparent;
  border: none;
}

button {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0 5px 0 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"],
select,
textarea {
  font-size: 100%;
}

input[type="text"]:focus,
textarea:focus {
  transition: 0.2s;
}

input[type="text"]:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

textarea {
  overflow: auto;
  resize: vertical;
}

label {
  display: inline-block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

ol {
  list-style-position: inside;
}

li {
  list-style-type: none;
}

address {
  font-style: normal;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
table,
thead,
tbody,
tfoot,
address {
  margin: 0;
  padding: 0;
}

input,
textarea,
table,
thead,
tbody,
tfoot,
address {
  text-align: left;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
form,
p {
  text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: normal;
}

figure {
  margin: 0;
}

body {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1;
  letter-spacing: 0.03em;
}

p,
a,
dt,
dd,
li,
th,
td {
  line-height: 1.5;
}

img {
  object-fit: cover;
}

.breadcrumb li {
  /**/
}

.button01 {
  /**/
}

.button02 {
  /**/
}

.pager li {
  /**/
}

header {
  padding-top: 60px;
  display: flex;
  width: 95%;
  margin: auto;
  justify-content: space-between;
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%, -50%);
  color: white;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    padding: 30px 20px;
    align-items: center;
  }
}

header .h_menu {
  display: flex;
  width: 547px;
  justify-content: space-between;
}

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

header .language {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  header .language {
    font-size: 11px;
  }
}

header .language .slish {
  padding-right: 10px;
  padding-left: 10px;
}

* .hamburger {
  position: absolute;
  right: 20px;
  top: 40px;
  width: 30px;
  height: 16px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  background-color: white;
  transition: all 0.5s;
}

.hamburger__line--2 {
  top: 10px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 0px;
}

.open .hamburger__line--2 {
  opacity: 0;
  transform: rotate(45deg);
  top: 0px;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 0px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  top: -100vh;
  /*ハンバーガーがクリックされる前はWindow上部に隠す*/
  left: 0;
  width: 100%;
  /* 出てくるスライドメニューの幅 */
  height: 100vh;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  display: grid;
  font-size: 38px;
  justify-content: stretch;
}

.sp-nav li {
  
}

.sp-nav .info {
  font-size: 10px;
  line-height: 1.5;
  align-items: end;
}

.sp-nav .info .rignt {
  padding-top: 30px;
  
}

/*ハンバーガーがクリックされたら上からスライド*/
.open .sp-nav {
  top: 0;
  padding: 140px 40px;
  background-color: #001c62;
}

.open .sp-nav ul {
  font-size: 35px;
  line-height: 60px;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

.sp_ff {
  
}

@media screen and (max-width: 768px) {
  .sp_ff {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #101010;
    color: white;
    padding-top: 75px;
    padding-bottom: 70px;
  }

  .sp_ff .row {
    font-family: "Noto Sans JP";
    font-size: 10px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
  }

  .sp_ff .bic_di {
    margin: auto;
    width: 1100px;
    justify-content: space-between;
  }
}

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

@media screen and (max-width: 768px) {
  .sp_ff .left_f {
    margin-bottom: 40px;
  }

  .sp_ff .left_f img {
    width: 176px;
    margin-bottom: 33px;
  }

  .sp_ff .right {
    text-align: right;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    width: 1100px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .sp_ff .right {
    text-align: center;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp_ff .right img {
    width: 176px;
    height: 37px;
  }

  .sp_ff .right .f_menu {
    width: 623px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
    flex-wrap: wrap;
  }

  .sp_ff .right .f_menu h2 {
    display: flex;
    min-width: 100px;
  }

  .sp_ff .right .f_menu h2::before {
    content: "・";
    font-size: 25px;
  }

  .sp_ff .right .f_menu h2 a {
    text-decoration: underline;
  }

  .sp_ff .right_text {
    justify-content: right;
    font-size: 10px;
    display: flex;
  }

  .sp_ff .right_text .policy {
    margin-bottom: 20px;
    display: inline;
  }
}

.pc_ff {
  font-family: "roc-grotesk, sans-serif";
  background-color: #101010;
  color: white;
  padding-top: 121px;
  padding-bottom: 108px;
}

@media screen and (max-width: 768px) {
  .pc_ff {
    padding-top: 72px;
    padding-bottom: 23px;
    display: none;
  }
}

.pc_ff .bic_di {
  margin: auto;
  width: 1100px;
  justify-content: space-between;
}

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

.pc_ff .left img {
  width: 300px;
  height: 64px;
  margin-bottom: 33px;
}

.pc_ff .right {
  text-align: right;
  font-size: 14px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  width: 1100px;
}

@media screen and (max-width: 768px) {
  .pc_ff .right {
    text-align: center;
    width: 100%;
    display: block;
  }
}

.pc_ff .right img {
  width: 176px;
  height: 37px;
}

.pc_ff .right .f_menu {
  width: 623px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 108px;
}

@media screen and (max-width: 768px) {
  .pc_ff .right .f_menu {
    display: none;
  }
}

.pc_ff .right .f_menu h2 {
  display: flex;
}

.pc_ff .right .f_menu h2::before {
  content: "・";
  font-size: 25px;
}

.pc_ff .right_text {
  justify-content: space-between;
  font-size: 12px;
  row-gap: 20px;
  display: flex;
}

.pc_ff .right_text .policy {
  margin-bottom: 20px;
  display: inline;
}

/*=== 9 /*=== 9-1-2 丸が動いてスクロールを促す ====*/
.news-list li {
  /**/
}

.slide-menu {
  /**/
}

p {
  font-size: vw(20px);
}

@media screen and (max-width: 768px) {
  p {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  p {
    font-size: 12px;
  }
}

.more {
  align-items: center;
  display: flex;
  font-size: 15px;
  border-radius: 60px;
  margin-top: 52px;
  justify-content: center;
  width: 171px;
  height: 54px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  transition: box-shadow 0.5s, color 0.3s;
  z-index: 10;
}

.more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background-color: white;
  border-radius: 60px;
  opacity: 0.6;
  z-index: -1;
  transition: left 0.5s;
}

.more:hover::before {
  left: 0;
}

.more svg {
  margin-right: 8px;
}

.more:hover {
  color: black !important;
  /* ホバー時の文字色を変更 */
}

#morenn:hover {
  color: white !important;
  /* ホバー時の文字色を変更 */
}
#morenn:hover circle {
  fill: white !important; /* ホバー時のカラーをここに指定してください */
}
.more:hover circle {
  fill: black !important; /* ホバー時のカラーをここに指定してください */
}
.moren::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background-color: black;
  border-radius: 60px;
  opacity: 0.6;
  z-index: -1;
  transition: left 0.5s;
}

.moren:hover::before {
  left: 0;
}
/* 通常のスタイル */
.mores::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background-color: slategrey;
  border-radius: 60px;
  opacity: 0.6;
  z-index: -1;
  transition: left 0.5s;
}

/* ホバー時とタッチ時のスタイル */
.mores:hover::before,
.mores:active::before {
  color: black;
  left: 0;
}

.mores svg {
  margin-right: 8px;
}

/* ホバー時とタッチ時のスタイル */
.mores:hover,
.mores:active {
  color: black;
  /* ホバー時とタッチ時の文字色を変更 */
}

.service {
  transition: background-color 0.5s ease;
  /* 背景色の変化にアニメーションを追加 */
}

.news {
  background-color: #c9c9c9;
  /* 初期の背景色 */
  transition: background-color 0.5s ease;
  /* 背景色の変化にアニメーションを追加 */
}

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

@media screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}

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

.mores {
  
}

.more {
  
}
.en-b .jp {
  display: none !important;
}
.jp-b .en {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 1024px) {
  .privacy:hover {
    color: rgba(255, 255, 255, 1);
  }
}
.privacy span {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.6);
}

.sp_ff {
  
}

@media screen and (max-width: 768px) {
  .sp_ff {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #101010;
    color: white;
    padding-top: 75px;
    padding-bottom: 70px;
  }
  .sp_ff .f_bottom {
    text-align: right;
    column-gap: 30px;
    display: grid;
    row-gap: 5px;
  }

  .sp_ff .bic_di {
    margin: auto;
    width: 1100px;
    justify-content: space-between;
  }
}

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

@media screen and (max-width: 768px) {
  .sp_ff .left_f {
    margin-bottom: 40px;
  }
  .sp_ff .left_f img {
    width: 176px;
    margin-bottom: 33px;
  }
  .sp_ff .right {
    text-align: right;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    width: 1100px;
  }
}
.f_menu h2:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .sp_ff .right {
    text-align: center;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp_ff .right img {
    width: 176px;
    height: 37px;
  }
  .sp_ff .right .f_menu {
    width: 623px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
    flex-wrap: wrap;
  }
  .sp_ff .right .f_menu h2 {
    display: flex;
    min-width: 100px;
  }
  .sp_ff .right .f_menu h2::before {
    content: "・";
    font-size: 25px;
  }
  .sp_ff .right .f_menu h2 a {
    text-decoration: underline;
  }
  .sp_ff .right_text {
    justify-content: right;
    font-size: 10px;
    display: flex;
  }

  element.style {
  }
  .sp_ff .right_text #PRIVACY_POLICY {
    line-height: 26px;
    margin-top: -7px;
    text-align: right;
    
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
  }
}

.pc_ff {
  
  background-color: #101010;
  color: white;
}

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

.pc_ff .f_bottom {
  display: grid;
  text-align: right;
}

.pc_ff .row {
  font-family: "Noto Sans JP";
  font-size: 10px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.6);
}

.pc_ff .bic_di {
  margin: auto;
  width: 1100px;
  justify-content: space-between;
}

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

.pc_ff .left img {
  width: 300px;
  height: 64px;
  margin-bottom: 33px;
}

.pc_ff .right {
  text-align: right;
  font-size: 14px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  width: 1100px;
  height: 90px;
}

@media screen and (max-width: 768px) {
  .pc_ff .right {
    text-align: center;
    width: 100%;
    display: block;
  }
}

.pc_ff .right img {
  width: 300.436px;
  height: 64.061px;
}

.pc_ff .right .f_menu {
  width: 623px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 108px;
}

@media screen and (max-width: 768px) {
  .pc_ff .right .f_menu {
    display: none;
  }
}

.pc_ff .right .f_menu h2 {
  display: flex;
}

.pc_ff .right .f_menu h2::before {
  content: "・";
  font-size: 25px;
}

.pc_ff .right_text {
  justify-content: space-between;
  font-size: 12px;
  row-gap: 20px;
  display: flex;
}

.pc_ff .right_text .policy {
  margin-bottom: 20px;
  display: inline;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
