@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: "Roboto";
  src: url(../fonts/Roboto-VariableFont.woff2) format(woff2) tech(variations), url(../fonts/Roboto-VariableFont.woff) format(woff) tech(variations);
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(../fonts/RobotoCondensed-VariableFont.woff2) format(woff2) tech(variations), url(../fonts/RobotoCondensed-VariableFont.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: "Roboto";
  src: url(../fonts/Roboto-VariableFont.woff2) format(woff2-variations), url(../fonts/Roboto-VariableFont.woff) format(woff-variations);
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(../fonts/RobotoCondensed-VariableFont.woff2) format(woff2-variations), url(../fonts/RobotoCondensed-VariableFont.woff) format(woff-variations);
}

/* noto serif */
._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;
}

._roboto_condensed {
  font-family: "Roboto Condensed", 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: #333333;
}
@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: #333333;
}

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: 60px;
  height: 60px;
  position: fixed;
  z-index: 9999;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background-color: #F65A4D;
  border: 2px solid #F65A4D;
}
#global_nav_btn .global_nav_border {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  margin-top: -10px;
  -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: 36px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0px;
  margin-left: -7px;
  -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_btn_text {
  color: #fff;
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 9px;
  left: 0px;
  font-weight: 600;
}
#global_nav_btn._open .global_nav_border {
  background: transparent;
  margin-top: -8px;
}
#global_nav_btn._open .global_nav_border:after {
  top: 0px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#global_nav_btn._open .global_nav_border:before {
  top: 0px;
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
}

@media screen and (max-width: 979px) {
  #global_nav_btn_sp {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
}
#global_nav_btn_sp .global_nav_btn_link.thanks {
  display: none;
}

/* ======================================================
	global_nav_btn
========================================================= */
.global_language {
  position: fixed;
  z-index: 999;
  right: 80px;
  top: 12px;
  display: block;
}
@media screen and (min-width: 980px) {
  .global_language {
    top: 11px;
    right: 140px;
  }
}
@media screen and (min-width: 1180px) {
  .global_language {
    top: 10px;
    right: 205px;
  }
}
.global_language .global_language_text {
  position: relative;
  border: 1px solid #175DD3;
  padding: 12px 30px 12px 20px;
  color: #175DD3;
  background-color: #fff;
  line-height: 1em;
  border-radius: 60px;
}
@media (any-hover: hover) {
  .global_language .global_language_text:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 980px) {
  .global_language .global_language_text {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1180px) {
  .global_language .global_language_text {
    padding: 13px 40px 13px 25px;
    font-size: 1.4rem;
  }
}
.global_language .global_language_text:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-right: 2px solid #175DD3;
  border-bottom: 2px solid #175DD3;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.global_language .global_language_list {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 10px 20px;
}
.global_language .global_language_list .global_language_item a {
  display: block;
  padding: 5px 0px;
  color: #175DD3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .global_language .global_language_list .global_language_item a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1180px) {
  .global_language .global_language_list .global_language_item a {
    padding: 10px 0px;
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .global_language .global_language_list .global_language_item a:hover {
    opacity: 0.5;
  }
}
.global_language .global_language_list .global_language_item + .global_language_item {
  border-top: 1px solid #CBDDFF;
}
.global_language._open .global_language_text:after {
  margin-top: 2px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

/* ======================================================
	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: 15px;
  }
  .h_logo .logo {
    line-height: 1em;
    width: 103px;
    display: inline-block;
    position: relative;
    z-index: 99;
  }
  .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: rgb(255, 255, 255);
  }
  /* ======================================================
  	global_nav
  ========================================================= */
  #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;
  }
  /* ======================================================
  	global_nav
  ========================================================= */
  /* =============================================
  - global_nav_btn
  ================================================ */
  /* =============================================
  - gnav
  ================================================ */
}
@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: 60px;
    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, #global_nav_overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  #global_nav_overlay:before {
    background-color: #fff;
  }
  #global_nav_overlay:after {
    border: 10px solid #F65A4D;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .global_nav_item .global_nav_link {
    position: relative;
    display: block;
    color: #333333;
    letter-spacing: 0.08em;
    line-height: 1em;
    font-weight: 700;
    font-size: min(4.8vw, 1.8rem);
    padding: 24px 10px;
  }
  .global_nav_item .global_nav_link:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
  }
  .global_nav_item .icon {
    position: relative;
    top: 0.2em;
    padding-left: 0.4em;
  }
  .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 {
    max-width: 500px;
    left: auto;
    right: 0px;
  }
}
@media screen and (max-width: 979px) {
  .global_nav_btn_link {
    position: relative;
    display: block;
    background-color: #175DD3;
    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: 20px;
    height: 20px;
    background-image: url("../img/icon_arrow_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
  }
  #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: -2px;
    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;
    padding-left: 20px;
  }
  .h_logo {
    display: block;
  }
  /* ======================================================
  	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 {
    padding-top: 15px;
    width: 102px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  .h_logo .logo {
    padding-top: 2px;
    width: 133px;
  }
}
@media screen and (min-width: 980px) {
  .h_logo .logo img {
    width: 100%;
    height: auto;
  }
  .h_nav_list, .global_nav_btn_head {
    display: none;
  }
  #global_nav .global_nav {
    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 150px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  #global_nav .global_nav {
    gap: 0px 180px;
  }
}
@media screen and (min-width: 980px) {
  #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: #175DD3;
  }
  .global_nav_link:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 980px) {
  .global_nav_btn .global_nav_btn_link {
    position: relative;
    display: inline-block;
    color: #fff;
    line-height: 1em;
    width: 125px;
    padding: 22px 10px 22px 0px;
    overflow: hidden;
    text-align: center;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  .global_nav_btn .global_nav_btn_link {
    padding: 22px 0px 22px 0px;
    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 .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_arrow_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 22;
    right: 10px;
    top: 50%;
    margin-top: -10px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  .global_nav_btn .global_nav_btn_link .icon {
    right: 20px;
  }
}
@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: #175DD3;
  }
  .global_nav_btn .global_nav_btn_link:before {
    background-color: #F65A4D;
    -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 .text {
    color: #fff;
  }
  .global_nav_btn_link:hover:after {
    opacity: 0;
  }
  .global_nav_btn_link:hover:before {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* ======================================================
	footer
========================================================= */
/* ======================================================
	footer
========================================================= */
#footer {
  padding: 15px 5vw;
  background-color: #175DD3;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 1180px) {
  #footer {
    padding: 25px 40px;
    letter-spacing: 0.12em;
  }
}
#footer .contents_inner {
  max-width: 100%;
}

