@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.
 */
html {
  line-height: 1.15; /* 1 */
}

/* 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.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * 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.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* 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;
}

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

p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd, figure, div {
  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;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none transparent;
}

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
@media screen and (max-width: 979px) {
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
/* Webフォント */
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-VariableFont_wght.woff2) format(woff2) tech(variations), url(../fonts/NotoSansJP-VariableFont_wght.woff) format(woff) tech(variations);
  font-weight: 400 900;
  font-display: swap;
}
@font-face {
  font-family: "Anton";
  src: url(../fonts/Anton-Regular.woff2) format(woff2) tech(variations), url(../fonts/Anton-Regular.woff) format(woff) tech(variations);
  font-weight: 400 900;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-VariableFont_wght.woff2) format(woff2-variations), url(../fonts/NotoSansJP-VariableFont_wght.woff) format(woff-variations);
}
@font-face {
  font-family: "Anton";
  src: url(../fonts/Anton-Regular.woff2) format(woff2-variations), url(../fonts/Anton-Regular.woff) format(woff-variations);
}

/* noto serif */
@font-face {
  font-family: "Noto Serif JP";
  src: url(../fonts/NotoSerifJP-VariableFont_wght.woff2) format(woff2) tech(variations), url(../fonts/NotoSerifJP-VariableFont_wght.woff) format(woff) tech(variations);
  font-weight: 400 900;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(../fonts/NotoSerifJP-VariableFont_wght.woff2) format(woff2-variations), url(../fonts/NotoSerifJP-VariableFont_wght.woff) format(woff-variations);
}

._anton {
  font-family: "Anton", sans-serif;
}

._josefin {
  font-family: "Josefin Sans", sans-serif;
}

._montserrat {
  font-family: "Montserrat", sans-serif;
}

._zenkaku {
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic";
}

._poppins {
  font-family: "Poppins", sans-serif;
}

._outfit {
  font-family: "Outfit", sans-serif;
}

._zenmaru {
  font-family: "Zen Maru Gothic", serif;
}

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

._quicksand {
  font-family: "Quicksand", sans-serif;
}

._mplus {
  font-family: "M PLUS 1p", sans-serif;
}

._roboto {
  font-family: "Roboto", sans-serif;
}

b, strong, .bold {
  font-weight: 600;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hind", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.03em;
  color: #2B2B2B;
}
@media screen and (min-width: 640px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 980px) {
  body {
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1180px) {
  body {
    line-height: 2.1em;
    font-size: 1.6rem;
  }
}

/* =============================================
- Animation
================================================ */
@-webkit-keyframes rotatecircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotatecircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#wrapper {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#wrapper.loaded {
  opacity: 1;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

section {
  padding: 60px 5vw;
}
@media screen and (min-width: 640px) {
  section {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 980px) {
  section {
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (min-width: 1180px) {
  section {
    padding: 100px 40px 100px 40px;
  }
}

@media screen and (max-width: 639px) {
  body .pc {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  body .sp {
    display: none;
  }
}

a[href*="tel:"] {
  color: #2B2B2B;
}

@media screen and (min-width: 640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
body {
  position: relative;
}

#wrapper {
  position: relative;
  z-index: 11;
}

.grecaptcha-badge {
  display: none;
}

/* ======================================================
	header
========================================================= */
/* ======================================================
	h_logo
========================================================= */
#header {
  position: fixed;
  z-index: 99;
}

/* ======================================================
	search_modal_trigger
========================================================= */
@media screen and (max-width: 639px) {
  #search_modal_trigger {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 60px;
    top: 0px;
    z-index: 999;
    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;
  }
  #search_modal_trigger .icon {
    width: 27px;
  }
}
@media screen and (min-width: 980px) {
  #search_modal_trigger {
    display: none;
  }
}

/* ======================================================
	global_nav_btn
========================================================= */
#global_nav_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 9999;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background-color: #003067;
  border: 2px solid #003067;
}
#global_nav_btn .global_nav_border {
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#global_nav_btn .global_nav_border:after, #global_nav_btn .global_nav_border:before {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#global_nav_btn .global_nav_border:after {
  top: -7px;
}
#global_nav_btn .global_nav_border:before {
  bottom: -7px;
}
#global_nav_btn .global_nav_text {
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0px;
  font-weight: 600;
}
#global_nav_btn._open {
  background-color: #FFDB12;
  border-color: #FFDB12;
}
#global_nav_btn._open .global_nav_border {
  background: transparent;
  margin-top: 0px;
}
#global_nav_btn._open .global_nav_border:after {
  background-color: #003067;
  top: 0px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
