@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/* Webフォント */
._roboto {
  font-family: "Roboto", sans-serif;
}

/* =============================================
- Animation
================================================ */
._fade_animation {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
._fade_animation._on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.fv_product_img {
  -webkit-transition: 0.3s ease-in-out 0.2s;
  transition: 0.3s ease-in-out 0.2s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}
.fv_product_img._on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.fv_message_img {
  -webkit-transition: 0.3s ease-in-out 0.4s;
  transition: 0.3s ease-in-out 0.4s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}
.fv_message_img._on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

/* ======================================================
/* components
========================================================= */
/* ======================================================
/* blocks
========================================================= */
/* ======================================================
/* common
========================================================= */
/* ======================================================
	title
========================================================= */
.section_title {
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.section_title ._en {
  font-size: 1.2rem;
  letter-spacing: 0.22em;
  line-height: 1;
  color: #008231;
}
@media screen and (min-width: 768px) {
  .section_title ._en {
    font-size: 2.2rem;
  }
}
.section_title ._ja {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .section_title ._ja {
    font-size: 3.8rem;
    margin-top: 22px;
  }
}

/* ======================================================
	block
========================================================= */
.tel_text {
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.tel_text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
}
.tel_text span {
  display: block;
  font-weight: normal;
  letter-spacing: 0;
}
.tel_text._green {
  padding-left: 46px;
  font-size: 2.4rem;
  color: #008231;
}
@media screen and (min-width: 768px) {
  .tel_text._green {
    padding-left: 58px;
    font-size: 2.8rem;
  }
}
.tel_text._green::after {
  width: 32px;
  height: 32px;
  background-image: url(../img/common/icon_tel_green.png);
}
@media screen and (min-width: 768px) {
  .tel_text._green::after {
    width: 36px;
    height: 36px;
  }
}
.tel_text._green span {
  font-size: 1rem;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .tel_text._green span {
    font-size: 1.1rem;
  }
}
.tel_text._white {
  padding-left: 56px;
  font-size: 3rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tel_text._white {
    padding-left: 52px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 980px) {
  .tel_text._white {
    padding-left: 58px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1223px) {
  .tel_text._white {
    padding-left: 62px;
    font-size: 3.5rem;
  }
}
.tel_text._white::after {
  width: 36px;
  height: 36px;
  background-image: url(../img/common/icon_tel_white.png);
}
@media screen and (min-width: 768px) {
  .tel_text._white::after {
    width: 38px;
    height: 38px;
  }
}
@media screen and (min-width: 980px) {
  .tel_text._white::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1223px) {
  .tel_text._white::after {
    width: 46px;
    height: 46px;
  }
}
.tel_text._white span {
  font-size: 1.1rem;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .tel_text._white span {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 980px) {
  .tel_text._white span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1223px) {
  .tel_text._white span {
    font-size: 1.3rem;
  }
}

.related_sites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .related_sites {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.related_sites .related_site {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #404040;
  padding: 0 25px 2px 9px;
}
@media screen and (min-width: 768px) {
  .related_sites .related_site {
    padding: 0 30px 4px 12px;
  }
}
.related_sites .related_site span {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .related_sites .related_site span {
    font-size: 1.4rem;
  }
}
.related_sites .related_site span::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon_external_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .related_sites .related_site span::after {
    right: -30px;
  }
}
.related_sites._footer {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
@media screen and (min-width: 768px) {
  .related_sites._footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.related_sites._footer .related_site {
  padding: 0px 25px 2px 9px;
}
@media screen and (min-width: 768px) {
  .related_sites._footer .related_site {
    padding: 0 40px 4px 14px;
  }
}
.related_sites._footer .related_site + .related_site {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .related_sites._footer .related_site + .related_site {
    margin-top: unset;
  }
}

/* ======================================================
	reset
========================================================= */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #404040;
  font-size: 62.5%;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  overflow-x: hidden;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.64;
  letter-spacing: 0.1em;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
main {
  overflow: hidden;
}

#wrap, #wrapper {
  overflow: hidden;
}

section._has_padding_bottom {
  padding-bottom: 80px;
}
section:not(._non_side_padding) {
  padding-right: 5vw;
  padding-left: 5vw;
}
@media screen and (min-width: 768px) {
  section._has_padding_bottom {
    padding-bottom: 120px;
  }
}
p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

button:focus, button:focus-visible {
  outline: none;
}

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .spS {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* =============================================
- 404
================================================ */
/* ======================================================
	header
========================================================= */
/* ======================================================
	header
========================================================= */
@media screen and (min-width: 980px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding-top: clamp(12px, 1.2245vw, 34px);
    padding-right: clamp(90px, 7.5715vw + 10px, 106px);
    padding-left: min(66px, 4.714vw);
  }
}
#header .row {
  display: none;
}
@media screen and (min-width: 980px) {
  #header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  #header .h_logo {
    display: block;
    width: min(270px, 19.28572vw);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header .h_logo:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1250px) {
  #header .h_logo {
    width: 270px;
  }
}
#header #nav .h_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (min-width: 1250px) {
  #header #nav .h_link_list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#header #nav .h_link_item {
  font-size: clamp(1.2rem, 1.1428572vw, 1.6rem);
  font-weight: bold;
  line-height: 1;
  color: #404040;
}
@media screen and (min-width: 980px) {
  #header #nav .h_link_item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header #nav .h_link_item:hover {
    color: #008231;
  }
}
@media screen and (min-width: 1250px) {
  #header #nav .h_link_item {
    font-size: 1.6rem;
  }
}
#header #nav .h_link_item._green {
  color: #fff;
  background-color: #008231;
  padding: 0 38px;
  border-radius: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 53px;
  padding-bottom: 2px;
}
@media screen and (min-width: 980px) {
  #header #nav .h_link_item._green {
    height: clamp(44px, 4.57143vw, 64px);
    padding: 0px clamp(20px, 2.7143vw, 38px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header #nav .h_link_item._green:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1250px) {
  #header #nav .h_link_item._green {
    padding: 0 38px;
  }
}
#header #global_nav_btn {
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 102;
  width: 53px;
  height: 53px;
  background-color: #fff;
  border: 2px solid #CBCBCB;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  #header #global_nav_btn {
    top: clamp(12px, 1.2245vw, 34px);
    right: 30px;
    width: clamp(44px, 4.57143vw, 64px);
    height: clamp(44px, 4.57143vw, 64px);
  }
}
@media screen and (min-width: 980px) {
  #header #global_nav_btn {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header #global_nav_btn:hover {
    opacity: 0.8;
    border: 2px solid #008231;
  }
}
#header #global_nav_btn._open .border._middle {
  width: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#header #global_nav_btn._open .border._top {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.15s ease-in-out 0.2s;
  transition: 0.15s ease-in-out 0.2s;
}
#header #global_nav_btn._open .border._bottom {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.15s ease-in-out 0.2s;
  transition: 0.15s ease-in-out 0.2s;
}
#header .border_block {
  position: relative;
  width: 12px;
  height: 14px;
}
@media screen and (min-width: 980px) {
  #header .border_block {
    width: 11px;
    height: 11px;
  }
}
@media screen and (min-width: 1080px) {
  #header .border_block {
    width: 14px;
    height: 16px;
  }
}
#header .border_block .border {
  width: 100%;
  height: 2px;
  background-color: #008231;
  position: absolute;
}
#header .border_block .border._top {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#header .border_block .border._middle {
  top: 6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.2s ease-in-out 0.15s;
  transition: 0.2s ease-in-out 0.15s;
}
@media screen and (min-width: 980px) {
  #header .border_block .border._middle {
    top: 5px;
  }
}
@media screen and (min-width: 1080px) {
  #header .border_block .border._middle {
    top: 7px;
  }
}
#header .border_block .border._bottom {
  top: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
