@charset "UTF-8";
/*
* main.css
*
*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  font-style: normal;

  src: url("/files/font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("/files/font/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  font-style: normal;

  src: url("/files/font/NotoSansCJKjp-Regular.woff") format("woff"), url("/files/font/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 500;
  font-style: normal;

  src: url("/files/font/NotoSansCJKjp-Medium.woff") format("woff"), url("/files/font/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  font-style: normal;

  src: url("/files/font/NotoSansCJKjp-Bold.woff") format("woff"), url("/files/font/NotoSansCJKjp-Bold.ttf") format("truetype");
}

/* Arrow ---------------- */
@-webkit-keyframes arwAnimToWhite {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  50% {
    opacity: 0; 
    -webkit-transform: translate(50%); 
            transform: translate(50%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-60%);
            transform: translate(-60%);

    fill: #fff;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);

    fill: #fff;
  }
}
@keyframes arwAnimToWhite {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  50% {
    opacity: 0; 
    -webkit-transform: translate(50%); 
            transform: translate(50%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-60%);
            transform: translate(-60%);

    fill: #fff;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);

    fill: #fff;
  }
}

@-webkit-keyframes arwAnimToWhite2 {
  0%,
  10% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);

    fill: #fff;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(50%);
            transform: translate(50%);

    fill: #fff;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-60%);
            transform: translate(-60%);

    fill: #fff;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);

    fill: #fff;
  }
}

@keyframes arwAnimToWhite2 {
  0%,
  10% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);

    fill: #fff;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(50%);
            transform: translate(50%);

    fill: #fff;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-60%);
            transform: translate(-60%);

    fill: #fff;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);

    fill: #fff;
  }
}

@-webkit-keyframes arwAnim {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  50% {
    opacity: 0; 
    -webkit-transform: translate(50%); 
            transform: translate(50%);
  }
  51% {
    opacity: 0; 
    -webkit-transform: translate(-60%); 
            transform: translate(-60%);
  }
  100% {
    opacity: 1; 
    -webkit-transform: translate(0%); 
            transform: translate(0%);
  }
}

@keyframes arwAnim {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  50% {
    opacity: 0; 
    -webkit-transform: translate(50%); 
            transform: translate(50%);
  }
  51% {
    opacity: 0; 
    -webkit-transform: translate(-60%); 
            transform: translate(-60%);
  }
  100% {
    opacity: 1; 
    -webkit-transform: translate(0%); 
            transform: translate(0%);
  }
}

@-webkit-keyframes arwAnimToBlue {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);

    fill: #fff;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(50%);
            transform: translate(50%);

    fill: #fff;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-60%);
            transform: translate(-60%);

    fill: #022b67;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);

    fill: #022b67;
  }
}

@keyframes arwAnimToBlue {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);

    fill: #fff;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(50%);
            transform: translate(50%);

    fill: #fff;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-60%);
            transform: translate(-60%);

    fill: #022b67;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);

    fill: #022b67;
  }
}

