@charset "UTF-8";
/*================================================================
 *FILE          :common.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

@-moz-document url-prefix() {
  button:focus-visible {
    outline-style: auto; }
}

hr {
  border: none; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "Galvji", "Segoe UI", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }

body {
  width: 100%;
  background-color: #F0F0F0;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  @media print, screen and (max-width: 767px) {
    body {
      min-width: 2px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    body {
      min-width: 768px; } }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.ht {
  display: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab_pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (max-width: 1024px) {
  .dn-sp_tab {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* テキストリンクホバースタイル
-----------------------------------------------------------------*/
/* アンカーリンク
-----------------------------------------------------------------*/
/* ボタンパーツ
-----------------------------------------------------------------*/
/* 動画関連
-----------------------------------------------------------------*/
/* related documents
-----------------------------------------------------------------*/
/*
  回答前提のPDF
----------------------------------------*/
.c-questionaireMethod {
  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;
  margin-bottom: 40px; }

.c-questionaireMethod_icon,
.c-questionaireMethod_icon_svg {
  width: 20px;
  height: 20px; }

.c-questionaireMethod_text {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: underline;
  display: inline-block;
  font-style: italic;
  margin-left: 8px;
  line-height: 1.3; }
  @media print, screen and (min-width: 768px) {
    .c-questionaireMethod_text:hover {
      color: #007D2E; } }

/* タイトルパーツ
-----------------------------------------------------------------*/
/* ボタンパーツ
-----------------------------------------------------------------*/
/* NEWS
-----------------------------------------------------------------*/
/* ページネーション
-----------------------------------------------------------------*/
/* circleアニメーション
-----------------------------------------------------------------*/
/* arrowアニメーション
-----------------------------------------------------------------*/
/* 記事スタイル
-----------------------------------------------------------------*/
/* 別ウインドw
-----------------------------------------------------------------*/
/*================================================================
 *FILE					:_header.scss
 *DESCRIPTION   :ヘッダーパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*ヘッダーパーツ component
-----------------------------------------------------------------*/
.c-buttonCircle {
  text-align: center; }

.c-buttonCircle_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (min-width: 768px) {
    .c-buttonCircle_link:hover .c-buttonCircle_img {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); } }
  .c-buttonCircle_link:hover .c-buttonCircle_imgDefault {
    opacity: 0; }
  .c-buttonCircle_link:hover .c-buttonCircle_imgHover {
    opacity: 1; }

.c-buttonCircle_img {
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  border-radius: 50%; }
  @media print, screen and (max-width: 767px) {
    .c-buttonCircle_img {
      width: 84px;
      height: 70px; } }
  @media print, screen and (min-width: 768px) {
    .c-buttonCircle_img {
      width: 108px;
      height: 93px; } }
  .c-buttonCircle_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.c-buttonCircle_imgHover {
  opacity: 0; }

.c-buttonCircle_text {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  line-height: 1.22; }
  @media print, screen and (max-width: 767px) {
    .c-buttonCircle_text {
      font-size: 1.14286rem;
      margin-right: 8px; } }
  @media print, screen and (min-width: 768px) {
    .c-buttonCircle_text {
      font-size: 1.42857rem;
      margin-right: 16px; } }

/*ヘッダーパーツ style
-----------------------------------------------------------------*/
.header {
  width: 100%;
  z-index: 10000; }
  @media print, screen and (max-width: 767px) {
    .header {
      height: 50px; } }
  @media print, screen and (min-width: 768px) {
    .header {
      height: 66px; } }

.headerbackButton {
  position: absolute;
  top: 6px;
  left: 64px; }

.headerbackButton_svg {
  width: 24px;
  height: 8px;
  margin-right: 12px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }

.headerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .headerContent {
      z-index: 10000; } }
  @media print, screen and (min-width: 768px) {
    .headerContent {
      height: 100%;
      border-bottom: 1px solid #BDBDBD;
      background-color: #F0F0F0;
      z-index: 9998; } }

.headerTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-weight: bold;
  letter-spacing: .02em; }
  @media print, screen and (max-width: 767px) {
    .headerTitle {
      padding: 0 16px; } }
  @media print, screen and (min-width: 768px) {
    .headerTitle {
      font-size: 1.14286rem;
      padding: 0 24px;
      border-right: 1px solid rgba(0, 0, 0, 0.2); } }

.headerSkip {
  font-size: 0.92857rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
  cursor: pointer; }

.headerSkip_arrow {
  width: 8px;
  height: 8px;
  margin-left: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000; }

@media print, screen and (max-width: 767px) {
  .headerMenuButton {
    width: 50px;
    height: 50px; } }

@media print, screen and (min-width: 768px) {
  .headerMenuButton {
    cursor: pointer;
    width: 64px;
    height: 65px;
    padding: 22px 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.2); } }

.headerMultiClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s; }
  @media print, screen and (max-width: 767px) {
    .is-countriesShow .headerMultiClose {
      opacity: 1;
      visibility: visible; } }
  @media print, screen and (min-width: 768px) {
    .headerMultiClose {
      display: none; } }
  .headerMultiClose .headerMenuButton_bar:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg); }
    .landscape .headerMultiClose .headerMenuButton_bar:nth-child(1) {
      top: 50%; }
  .headerMultiClose .headerMenuButton_bar:nth-child(2) {
    opacity: 0; }
  .headerMultiClose .headerMenuButton_bar:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
    -ms-transform: translate(-50%, -50%) rotate(315deg);
    transform: translate(-50%, -50%) rotate(315deg); }
    .landscape .headerMultiClose .headerMenuButton_bar:nth-child(3) {
      top: 50%; }

.headerMenuButton_inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

.headerMenuButton_hiddenText {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px; }

.headerMenuButton_bar {
  position: absolute;
  width: 24px;
  left: 50%;
  background-color: #000; }
  @media print, screen and (max-width: 767px) {
    .headerMenuButton_bar {
      height: 2px; } }
  @media print, screen and (min-width: 768px) {
    .headerMenuButton_bar {
      height: 3px; } }
  .headerMenuButton_bar:nth-child(1) {
    -webkit-transform: translate(-50%, 0) rotate(0);
    -ms-transform: translate(-50%, 0) rotate(0);
    transform: translate(-50%, 0) rotate(0);
    -webkit-transition: top .3s ease, width .3s ease, -webkit-transform .3s ease;
    transition: top .3s ease, width .3s ease, -webkit-transform .3s ease;
    -o-transition: top .3s ease, width .3s ease, transform .3s ease;
    transition: top .3s ease, width .3s ease, transform .3s ease;
    transition: top .3s ease, width .3s ease, transform .3s ease, -webkit-transform .3s ease; }
    @media print, screen and (max-width: 767px) {
      .headerMenuButton_bar:nth-child(1) {
        top: 17px; } }
    @media print, screen and (min-width: 768px) {
      .headerMenuButton_bar:nth-child(1) {
        top: 0; } }
  .headerMenuButton_bar:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .headerMenuButton_bar:nth-child(3) {
    -webkit-transform: translate(-50%, 0) rotate(0);
    -ms-transform: translate(-50%, 0) rotate(0);
    transform: translate(-50%, 0) rotate(0);
    -webkit-transition: top .3s ease, width .3s ease, -webkit-transform .3s ease;
    transition: top .3s ease, width .3s ease, -webkit-transform .3s ease;
    -o-transition: top .3s ease, width .3s ease, transform .3s ease;
    transition: top .3s ease, width .3s ease, transform .3s ease;
    transition: top .3s ease, width .3s ease, transform .3s ease, -webkit-transform .3s ease; }
    @media print, screen and (max-width: 767px) {
      .headerMenuButton_bar:nth-child(3) {
        top: 31px; } }
    @media print, screen and (min-width: 768px) {
      .headerMenuButton_bar:nth-child(3) {
        top: 18px; } }
  @media print, screen and (min-width: 1025px) {
    .headerMenuButton:hover .headerMenuButton_bar:nth-child(1) {
      top: -4px; } }
  .landscape .headerMenuButton:hover .headerMenuButton_bar:nth-child(1) {
    top: 0; }
  @media print, screen and (min-width: 1025px) {
    .headerMenuButton:hover .headerMenuButton_bar:nth-child(3) {
      top: 21px; } }
  .landscape .headerMenuButton:hover .headerMenuButton_bar:nth-child(3) {
    top: 18px; }
  .is-menuShow .headerMenuButton .headerMenuButton_bar:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg); }
    .landscape .is-menuShow .headerMenuButton .headerMenuButton_bar:nth-child(1) {
      top: 50%; }
  .is-menuShow .headerMenuButton .headerMenuButton_bar:nth-child(2) {
    opacity: 0; }
  .is-menuShow .headerMenuButton .headerMenuButton_bar:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
    -ms-transform: translate(-50%, -50%) rotate(315deg);
    transform: translate(-50%, -50%) rotate(315deg); }
    .landscape .is-menuShow .headerMenuButton .headerMenuButton_bar:nth-child(3) {
      top: 50%; }
  @media print, screen and (min-width: 1025px) {
    .is-menuShow .headerMenuButton:hover .headerMenuButton_bar:nth-child(1), .is-menuShow .headerMenuButton:hover .headerMenuButton_bar:nth-child(3) {
      width: 34px; } }