@media screen and (min-width: 980px) {
  #header .border_block .border._bottom {
    top: 10px;
  }
}
@media screen and (min-width: 1080px) {
  #header .border_block .border._bottom {
    top: 14px;
  }
}
#header #overlay {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  background-color: rgba(102, 102, 102, 0.6);
}
#header #drawer_menu {
  width: 87.466%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
@media screen and (max-width: 374px) {
  #header #drawer_menu {
    width: 92%;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu {
    width: 607px;
  }
}
#header #drawer_menu nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFF5;
  padding: 35px 25px;
  overflow: scroll;
}
@media screen and (max-width: 374px) {
  #header #drawer_menu nav {
    padding: 35px 20px;
  }
}
@media screen and (min-width: 500px) {
  #header #drawer_menu nav {
    padding: 50px 7vw;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu nav {
    padding: 50px 80px;
  }
}
#header #drawer_menu .drawer_logo {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  width: 54.66vw;
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .drawer_logo {
    width: 270px;
  }
}
#header #drawer_menu .h_link_list {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  row-gap: 15px;
}
@media screen and (max-width: 374px) {
  #header #drawer_menu .h_link_list {
    margin-top: 30px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 13px;
  }
}
@media screen and (min-width: 500px) {
  #header #drawer_menu .h_link_list {
    margin-top: 50px;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .h_link_list {
    margin-top: 50px;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
    row-gap: 20px;
  }
}
#header #drawer_menu .h_link:nth-child(odd) {
  width: 130px;
}
@media screen and (min-width: 500px) {
  #header #drawer_menu .h_link:nth-child(odd) {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .h_link:nth-child(odd) {
    width: 195px;
  }
}
#header #drawer_menu .h_link:nth-child(even) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#header #drawer_menu .h_link_item {
  color: #404040;
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}
@media screen and (min-width: 500px) {
  #header #drawer_menu .h_link_item {
    font-size: 1.6rem;
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .h_link_item {
    font-size: 1.7rem;
    padding-left: 24px;
  }
}
@media screen and (min-width: 980px) {
  #header #drawer_menu .h_link_item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header #drawer_menu .h_link_item:hover {
    color: #008231;
  }
}
#header #drawer_menu .h_link_item::after {
  content: "";
  width: 9px;
  height: 2px;
  background-color: #008231;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .h_link_item::after {
    width: 13px;
  }
}
#header #drawer_menu .h_link_item._external {
  position: relative;
}
#header #drawer_menu .h_link_item._external::before {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../img/common/icon_external_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 52%;
  right: -10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 500px) {
  #header #drawer_menu .h_link_item._external::before {
    width: 14px;
    height: 14px;
    right: -16px;
  }
}
#header #drawer_menu .h_link_btn_area {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  margin-top: 35px;
}
@media screen and (max-width: 374px) {
  #header #drawer_menu .h_link_btn_area {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .h_link_btn_area {
    margin-top: 45px;
  }
}
#header #drawer_menu .h_link_btn_area .h_link_btn {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 50px;
  padding: 13px 0 18px 0;
}
@media screen and (max-width: 374px) {
  #header #drawer_menu .h_link_btn_area .h_link_btn {
    font-size: 1.3rem;
    padding: 11px 0 16px 0;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .h_link_btn_area .h_link_btn {
    font-size: 1.9rem;
    padding: 16px 0 20px 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header #drawer_menu .h_link_btn_area .h_link_btn:hover {
    opacity: 0.7;
  }
}
#header #drawer_menu .h_link_btn_area .h_link_btn span {
  font-size: 1rem;
  line-height: 1;
  display: block;
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .h_link_btn_area .h_link_btn span {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
#header #drawer_menu .h_store_link .h_link_btn {
  position: relative;
  background-color: #FF7B58;
}
#header #drawer_menu .h_store_link .h_link_btn::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon_external_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .h_store_link .h_link_btn::after {
    width: 20px;
    height: 20px;
    right: 34px;
  }
}
#header #drawer_menu .h_contact_link {
  margin-top: 24px;
}
@media screen and (max-width: 374px) {
  #header #drawer_menu .h_contact_link {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .h_contact_link {
    margin-top: 26px;
  }
}
#header #drawer_menu .h_contact_link .h_contact_title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #008231;
  text-align: center;
}
@media screen and (max-width: 374px) {
  #header #drawer_menu .h_contact_link .h_contact_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .h_contact_link .h_contact_title {
    font-size: 2.2rem;
  }
}
#header #drawer_menu .h_contact_link .h_link_btn {
  margin-top: 10px;
  background-color: #008231;
}
@media screen and (max-width: 374px) {
  #header #drawer_menu .h_contact_link .h_link_btn {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .h_contact_link .h_link_btn {
    margin-top: 12px;
  }
}
#header #drawer_menu .h_contact_link .tel_text {
  display: block;
  margin-top: 11px;
}
@media screen and (max-width: 374px) {
  #header #drawer_menu .h_contact_link .tel_text {
    margin-top: 8px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .h_contact_link .tel_text {
    margin-top: 14px;
    font-size: 2.8rem;
  }
}
#header #drawer_menu .related_sites {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  margin-top: 40px;
}
@media screen and (max-width: 374px) {
  #header #drawer_menu .related_sites {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .related_sites {
    margin-top: 44px;
  }
}
#header #drawer_menu .related_sites .related_site {
  white-space: nowrap;
  width: calc(50% - 4px);
  padding: 0 15px 2px 7px;
}
@media screen and (max-width: 374px) {
  #header #drawer_menu .related_sites .related_site {
    padding: 0 8px 2px 4px;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .related_sites .related_site {
    padding: 0 28px 2px 12px;
  }
}
@media screen and (min-width: 980px) {
  #header #drawer_menu .related_sites .related_site {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header #drawer_menu .related_sites .related_site:hover {
    opacity: 0.8;
  }
}
#header #drawer_menu .related_sites .related_site span {
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 500px) {
  #header #drawer_menu .related_sites .related_site span {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #header #drawer_menu .related_sites .related_site span {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
#header #drawer_menu .related_sites .related_site span::after {
  width: 12px;
  height: 12px;
  right: -17px;
}
@media screen and (max-width: 374px) {
  #header #drawer_menu .related_sites .related_site span::after {
    right: -14px;
  }
}
/* ======================================================
/* _global_nav
========================================================= */
/* ======================================================
	footer
========================================================= */
/* ======================================================
	footer
========================================================= */
#footer .f_external_link_area {
  padding: 60px 5vw;
}
@media screen and (min-width: 768px) {
  #footer .f_external_link_area {
    padding: 100px 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_external_link_area {
    padding: 120px 5vw;
    -webkit-column-gap: 200px;
       -moz-column-gap: 200px;
            column-gap: 200px;
  }
}
#footer .f_external_column + .f_external_column {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  #footer .f_external_column + .f_external_column {
    margin-top: unset;
  }
}
@media screen and (min-width: 768px) {
  #footer .section_title ._ja {
    font-size: 2.6rem;
    margin-top: 25px;
  }
}
@media screen and (min-width: 980px) {
  #footer .section_title ._ja {
    font-size: 2.8rem;
  }
}
#footer .rectangle_btn {
  position: relative;
  display: block;
  max-width: 250px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 0;
  background-color: #008231;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .rectangle_btn {
    max-width: 296px;
    margin-top: 32px;
    padding: 26px 0;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  #footer .rectangle_btn {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #footer .rectangle_btn:hover {
    opacity: 0.8;
  }
}
#footer .rectangle_btn::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon_external_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  #footer .rectangle_btn::after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
#footer .caption_text {
  font-size: 1rem;
  line-height: 1.597;
  color: #989898;
  text-align: center;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  #footer .caption_text {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  #footer .f_two_tone_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#footer .f_two_tone_area .head_text {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 980px) {
  #footer .f_two_tone_area .head_text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1223px) {
  #footer .f_two_tone_area .head_text {
    font-size: 2rem;
  }
}
#footer .f_two_tone_area .head_text strong {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  #footer .f_two_tone_area .head_text strong {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_two_tone_area .head_text strong {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1223px) {
  #footer .f_two_tone_area .head_text strong {
    font-size: 4rem;
  }
}
#footer .f_two_tone_area .link_area {
  margin-top: 20px;
}
#footer .f_two_tone_area .link_btn {
  position: relative;
  background-color: #fff;
  border-radius: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  max-width: 333px;
  padding: 22px 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 374px) {
  #footer .f_two_tone_area .link_btn {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .f_two_tone_area .link_btn {
    max-width: 430px;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_two_tone_area .link_btn {
    font-size: 1.6rem;
    padding: 22px 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #footer .f_two_tone_area .link_btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1223px) {
  #footer .f_two_tone_area .link_btn {
    margin-top: 40px;
    padding: 25px 0;
    font-size: 1.8rem;
  }
}
#footer .store_column,
#footer .contact_column {
  padding: 45px 5vw 50px 5vw;
}
@media screen and (min-width: 768px) {
  #footer .store_column,
#footer .contact_column {
    padding: 0 5vw;
    width: 50%;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  #footer .store_column,
#footer .contact_column {
    height: 310px;
  }
}
@media screen and (min-width: 1223px) {
  #footer .store_column,
#footer .contact_column {
    height: 370px;
  }
}
#footer .store_column .in,
#footer .contact_column .in {
  width: 100%;
}
#footer .store_column {
  background-color: #FF7B58;
}
#footer .store_column .link_area {
  margin-top: unset !important;
}
#footer .store_column .link_btn {
  color: #FF7B58;
  font-size: 2.5rem;
  letter-spacing: 0.12em;
  margin-top: 16px;
}
@media screen and (max-width: 374px) {
  #footer .store_column .link_btn {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .store_column .link_btn {
    margin-top: 15px;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 980px) {
  #footer .store_column .link_btn {
    margin-top: 24px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1223px) {
  #footer .store_column .link_btn {
    padding: 29px 0 32px 0;
    margin-top: 26px;
    font-size: 3.3rem;
  }
  #footer .store_column .link_btn:hover {
    background-color: #FF6D40;
    color: #fff;
  }
  #footer .store_column .link_btn:hover::after {
    background-image: url(../img/common/icon_external_white.png);
  }
}
#footer .store_column .link_btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_external_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 33px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  #footer .store_column .link_btn::after {
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 980px) {
  #footer .store_column .link_btn::after {
    width: 20px;
    height: 20px;
  }
}
#footer .contact_column {
  background-color: #008231;
}
#footer .contact_column .link_btn {
  color: #008231;
}
@media screen and (min-width: 768px) {
  #footer .contact_column .link_btn {
    padding-left: 20px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  #footer .contact_column .link_btn {
    padding-left: 20px;
  }
  #footer .contact_column .link_btn:hover {
    background-color: #006B31;
    color: #fff;
  }
  #footer .contact_column .link_btn:hover::after {
    background-image: url(../img/common/icon_mail_white.png);
  }
}
#footer .contact_column .link_btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon_mail_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  #footer .contact_column .link_btn::after {
    width: 22px;
    height: 22px;
    top: 52%;
    left: 32px;
  }
}
@media screen and (min-width: 980px) {
  #footer .contact_column .link_btn::after {
    width: 28px;
    height: 28px;
    left: 38px;
  }
}
@media screen and (min-width: 1223px) {
  #footer .contact_column .link_btn::after {
    width: 32px;
    height: 32px;
    left: 38px;
  }
}
#footer .f_nav_area {
  background-color: #F4F1EA;
  padding: 45px 5vw 35px 5vw;
}
@media screen and (min-width: 768px) {
  #footer .f_nav_area {
    padding: 60px 5vw 60px 5vw;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_nav_area {
    padding: 65px 5vw 65px 5vw;
  }
}
@media screen and (min-width: 1223px) {
  #footer .f_nav_area {
    padding: 72px 5vw 72px 5vw;
  }
}
@media screen and (min-width: 768px) {
  #footer .f_nav_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_nav_column {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
}
@media screen and (min-width: 1223px) {
  #footer .f_nav_column {
    -webkit-column-gap: 110px;
       -moz-column-gap: 110px;
            column-gap: 110px;
  }
}
#footer .f_logo {
  width: 204px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #footer .f_logo {
    width: 210px;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_logo {
    width: 300px;
  }
}
@media screen and (min-width: 1223px) {
  #footer .f_logo {
    width: 376px;
  }
}
#footer .f_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  #footer .f_nav_wrap {
    display: block;
    margin-top: unset;
  }
}
@media screen and (min-width: 768px) {
  #footer .f_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_nav_list {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
  }
}
@media screen and (min-width: 1223px) {
  #footer .f_nav_list {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
#footer .f_nav_list:nth-child(1) {
  width: 120px;
}
@media screen and (min-width: 768px) {
  #footer .f_nav_list:nth-child(1) {
    width: unset;
  }
}
#footer .f_nav_list:nth-child(2) {
  width: 100px;
}
@media screen and (min-width: 768px) {
  #footer .f_nav_list:nth-child(2) {
    width: unset;
    margin-top: 12px;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_nav_list:nth-child(2) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1223px) {
  #footer .f_nav_list:nth-child(2) {
    margin-top: 18px;
  }
}
#footer .f_nav_item + .f_nav_item {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  #footer .f_nav_item + .f_nav_item {
    margin-top: unset;
  }
}
#footer .f_nav_item a {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #404040;
}
@media screen and (min-width: 768px) {
  #footer .f_nav_item a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_nav_item a {
    font-size: 1.5rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #footer .f_nav_item a:hover {
    color: #008231;
  }
}
@media screen and (min-width: 1223px) {
  #footer .f_nav_item a {
    font-size: 1.6rem;
  }
}
#footer .f_bg_area {
  width: 100vw;
}
#footer .f_bottom_area {
  padding: 44px 5vw 85px 5vw;
}
@media screen and (min-width: 768px) {
  #footer .f_bottom_area {
    padding: 70px 5vw 135px 5vw;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_bottom_area {
    padding: 100px 5vw 135px 5vw;
  }
}
@media screen and (min-width: 1223px) {
  #footer .f_bottom_area {
    padding: 120px 5vw 140px 5vw;
  }
}
#footer .f_group_column .f_group_logo {
  width: 136px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #footer .f_group_column .f_group_logo {
    width: 156px;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_group_column .f_group_logo {
    width: 176px;
  }
}
#footer .f_group_column .related_sites {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #footer .f_group_column .related_sites {
    margin-top: 16px;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_group_column .related_sites .related_site {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #footer .f_group_column .related_sites .related_site:hover {
    opacity: 0.8;
  }
}
#footer .f_right_column {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  #footer .f_right_column {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1223px) {
  #footer .f_right_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
  }
}
#footer .f_right_column .right_link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (min-width: 768px) {
  #footer .f_right_column .right_link_area {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
