@charset "UTF-8";
/* ==============================================
reset
============================================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* ==============================================
base
============================================== */
html {
  font-size: 10px;
}

body {
  position: relative;
  background: #edeaea;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  color: #21110d;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
}

/* ==============================================
utility
============================================== */
/* フォントゴシック lato */
.u-font-gothic-lato {
  font-family: "Lato", sans-serif;
}

/* フォントゴシック 游ゴシック */
.u-font-gothic-yu {
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Meiryo", sans-serif;
}

/* フォントゴシック */
.u-font-gothic {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/* スクリーンリーダー（表示はなし） */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-block-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .u-block-pc {
    display: none !important;
  }
}

.u-block-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-block-sp {
    display: block !important;
  }
}

.u-inline-pc {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .u-inline-pc {
    display: none !important;
  }
}

.u-inline-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-inline-sp {
    display: inline !important;
  }
}

.u-flex-pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .u-flex-pc {
    display: none !important;
  }
}

.u-flex-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-flex-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* ==============================================
layouut
============================================== */
.l-header {
  position: relative;
  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: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: absolute;
    background: transparent;
  }
}
@media screen and (min-width: 769px) {
  .is-pagetop .l-header {
    background: transparent;
  }
}

.l-main {
  width: 100%;
  min-width: 1040px;
}
@media screen and (max-width: 768px) {
  .l-main {
    min-width: auto;
    overflow: hidden;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  min-width: 1040px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    min-width: auto;
  }
}

/* ==============================================
common
============================================== */
/* ボタンラッパー */
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  position: relative;
  cursor: pointer;
  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;
  min-width: 200px;
  min-height: 50px;
  padding: 16px 20px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #21110d;
  background: #ffffff;
  border: solid 1px #ffffff;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  color: #21110d;
  background: #ffffff;
  border: solid 1px #ffffff;
}

.btn-primary {
  color: #ffffff;
  background: #b12c8d;
  border: solid 1px #b12c8d;
  margin: 0 auto;
  text-align: center;
}
.btn-primary::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 7px;
  margin-left: 20px;
  margin-bottom: 3px;
  background: url("../img/icon-arrow-right-white.svg") no-repeat center center/cover;
}
.btn-primary:hover {
  color: #b12c8d;
  background: #ffffff;
  border: solid 1px #b12c8d;
}
.btn-primary:hover::after {
  background: url("../img/icon-arrow-right-purple.svg") no-repeat center center/cover;
}
.btn-primary.opt-icon-link::after {
  content: "";
  display: inline-block;
  width: 14px !important;
  height: 14px;
  margin-left: 10px;
  margin-bottom: 0;
  background: url("../img/icon-link-white.svg") no-repeat center center/cover;
}
.btn-primary.opt-icon-link:hover::after {
  background: url("../img/icon-link-purple.svg") no-repeat center center/cover;
}

.btn-secondary {
  color: #ffffff;
  background: #524a53;
  border: solid 1px #524a53;
}
@media screen and (max-width: 768px) {
  .btn-secondary {
    min-width: 150px;
    min-height: 38px;
    padding: 12px;
  }
}
.btn-secondary:hover {
  color: #524a53;
  background: #ffffff;
  border: solid 1px #524a53;
}

.btn-back {
  color: #ffffff;
  background: #959595;
  border: solid 1px #959595;
}
.btn-back::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 7px;
  margin-right: 20px;
  margin-bottom: 3px;
  background: url("../img/icon-arrow-left-white.svg") no-repeat center center/cover;
}
.btn-back:hover {
  color: #959595;
  background: #ffffff;
  border: solid 1px #959595;
}
.btn-back:hover::before {
  background: url("../img/icon-arrow-left-gray.svg") no-repeat center center/cover;
}

/* ==============================================
ヘッダー
============================================== */
.site-title {
  width: 141px;
}
@media screen and (max-width: 768px) {
  .site-title {
    width: 90px;
  }
}
.site-title a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.site-title a:hover {
  opacity: 0.7;
}

.toggle-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .toggle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60px;
    height: 60px;
    top: 10px;
    right: 10px;
    background: #b12c8d;
    border-radius: 26px;
    z-index: 2000;
  }
  .is-drawer-open .toggle-btn {
    width: 24px;
    height: 24px;
    top: 28px;
    right: 28px;
    background: transparent;
  }
  .toggle-btn .toggle-btn-bar {
    width: 16px;
    height: 1px;
    content: "";
    background: #ffffff;
    margin-bottom: 7px;
  }
  .is-drawer-open .toggle-btn .toggle-btn-bar {
    background: #b12c8d;
    width: 28px;
  }
  .is-drawer-open .toggle-btn .toggle-btn-bar:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: 0;
  }
  .is-drawer-open .toggle-btn .toggle-btn-bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .toggle-btn .toggle-btn-txt {
    font-size: 1rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    color: #ffffff;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: "Lato", sans-serif;
  }
  .is-drawer-open .toggle-btn .toggle-btn-txt {
    display: none;
  }
}