/* ======================================================
	components
========================================================= */
/* ======================================================
	btn
========================================================= */
/* ======================================================
	btn_standard
========================================================= */
.btn_standard {
  position: relative;
  overflow: hidden;
  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;
  gap: 0px 5vw;
  padding: 15px 5vw;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #FFFE04;
}
@media screen and (min-width: 640px) {
  .btn_standard {
    gap: 0px 3vw;
    padding: 15px 5vw 15px 3vw;
    border-width: 4px;
  }
}
@media screen and (min-width: 980px) {
  .btn_standard {
    padding: 25px 10px 25px 10px;
    gap: 0px 20px;
    max-width: 700px;
    margin: 0px auto;
    border-width: 5px;
    border-radius: 20px;
  }
}
.btn_standard .text {
  position: relative;
  z-index: 11;
  font-weight: 700;
  color: #333333;
  font-size: min(4.8vw, 2.2rem);
}
@media screen and (min-width: 640px) {
  .btn_standard .text {
    font-size: 3vw;
  }
}
@media screen and (min-width: 980px) {
  .btn_standard .text {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
}
.btn_standard .icon {
  position: relative;
  z-index: 11;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 980px) {
  .btn_standard .icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 980px) {
  .btn_standard .icon img {
    width: 100%;
    height: auto;
  }
}
.btn_standard .arrow {
  position: absolute;
  z-index: 11;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}
@media screen and (min-width: 640px) {
  .btn_standard .arrow {
    right: 20px;
  }
}
.btn_standard:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0%;
}
.btn_standard:after {
  background-color: #2B2B2B;
}
.btn_standard:before {
  background-color: #F65A4D;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  z-index: 11;
}

.btn_standard._white {
  color: #2B2B2B;
}
.btn_standard._white:after {
  background-color: #fff;
}
.btn_standard._white:before {
  background-color: #2B2B2B;
}