/* Wave ---------------- */
/* opening */
@-webkit-keyframes openingWave {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60%,
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes openingWave {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60%,
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes openingWave2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  70%,
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes openingWave2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  70%,
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* MV */
@-webkit-keyframes mvWave {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes mvWave {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes mvWave2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes mvWave2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* Background Gradient ---------------- */
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 14px;
}

body {
  background-color: #fff;
  word-wrap: break-word; 
  color: #525252;
  font-family: "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  body {
    padding-top: 80px;
  }
}

a {
  text-decoration: none; 
  color: #525252;
}
a:visited {
  color: #525252;
}
a:hover {
  text-decoration: none; 
  color: #525252;
}
a:active {
  text-decoration: none; 
  color: #525252;
}
a[href^="tel:"]:hover {
  color: #525252;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-visible-sp {
  display: none !important;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none !important;
    visibility: hidden;
  }
  .u-visible-sp {
    display: block !important;
    visibility: visible;
  }
}

.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 769px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* --------------------------------
  Global Header
-------------------------------- */
.g-header {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);

  -webkit-backface-visibility: hidden;

          backface-visibility: hidden;
}
.g-header.g-header-sp {
  display: none;
}
@media screen and (min-width: 769px) {
  .g-header {
    position: fixed;
    z-index: 105; 
    top: 0;
    width: 100%;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .g-header {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .g-header.g-header-sp {
    display: block;
  }
}
.g-header .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px 0 54px; 
  max-width: none;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .g-header .l-inner {
    padding: 3.6vw 5.33333vw;
  }
}

.g-header_logo {
  width: 120px;
  height: 44px;
}
@media screen and (min-width: 769px) {
  .g-header_logo {
    margin: 18px 0;
  }
}
@media screen and (max-width: 768px) {
  .g-header_logo {
    width: 22vw;
    height: 8.13333vw;
  }
}
.g-header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media screen and (max-width: 768px) {
  .g-header_logo a {
    height: 8.13333vw;
  }
}
.g-header_logo svg {
  width: 120px;
  height: 120px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .g-header_logo svg {
    width: 22vw;
    height: 22vw;
  }
}

.g-header_toggleDrawer {
  width: 8vw;
  height: 8vw;
}
@media screen and (min-width: 769px) {
  .g-header_toggleDrawer {
    display: none;
  }
}

.g-header_toggleDrawer_btn {
  position: relative;
  width: 100%;
  height: 100%;
}

.g-header_toggleDrawer_btn_inner {
  display: block;
  position: relative;
  margin: auto;
  width: 5.33333vw;
  height: 4.26667vw;
}

.g-header_toggleDrawer_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5.33333vw;
  height: 2px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1); 
  background-color: #009bb5;
}
.g-header_toggleDrawer_line:nth-child(1),
.g-header_toggleDrawer_line:nth-child(3) {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.g-header_toggleDrawer_line:nth-child(1) {
  bottom: auto;
}
.g-header_toggleDrawer_line:nth-child(3) {
  top: auto;
}
.g-header_toggleDrawer_line:nth-child(4) {
  opacity: 0;
}
.is-showDrawer .g-header_toggleDrawer_line:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-showDrawer .g-header_toggleDrawer_line:nth-child(1),
.is-showDrawer .g-header_toggleDrawer_line:nth-child(3) {
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.is-showDrawer .g-header_toggleDrawer_line:nth-child(4) {
  opacity: 1; 
  -webkit-transform: rotate(135deg); 
      -ms-transform: rotate(135deg); 
          transform: rotate(135deg);
}

@media screen and (min-width: 769px) {
  .l-drawer {
    display: none;
  }
}

.l-drawer_viewport {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.25s;
  transition: opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.25s;
}
.is-showDrawer .l-drawer_viewport {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0s;
  transition: opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0s;
}

.l-drawer_container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 14.93333vw;
  width: 100%;
  height: 100%;
}

.l-drawer_inner {
  overflow: scroll;
  padding: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.l-drawer .g-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .g-nav {
    display: none;
    padding-bottom: 6.66667vw;
    width: 100%;
    background-color: #efefef;
  }
  .l-drawer .g-nav {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .g-nav .js-spToggleTarget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    position: absolute;
    z-index: 100;
    top: 80px;
    left: 0;
    padding: 0 80px;
    width: 100%;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    background: -webkit-gradient(linear, left top, left bottom, from(#009bb5), to(#0080b5));
    background: linear-gradient(to bottom, #009bb5 0%, #0080b5 100%); 
    pointer-events: none;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
  }
  .g-nav .js-spToggleTarget.is-mv {
    top: auto;
    bottom: 79.5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0080b5), to(#009bb5));
    background: linear-gradient(to bottom, #0080b5 0%, #009bb5 100%);
  }
}

@media screen and (min-width: 769px) {
  .is-hover-nav .js-spToggleTarget {
    opacity: 1;
    pointer-events: all;
  }
}

.g-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .g-nav_list {
    height: 81px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .g-nav_list {
    display: block;
    margin-bottom: 6.66667vw;
  }
}

.g-nav_item {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .g-nav_item {
    height: 100%;
    -webkit-transition: background 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: background 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .g-nav_item:hover {
    background-color: #009bb5;
  }
  .g-nav_item:hover a .g-nav_item_text.g-nav_item_text-jp {
    color: #fff;
  }
  .g-nav_item:hover a .g-nav_item_text.g-nav_item_text-en {
    color: #fff;
  }
  .g-nav_item:hover.is-current {
    background-color: #fff;
  }
  .g-nav_item:hover.is-current a .g-nav_item_text.g-nav_item_text-jp {
    color: #009bb5;
  }
  .g-nav_item:hover.is-current a .g-nav_item_text.g-nav_item_text-en {
    color: #009bb5;
  }
}
@media screen and (max-width: 768px) {
  .g-nav_item {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .g-nav_item + .g-nav_item {
    margin-left: 3px;
  }
}
@media screen and (min-width: 769px) {
  .g-nav_item > a {
    display: block;
    padding: 24px 18px 0;
    height: 100%;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}
@media screen and (max-width: 1250px) {
  .g-nav_item > a {
    padding: 24px 14px 0;
  }
}
@media screen and (max-width: 1100px) {
  .g-nav_item > a {
    padding: 24px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .g-nav_item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 5.33333vw;
    border-bottom: 1px solid #e3e3e3; 
    width: 100%;
    height: 14.66667vw;
    -webkit-transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
  }
  .touchevents .g-nav_item > a.is-touched,
  .no-touchevents .g-nav_item > a:hover {
    color: #009bb5;
  }
}
.g-nav_item.is-current > a {
  color: #009bb5;
}

.g-nav_item_text {
  display: block;
}
.g-nav_item_text.g-nav_item_text-jp {
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .g-nav_item_text.g-nav_item_text-jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .g-nav_item_text.g-nav_item_text-jp {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .g-nav_item_text.g-nav_item_text-jp {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .g-nav_item_text.g-nav_item_text-jp {
    -webkit-transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    font-size: 3.73333vw;
  }
  .touchevents a.is-touched .g-nav_item_text.g-nav_item_text-jp,
  .no-touchevents a:hover .g-nav_item_text.g-nav_item_text-jp {
    color: #009bb5;
  }
}
.g-nav_item_text.g-nav_item_text-en {
  letter-spacing: 0.04em; 
  color: #b5b5b5;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
}
.is-current .g-nav_item_text.g-nav_item_text-en {
  color: #009bb5;
}
@media screen and (min-width: 769px) {
  .g-nav_item_text.g-nav_item_text-en {
    font-size: 11px;
  }
}
@media screen and (max-width: 1250px) {
  .g-nav_item_text.g-nav_item_text-en {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .g-nav_item_text.g-nav_item_text-en {
    margin-left: 2.4vw; 
    -webkit-transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
    transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    font-size: 2.66667vw;
  }
  .touchevents a.is-touched .g-nav_item_text.g-nav_item_text-en,
  .no-touchevents a:hover .g-nav_item_text.g-nav_item_text-en {
    color: #009bb5;
  }
}

@media screen and (min-width: 769px) {
  .g-nav_subList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 0 28px; 
    max-width: 1400px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g-nav_subList-3 {
    width: 32.258064516%; 
    max-width: 400px;
  }
  .g-nav_subList-3 .g-nav_subItem {
    width: 46%;
  }
  .g-nav_subList-3 .g-nav_subItem + .g-nav_subItem {
    margin-right: 6%;
  }
  .g-nav_subList-3 .g-nav_subItem:first-child a {
    width: 47%;
  }
  .g-nav_subList-3 .g-nav_subItem:last-child {
    margin-right: 0;
  }
  .g-nav_subList-4 {
    width: 48.387096774%; 
    max-width: 600px;
  }
  .g-nav_subList-4 .g-nav_subItem {
    width: 30%;
  }
  .g-nav_subList-4 .g-nav_subItem + .g-nav_subItem {
    margin-right: 5%;
  }
  .g-nav_subList-4 .g-nav_subItem:first-child a {
    width: 30%;
  }
  .g-nav_subList-4 .g-nav_subItem:last-child {
    margin-right: 0;
  }
  .g-nav_subList-6 {
    width: 82.258064516%; 
    max-width: 1020px;
  }
  .g-nav_subList-6 .g-nav_subItem {
    width: 17.648%;
  }
  .g-nav_subList-6 .g-nav_subItem + .g-nav_subItem {
    margin-right: 2.94%;
  }
  .g-nav_subList-6 .g-nav_subItem:first-child a {
    width: 17.648%;
  }
  .g-nav_subList-6 .g-nav_subItem:last-child {
    margin-right: 0;
  }
  .g-nav_subList-7 {
    width: 100%; 
    max-width: 1230px;
  }
  .g-nav_subList-7 .g-nav_subItem {
    width: 14.635%;
  }
  .g-nav_subList-7 .g-nav_subItem + .g-nav_subItem {
    margin-right: 2.43%;
  }
  .g-nav_subList-7 .g-nav_subItem:first-child a {
    width: 14.635%;
  }
  .g-nav_subList-7 .g-nav_subItem:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .g-nav_subList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7vw 9.06667vw 5.86667vw; 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #009bb5), color-stop(85%, #0081b5)); 
    background: linear-gradient(180deg, #009bb5 70%, #0081b5 85%);

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.g-nav_subItem .svgIcon {
  display: none;
}

@media screen and (min-width: 769px) {
  .g-nav_subItem {
    position: relative;
  }
  .g-nav_subItem a {
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .touchevents .g-nav_subItem a.is-touched,
  .no-touchevents .g-nav_subItem a:hover {
    opacity: 0.7;
  }
  .g-nav_subItem:first-child {
    margin-bottom: 24px; 
    width: 100%;
  }
  .g-nav_subItem:first-child a {
    display: block;
    position: relative;
  }
  .g-nav_subItem:first-child .svgIcon {
    display: block;
    position: absolute;
    right: 0;
    bottom: -0.3em;
  }
}

@media screen and (max-width: 768px) {
  .g-nav_subItem {
    width: 37.33333vw;
  }
  .g-nav_subItem:nth-child(n+4) {
    margin-top: 4vw;
  }
  .g-nav_subItem:first-child {
    margin-top: 0; 
    margin-bottom: 7vw;
    width: 100%;
  }
  .g-nav_subItem:first-child a {
    display: block;
    position: relative;
  }
  .g-nav_subItem:first-child .svgIcon {
    display: inline-block;
    position: relative;
    bottom: 0.8vw;
    margin-left: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .g-nav_subItem_thumb img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .g-nav_subItem_text {
    display: block;
    margin-top: 0.5em;
    letter-spacing: 0.06em;
    color: #fff; 
    font-size: 14px;
  }
}

@media screen and (max-width: 1250px) {
  .g-nav_subItem_text {
    font-size: 13px;
  }
}

@media screen and (max-width: 1100px) {
  .g-nav_subItem_text {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .g-nav_subItem_text {
    display: inline-block;
    margin-top: 1.33333vw;
    color: #fff; 
    font-size: 3.06667vw;
  }
}

.g-nav_language {
  position: relative;
  margin-left: 40px;
  letter-spacing: 0.08em; 
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .g-nav_language {
    position: relative;
    top: -3px;
  }
  .g-nav_language.is-hover-lang .g-nav_language_balloon {
    opacity: 1; 
    pointer-events: all;
  }
}
@media screen and (max-width: 1000px) {
  .g-nav_language {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .g-nav_language {
    margin-left: 0;
    -webkit-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .g-nav_language.is-mv-lang-click {
    padding-bottom: 10.66667vw; 
    height: 47.2vw;
  }
  .g-nav_language.is-mv-lang-click > a {
    opacity: 0;
  }
}
.g-nav_language a {
  -webkit-transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.touchevents .g-nav_language a.is-touched,
.no-touchevents .g-nav_language a:hover {
  color: #009bb5;
}

.g-nav_language_balloon {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  background: #fff;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .g-nav_language_balloon {
    top: 36px;
    left: -51px;
    padding: 4px 10px;
    width: 120px;
    -webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.2);
  }
  .is-mv-lang .g-nav_language_balloon {
    top: auto;
    bottom: 36px;
  }
  .is-mv-lang .g-nav_language_balloon:after {
    top: auto;
    bottom: -7px;
    border-width: 7px 6px 0 6px;
    border-color: #fff transparent transparent transparent; 

    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2)); 

            filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 768px) {
  .g-nav_language_balloon {
    top: 0;
    left: 5.6vw;
    padding: 0 4.26667vw;
    width: 89.33333vw;
    -webkit-box-shadow: 0 0 0 1px #cacaca;
            box-shadow: 0 0 0 1px #cacaca;
  }
  .is-mv-lang-click .g-nav_language_balloon {
    opacity: 1;
    pointer-events: all;
  }
}
.g-nav_language_balloon:after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  margin: auto;
  border-width: 0 6px 7px 6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent; 
  width: 0;
  height: 0;

  -webkit-filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.2));

          filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .g-nav_language_balloon:after {
    display: none;
  }
}

.g-nav_language_balloon_item {
  position: relative;
  padding: 10px; 
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .g-nav_language_balloon_item {
    border-bottom: 1px solid #c7c7c7; 
    width: 100%;
  }
  .g-nav_language_balloon_item:last-child {
    border-bottom: none;
  }
  .g-nav_language_balloon_item > a {
    display: block;
    width: 100%;
    height: 6.66667vw;
    text-align: center;
    letter-spacing: 0.08em; 
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 6.66667vw;
  }
}
.g-nav_language_balloon_item:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #62bdd1; 
  width: 0;
  height: 0;
}
@media screen and (min-width: 769px) {
  .g-nav_language_balloon_item:after {
    top: 0;
    right: 10px;
    bottom: 0; 
    border-width: 3.5px 0 3.5px 6px;
  }
}
@media screen and (max-width: 768px) {
  .g-nav_language_balloon_item:after {
    top: 0;
    bottom: 0;
    left: 62%;
    border-width: 1.06667vw 0 1.06667vw 1.6vw;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (min-width: 769px) {
  .g-nav_language_balloon_item + .g-nav_language_balloon_item {
    border-top: 1px solid #dbe7ea;
  }
}

.g-nav_contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .g-nav_contact {
    display: block;
    margin-bottom: 2.93333vw;
  }
}

@media screen and (max-width: 768px) {
  .g-nav_language > a,
  .g-nav_contact > a {
    display: block;
    margin: 0 auto;
    padding: 3.33333vw 1.33333vw;
    width: 89.33333vw;
    text-align: center;
    letter-spacing: 0.08em;
    color: #525252;
    -webkit-box-shadow: 0 0 0 1px #cacaca inset;
            box-shadow: 0 0 0 1px #cacaca inset; 
    font-size: 3.46667vw;
    font-weight: 600;
  }
}

/* --------------------------------
  reset
-------------------------------- */
button {
  display: block;
  border: none;
  background-color: transparent;

  -webkit-appearance: none;
}

/* --------------------------------
  common
-------------------------------- */
@media screen and (max-width: 768px) {
  html {
    font-size: 3.2vw;
  }
}

body {
  letter-spacing: 0.08em;
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  line-height: 2.14286;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 980px;
  }
}
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.06em;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  body.is-showDrawer {
    overflow: hidden;
    position: fixed;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-top: 14.66667vw;
  }
}

.l-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%; 
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 5.33333vw;
  }
}

.l-section-bgGrid {
  background: url(/files/img/common/texture_grid_bg.png) 50% 0 repeat;
}

/* SVG アイコン ---------------- */
.svgIcon {
  pointer-events: none;
}

.svgIcon-logo .logoLead {
  fill: #525252;
}

.svgIcon-logo .logoTitle {
  fill: #009bb5;
}

.svgIcon-language {
  margin-right: 6px;
  width: 16px;
  height: 16px;

  fill: #009bb5;
}

.svgIcon-arw {
  width: 29px;
  height: 29px; 

  fill: #d3f10a;
}
@media screen and (max-width: 768px) {
  .svgIcon-arw {
    width: 6.66667vw;
    height: 6.66667vw;
  }
}

/* --------------------------------
  Modules
-------------------------------- */
/* セクション見出し ---------------- */
.m-section_heading_title {
  text-align: center;
}

.m-section_heading_title_en {
  display: block;
  letter-spacing: 0.03em;
  text-transform: uppercase; 
  color: #009bb5;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .m-section_heading_title_en {
    letter-spacing: 0.06em; 
    font-size: 7.73333vw;
  }
}

.m-section_heading_title_jp {
  display: block;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  .m-section_heading_title_jp {
    padding-top: 2vw;
    font-size: 2.93333vw;
  }
}

.m-section_heading_description {
  margin-top: 35px;
  text-align: center;
  line-height: 1.71429;
}
@media screen and (max-width: 768px) {
  .m-section_heading_description {
    margin-top: 2.66667vw;
    line-height: 1.75;
  }
}

/* コンテンツ下部のバナー ---------------- */
.m-banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-banner_item {
  position: relative;
  width: 380px;
}
@media screen and (max-width: 768px) {
  .m-banner_item {
    width: 100%; 
    max-width: none;
  }
  .m-banner_item + .m-banner_item {
    margin-top: 5.33333vw;
  }
}
@media screen and (min-width: 769px) {
  .m-banner_item:nth-child(even) {
    margin-left: 40px;
  }
}
.m-banner_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; 
  position: relative;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media screen and (max-width: 768px) {
  .m-banner_item a {
    height: 23.46667vw;
  }
}
.touchevents .m-banner_item a.is-touched,
.no-touchevents .m-banner_item a:hover {
  text-decoration: none;
}
.m-banner_item a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: auto;
  width: 200%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
  -webkit-transform: translateX(-50%); 
      -ms-transform: translateX(-50%); 
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #0081b5), color-stop(70%, #009bb5));
  background: linear-gradient(90deg, #0081b5 30%, #009bb5 70%);
}
.touchevents .m-banner_item a.is-touched:after,
.no-touchevents .m-banner_item a:hover:after {
  -webkit-transform: translateX(25%);
      -ms-transform: translateX(25%);
          transform: translateX(25%);
}
.m-banner_item .svgIcon {
  position: absolute;
  z-index: 3; 
  right: 10px;
  bottom: 0;
}

.m-banner_thumb {
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .m-banner_thumb {
    width: 44.8vw;
  }
  .m-banner_thumb img {
    width: 100%;
  }
}

.m-banner_text {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center; 

  -webkit-box-flex: 1; 

      -ms-flex: 1; 

          flex: 1;
}

/* 共通ボタン ---------------- */
.m-button.m-button-emerald a {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  background: #fff;
  color: #009bb5;
  -webkit-box-shadow: 0 0 0 1px #009bb5 inset;
          box-shadow: 0 0 0 1px #009bb5 inset;
}
.touchevents .m-button.m-button-emerald a.is-touched,
.no-touchevents .m-button.m-button-emerald a:hover {
  background: #009bb5; 
  color: #fff;
}

.m-button.m-button-white a {
  color: #fff; 
  -webkit-box-shadow: 0 0 0 1px #fff inset; 
          box-shadow: 0 0 0 1px #fff inset;
}

.m-button.m-button-black a {
  color: #525252; 
  -webkit-box-shadow: 0 0 0 1px #cacaca inset; 
          box-shadow: 0 0 0 1px #cacaca inset;
}

.m-button.m-button-uppercase {
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

.m-button a {
  display: block;
  padding: 8px 10px;
  text-align: center;
  letter-spacing: 0.08em; 
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .m-button a {
    padding: 3.33333vw 1.33333vw;
    font-size: 3.46667vw;
  }
}

/* 下層mv ---------------- */
.m-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: top center;
  background-size: cover; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 769px) {
  .m-mv {
    height: 300px;
    background-image: url(/files/img/common/mv_bg.jpg);
  }
}
@media screen and (max-width: 768px) {
  .m-mv {
    height: 50.66667vw;
    background-image: url(/files/img/common/mv_bg_sp.jpg);
  }
}

.m-mv_title {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}

.m-mv_title_en {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase; 
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .m-mv_title_en {
    letter-spacing: 0.06em; 
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .m-mv_title_en {
    letter-spacing: 0.08em; 
    font-size: 9.06667vw;
  }
}

.m-mv_title_jp {
  display: block;
  margin-top: 1em; 
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .m-mv_title_jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .m-mv_title_jp {
    font-size: 2.93333vw;
  }
}

/* パンくずリスト ---------------- */
.m-breadcrumb {
  margin: 1em auto 0; 
  width: 82.857142857%;
}
@media screen and (max-width: 768px) {
  .m-breadcrumb {
    padding: 0 5.33333vw; 
    width: 100%;
  }
}

.m-breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  width: 100%;
}

@media screen and (min-width: 769px) {
  .m-breadcrumb_list_item {
    letter-spacing: 0.03em; 
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .m-breadcrumb_list_item {
    letter-spacing: 0.04em; 
    font-size: 3.2vw;
  }
}

.m-breadcrumb_list_item a {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  vertical-align: top;
}
.touchevents .m-breadcrumb_list_item a.is-touched,
.no-touchevents .m-breadcrumb_list_item a:hover {
  opacity: 0.5;
}

.m-breadcrumb_list_item span {
  position: relative;
  padding-bottom: 2px;
  vertical-align: top; 
  color: #009bb5;
}
.m-breadcrumb_list_item span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009bb5;
}

.m-breadcrumb_list_item:after {
  content: "＞";
  margin: 0 0.5em;
}

.m-breadcrumb_list_item:last-child:after {
  display: none;
}

/* --------------------------------
  JS
-------------------------------- */
/* Toggle ---------------- */
.js-spToggle:before,
.js-spToggle:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4vw;
  height: 0.53333vw;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1); 
  background-color: #009bb5;
}
@media screen and (min-width: 769px) {
  .js-spToggle:before,
  .js-spToggle:after {
    display: none;
  }
}

.js-spToggle:after {
  right: 5.33333vw;
}

.js-spToggle:before {
  right: 5.33333vw;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.js-spToggle.is-active:after {
  opacity: 0;
  -webkit-transition: opacity 0s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.js-spToggle.is-active:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 768px) {
  .js-spToggleTarget {
    display: none;
  }
}

/* --------------------------------
  Global Footer
-------------------------------- */
.g-footer {
  position: relative;
  margin-top: 205px;
  padding: 80px 0 50px;
  min-height: 460px;
  background-color: #efefef; 
  -webkit-box-shadow: 0px -7px 0 0px #009bb5, 0 1px 0 0px #009cb6 inset; 
          box-shadow: 0px -7px 0 0px #009bb5, 0 1px 0 0px #009cb6 inset;
}
@media screen and (max-width: 768px) {
  .g-footer {
    margin-top: 33.06667vw;
    padding: 0 0 14.66667vw; 
    -webkit-box-shadow: 0px -4px 0 0px #009bb5, 0 1px 0 0px #009cb6 inset; 
            box-shadow: 0px -4px 0 0px #009bb5, 0 1px 0 0px #009cb6 inset;
  }
}
.g-footer .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .g-footer .l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.pagetop {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 100;
  top: -104px;
  right: 40px;
  border-radius: 50%; 
  width: 90px;
  height: 90px;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .pagetop {
    top: -20.93333vw;
    right: 2vw;
    width: 18.4vw;
    height: 18.4vw;
  }
}
.pagetop.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s, visibility 0s;
  transition: opacity 0.2s, visibility 0s;
}
.pagetop.is-fixed {
  position: fixed;
  top: auto; 
  right: 40px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pagetop.is-fixed {
    right: 2vw;
    bottom: 2.4vw;
  }
}
.pagetop a {
  display: block;
  padding-top: 51px;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1;
}
.touchevents .pagetop a.is-touched,
.no-touchevents .pagetop a:hover {
  opacity: 0.5;
}
.touchevents .pagetop a.is-touched:after,
.no-touchevents .pagetop a:hover:after {
  top: 20px;
}
@media screen and (max-width: 768px) {
  .touchevents .pagetop a.is-touched:after,
  .no-touchevents .pagetop a:hover:after {
    opacity: 1.5;
    top: 3.73333vw;
  }
}
@media screen and (max-width: 768px) {
  .pagetop a {
    padding-top: 10.26667vw;
    letter-spacing: 0em; 
    font-size: 2.4vw;
  }
}
.pagetop a:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  border-bottom: 2px solid #009bb5;
  border-left: 2px solid #009bb5;
  width: 14px;
  height: 14px;
  -webkit-transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: rotate(135deg); 
      -ms-transform: rotate(135deg); 
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .pagetop a:after {
    top: 5.6vw;
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

/* 左カラム ---------------- */
.g-footer_left {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .g-footer_left {
    margin-top: 7.86667vw;
    width: 100%;

    -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

            order: 2;
  }
}

.g-footer_logo {
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .g-footer_logo {
    margin-bottom: 3.2vw;
  }
}
.g-footer_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 152px; 
  height: 56px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media screen and (max-width: 768px) {
  .g-footer_logo a {
    margin: 0 auto;
    width: 30.13333vw;
    height: 11.06667vw;
  }
}
.g-footer_logo .svgIcon-logo {
  width: 152px;
  height: 152px;
}
@media screen and (max-width: 768px) {
  .g-footer_logo .svgIcon-logo {
    width: 30.13333vw;
    height: 30.13333vw;
  }
}

.g-footer_address {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .g-footer_address {
    text-align: center;
  }
}

.g-footer_contactAddressList {
  margin: 10px 0 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .g-footer_contactAddressList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.26667vw 0 5.33333vw; 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_contactAddressList li + li {
    margin-left: 2.66667vw;
  }
}
.g-footer_contactAddressList li a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .g-footer_buttonList {
    padding: 0 5.33333vw 7.46667vw;
  }
}

.g-footer_button > a {
  padding: 5px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  letter-spacing: 0.05em;
}
.touchevents .g-footer_button > a.is-touched,
.no-touchevents .g-footer_button > a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .g-footer_button > a {
    padding: 3.2vw 0;
  }
}

@media screen and (max-width: 768px) {
  .g-footer_button.g-footer_button-contact {
    margin-bottom: 2.93333vw;
  }
  .g-footer_button.g-footer_button-contact a {
    font-size: 2.93333vw;
  }
}

@media screen and (max-width: 768px) {
  .g-footer_button {
    position: relative;
    -webkit-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .g-footer_button.is-mv-lang-click {
    height: 36.53333vw;
  }
  .g-footer_button.is-mv-lang-click > a {
    opacity: 0;
  }
  .g-footer_button .g-nav_language_balloon {
    left: 0;
  }
  .g-footer_button .g-nav_language_balloon .g-nav_language_balloon_item > a {
    display: block;
    padding: 0; 
    width: 100%;
    height: 6.66667vw;
    text-align: center;
    letter-spacing: 0.08em;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 3.2vw;
    line-height: 6.66667vw;
  }
}

.g-footer_copyright {
  margin-top: 40px;
  letter-spacing: 0.02em; 
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .g-footer_copyright {
    margin-top: 0;
    padding: 3.33333vw 0 10.66667vw;
    text-align: center;
    font-size: 2.66667vw;
  }
}

/* 右カラム ---------------- */
.g-footer_right {
  position: relative;
  margin-left: 95px;
  width: 100%;
  max-width: 730px;
}
@media screen and (max-width: 768px) {
  .g-footer_right {
    margin-left: 0; 

    -webkit-box-ordinal-group: 2; 

        -ms-flex-order: 1; 

            order: 1;
  }
}

.g-footer_language {
  position: absolute;
  z-index: 2; 
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .g-footer_language {
    display: none;
  }
  .g-footer_language .g-nav_language_balloon {
    display: none;
  }
}

.g-footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .g-footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .g-footer_nav > li {
    position: relative;
    z-index: 2; 
    margin-bottom: 19px;
  }
  .g-footer_nav > li:first-child {
    margin-bottom: 27px;
    padding-bottom: 22px;
    width: 100%;
  }
  .g-footer_nav > li:first-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: rgba(199, 199, 199, 0.3);
  }
  .g-footer_nav > li:nth-child(7) {
    z-index: 1;
    padding-left: 53.1%; 

    -webkit-box-flex: 3; 

        -ms-flex-positive: 3; 

            flex-grow: 3;
  }
  .g-footer_nav > li:nth-child(7) ul {
    position: absolute;
    top: 43px; 
    left: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .g-footer_nav > li:nth-child(7) ul {
    position: static;
  }
}
@media screen and (min-width: 769px) {
  .g-footer_nav > li:nth-child(2) {
    width: 30.7%;

    -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

            order: 2;
  }
  .g-footer_nav > li:nth-child(3) {
    width: 30.7%;

    -webkit-box-ordinal-group: 7;

        -ms-flex-order: 6;

            order: 6;
  }
  .g-footer_nav > li:nth-child(4) {
    width: 25.5%;

    -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

            order: 3;
  }
  .g-footer_nav > li:nth-child(5) {
    width: 27.4%;

    -webkit-box-ordinal-group: 5;

        -ms-flex-order: 4;

            order: 4;
  }
  .g-footer_nav > li:nth-child(6) {
    width: 16.3%;

    -webkit-box-ordinal-group: 6;

        -ms-flex-order: 5;

            order: 5;
  }
  .g-footer_nav > li:nth-child(7) {
    width: 16.3%;

    -webkit-box-ordinal-group: 8;

        -ms-flex-order: 7;

            order: 7;
  }
}
.g-footer_nav > li > a {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .g-footer_nav > li > a {
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .touchevents .g-footer_nav > li > a.is-touched,
  .no-touchevents .g-footer_nav > li > a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_nav > li > a {
    display: block;
    position: relative;
    padding: 4vw 5.33333vw;
    border-bottom: 1px solid #e3e3e3; 
    -webkit-transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
    transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    font-size: 3.2vw;
  }
  .touchevents .g-footer_nav > li > a.is-touched,
  .no-touchevents .g-footer_nav > li > a:hover {
    color: #009bb5;
  }
}
@media screen and (min-width: 769px) {
  .g-footer_nav .js-spToggleTarget {
    display: block !important;
  }
}
.g-footer_nav ul {
  position: absolute;
  top: 43px; 
  left: 0;
}
@media screen and (max-width: 768px) {
  .g-footer_nav ul {
    position: static;
  }
}
.g-footer_nav ul li {
  line-height: 1.66667;
}
@media screen and (min-width: 769px) {
  .g-footer_nav ul li a {
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
    font-size: 12px;
  }
  .touchevents .g-footer_nav ul li a.is-touched,
  .no-touchevents .g-footer_nav ul li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_nav ul li a {
    display: block;
    position: relative;
    padding: 4vw 10.66667vw;
    border-bottom: 1px solid #e3e3e3; 
    -webkit-transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
    transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .touchevents .g-footer_nav ul li a.is-touched,
  .no-touchevents .g-footer_nav ul li a:hover {
    color: #009bb5;
  }
  .g-footer_nav ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5.33333vw;
    margin: auto;
    margin: auto;
    width: 3.86667vw;
    height: 1px;
    background-color: #bfbfbf;
  }
}

.g-footer_bnr {
  width: 100%;
  height: 80px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .g-footer_bnr {
    padding: 10.66667vw 12vw 4vw; 
    height: auto;
  }
}

.g-footer_bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .g-footer_bnr_list {
    margin-left: -7.2vw; 
    width: calc(100% + 7.2vw);
  }
}

.g-footer_bnr_list_item a {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.g-footer_bnr_list_item a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .g-footer_bnr_list_item + .g-footer_bnr_list_item {
    margin-left: 28px;
  }
  .g-footer_bnr_list_item-1 {
    width: 140px;
  }
  .g-footer_bnr_list_item-2 {
    width: 123px;
  }
  .g-footer_bnr_list_item-3 {
    width: 40px;
  }
  .g-footer_bnr_list_item-4 {
    width: 48px;
  }
  .g-footer_bnr_list_item-5 {
    width: 73px;
  }
}

@media screen and (max-width: 768px) {
  .g-footer_bnr_list_item {
    margin-left: 7.2vw; 
    padding-bottom: 6.66667vw;
  }
  .g-footer_bnr_list_item + .g-footer_bnr_list_item {
    margin-left: 7.2vw;
  }
  .g-footer_bnr_list_item-1 {
    width: 36.26667vw;
  }
  .g-footer_bnr_list_item-2 {
    width: 31.86667vw;
  }
  .g-footer_bnr_list_item-3 {
    width: 10.4vw;
  }
  .g-footer_bnr_list_item-4 {
    width: 12.4vw;
  }
  .g-footer_bnr_list_item-5 {
    width: 18.8vw;
  }
}

/* Slider */
.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto; 
  margin-left: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none; 
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent; 
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}