.headerMenu {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  background-color: #F0F0F0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: left 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: left 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), left 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), left 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), left 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1); }
  .is-menuShow .headerMenu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 0; }

.headerMenu_inner {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media print, screen and (max-width: 767px) {
    .headerMenu_inner {
      padding: 10vh 32px; } }
  @media print, screen and (max-width: 320px) {
    .headerMenu_inner {
      padding: 9vh 42px; } }
  .is-menuShow .headerMenu_inner {
    display: block; }

.headerMenu_content {
  width: 100%;
  height: 100%; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .headerMenu_content {
      padding: 0 40px 0 49px; } }
  @media print, screen and (min-width: 1025px) {
    .headerMenu_content {
      padding: 0 40px 0 49px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media print, screen and (max-width: 767px) {
  .headerMenu_title {
    font-size: 1.14286rem;
    margin-bottom: 64px;
    padding-bottom: 22px;
    font-style: italic;
    line-height: 1.3;
    letter-spacing: .04em;
    border-bottom: 1px solid #BDBDBD; } }

@media print, screen and (max-width: 320px) {
  .headerMenu_title {
    margin-bottom: 50px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .headerMenu_listWrap {
    padding: 15vh 0; } }

@media print, screen and (min-width: 1025px) {
  .headerMenu_listWrap {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media print, screen and (max-width: 320px) {
  .headerMenu_listWrap {
    padding: 2vh 0 9vh; } }

.headerMenu_list {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 767px) {
    .headerMenu_list + .headerMenu_list {
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .headerMenu_list + .headerMenu_list {
      margin-top: 56px; } }
  @media print, screen and (min-width: 1025px) {
    .headerMenu_list + .headerMenu_list {
      margin-left: 90px; } }

@media print, screen and (max-width: 767px) {
  .headerMenu_list_node + .headerMenu_list_node {
    margin-top: 16px; } }

@media print, screen and (min-width: 768px) {
  .headerMenu_list_node + .headerMenu_list_node {
    margin-top: 48px; } }

@media print, screen and (max-width: 767px) {
  .headerMenu_list_node i {
    font-size: 2.5rem; } }

@media print, screen and (min-width: 768px) {
  .headerMenu_list_node i {
    font-size: 2.14286rem;
    padding-left: 12px; } }

.headerMenu_list_link {
  display: inline-block; }
  .headerMenu_list_link i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Arial Narrow", "Arial", "ノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1; }
    @media print, screen and (max-width: 767px) {
      .headerMenu_list_link i {
        font-size: 2.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    @media print, screen and (min-width: 768px) {
      .headerMenu_list_link i {
        font-size: 3.71429rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 0 15px; } }
    @media print, screen and (max-width: 320px) {
      .headerMenu_list_link i {
        font-size: 2.28571rem; } }
    .headerMenu_list_link i:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      height: 4px;
      background-color: #000; }
      .landscape .headerMenu_list_link i:after {
        display: none; }
    .headerMenu_list_link i:nth-of-type(1):after {
      -webkit-transition: width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
      -o-transition: width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
      transition: width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
    .headerMenu_list_link i:nth-of-type(2):after {
      -webkit-transition: width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
      -o-transition: width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
      transition: width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s; }
  @media print, screen and (max-width: 767px) {
    .headerMenu_list_link.small i {
      font-size: 1.85714rem; } }
  @media print, screen and (min-width: 768px) {
    .headerMenu_list_link.small i {
      font-size: 2.57143rem; } }
  @media print, screen and (min-width: 1025px) {
    .headerMenu_list_link:hover i:after {
      width: 100%; } }

.headerMenu_closeButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute !important; }
  @media print, screen and (max-width: 767px) {
    .headerMenu_closeButton {
      top: 0;
      right: 0; } }
  @media print, screen and (min-width: 768px) {
    .headerMenu_closeButton {
      top: 40px;
      right: 40px; } }

.headerMenu_closeButton_icon {
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #000;
  border-radius: 50%; }
  .headerMenu_closeButton_icon:before, .headerMenu_closeButton_icon:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 49px;
    height: 1px;
    background-color: #000;
    -webkit-transition: width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
  .headerMenu_closeButton_icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .headerMenu_closeButton_icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  @media print, screen and (min-width: 1025px) {
    .headerMenu_closeButton:hover .headerMenu_closeButton_icon:before, .headerMenu_closeButton:hover .headerMenu_closeButton_icon:after {
      width: 25px; } }

.headerMenu_closeButton_text {
  margin-top: 8px;
  font-weight: bold;
  text-align: center; }

.transferNotice {
  background-color: #007D2E; }
  @media print, screen and (max-width: 767px) {
    .transferNotice {
      padding: 8px 16px; } }
  @media print, screen and (min-width: 768px) {
    .transferNotice {
      padding: 7px 24px; } }

.transferNotice_text {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5; }

/*================================================================
 *FILE					:_footer.scss
 *DESCRIPTION   :フッターパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*フッターパーツ component
-----------------------------------------------------------------*/
/*フッターパーツ style
-----------------------------------------------------------------*/
.footer {
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .footer {
      padding: 0 15px; } }

.footerInner {
  padding: 26px 0 24px;
  border-top: 1px solid #BDBDBD; }

@media print, screen and (max-width: 767px) {
  .footerProject {
    margin-bottom: 40px; } }

@media print, screen and (min-width: 768px) {
  .footerProject {
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media print, screen and (max-width: 767px) {
  .footerProject_node {
    width: 224px;
    margin: auto; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .footerProject_node {
    width: calc( ( 100% - ( 32px * 2 ) ) / 3); } }

@media print, screen and (min-width: 1025px) {
  .footerProject_node {
    width: 224px; } }

.footerProject_link {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .footerProject_link:before {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
    padding-bottom: 45%; }
  .footerProject_link img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.footerContact,
.footerText,
.footerCopy {
  line-height: 1.46;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .footerContact,
    .footerText,
    .footerCopy {
      font-size: 0.92857rem; } }

.footerText {
  margin-bottom: 48px; }

@media print, screen and (max-width: 767px) {
  .footerContact {
    margin-bottom: 48px; } }

@media print, screen and (min-width: 768px) {
  .footerContact {
    margin-bottom: 8px; } }

.footerContact a {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: underline;
  margin: 0 3px; }
  @media print, screen and (min-width: 768px) {
    .footerContact a:hover {
      color: #007D2E; } }

@-webkit-keyframes arrowAnimation-X {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes arrowAnimation-X {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@-webkit-keyframes arrowAnimation-Y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@keyframes arrowAnimation-Y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

/* --------------------------------------------------------------
  base setting
-----------------------------------------------------------------*/
::-moz-selection {
  background-color: #007D2E;
  color: #fff; }
::selection {
  background-color: #007D2E;
  color: #fff; }

html[lang="en"] {
  margin-top: 0 !important; }

#wpadminbar {
  display: none; }

/* --------------------------------------------------------------
  inview common animation
-----------------------------------------------------------------*/
/* --------------------------------------------------------------
  font
-----------------------------------------------------------------*/
.c-font-green {
  color: #007D2E; }

/* --------------------------------------------------------------
  wrapper
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .wrapper {
    padding: 0 32px; } }

@media print, screen and (max-width: 767px) {
  .main {
    padding-top: 40px; } }

@media print, screen and (min-width: 768px) {
  .main {
    padding-top: 80px; } }

/* --------------------------------------------------------------
  pageHead
-----------------------------------------------------------------*/
.pageHead_subTitle {
  font-size: 1.14286rem;
  position: relative;
  font-family: "Georgia", serif;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  overflow: hidden; }
  @media print, screen and (max-width: 767px) {
    .pageHead_subTitle {
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) {
    .pageHead_subTitle {
      max-width: 1000px;
      margin: 0 auto; } }

.pageHead_subTitle_inner {
  display: block;
  -webkit-transition: opacity 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: opacity 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.pageHead_title {
  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;
  font-family: "Arial Narrow", "Arial", "ノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  letter-spacing: .04em;
  text-align: center;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* countriesページ独自スタイル */
  /* .pageHead_dateWrapがない時用 */ }
  @media print, screen and (max-width: 767px) {
    .pageHead_title {
      font-size: 10.57143rem;
      padding: 19px 0 13px; } }
  @media print, screen and (min-width: 768px) {
    .pageHead_title {
      font-size: 6.28571rem;
      padding: 35px 0 20px; } }
  @media print, screen and (max-width: 320px) {
    .pageHead_title {
      font-size: 3.35714rem; } }
  @media print, screen and (max-width: 767px) {
    .pageHead_title.is-fixed {
      -webkit-transform: scale(0.4) translateY(15px);
      -ms-transform: scale(0.4) translateY(15px);
      transform: scale(0.4) translateY(15px); } }
  @media print, screen and (min-width: 768px) {
    .pageHead_title.is-fixed {
      -webkit-transform: scale(0.4) translateY(5px);
      -ms-transform: scale(0.4) translateY(5px);
      transform: scale(0.4) translateY(5px); } }
  [data-page="countries"] .pageHead_title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000; }
  @media print, screen and (max-width: 767px) {
    [data-page="cookie_policy"] .pageHead_title {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 768px) {
    [data-page="cookie_policy"] .pageHead_title {
      margin-bottom: 50px; } }

.pageHead_title_mark {
  overflow: hidden; }
  @media print, screen and (max-width: 767px) {
    .pageHead_title_mark {
      width: 40px;
      margin-right: 16px;
      margin-top: -10px; } }
  @media print, screen and (min-width: 768px) {
    .pageHead_title_mark {
      width: 64px;
      margin-right: 32px;
      margin-top: -16px; } }
  .pageHead_title_mark img {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.pageHead_title_text {
  text-transform: uppercase;
  overflow: hidden;
  line-height: 1;
  letter-spacing: 0.02em; }
  @media print, screen and (max-width: 767px) {
    .pageHead_title_text {
      font-size: 2.57143rem; } }
  @media print, screen and (min-width: 768px) {
    .pageHead_title_text {
      font-size: 5.42857rem; } }

.pageHead_dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 767px) {
    .pageHead_dateWrap {
      margin-bottom: 66px; } }
  @media print, screen and (min-width: 768px) {
    .pageHead_dateWrap {
      margin-bottom: 98px; } }

.pageHead_dateTitle {
  font-family: "Georgia", serif;
  font-weight: bold;
  color: #007D2E;
  -webkit-transition: opacity 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: opacity 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  @media print, screen and (min-width: 768px) {
    .pageHead_dateTitle {
      font-size: 1.14286rem; } }

.pageHead_dateBar {
  height: 1px;
  margin: 0 16px;
  border-top: 1px solid #BDBDBD;
  -webkit-transition: width 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: width 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: width 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  @media print, screen and (max-width: 767px) {
    .pageHead_dateBar {
      width: 32px; } }
  @media print, screen and (min-width: 768px) {
    .pageHead_dateBar {
      width: 64px; } }

.pageHead_date {
  font-family: "Georgia", serif;
  font-weight: bold;
  -webkit-transition: opacity 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: opacity 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  @media print, screen and (min-width: 768px) {
    .pageHead_date {
      font-size: 1.14286rem; } }

/* --------------------------------------------------------------
  Countries
-----------------------------------------------------------------*/
.countriesBlock {
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .countriesBlock {
      margin-bottom: 80px;
      padding: 0 15px; } }
  @media print, screen and (min-width: 768px) {
    .countriesBlock {
      margin-bottom: 120px; } }

.countriesBlock_inner {
  margin: 0 auto; }
  @media print, screen and (max-width: 767px) {
    .countriesBlock_inner {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .countriesBlock_inner {
      max-width: 920px; } }

.countriesBlock_title {
  font-family: "Arial Narrow", "Arial", "ノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: .02em;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .countriesBlock_title {
      font-size: 3.42857rem;
      margin-bottom: 12px; } }
  @media print, screen and (min-width: 768px) {
    .countriesBlock_title {
      font-size: 5.42857rem; } }
  @media print, screen and (min-width: 768px) {
    [data-page="countries"] .countriesBlock_title {
      font-size: 4rem; } }

.countriesBlock_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 767px) {
    .countriesBlock_list {
      padding: 0 20px;
      margin-bottom: 40px; } }
  @media print, screen and (max-width: 320px) {
    .countriesBlock_list {
      padding: 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .countriesBlock_list {
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) {
    .countriesBlock_list {
      margin-bottom: 40px; } }

.countriesBlock_list_node {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease; }
  @media print, screen and (max-width: 767px) {
    .countriesBlock_list_node {
      width: 50%;
      padding-right: 8px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .countriesBlock_list_node {
      width: calc( 100% / 4);
      padding: 0 7px; } }
  @media print, screen and (min-width: 1025px) {
    .countriesBlock_list_node {
      width: calc( 100% / 5);
      padding: 0 7px; } }
  @media print, screen and (max-width: 767px) {
    .countriesBlock_list_node:nth-child(n+3) {
      padding-top: 24px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .countriesBlock_list_node:nth-child(n+5) {
      padding-top: 32px; } }
  @media print, screen and (min-width: 1025px) {
    .countriesBlock_list_node:nth-child(n+6) {
      padding-top: 40px; } }
  .countriesBlock_list_node.is-noLink {
    pointer-events: none; }
  @media print, screen and (min-width: 1025px) {
    .countriesBlock_list_node:hover {
      color: #007D2E; }
      .countriesBlock_list_node:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.4);
        -ms-transform: translate(-50%, -50%) scale(1.4);
        transform: translate(-50%, -50%) scale(1.4); } }

.countriesBlock_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.countriesBlock_list_image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden; }
  @media print, screen and (max-width: 320px) {
    .countriesBlock_list_image {
      width: 34px;
      height: 34px; } }
  @media print, screen and (max-width: 767px) {
    .countriesBlock_list_image {
      margin-right: 10px; } }
  @media print, screen and (min-width: 768px) {
    .countriesBlock_list_image {
      margin-right: 8px; } }
  .countriesBlock_list_image img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; }

.countriesBlock_list_text {
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-decoration: underline;
  line-height: 1.14; }
  @media print, screen and (min-width: 768px) {
    .countriesBlock_list_text {
      font-size: 1.14286rem; } }
  .countriesBlock_list_node.is-noLink .countriesBlock_list_text {
    text-decoration: none; }

.countriesBlock_link {
  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; }

.countriesBlock_link_text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  font-weight: bold;
  line-height: 1.22; }
  @media print, screen and (max-width: 767px) {
    .countriesBlock_link_text {
      font-size: 1.14286rem;
      margin-right: 10px; } }
  @media print, screen and (min-width: 768px) {
    .countriesBlock_link_text {
      font-size: 1.28571rem;
      margin-right: 30px; } }

.countriesBlock_linkButton {
  position: relative; }

.countriesBlock_linkArrow_svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: arrowAnimation-X 1s 0s ease infinite alternate;
  animation: arrowAnimation-X 1s 0s ease infinite alternate; }
  @media print, screen and (max-width: 767px) {
    .countriesBlock_linkArrow_svg {
      left: -10px;
      width: 58px;
      height: 8px; } }
  @media print, screen and (min-width: 768px) {
    .countriesBlock_linkArrow_svg {
      left: -15px;
      width: 76px;
      height: 10px; } }

/* --------------------------------------------------------------
  pageup
-----------------------------------------------------------------*/
.pageup {
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.pageup_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 767px) {
    .pageup_link {
      width: 50px;
      height: 50px; } }
  @media print, screen and (min-width: 768px) {
    .pageup_link {
      width: 56px;
      height: 56px; } }

.pageup_svg {
  position: relative;
  width: 21px;
  height: 18px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  @media print, screen and (min-width: 1025px) {
    .pageup:hover .pageup_svg {
      -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      transform: translateY(-8px); } }

/* --------------------------------------------------------------
  Policy Toater
-----------------------------------------------------------------*/
.policyToater {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  background-color: rgba(0, 125, 46, 0.95);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease; }

.policyToater_inner {
  color: #fff;
  -webkit-transition: all .5s ease .3s;
  -o-transition: all .5s ease .3s;
  transition: all .5s ease .3s; }
  @media print, screen and (max-width: 767px) {
    .policyToater_inner {
      padding: 24px 22px; } }
  @media print, screen and (min-width: 768px) {
    .policyToater_inner {
      max-width: 1280px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 32px 62px;
      margin: 0 auto; } }

.policyToater_text {
  line-height: 1.5; }
  @media print, screen and (max-width: 767px) {
    .policyToater_text {
      margin-bottom: 15px; } }
  @media print, screen and (min-width: 768px) {
    .policyToater_text {
      font-size: 0.85714rem; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .policyToater_text {
      margin-right: 30px; } }
  @media print, screen and (min-width: 1025px) {
    .policyToater_text {
      margin-right: 100px; } }
  .policyToater_text a {
    text-decoration: underline;
    font-style: italic; }

@media print, screen and (max-width: 767px) {
  .policyToater_button {
    text-align: center; } }

.policyToater_button_link {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease; }
  @media print, screen and (max-width: 767px) {
    .policyToater_button_link {
      font-size: 1.14286rem;
      display: inline-block;
      width: 138px;
      padding: 9px 0 10px; } }
  @media print, screen and (min-width: 768px) {
    .policyToater_button_link {
      width: 76px;
      padding: 6px 0 7px; } }
  @media print, screen and (min-width: 1025px) {
    .policyToater_button_link:hover {
      background-color: #fff;
      color: #007D2E; } }

.policyToater_close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px;
  -webkit-transition: opacity .6s ease .3s;
  -o-transition: opacity .6s ease .3s;
  transition: opacity .6s ease .3s; }

.policyToater_close_icon {
  display: block;
  position: relative;
  width: 13px;
  height: 13px; }
  .policyToater_close_icon:before, .policyToater_close_icon:after {
    content: '';
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 1px;
    height: 17px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  .policyToater_close_icon:before {
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .policyToater_close_icon:after {
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }





/* テキストモーダル外側のcloseボタンのフォーカスを白枠に変更 */
.c-movieModalClose:focus-visible {
  outline: solid 2px #fff;
}

/* Firefoxのタブフォーカス対応 */
@-moz-document url-prefix() {
  .headerMenuButton:focus-visible,
  .headerMenu_closeButton:focus-visible,
  .c-newWindow_link:focus-visible,
  .c-movieModalBottomClose:focus-visible {
    outline: solid 2px #007BFF;
  }
}