.btn_standard .text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard:before, .btn_standard:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard .icon:before, .btn_standard .icon:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard .arrow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard .arrow:before, .btn_standard .arrow:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard .arrow path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .btn_standard:hover .text {
    color: #fff;
  }
  .btn_standard:hover:before {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

/* ======================================================
	btn_more
========================================================= */
.btn_more {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 600;
  padding-right: 30px;
}
.btn_more .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  background-color: #00CC88;
  margin-top: -10px;
}
.btn_more .icon:before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 5px;
  height: 5px;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -4px;
}

.btn_more._back {
  padding-left: 30px;
  padding-right: 0px;
}
.btn_more._back .icon {
  right: auto;
  left: 0px;
}
.btn_more._back .icon:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: -2px;
}

.btn_more .icon {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_more .icon:before {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 980px) {
  .btn_more:hover .icon {
    background-color: #333333;
    margin-right: -5px;
  }
  .btn_more:hover .icon:before {
    border-color: #fff;
  }
  .btn_more:hover._back .icon {
    margin-right: 0px;
    margin-left: -5px;
  }
}

/* ======================================================
	title
========================================================= */
/* ======================================================
	contents_header
========================================================= */
.contents_header {
  position: relative;
  padding-top: 18vw;
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .contents_header {
    padding-top: 15vw;
  }
}
@media screen and (min-width: 980px) {
  .contents_header {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1180px) {
  .contents_header {
    padding-top: 170px;
  }
}
.contents_header:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 18vw;
  background-color: #999;
}
@media screen and (min-width: 640px) {
  .contents_header:after {
    height: 15vw;
  }
}
@media screen and (min-width: 1180px) {
  .contents_header:after {
    height: 170px;
  }
}
.contents_header .title_jp {
  position: absolute;
  z-index: 22;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0px;
}
@media screen and (min-width: 640px) {
  .contents_header .title_jp {
    top: 57%;
  }
}
@media screen and (min-width: 640px) {
  .contents_header .title_jp._l2 {
    top: 50%;
  }
}
.contents_header .title_jp span {
  display: inline-block;
  padding: 5px 8px;
  background-color: #999;
  font-size: 6.4vw;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .contents_header .title_jp span {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 1180px) {
  .contents_header .title_jp span {
    font-size: 6rem;
    letter-spacing: 0.08em;
  }
}
.contents_header .title_jp .small {
  font-size: 3.2vw;
}
@media screen and (min-width: 640px) {
  .contents_header .title_jp .small {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1180px) {
  .contents_header .title_jp .small {
    font-size: 3.2rem;
  }
}
.contents_header .title_jp .large {
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 640px) {
  .contents_header .title_jp .large {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1180px) {
  .contents_header .title_jp .large {
    font-size: 6rem;
  }
}
.contents_header .title_en {
  position: relative;
  min-width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
  text-align: center;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 14.9333333333vw;
  line-height: 0.75em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1180px) {
  .contents_header .title_en {
    font-size: 16rem;
    letter-spacing: 0em;
  }
}

/* ======================================================
	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: 979px) {
  #global_nav_btn_sp {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 980px) {
  #global_nav_btn_sp {
    display: none;
  }
}

.layout_popup, .logout_popup {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.layout_popup:not(.show), .logout_popup:not(.show) {
  display: none;
}
.layout_popup .layout_popup_overlay, .logout_popup .layout_popup_overlay {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout_popup .layout_popup_block, .logout_popup .layout_popup_block {
  opacity: 0;
  -webkit-transform: translateY(8%);
          transform: translateY(8%);
  -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 .h_container {
  background-color: #fff;
}
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;
}
@media screen and (max-width: 639px) {
  body._open .h_links_list {
    opacity: 0;
    visibility: hidden;
  }
}
body._scrolled #global_nav_btn_sp {
  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;
}
#wrapper.loaded #header._open_side, #wrapper.loaded .fixed_pagejump_link._open_side {
  opacity: 1;
}
#wrapper.loaded #header._open_side .h_head, #wrapper.loaded .fixed_pagejump_link._open_side .h_head {
  opacity: 0;
}