.global-nav {
  position: relative;
}
.global-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.global-nav > ul > li:not(.global-nav-contact) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .global-nav > ul > li:not(.global-nav-contact) {
    margin-bottom: 25px;
  }
}
.global-nav > ul > li:not(.global-nav-contact) a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #21110d;
  display: inline-block;
  line-height: 1;
  padding: 18px 0 14px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  border-bottom: solid 4px transparent;
}
@media screen and (max-width: 768px) {
  .global-nav > ul > li:not(.global-nav-contact) a {
    font-size: 1.6rem;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .global-nav > ul > li:not(.global-nav-contact) a {
    /* トップページでスクロールしていない時 */
  }
  .global-nav > ul > li:not(.global-nav-contact) a:hover {
    color: #b12c8d;
    border-bottom: solid 4px #b12c8d;
  }
  .global-nav > ul > li:not(.global-nav-contact) a.is-active {
    color: #b12c8d;
    border-bottom: solid 4px #b12c8d;
  }
  #page-home.is-pagetop .global-nav > ul > li:not(.global-nav-contact) a {
    color: #ffffff;
  }
  #page-home.is-pagetop .global-nav > ul > li:not(.global-nav-contact) a:hover {
    border-bottom: solid 4px #ffffff;
  }
  #page-home.is-pagetop .global-nav > ul > li:not(.global-nav-contact) a.is-active {
    border-bottom: solid 4px #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .global-nav > ul > li.has-child {
    margin-bottom: 20px;
  }
  .global-nav > ul > li.has-child a {
    margin-bottom: 8px;
  }
}
.global-nav > ul > li.global-nav-contact {
  width: 140px;
  height: 50px;
}
.global-nav > ul > li.global-nav-contact a {
  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-size: 1.2rem;
  font-family: "Lato", sans-serif;
  line-height: 1;
  padding: 19px;
  color: #ffffff;
  background: #b12c8d;
  border: solid 1px #b12c8d;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.global-nav > ul > li.global-nav-contact a::before {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 17px;
  height: 12px;
  margin-right: 11px;
  content: "";
  background: url(../img/icon-envelope.svg) no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  .global-nav > ul > li.global-nav-contact a:hover {
    color: #b12c8d;
    background: #ffffff;
    border: solid 1px #b12c8d;
  }
  .global-nav > ul > li.global-nav-contact a:hover::before {
    background: url(../img/icon-envelope-purple.svg) no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) {
  .global-nav > ul {
    display: none;
    overflow-y: scroll;
  }
  .is-drawer-open .global-nav > ul {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/common-drawer-bg01.svg) no-repeat top -115px left calc(50% - 80px + 18px)/160px, url(../img/common-drawer-bg02.svg) no-repeat top -74px right calc(50% - 146px - 96px)/292px, url(../img/common-drawer-bg03.svg) no-repeat top 162px left calc(50% - 123px - 113px)/246px, url(../img/common-drawer-bg04.svg) no-repeat top 402px right calc(50% - 100px - 44px)/200px, url(../img/common-drawer-bg05.svg) no-repeat top 665px left calc(50% - 41px)/266px, #edeaea;
    z-index: 1000;
    padding: 75px 87px 159px;
  }
  .is-drawer-open .global-nav > ul > li {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .is-drawer-open .global-nav > ul > li > a {
    color: #b12c8d;
  }
  .is-drawer-open .global-nav > ul > li.global-nav-contact {
    width: 100%;
    height: 52px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 50px;
  }
  .is-drawer-open .global-nav > ul > li.global-nav-contact a {
    color: #ffffff;
    padding: 20px 19px;
  }
  .is-drawer-open .global-nav > ul > li > ul > li a {
    position: relative;
    display: block;
    color: #b12c8d;
    margin-bottom: 8px;
  }
  .is-drawer-open .global-nav > ul > li > ul > li a:before {
    position: relative;
    display: inline-block;
    content: "-";
    font-size: 1.6rem;
    color: #b12c8d;
    margin-right: 7px;
  }
}

/* セクションタイトル */
.sec-title {
  /* 英語タイトル */
  /* 日本語タイトル */
}
.sec-title .title-en {
  display: block;
  font-size: 6.4rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-style: normal;
  line-height: 7.7rem;
  padding-top: 43px;
  padding-bottom: 20px;
  /* 「&」の文字 */
}
@media screen and (max-width: 768px) {
  .sec-title .title-en {
    font-size: 3rem;
    line-height: 1.1818;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
.sec-title .title-en .amp {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .sec-title .title-en .amp {
    margin: 0 5px 0 7px;
  }
}
.sec-title .title-jp {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .sec-title .title-jp {
    font-size: 1.4rem;
    line-height: 1.285;
  }
}

/* ==============================================
フッター
============================================== */
.footer-primary {
  width: 100%;
}

.footer-primary-inner {
  position: relative;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer-primary-inner {
    width: 100%;
    padding: 30px 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-primary-inner .footer-logo {
  width: 266px;
  height: 44px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-primary-inner .footer-logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer-primary-inner .footer-logo {
    width: 260px;
    height: auto;
    margin-bottom: 14px;
  }
}
.footer-primary-inner .footer-primary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer-primary-inner .footer-primary-nav {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-primary-inner .footer-primary-nav > ul {
  width: 156px;
}
@media screen and (max-width: 768px) {
  .footer-primary-inner .footer-primary-nav > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-primary-inner .footer-primary-nav > ul:first-child {
  margin-right: 36px;
}
@media screen and (max-width: 768px) {
  .footer-primary-inner .footer-primary-nav > ul:first-child {
    margin-right: 0;
  }
}
.footer-primary-inner .footer-primary-nav > ul:nth-child(2) {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .footer-primary-inner .footer-primary-nav > ul:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-primary-inner .footer-primary-nav > ul > li {
    width: 46%;
    margin-right: 8%;
  }
  .footer-primary-inner .footer-primary-nav > ul > li:nth-child(even) {
    margin-right: 0;
  }
}
.footer-primary-inner .footer-primary-nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 48px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 12px 0 11px;
  border-bottom: solid 1px #b5b5b5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .footer-primary-inner .footer-primary-nav > ul > li > a:hover {
    color: #b12c8d;
  }
}
@media screen and (max-width: 768px) {
  .footer-primary-inner .footer-primary-nav > ul > li > a {
    font-size: 1.4rem;
    min-height: 43px;
    padding: 9px 0 7px;
    border-bottom: solid 1px #b5b5b5;
  }
}
.footer-primary-inner .footer-primary-nav > ul > li:first-child a {
  min-height: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer-primary-inner .footer-primary-nav > ul > li:first-child a {
    min-height: 43px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-primary-inner .footer-primary-nav > ul > li.footer-news a {
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 768px) {
  .footer-primary-inner .footer-primary-nav > ul > li.footer-recruit a {
    border: none;
  }
}
.footer-primary-inner .footer-primary-nav > ul > li.footer-instagram a {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  border-bottom: none;
  min-height: 54px;
}
@media screen and (max-width: 768px) {
  .footer-primary-inner .footer-primary-nav > ul > li.footer-instagram a {
    padding-top: 8px;
    min-height: 43px;
  }
}
.footer-primary-inner .footer-primary-nav > ul > li.footer-instagram a svg {
  fill: #21110d;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .footer-primary-inner .footer-primary-nav > ul > li.footer-instagram a:hover svg {
    fill: #b12c8d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.footer-primary-inner .footer-primary-nav > ul > li.footer-instagram a span {
  margin-bottom: 3px;
}
.footer-primary-inner .footer-primary-nav > ul > li > ul {
  padding-top: 15px;
}
.footer-primary-inner .footer-primary-nav > ul > li > ul > li {
  margin-bottom: 6px;
}
.footer-primary-inner .footer-primary-nav > ul > li > ul > li > a {
  position: relative;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .footer-primary-inner .footer-primary-nav > ul > li > ul > li > a:hover {
    color: #b12c8d;
  }
}
.footer-primary-inner .footer-primary-nav > ul > li > ul > li > a::before {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  content: "-";
  color: #21110d;
}

.back-to-top {
  position: absolute;
  top: 77px;
  right: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.2rem;
  line-height: 17px;
  padding-left: 48px;
}
.back-to-top.is-fixed {
  position: fixed;
  top: auto;
  bottom: 95px;
  z-index: 5;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .back-to-top {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .back-to-top {
    top: 80px;
    bottom: auto;
    right: -25px;
    font-weight: bold;
    color: #b12c8d;
  }
  .back-to-top.is-fixed {
    position: fixed;
    top: auto;
    bottom: 80px;
  }
}
.back-to-top::before {
  position: absolute;
  display: block;
  top: 8px;
  width: 0;
  height: 1px;
  background: #707070;
  content: "";
  -webkit-animation: backtotop 1.4s ease-in-out infinite;
          animation: backtotop 1.4s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .back-to-top::before {
    background: #b12c8d;
  }
}

@-webkit-keyframes backtotop {
  0% {
    width: 10px;
    left: 30px;
    opacity: 0;
  }
  80% {
    width: 40px;
    opacity: 1;
  }
  100% {
    width: 10px;
    left: -10px;
    opacity: 0;
  }
}

@keyframes backtotop {
  0% {
    width: 10px;
    left: 30px;
    opacity: 0;
  }
  80% {
    width: 40px;
    opacity: 1;
  }
  100% {
    width: 10px;
    left: -10px;
    opacity: 0;
  }
}
.footer-secondary {
  background: #393737;
  width: 100%;
  height: 55px;
}
@media screen and (max-width: 768px) {
  .footer-secondary {
    height: auto;
  }
}

.footer-secondary-inner {
  width: 1040px;
  height: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .footer-secondary-inner {
    width: 100%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-secondary-inner .footer-secondary-nav {
  font-size: 1.2rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer-secondary-inner .footer-secondary-nav {
    margin-bottom: 20px;
  }
}
.footer-secondary-inner .copyright {
  font-size: 1.2rem;
  color: #ffffff;
}

.page-under {
  padding-top: 100px;
  background: url(../img/gray-circle-page-under-bg01.png) no-repeat top -231px left calc(50% - 83px - 153px)/306px, url(../img/gray-circle-page-under-bg02.png) no-repeat top -179px right calc(50% - 212px - 278px)/556px, url(../img/gray-circle-page-under-bg03.png) no-repeat top 182px left calc(50% - 355px - 235px)/470px, #edeaea;
  /* セクションタイトル */
}
@media screen and (max-width: 768px) {
  .page-under {
    background: url(../img/gray-circle-page-under-bg01.png) no-repeat top -115px left 64px/160px, url(../img/gray-circle-page-under-bg02.png) no-repeat top -74px right -178px/292px, url(../img/gray-circle-page-under-bg03.png) no-repeat top 160px left -153px/246px, #edeaea;
  }
}
.page-under .content-header {
  position: relative;
  width: 100%;
  min-height: 210px;
  padding-top: 98px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-under .content-header {
    padding-top: 0;
    min-height: 145px;
  }
}
.page-under .content-body {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-under .content-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-under .content-body p {
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .page-under .content-body p {
    font-size: 1.4rem;
  }
}
.page-under .content-title {
  position: absolute;
  top: 0;
  left: calc((100% - 1040px) / 2);
  padding-top: 45px;
  padding-left: 50px;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  min-height: 210px;
  background: url(../img/purple-circle-title-bg.png) no-repeat top left/210px;
  z-index: 2;
  /* 英語タイトル */
  /* 日本語タイトル */
}
@media screen and (max-width: 768px) {
  .page-under .content-title {
    position: static;
    width: 100%;
    left: auto;
    padding-top: 40px;
    padding-left: 25px;
    background: url(../img/purple-circle-title-bg.png) no-repeat top left/145px;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 145px;
  }
  .page-under .content-title.opt-new-line {
    padding-top: 25px;
  }
  .page-under .content-title.opt-new-line .title-en {
    line-height: 1;
  }
}
.page-under .content-title .title-en {
  display: block;
  font-size: 7.7rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-style: normal;
  line-height: 1.2;
  padding-bottom: 15px;
  /* 「&」の文字 */
}
@media screen and (max-width: 768px) {
  .page-under .content-title .title-en {
    font-size: 4rem;
    line-height: 1.1818;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
.page-under .content-title .title-en .amp {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .page-under .content-title .title-en .amp {
    margin: 0 5px 0 7px;
  }
}
.page-under .content-title .title-jp {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .page-under .content-title .title-jp {
    font-size: 1.4rem;
    line-height: 1.285;
  }
}
.page-under .content-img {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: calc(121px + (100% - 1040px) / 2);
}
@media screen and (max-width: 768px) {
  .page-under .content-img {
    padding-left: 0;
    padding-top: 30px;
  }
}
.page-under .breadcrumb {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  min-height: 54px;
  padding: 20px 0 5px;
}
@media screen and (max-width: 768px) {
  .page-under .breadcrumb {
    padding: 20px 20px 5px;
  }
}
.page-under .breadcrumb > ol {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .page-under .breadcrumb > ol {
    width: 100%;
  }
}
.page-under .breadcrumb > ol > li {
  font-size: 1.4rem;
  padding-left: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: url("../img/icon-breadcrumb-arrow-right.svg") no-repeat top 3px left;
}
.page-under .breadcrumb > ol > li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none;
}
.page-under .breadcrumb > ol > li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-under .breadcrumb > ol > li a svg {
  fill: #b12c8d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .page-under .breadcrumb > ol > li a:hover {
    color: #b12c8d;
  }
  .page-under .breadcrumb > ol > li a:hover svg {
    fill: #21110d;
  }
}