#global_nav_btn._open .global_nav_border:before {
  background-color: #003067;
  top: 0px;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}

/* ======================================================
	globalnav
========================================================= */
@media screen and (max-width: 979px) {
  /* ======================================================
  	header
  ========================================================= */
  #header {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .h_container {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 999;
    padding-top: 8px;
    padding-left: 5px;
  }
  .h_logo .logo {
    line-height: 1em;
    width: 132px;
    display: inline-block;
    position: relative;
    z-index: 99;
  }
  /* ======================================================
  	global_nav
  ========================================================= */
  /* ======================================================
  	global_nav
  ========================================================= */
  /* =============================================
  - global_nav_btn
  ================================================ */
  /* =============================================
  - gnav
  ================================================ */
}
@media screen and (max-width: 979px) and (min-width: 640px) {
  .h_logo .logo {
    width: 132px;
  }
}
@media screen and (max-width: 979px) {
  .h_logo .logo img {
    width: 100%;
    height: auto;
  }
  body .h_container {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body .h_logo > a, body .h_logo > span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body .h_logo .logo {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body._scrolled .h_container {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #global_nav {
    position: fixed;
    z-index: 99;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 100vh;
    padding: 100px 5vw 150px 5vw;
    overflow-y: scroll;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 979px) and (min-width: 640px) {
  #global_nav {
    max-width: 500px;
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (max-width: 979px) {
  #global_nav_overlay {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    z-index: 11;
  }
}
@media screen and (max-width: 979px) and (min-width: 640px) {
  #global_nav_overlay {
    max-width: 500px;
  }
}
@media screen and (max-width: 979px) {
  #global_nav_overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #003067;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .global_nav_link {
    display: block;
    color: #2B2B2B;
    letter-spacing: 0.08em;
    line-height: 1em;
    font-weight: 700;
  }
  .global_nav_link .icon {
    position: relative;
    top: 0.2em;
    padding-left: 0.4em;
  }
  .global_nav_link .icon svg, .global_nav_link .icon path, .global_nav_link .icon rect {
    fill: #2B2B2B;
  }
  .global_nav_item .global_nav_link {
    color: #fff;
    font-size: min(4.8vw, 1.8rem);
    padding: 24px 0px;
  }
  .global_nav_item + .global_nav_item {
    border-top: 1px solid #fff;
  }
  .global_nav_item._other .global_nav_link {
    font-size: min(3.7333333333vw, 1.4rem);
    padding: 8px 0px;
  }
  .global_nav_item._other + .global_nav_item {
    margin-top: 5px;
  }
  .global_nav_btn {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 979px) and (min-width: 640px) {
  .global_nav_btn {
    left: auto;
    right: 0px;
  }
}
@media screen and (max-width: 979px) {
  .global_nav_btn_link {
    position: relative;
    display: block;
    background-color: #EA6C00;
    color: #fff;
    text-align: center;
    font-size: min(4.8vw, 1.8rem);
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 25px 0px;
  }
  .global_nav_btn_link:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
  }
  #global_nav_overlay {
    opacity: 0;
    visibility: hidden;
  }
  #global_nav, #global_nav_search {
    opacity: 0;
    visibility: hidden;
  }
  .global_nav_column {
    opacity: 0;
  }
  .global_nav_intro {
    opacity: 0;
  }
}
@media screen and (min-width: 980px) {
  #global_nav_btn {
    display: none;
  }
  #header #global_nav {
    visibility: visible;
    opacity: 1;
  }
  #header .global_nav_contents {
    visibility: visible;
    opacity: 1;
  }
  #header .global_nav_splist {
    display: none;
  }
  #header .global_nav_bnr {
    display: none;
  }
  /* ======================================================
  	header
  ========================================================= */
  #header {
    position: absolute;
    line-height: 1em;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
  }
  body #header {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body._scrolled #header {
    position: fixed;
    background-color: rgb(255, 255, 255);
  }
  body._scrolled #header .global_nav_link:not(:hover) {
    color: #333;
  }
  .h_container {
    height: 60px;
    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;
    line-height: 1em;
  }
  .h_logo {
    display: block;
    background-color: #fff;
    border-radius: 0px 0px 10px 0px;
  }
  /* ======================================================
  	global_nav
  ========================================================= */
  /* ======================================================
  	global_nav
  ========================================================= */
  /* ======================================================
  	global_nav_list
  ========================================================= */
  /* ======================================================
  	global_nav_btn
  ========================================================= */
}
@media screen and (min-width: 980px) and (max-width: 1179px) {
  .h_logo {
    position: relative;
    top: -7px;
  }
}
@media screen and (min-width: 980px) {
  .h_logo .logo {
    width: 132px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  .h_logo .logo {
    width: 173px;
  }
}
@media screen and (min-width: 980px) {
  .h_logo .logo img {
    width: 100%;
    height: auto;
  }
  .h_nav_list, .global_nav_btn_head {
    display: none;
  }
  .h_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #global_nav .global_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0px 10px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  #global_nav .global_nav_list {
    gap: 0px 20px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1366px) {
  #global_nav .global_nav_list {
    gap: 0px 18px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 0px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1280px) {
  .global_nav_list {
    margin-left: 15px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1480px) {
  .global_nav_list {
    margin-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav_item {
    position: relative;
  }
  .global_nav_link {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    line-height: 1.2em;
    padding: 18px 5px;
    font-size: 1.3rem;
    text-align: left;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  .global_nav_link {
    font-weight: 600;
    font-size: 1.4rem;
    padding: 24px 5px 22px 5px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  .global_nav_link {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 980px) {
  .global_nav_link > span {
    position: relative;
    display: inline-block;
    letter-spacing: 0.05em;
  }
  .global_nav_link {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .global_nav_link > span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .global_nav_link > span:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  .global_nav_link:hover {
    color: #EA6C00;
  }
  .global_nav_link:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 980px) {
  .global_nav_btn {
    margin-left: 10px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  .global_nav_btn {
    margin-left: 25px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav_btn .global_nav_btn_link {
    border-radius: 0px 0px 0px 10px;
    position: relative;
    display: inline-block;
    color: #fff;
    line-height: 1em;
    width: 155px;
    padding: 20px 0px 20px 0px;
    overflow: hidden;
    text-align: center;
    border: 2px solid #EA6C00;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  .global_nav_btn .global_nav_btn_link {
    width: 185px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav_btn .global_nav_btn_link .text {
    position: relative;
    z-index: 11;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    font-weight: 800;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  .global_nav_btn .global_nav_btn_link .text {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 980px) {
  .global_nav_btn .global_nav_btn_link:before, .global_nav_btn .global_nav_btn_link:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .global_nav_btn .global_nav_btn_link:after {
    background-color: #EA6C00;
  }
  .global_nav_btn .global_nav_btn_link:before {
    background-color: #FFE839;
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
    z-index: 11;
  }
  .global_nav_btn .global_nav_btn_link + .global_nav_btn_link {
    margin-left: 10px;
  }
  .global_nav_btn_link .text {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .global_nav_btn_link:before, .global_nav_btn_link:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 980px) and (any-hover: hover) {
  .global_nav_btn_link:hover {
    border-color: #FFE839;
  }
  .global_nav_btn_link:hover .text {
    color: #EA6C00;
  }
  .global_nav_btn_link:hover:after {
    opacity: 0;
  }
  .global_nav_btn_link:hover:before {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* ======================================================
	footer
========================================================= */
/* ======================================================
	footer
========================================================= */
#footer {
  background-color: #F7F7F7;
}
@media screen and (min-width: 640px) {
  #footer {
    overflow: hidden;
  }
}
#footer .contents_inner {
  max-width: 100%;
}

/* ======================================================
	f_intro
========================================================= */
.f_content {
  padding: 25px 5vw 40px 5vw;
}

@media screen and (max-width: 639px) {
  .f_logo .logo {
    max-width: 24vw;
    margin: 0px auto;
  }
}
@media screen and (min-width: 640px) {
  .f_logo .logo {
    max-width: 114px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 980px) {
  .f_logo .logo {
    max-width: 144px;
  }
}
.f_logo .logo img {
  height: auto;
  width: 100%;
}
.f_logo .name {
  font-size: min(4.8vw, 2.2rem);
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1180px) {
  .f_logo .name {
    letter-spacing: 0.1em;
    line-height: 1.15em;
  }
}

/* ======================================================
	f_nav_list
========================================================= */
.f_nav_list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 15px;
}
@media screen and (min-width: 1180px) {
  .f_nav_list {
    margin-top: 23px;
    gap: 8px 25px;
  }
}

.f_nav_item_link {
  display: inline-block;
  color: #333333;
  font-size: min(4vw, 1.6rem);
  line-height: 1em;
}
@media screen and (min-width: 640px) {
  .f_nav_item_link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .f_nav_item_link {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.f_nav_item_link[target=_blank] {
  position: relative;
  padding-right: 20px;
}
.f_nav_item_link[target=_blank] .icon {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 12px;
  height: 16px;
  margin-top: -8px;
}
@media (any-hover: hover) {
  .f_nav_item_link:hover:hover {
    color: #EA6C00;
  }
}

.f_copyright {
  padding: 15px 5vw 85px 5vw;
  background-color: #003067;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 1180px) {
  .f_copyright {
    padding: 25px 40px;
    letter-spacing: 0.12em;
  }
}

@media screen and (max-width: 979px) {
  #fixed_sp_links {
    position: fixed;
    z-index: 11;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 22;
  }
}
@media screen and (min-width: 640px) {
  #fixed_sp_links {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  #fixed_sp_links .fixed_link_item {
    width: 50%;
  }
}
@media screen and (max-width: 979px) {
  #fixed_sp_links .fixed_link_item a {
    display: block;
    width: 100%;
    padding: 11px 0px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 979px) {
  #fixed_sp_links .fixed_link_item a._tier01 {
    background-color: #2B2B2B;
  }
}
@media screen and (max-width: 979px) {
  #fixed_sp_links .fixed_link_item a._entry {
    background-color: #AF1A1A;
  }
}

/* ======================================================
	components
========================================================= */
/* ======================================================
	animation
========================================================= */
/* =============================================
- gnav
================================================ */
#global_nav {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.global_nav_contents {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media screen and (max-width: 639px) {
  .global_nav_btn_link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

#wrapper.loaded #header {
  opacity: 1;
}
#wrapper.loaded #sidebar {
  opacity: 1;
}
#wrapper:not(.loaded) #header {
  display: none;
}

body._open #global_nav_overlay {
  opacity: 1;
  visibility: visible;
}
body._open #global_nav {
  opacity: 1;
  visibility: visible;
}
body._open .global_nav_contents {
  opacity: 1;
  visibility: visible;
}
body._scrolled .global_nav_btn_link {
  opacity: 1;
  visibility: visible;
}

#wrapper.loaded #header {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#wrapper.loaded #header, #wrapper.loaded .fixed_pagejump_link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#wrapper.loaded #header .h_head, #wrapper.loaded .fixed_pagejump_link .h_head {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#wrapper.loaded #header._hide, #wrapper.loaded .fixed_pagejump_link._hide {
  opacity: 0;
  visibility: hidden;
}
#wrapper.loaded #header._hide._backmove, #wrapper.loaded .fixed_pagejump_link._hide._backmove {
  opacity: 1;
  visibility: visible;
}