#footer .f_right_column .right_link {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #404040;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 16px;
  position: relative;
}
@media screen and (max-width: 374px) {
  #footer .f_right_column .right_link {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .f_right_column .right_link {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_right_column .right_link {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #footer .f_right_column .right_link:hover {
    opacity: 0.8;
  }
}
#footer .f_right_column .right_link::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon_external_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#footer .f_right_column .right_link:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #404040;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  #footer .f_right_column .right_link:nth-child(1)::before {
    right: -25px;
  }
}
#footer .f_right_column .copyright_area {
  margin-top: 20px;
}
@media screen and (min-width: 1223px) {
  #footer .f_right_column .copyright_area {
    margin-top: unset;
  }
}
#footer .f_right_column .copyright_text,
#footer .f_right_column .copyright_text small {
  font-size: 1.1rem;
  line-height: 1.714;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 374px) {
  #footer .f_right_column .copyright_text,
#footer .f_right_column .copyright_text small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .f_right_column .copyright_text,
#footer .f_right_column .copyright_text small {
    font-size: 1.3rem;
  }
}
#footer .f_right_column .copyright_text small {
  padding-left: 0.5em;
}
@media screen and (min-width: 1223px) {
  #footer .f_right_column .copyright_text small {
    padding-left: 2em;
  }
}
/*# sourceMappingURL=style.css.map */