@charset "UTF-8";
@-webkit-keyframes borderInOut {
0% {
opacity:0;
-webkit-transform:scaleX(0);
transform:scaleX(0);
-webkit-transform-origin:left;
transform-origin:left
}
5% {
opacity:1;
-webkit-transform:scaleX(0);
transform:scaleX(0);
-webkit-transform-origin:left;
transform-origin:left
}
49% {
opacity:1;
-webkit-transform:scaleX(1);
transform:scaleX(1);
-webkit-transform-origin:left;
transform-origin:left
}
50% {
opacity:1;
-webkit-transform:scaleX(1);
transform:scaleX(1);
-webkit-transform-origin:right;
transform-origin:right
}
100% {
opacity:1;
-webkit-transform:scaleX(0);
transform:scaleX(0);
-webkit-transform-origin:right;
transform-origin:right
}
}
@keyframes borderInOut {
0% {
opacity:0;
-webkit-transform:scaleX(0);
transform:scaleX(0);
-webkit-transform-origin:left;
transform-origin:left
}
5% {
opacity:1;
-webkit-transform:scaleX(0);
transform:scaleX(0);
-webkit-transform-origin:left;
transform-origin:left
}
49% {
opacity:1;
-webkit-transform:scaleX(1);
transform:scaleX(1);
-webkit-transform-origin:left;
transform-origin:left
}
50% {
opacity:1;
-webkit-transform:scaleX(1);
transform:scaleX(1);
-webkit-transform-origin:right;
transform-origin:right
}
100% {
opacity:1;
-webkit-transform:scaleX(0);
transform:scaleX(0);
-webkit-transform-origin:right;
transform-origin:right
}
}
@-webkit-keyframes contentWrapMove {
0% {
opacity:0;
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
5% {
opacity:1;
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes contentWrapMove {
0% {
opacity:0;
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
5% {
opacity:1;
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@-webkit-keyframes contentInnerStay {
0% {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
5% {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes contentInnerStay {
0% {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
5% {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@-webkit-keyframes drawBorderX {
0% {
-webkit-transform:scaleX(0) translate3d(0, 0, 0);
transform:scaleX(0) translate3d(0, 0, 0);
opacity:0
}
1% {
-webkit-transform:scaleX(0) translate3d(0, 0, 0);
transform:scaleX(0) translate3d(0, 0, 0);
opacity:1
}
100% {
-webkit-transform:scaleX(100%) translate3d(0, 0, 0);
transform:scaleX(100%) translate3d(0, 0, 0);
opacity:1
}
}
@keyframes drawBorderX {
0% {
-webkit-transform:scaleX(0) translate3d(0, 0, 0);
transform:scaleX(0) translate3d(0, 0, 0);
opacity:0
}
1% {
-webkit-transform:scaleX(0) translate3d(0, 0, 0);
transform:scaleX(0) translate3d(0, 0, 0);
opacity:1
}
100% {
-webkit-transform:scaleX(100%) translate3d(0, 0, 0);
transform:scaleX(100%) translate3d(0, 0, 0);
opacity:1
}
}
@-webkit-keyframes drawBorderY {
0% {
-webkit-transform:scaleY(0) translate3d(0, 0, 0);
transform:scaleY(0) translate3d(0, 0, 0);
opacity:0
}
1% {
-webkit-transform:scaleY(0) translate3d(0, 0, 0);
transform:scaleY(0) translate3d(0, 0, 0);
opacity:1
}
100% {
-webkit-transform:scaleY(100%) translate3d(0, 0, 0);
transform:scaleY(100%) translate3d(0, 0, 0);
opacity:1
}
}
@keyframes drawBorderY {
0% {
-webkit-transform:scaleY(0) translate3d(0, 0, 0);
transform:scaleY(0) translate3d(0, 0, 0);
opacity:0
}
1% {
-webkit-transform:scaleY(0) translate3d(0, 0, 0);
transform:scaleY(0) translate3d(0, 0, 0);
opacity:1
}
100% {
-webkit-transform:scaleY(100%) translate3d(0, 0, 0);
transform:scaleY(100%) translate3d(0, 0, 0);
opacity:1
}
}
@-webkit-keyframes sheftBorderPc {
0% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
100% {
-webkit-transform:translate(-20px, -20px);
transform:translate(-20px, -20px)
}
}
@keyframes sheftBorderPc {
0% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
100% {
-webkit-transform:translate(-20px, -20px);
transform:translate(-20px, -20px)
}
}
@-webkit-keyframes sheftBorderSp {
0% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
100% {
-webkit-transform:translate(-10px, -10px);
transform:translate(-10px, -10px)
}
}
@keyframes sheftBorderSp {
0% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
100% {
-webkit-transform:translate(-10px, -10px);
transform:translate(-10px, -10px)
}
}
@-webkit-keyframes fadeDownIn {
0% {
opacity:0;
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
50% {
opacity:.5;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
opacity:1
}
}
@keyframes fadeDownIn {
0% {
opacity:0;
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
50% {
opacity:.5;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
opacity:1
}
}
@-webkit-keyframes fadeUpIn {
0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes fadeUpIn {
0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@-webkit-keyframes appear {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes appear {
0% {
opacity:0
}
100% {
opacity:1
}
}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% }
body { margin: 0 }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline }
audio:not([controls]) { display: none; height: 0 }
[hidden], template { display: none }
a { background-color: transparent }
a:active, a:hover { outline: 0 }
abbr[title] { border-bottom: 1px dotted }
b, strong { font-weight: 700 }
dfn { font-style: italic }
mark { background: #ff0; color: #000 }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -.5em }
sub { bottom: -.25em }
img { border: 0 }
svg:not(:root) { overflow: hidden }
figure { margin: 1em 40px }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0 }
pre { overflow: auto }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0 }
button { overflow: visible }
button, select { text-transform: none }
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer }
button[disabled], html input[disabled] { cursor: default }
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input { line-height: normal }
input[type=checkbox], input[type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box }
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em }
legend { border: 0; padding: 0 }
textarea { overflow: auto }
optgroup { font-weight: 700 }
table { border-collapse: collapse; border-spacing: 0 }
td, th { padding: 0 }
html { height: 100% }
body { min-height: 100%; background-color: #9C958B; overflow-y: scroll;  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;　-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
img { vertical-align: top }
button, input[type=text], select, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; border-radius: 0 }
select::-ms-expand {
display:none
}
::-moz-selection {
color:#fff;
background:rgba(0,0,0,.8)
}
::selection { color: #fff; background: rgba(0,0,0,.8) }
input::-moz-selection, textarea::-moz-selection {
color:#222;
background:rgba(0,0,0,.2)
}
input::selection, textarea::selection { color: #fff; background: rgba(0,0,0,.2) }
::-webkit-input-placeholder {
color:#666
}
::-moz-placeholder {
color:#666
}
:-ms-input-placeholder {
color:#666
}
.l-contents { overflow: hidden }

@media all and (min-width:768px) {
.l-contents { line-height: 2 }
}

@media all and (max-width:767px) {
.l-contents { line-height: 1.71429 }
}

@media all and (min-width:768px) {
.l-gf { margin-left: 3.125%; margin-right: 3.125% }
}

@media all and (max-width:767px) {
.l-gf { margin-left: 5px; margin-right: 5px }
}
.l-gf__entry { 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: center; -ms-flex-align: center; align-items: center; padding-top: 75px; background-color: #f0f3f6 }

@media all and (min-width:768px) {
.l-gf__entry { padding-bottom: 80px }
}

@media all and (max-width:767px) {
.l-gf__entry { padding-bottom: 20px; padding-left: 15px; padding-right: 15px }
}
.l-gf__entry-copy { margin-bottom: 30px; margin-left: 20px }
.l-gf__entry-copy-en { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; letter-spacing: .1em; text-transform: uppercase }

@media all and (min-width:1025px) {
.l-gf__entry-copy-en { font-size: 19px; font-size: 1.1875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.l-gf__entry-copy-en { font-size: 19px; font-size: 1.1875rem }
}

@media all and (max-width:767px) {
.l-gf__entry-copy-en { font-size: 19px; font-size: 1.1875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.l-gf__entry-copy-en { font-size: 5.9375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.l-gf__entry-copy-en { font-size: 24.58125px }
}
.l-gf__entry-copy-ja { margin-bottom: 13px; letter-spacing: .58em; font-weight: 600 }

@media all and (min-width:1025px) {
.l-gf__entry-copy-ja { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.l-gf__entry-copy-ja { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.l-gf__entry-copy-ja { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.l-gf__entry-copy-ja { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.l-gf__entry-copy-ja { font-size: 18.1125px }
}

@media all and (min-width:768px) {
.l-gf__entry-copy-tri { width: 220px }
}

@media all and (max-width:767px) {
.l-gf__entry-copy-tri { width: 85% }
}
.l-gf__entry-copy-tri img { width: 220px; display: block }
.l-gf__entry-message { margin-bottom: 30px; font-weight: 600 }

@media all and (min-width:1025px) {
.l-gf__entry-message { font-size: 16px; font-size: 1rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.l-gf__entry-message { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) {
.l-gf__entry-message { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.l-gf__entry-message { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.l-gf__entry-message { font-size: 18.1125px }
}

@media all and (min-width:768px) {
.l-gf__entry-message { text-align: center }
}
.l-gf__entry-btn { width: 260px; height: 64px; 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; background-color: #fff }
.l-gf__footer { 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: center; -ms-flex-align: center; align-items: center; padding-top: 40px; padding-bottom: 40px }
.l-gf__footer-sns { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px }
.l-gf__footer-sns-item { margin-right: 40px }
.l-gf__footer-sns-item:last-child { margin-right: 0 }
.l-gf__footer-sns-item img { width: 100%; display: block }
.l-gf__footer-sns-item--facebook { width: 18px }
.l-gf__footer-sns-item--twitter { width: 19px }
.l-gf__footer-sns-item--instagram { width: 18px }
.l-gf__footer-navi { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 30px }

@media all and (max-width:767px) {
.l-gf__footer-navi { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
}
.l-gf__footer-navi-item { color: #fff; text-decoration: none; letter-spacing: .1em }

@media all and (min-width:1025px) {
.l-gf__footer-navi-item { font-size: 12px; font-size: .75rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.l-gf__footer-navi-item { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) {
.l-gf__footer-navi-item { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.l-gf__footer-navi-item { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.l-gf__footer-navi-item { font-size: 15.525px }
}

@media all and (min-width:768px) {
.l-gf__footer-navi-item { margin-right: 32px }
.l-gf__footer-navi-item:last-child { margin-right: 0 }
}

@media all and (max-width:767px) {
.l-gf__footer-navi-item { margin-bottom: 20px }
.l-gf__footer-navi-item:last-child { margin-bottom: 0 }
}
.l-gf__footer-navi-item--external { position: relative }

@media all and (min-width:768px) {
.l-gf__footer-navi-item--external { margin-right: 52px }
}
.l-gf__footer-navi-item--external:after { content: ''; width: 14px; height: 12px; display: block; position: absolute; right: -16px; top: 50%; background-image: url("http://renata.tank.jp/common/img/common/icon_external.svg"); background-repeat: no-repeat; background-size: cover; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
.l-gf__footer-copyright { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; text-transform: uppercase; letter-spacing: .1em }

@media all and (min-width:1025px) {
.l-gf__footer-copyright { font-size: 11px; font-size: .6875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.l-gf__footer-copyright { font-size: 11px; font-size: .6875rem }
}

@media all and (max-width:767px) {
.l-gf__footer-copyright { font-size: 9px; font-size: .5625rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.l-gf__footer-copyright { font-size: 2.8125vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.l-gf__footer-copyright { font-size: 11.64375px }
}
.l-gf__entry-btn { -webkit-transition: .4s; transition: .4s }
.l-gf__entry-btn.is-over { opacity: .5 }
.l-gf__footer-sns-item { -webkit-transition: .4s; transition: .4s }
.l-gf__footer-sns-item.is-over { opacity: .5 }
.l-gf__footer-navi-item { -webkit-transition: .4s; transition: .4s }
.l-gf__footer-navi-item.is-over { opacity: .5 }

@media all and (min-width:768px) {
.l-gf-career { margin-left: 3.125%; margin-right: 3.125% }
}

@media all and (max-width:767px) {
.l-gf-career { margin-left: 5px; margin-right: 5px }
}
.l-gf-career__entry { 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: center; -ms-flex-align: center; align-items: center; padding-top: 75px; background-color: #f0f3f6 }

@media all and (min-width:768px) {
.l-gf-career__entry { padding-bottom: 80px }
}

@media all and (max-width:767px) {
.l-gf-career__entry { padding: 40px 15px 20px }
}
.l-gf-career__entry-copy { margin-bottom: 30px; margin-left: 20px }
.l-gf-career__entry-copy-en { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; letter-spacing: .1em; text-transform: uppercase }

@media all and (min-width:1025px) {
.l-gf-career__entry-copy-en { font-size: 19px; font-size: 1.1875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.l-gf-career__entry-copy-en { font-size: 19px; font-size: 1.1875rem }
}

@media all and (max-width:767px) {
.l-gf-career__entry-copy-en { font-size: 19px; font-size: 1.1875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.l-gf-career__entry-copy-en { font-size: 5.9375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.l-gf-career__entry-copy-en { font-size: 24.58125px }
}
.l-gf-career__entry-copy-ja { margin-bottom: 13px; letter-spacing: .58em; font-weight: 600 }

@media all and (min-width:1025px) {
.l-gf-career__entry-copy-ja { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.l-gf-career__entry-copy-ja { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.l-gf-career__entry-copy-ja { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.l-gf-career__entry-copy-ja { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.l-gf-career__entry-copy-ja { font-size: 18.1125px }
}

@media all and (min-width:768px) {
.l-gf-career__entry-copy-tri { width: 220px }
}

@media all and (max-width:767px) {
.l-gf-career__entry-copy-tri { width: 85% }
}
.l-gf-career__entry-copy-tri img { width: 220px; display: block }
.l-gf-career__entry-message { margin-bottom: 30px; font-weight: 600 }

@media all and (min-width:1025px) {
.l-gf-career__entry-message { font-size: 16px; font-size: 1rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.l-gf-career__entry-message { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) {
.l-gf-career__entry-message { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.l-gf-career__entry-message { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.l-gf-career__entry-message { font-size: 18.1125px }
}

@media all and (min-width:768px) {
.l-gf-career__entry-message { text-align: center }
}

@media all and (max-width:767px) {
.l-gf-career__entry-message { margin-bottom: 80px }
}
.l-gf-career__entry-btn { width: 260px; height: 64px; 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; background-color: #fff }

@media all and (max-width:767px) {
.l-gf-career__entry-btn { width: 100% }
}

@media all and (max-width:767px) {
.l-gf-career__entry-btn img { width: 100% }
}
.l-gf-career__footer { 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: center; -ms-flex-align: center; align-items: center; padding-top: 40px; padding-bottom: 40px }
.l-gf-career__footer-sns { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px }
.l-gf-career__footer-sns-item { margin-right: 40px }
.l-gf-career__footer-sns-item:last-child { margin-right: 0 }
.l-gf-career__footer-sns-item img { width: 100%; display: block }
.l-gf-career__footer-sns-item--facebook { width: 18px }
.l-gf-career__footer-sns-item--twitter { width: 19px }
.l-gf-career__footer-sns-item--instagram { width: 18px }
.l-gf-career__footer-navi { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 30px }

@media all and (max-width:767px) {
.l-gf-career__footer-navi { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
}
.l-gf-career__footer-navi-item { color: #fff; text-decoration: none; letter-spacing: .1em }

@media all and (min-width:1025px) {
.l-gf-career__footer-navi-item { font-size: 12px; font-size: .75rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.l-gf-career__footer-navi-item { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) {
.l-gf-career__footer-navi-item { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.l-gf-career__footer-navi-item { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.l-gf-career__footer-navi-item { font-size: 15.525px }
}

@media all and (min-width:768px) {
.l-gf-career__footer-navi-item { margin-right: 32px }
.l-gf-career__footer-navi-item:last-child { margin-right: 0 }
}

@media all and (max-width:767px) {
.l-gf-career__footer-navi-item { margin-bottom: 20px }
.l-gf-career__footer-navi-item:last-child { margin-bottom: 0 }
}
.l-gf-career__footer-navi-item--external { position: relative }

@media all and (min-width:768px) {
.l-gf-career__footer-navi-item--external { margin-right: 52px }
}
.l-gf-career__footer-navi-item--external:after { content: ''; width: 14px; height: 12px; display: block; position: absolute; right: -16px; top: 50%; background-image: url("http://renata.tank.jp/common/img/common/icon_external.svg"); background-repeat: no-repeat; background-size: cover; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
.l-gf-career__footer-copyright { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; text-transform: uppercase; letter-spacing: .1em }

@media all and (min-width:1025px) {
.l-gf-career__footer-copyright { font-size: 11px; font-size: .6875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.l-gf-career__footer-copyright { font-size: 11px; font-size: .6875rem }
}

@media all and (max-width:767px) {
.l-gf-career__footer-copyright { font-size: 9px; font-size: .5625rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.l-gf-career__footer-copyright { font-size: 2.8125vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.l-gf-career__footer-copyright { font-size: 11.64375px }
}
.l-gf-career__entry-btn { -webkit-transition: .4s; transition: .4s }
.l-gf-career__entry-btn.is-over { opacity: .5 }
.l-gf-career__footer-sns-item { -webkit-transition: .4s; transition: .4s }
.l-gf-career__footer-sns-item.is-over { opacity: .5 }
.l-gf-career__footer-navi-item { -webkit-transition: .4s; transition: .4s }
.l-gf-career__footer-navi-item.is-over { opacity: .5 }
.l-gh { width: 100%; position: fixed; top: 0; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box }

@media all and (min-width:768px) {
.l-gh { z-index: 100000 }
}

@media all and (max-width:767px) {
.l-gh { z-index: 10001 }
}
.l-gh__logo { width: 134px; color: #fff; text-decoration: none }
.l-gh__logo-image img { width: 100% }
.l-gh__logo-text { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; letter-spacing: .2em; white-space: nowrap }

@media all and (min-width:768px) and (max-width:1024px) {
.l-gh__gnav { width: 72.8022% }
}

@media all and (max-width:767px) {
.l-gh { height: 58px; border-bottom: 2px solid #f0f3f6 }
.l-gh__logo { display: block; position: relative; top: 0; left: 0; right: 0 }
.l-gh__logo-image { width: 75px; position: absolute; top: 15px; left: 20px }
.l-gh__logo-text { position: absolute; top: 25px; left: 115px; font-size: 10px; font-size: .625rem }
}

@media all and (min-width:768px) {
.l-gh { height: 100px; 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; margin: 0 auto; padding-left: 3.125%; padding-right: 3.125%; border-bottom: 2px solid #f0f3f6; opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); -webkit-animation-name: fadeUpIn; animation-name: fadeUpIn; -webkit-animation-duration: 1.2s; animation-duration: 1.2s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1); animation-timing-function: cubic-bezier(.645, .045, .355, 1) }
.l-gh__logo { color: #fff; text-decoration: none }
.l-gh__logo-image { width: 90%; margin-left: auto; margin-right: auto; margin-bottom: 5px }
.l-gh__logo-text { font-size: 11px; font-size: .6875rem }
}
.l-page { color: #fff; letter-spacing: .2em }
.c-color-purple { color: #3f3360 }
.c-color-wine { color: #912c5e }
.c-color-cherry { color: #d00948 }
.c-color-pink { color: #ff0059 }
.c-border-in-out { display: inline-block; z-index: 1; position: relative; color: transparent; white-space: nowrap }
.c-border-in-out--block { display: block }
.c-border-in-out__content { z-index: 1; display: inline-block; position: absolute; top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important; }
.c-border-in-out__content--rect { width: 100% }
.c-border-in-out__content:after { content: ''; height: 10%; display: inline-block; position: absolute; left: 0; top: 50%; right: 0; bottom: 0; background-color: #fff; -webkit-transform: translateY(-50%); transform: translateY(-50%) }
.c-border-in-out__content-in1 { width: 100%; display: block; overflow: hidden }
.c-border-in-out__content-in2 { width: 100%; display: block; white-space: nowrap }
.c-border-in-out__content-in2 img, .c-border-in-out__content-in2 svg { width: 100%; display: block }
.c-border-in-out--yellow .c-border-in-out__content:after { background-color: #eba845 }
.c-border-in-out--yellow .c-border-in-out__content-in2 { color: #eba845 }
.c-border-in-out--yellow-green .c-border-in-out__content:after { background-color: #fff; }
.c-border-in-out--yellow-green .c-border-in-out__content-in2 { color: #333 }
.c-border-in-out--sky-blue .c-border-in-out__content:after { background-color: #58c1db }
.c-border-in-out--sky-blue .c-border-in-out__content-in2 { color: #58c1db }
.c-border-in-out--light-green .c-border-in-out__content:after { background-color: #00a693 }
.c-border-in-out--light-green .c-border-in-out__content-in2 { color: #00a693 }
.c-border-in-out__content:after { opacity: 0; -webkit-transform: scaleX(0); transform: scaleX(0) }
.c-border-in-out__content-in1 { -webkit-transform: translateX(-100%); transform: translateX(-100%); opacity: 0 }
.c-border-in-out__content-in2 { -webkit-transform: translateX(100%); transform: translateX(100%) }
.c-border-in-out.is-animate .c-border-in-out__content:after, .c-border-in-out.is-shown .c-border-in-out__content:after { -webkit-animation-name: borderInOut; animation-name: borderInOut; -webkit-animation-duration: .8s; animation-duration: .8s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards }
.c-border-in-out.is-animate .c-border-in-out__content-in1, .c-border-in-out.is-shown .c-border-in-out__content-in1 { -webkit-animation-name: contentWrapMove; animation-name: contentWrapMove; -webkit-animation-duration: .8s; animation-duration: .8s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards }
.c-border-in-out.is-animate .c-border-in-out__content-in2, .c-border-in-out.is-shown .c-border-in-out__content-in2 { -webkit-animation-name: contentInnerStay; animation-name: contentInnerStay; -webkit-animation-duration: .8s; animation-duration: .8s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards }
.c-anime-dl-1 { -webkit-animation-delay: .75s; animation-delay: .75s }
.c-anime-dl-af1:after { -webkit-animation-delay: .35s; animation-delay: .35s }
.c-anime-dl-border1 { -webkit-animation-delay: 1.1s; animation-delay: 1.1s }
.c-anime-dl-line1-bfaf1:before { -webkit-animation-delay: .3s; animation-delay: .3s }
.c-anime-dl-line1-bfaf1:after { -webkit-animation-delay: .5s; animation-delay: .5s }
.c-anime-dl-line2-bfaf1:before { -webkit-animation-delay: .7s; animation-delay: .7s }
.c-anime-dl-line2-bfaf1:after { -webkit-animation-delay: .9s; animation-delay: .9s }
.c-anime-dl-scroll1 { -webkit-animation-delay: .55s; animation-delay: .55s }
.c-anime-dl-2 { -webkit-animation-delay: .9s; animation-delay: .9s }
.c-anime-dl-af2:after { -webkit-animation-delay: .5s; animation-delay: .5s }
.c-anime-dl-border2 { -webkit-animation-delay: 1.4s; animation-delay: 1.4s }
.c-anime-dl-line1-bfaf2:before { -webkit-animation-delay: .6s; animation-delay: .6s }
.c-anime-dl-line1-bfaf2:after { -webkit-animation-delay: .8s; animation-delay: .8s }
.c-anime-dl-line2-bfaf2:before { -webkit-animation-delay: 1s; animation-delay: 1s }
.c-anime-dl-line2-bfaf2:after { -webkit-animation-delay: 1.2s; animation-delay: 1.2s }
.c-anime-dl-scroll2 { -webkit-animation-delay: .7s; animation-delay: .7s }
.c-anime-dl-3 { -webkit-animation-delay: 1.05s; animation-delay: 1.05s }
.c-anime-dl-af3:after { -webkit-animation-delay: .65s; animation-delay: .65s }
.c-anime-dl-border3 { -webkit-animation-delay: 1.7s; animation-delay: 1.7s }
.c-anime-dl-line1-bfaf3:before { -webkit-animation-delay: .9s; animation-delay: .9s }
.c-anime-dl-line1-bfaf3:after { -webkit-animation-delay: 1.1s; animation-delay: 1.1s }
.c-anime-dl-line2-bfaf3:before { -webkit-animation-delay: 1.3s; animation-delay: 1.3s }
.c-anime-dl-line2-bfaf3:after { -webkit-animation-delay: 1.5s; animation-delay: 1.5s }
.c-anime-dl-scroll3 { -webkit-animation-delay: .85s; animation-delay: .85s }
.c-anime-dl-4 { -webkit-animation-delay: 1.2s; animation-delay: 1.2s }
.c-anime-dl-af4:after { -webkit-animation-delay: .8s; animation-delay: .8s }
.c-anime-dl-border4 { -webkit-animation-delay: 2s; animation-delay: 2s }
.c-anime-dl-line1-bfaf4:before { -webkit-animation-delay: 1.2s; animation-delay: 1.2s }
.c-anime-dl-line1-bfaf4:after { -webkit-animation-delay: 1.4s; animation-delay: 1.4s }
.c-anime-dl-line2-bfaf4:before { -webkit-animation-delay: 1.6s; animation-delay: 1.6s }
.c-anime-dl-line2-bfaf4:after { -webkit-animation-delay: 1.8s; animation-delay: 1.8s }
.c-anime-dl-scroll4 { -webkit-animation-delay: 1s; animation-delay: 1s }
.c-anime-dl-5 { -webkit-animation-delay: 1.35s; animation-delay: 1.35s }
.c-anime-dl-af5:after { -webkit-animation-delay: .95s; animation-delay: .95s }
.c-anime-dl-border5 { -webkit-animation-delay: 2.3s; animation-delay: 2.3s }
.c-anime-dl-line1-bfaf5:before { -webkit-animation-delay: 1.5s; animation-delay: 1.5s }
.c-anime-dl-line1-bfaf5:after { -webkit-animation-delay: 1.7s; animation-delay: 1.7s }
.c-anime-dl-line2-bfaf5:before { -webkit-animation-delay: 1.9s; animation-delay: 1.9s }
.c-anime-dl-line2-bfaf5:after { -webkit-animation-delay: 2.1s; animation-delay: 2.1s }
.c-anime-dl-scroll5 { -webkit-animation-delay: 1.15s; animation-delay: 1.15s }
.c-anime-dl-6 { -webkit-animation-delay: 1.5s; animation-delay: 1.5s }
.c-anime-dl-af6:after { -webkit-animation-delay: 1.1s; animation-delay: 1.1s }
.c-anime-dl-border6 { -webkit-animation-delay: 2.6s; animation-delay: 2.6s }
.c-anime-dl-line1-bfaf6:before { -webkit-animation-delay: 1.8s; animation-delay: 1.8s }
.c-anime-dl-line1-bfaf6:after { -webkit-animation-delay: 2s; animation-delay: 2s }
.c-anime-dl-line2-bfaf6:before { -webkit-animation-delay: 2.2s; animation-delay: 2.2s }
.c-anime-dl-line2-bfaf6:after { -webkit-animation-delay: 2.4s; animation-delay: 2.4s }
.c-anime-dl-scroll6 { -webkit-animation-delay: 1.3s; animation-delay: 1.3s }
.c-anime-dl-7 { -webkit-animation-delay: 1.65s; animation-delay: 1.65s }
.c-anime-dl-af7:after { -webkit-animation-delay: 1.25s; animation-delay: 1.25s }
.c-anime-dl-border7 { -webkit-animation-delay: 2.9s; animation-delay: 2.9s }
.c-anime-dl-line1-bfaf7:before { -webkit-animation-delay: 2.1s; animation-delay: 2.1s }
.c-anime-dl-line1-bfaf7:after { -webkit-animation-delay: 2.3s; animation-delay: 2.3s }
.c-anime-dl-line2-bfaf7:before { -webkit-animation-delay: 2.5s; animation-delay: 2.5s }
.c-anime-dl-line2-bfaf7:after { -webkit-animation-delay: 2.7s; animation-delay: 2.7s }
.c-anime-dl-scroll7 { -webkit-animation-delay: 1.45s; animation-delay: 1.45s }
.c-anime-dl-8 { -webkit-animation-delay: 1.8s; animation-delay: 1.8s }
.c-anime-dl-af8:after { -webkit-animation-delay: 1.4s; animation-delay: 1.4s }
.c-anime-dl-border8 { -webkit-animation-delay: 3.2s; animation-delay: 3.2s }
.c-anime-dl-line1-bfaf8:before { -webkit-animation-delay: 2.4s; animation-delay: 2.4s }
.c-anime-dl-line1-bfaf8:after { -webkit-animation-delay: 2.6s; animation-delay: 2.6s }
.c-anime-dl-line2-bfaf8:before { -webkit-animation-delay: 2.8s; animation-delay: 2.8s }
.c-anime-dl-line2-bfaf8:after { -webkit-animation-delay: 3s; animation-delay: 3s }
.c-anime-dl-scroll8 { -webkit-animation-delay: 1.6s; animation-delay: 1.6s }
.c-anime-dl-9 { -webkit-animation-delay: 1.95s; animation-delay: 1.95s }
.c-anime-dl-af9:after { -webkit-animation-delay: 1.55s; animation-delay: 1.55s }
.c-anime-dl-border9 { -webkit-animation-delay: 3.5s; animation-delay: 3.5s }
.c-anime-dl-line1-bfaf9:before { -webkit-animation-delay: 2.7s; animation-delay: 2.7s }
.c-anime-dl-line1-bfaf9:after { -webkit-animation-delay: 2.9s; animation-delay: 2.9s }
.c-anime-dl-line2-bfaf9:before { -webkit-animation-delay: 3.1s; animation-delay: 3.1s }
.c-anime-dl-line2-bfaf9:after { -webkit-animation-delay: 3.3s; animation-delay: 3.3s }
.c-anime-dl-scroll9 { -webkit-animation-delay: 1.75s; animation-delay: 1.75s }
.c-anime-dl-10 { -webkit-animation-delay: 2.1s; animation-delay: 2.1s }
.c-anime-dl-af10:after { -webkit-animation-delay: 1.7s; animation-delay: 1.7s }
.c-anime-dl-border10 { -webkit-animation-delay: 3.8s; animation-delay: 3.8s }
.c-anime-dl-line1-bfaf10:before { -webkit-animation-delay: 3s; animation-delay: 3s }
.c-anime-dl-line1-bfaf10:after { -webkit-animation-delay: 3.2s; animation-delay: 3.2s }
.c-anime-dl-line2-bfaf10:before { -webkit-animation-delay: 3.4s; animation-delay: 3.4s }
.c-anime-dl-line2-bfaf10:after { -webkit-animation-delay: 3.6s; animation-delay: 3.6s }
.c-anime-dl-scroll10 { -webkit-animation-delay: 1.9s; animation-delay: 1.9s }
.c-border-box { width: 100%; display: block; position: relative; z-index: 100 }
.c-border-box__border { width: 100%; height: 100%; position: absolute }
.c-border-box__border-line:after, .c-border-box__border-line:before { content: ''; display: block; position: absolute; z-index: 100; opacity: 0 }
.c-border-box__border-line:before { width: 100%; height: 8px }
.c-border-box__border-line:after { width: 8px; height: 100% }

@media all and (max-width:767px) {
.c-border-box__border-line:before { height: 4px }
.c-border-box__border-line:after { width: 4px }
}
.c-border-box__border-line--01:after, .c-border-box__border-line--01:before { top: 0; right: 0 }
.c-border-box__border-line--02:after, .c-border-box__border-line--02:before { bottom: 0; left: 0 }
.c-border-box__border-line--light-green:after, .c-border-box__border-line--light-green:before { background-color: #00a693 }
.c-border-box__border-line--yellow:after, .c-border-box__border-line--yellow:before { background-color: #eba845 }
.c-border-box__border-line--sky-blue:after, .c-border-box__border-line--sky-blue:before { background-color: #58c1db }
.c-border-box__border-line--yellow-green:after, .c-border-box__border-line--yellow-green:before { background-color: #333 }
.c-border-box__border-text { position: absolute; top: 50%; left: 50%; z-index: 101; color: #fff; font-weight: 600; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.c-border-box__thumb { width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden }
.c-border-box__thumb img { display: block; width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden }
.c-border-box__border { top: 0; left: 0; opacity: 1; -webkit-transition: .5s; transition: .5s; -webkit-transition-property: top left opacity transform; transition-property: top left opacity transform }
.c-border-box__border-line { -webkit-transition: .5s; transition: .5s; -webkit-transition-property: top left; transition-property: top left }
.c-border-box__border-line:after, .c-border-box__border-line:before { opacity: 0; -webkit-transition: .5s; transition: .5s }
.c-border-box__border-line:before { -webkit-transition-property: -webkit-transform opacity; transition-property: -webkit-transform opacity; transition-property: transform opacity; transition-property: transform opacity, -webkit-transform opacity }
.c-border-box__border-line:after { -webkit-transition-property: -webkit-transform opacity; transition-property: -webkit-transform opacity; transition-property: transform opacity; transition-property: transform opacity, -webkit-transform opacity }
.c-border-box__border-text { opacity: 0; -webkit-transition: .5s; transition: .5s; -webkit-transition-property: opacity; transition-property: opacity }
.c-border-box__border.is-animate, .c-border-box__border.is-shown { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: 1; animation-iteration-count: 1 }

@media all and (min-width:768px) {
.c-border-box__border.is-animate, .c-border-box__border.is-shown { -webkit-animation-name: sheftBorderPc; animation-name: sheftBorderPc }
}

@media all and (max-width:767px) {
.c-border-box__border.is-animate, .c-border-box__border.is-shown { -webkit-animation-name: sheftBorderSp; animation-name: sheftBorderSp }
}
.c-border-box__border.is-animate .c-border-box__border-line:after, .c-border-box__border.is-animate .c-border-box__border-line:before, .c-border-box__border.is-no-sheft-animate .c-border-box__border-line:after, .c-border-box__border.is-no-sheft-animate .c-border-box__border-line:before, .c-border-box__border.is-shown .c-border-box__border-line:after, .c-border-box__border.is-shown .c-border-box__border-line:before { -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: 1; animation-iteration-count: 1 }
.c-border-box__border.is-animate .c-border-box__border-line:before, .c-border-box__border.is-no-sheft-animate .c-border-box__border-line:before, .c-border-box__border.is-shown .c-border-box__border-line:before { -webkit-animation-name: drawBorderX; animation-name: drawBorderX }
.c-border-box__border.is-animate .c-border-box__border-line:after, .c-border-box__border.is-no-sheft-animate .c-border-box__border-line:after, .c-border-box__border.is-shown .c-border-box__border-line:after { -webkit-animation-name: drawBorderY; animation-name: drawBorderY }
.c-border-box__border.is-animate .c-border-box__border-line--01:before, .c-border-box__border.is-no-sheft-animate .c-border-box__border-line--01:before, .c-border-box__border.is-shown .c-border-box__border-line--01:before { -webkit-transform-origin: left; transform-origin: left }
.c-border-box__border.is-animate .c-border-box__border-line--01:after, .c-border-box__border.is-no-sheft-animate .c-border-box__border-line--01:after, .c-border-box__border.is-shown .c-border-box__border-line--01:after { -webkit-transform-origin: top; transform-origin: top }
.c-border-box__border.is-animate .c-border-box__border-line--02:before, .c-border-box__border.is-no-sheft-animate .c-border-box__border-line--02:before, .c-border-box__border.is-shown .c-border-box__border-line--02:before { -webkit-transform-origin: right; transform-origin: right }
.c-border-box__border.is-animate .c-border-box__border-line--02:after, .c-border-box__border.is-no-sheft-animate .c-border-box__border-line--02:after, .c-border-box__border.is-shown .c-border-box__border-line--02:after { -webkit-transform-origin: bottom; transform-origin: bottom }
.c-border-box__thumb { overflow: hidden; position: relative; z-index: -1 }
.c-border-box__thumb img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .5s; transition: .5s }
.c-border-box.is-over .c-border-box__border { top: 20px; left: 20px; opacity: .5 }
.c-border-box.is-over .c-border-box__border-line:before { height: 50% }
.c-border-box.is-over .c-border-box__border-line:after { width: 50% }
.c-border-box.is-over .c-border-box__border-text { opacity: 1 }
.c-border-box.is-over .c-border-box__thumb img { -webkit-transform: scale(1.1); transform: scale(1.1) }
.c-hamburger { width: 20px; height: 20px; display: inline-block; position: fixed; top: 20px; right: 20px; z-index: 10011; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; pointer-events: auto }
.c-hamburger__line { display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; left: 0; background-color: #fff; width: 20px; height: 1px; -webkit-transition: .6s; transition: .6s }
.c-hamburger__line:nth-of-type(1) { top: 0 }
.c-hamburger__line:nth-of-type(2) { top: 8px }
.c-hamburger__line:nth-of-type(3) { top: 16px }
.c-hamburger.is-opened span:nth-of-type(1) { -webkit-transform: scaleX(1.2) translate(0, 8px) rotate(-50deg); transform: scaleX(1.2) translate(0, 8px) rotate(-50deg) }
.c-hamburger.is-opened span:nth-of-type(2) { opacity: 0 }
.c-hamburger.is-opened span:nth-of-type(3) { -webkit-transform: scaleX(1.2) translate(0, -8px) rotate(50deg); transform: scaleX(1.2) translate(0, -8px) rotate(50deg) }
.c-triangle--yellow { fill: #eba845 }
.c-triangle--sky-blue { fill: #58c1db }
.c-triangle--yellow-green { fill: #333 }
.c-triangle--light-green { fill: #00a693 }
.c-more-button { 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: 0; margin-left: auto; margin-right: auto; position: relative; z-index: 100; text-decoration: none }

@media all and (min-width:768px) {
.c-more-button { height: 80px }
}

@media all and (min-width:1025px) {
.c-more-button { width: 80% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-more-button { width: 100% }
}

@media all and (max-width:767px) {
.c-more-button { width: 100%; height: 60px; margin-top: 20px }
}

@media all and (min-width:768px) {
.c-more-button--member { width: 100% }
}
.c-more-button__label { position: relative; z-index: 1000; color: #a7b4bf; font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; text-transform: uppercase; letter-spacing: .1em }

@media all and (min-width:1025px) {
.c-more-button__label { font-size: 16px; font-size: 1rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-more-button__label { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) {
.c-more-button__label { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.c-more-button__label { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.c-more-button__label { font-size: 18.1125px }
}
.c-more-button__line:after, .c-more-button__line:before { content: ''; display: block; position: absolute; z-index: 100; background-color: #c3ccd4 }
.c-more-button__line:before { width: 100%; height: 8px }
.c-more-button__line:after { width: 8px; height: 100% }

@media all and (max-width:767px) {
.c-more-button__line:before { height: 4px }
.c-more-button__line:after { width: 4px }
}
.c-more-button__line--01:after, .c-more-button__line--01:before { top: 0; right: 0 }
.c-more-button__line--02:after, .c-more-button__line--02:before { bottom: 0; left: 0 }
.c-more-button__label { -webkit-transition: .5s; transition: .5s }
.c-more-button__line:after, .c-more-button__line:before { -webkit-transition: .35s; transition: .35s }
.c-more-button.is-over .c-more-button__label { color: #fff; letter-spacing: .2em }
.c-more-button.is-over .c-more-button__line:before { height: 50% }
.c-more-button.is-over .c-more-button__line:after { width: 50% }
.c-member-info__name-ja { font-weight: 600 }

@media all and (min-width:1025px) {
.c-member-info__name-ja { font-size: 20px; font-size: 1.25rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-member-info__name-ja { font-size: 20px; font-size: 1.25rem }
}

@media all and (max-width:767px) {
.c-member-info__name-ja { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.c-member-info__name-ja { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.c-member-info__name-ja { font-size: 20.7px }
}

@media all and (min-width:768px) {
.c-member-info__name-ja { margin-top: 12px }
}

@media all and (max-width:767px) {
.c-member-info__name-ja { margin-top: 20px }
}
.c-member-info__name-en { color: #58c1db; font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; text-transform: uppercase; letter-spacing: .1em }

@media all and (min-width:1025px) {
.c-member-info__name-en { font-size: 12px; font-size: .75rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-member-info__name-en { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) {
.c-member-info__name-en { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.c-member-info__name-en { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.c-member-info__name-en { font-size: 15.525px }
}
.c-member-info__role { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 12px; font-weight: 600 }

@media all and (min-width:768px) {
.c-member-info__role { margin-bottom: 7px }
}

@media all and (max-width:767px) {
.c-member-info__role { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 15px }
}
.c-member-info__role-box { padding: 2px 8px; border: 2px solid #58c1db; -webkit-box-sizing: border-box; box-sizing: border-box; white-space: nowrap }

@media all and (min-width:1025px) {
.c-member-info__role-box { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-member-info__role-box { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.c-member-info__role-box { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.c-member-info__role-box { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.c-member-info__role-box { font-size: 18.1125px }
}
.c-member-info__role-plus { margin: 0 7px; line-height: 1.5 }

@media all and (min-width:1025px) {
.c-member-info__role-plus { font-size: 20px; font-size: 1.25rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-member-info__role-plus { font-size: 20px; font-size: 1.25rem }
}

@media all and (max-width:767px) {
.c-member-info__role-plus { font-size: 20px; font-size: 1.25rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.c-member-info__role-plus { font-size: 6.25vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.c-member-info__role-plus { font-size: 25.875px }
}

@media all and (min-width:1025px) {
.c-member-info__date { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-member-info__date { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.c-member-info__date { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.c-member-info__date { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.c-member-info__date { font-size: 18.1125px }
}
.c-member-info--member .c-member-info { width: 100% }
.c-member-info--member .c-member-info__name-ja { margin-top: 0; line-height: 1.5 }

@media all and (min-width:1025px) {
.c-member-info--member .c-member-info__name-ja { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-member-info--member .c-member-info__name-ja { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.c-member-info--member .c-member-info__name-ja { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.c-member-info--member .c-member-info__name-ja { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.c-member-info--member .c-member-info__name-ja { font-size: 20.7px }
}
.c-member-info--member .c-member-info__name-en { font-weight: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif }

@media all and (min-width:768px) {
.c-member-info--member .c-member-info__name-en { margin-top: 0 }
}

@media all and (max-width:767px) {
.c-member-info--member .c-member-info__name-en { margin-top: 5px }
}
.c-member-info--member .c-member-info__role { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center }

@media all and (min-width:768px) {
.c-member-info--member .c-member-info__role { margin-top: 13px; margin-bottom: 13px }
}

@media all and (max-width:767px) {
.c-member-info--member .c-member-info__role { margin-top: 12px; margin-bottom: 15px }
}

@media all and (min-width:1025px) {
.c-section { margin-top: 13.33333%; margin-bottom: 13.33333% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-section { margin-top: 20.83333%; margin-bottom: 20.83333% }
}

@media all and (max-width:767px) {
.c-section { margin-top: 80px; margin-bottom: 80px }
}
.c-section__header { letter-spacing: .2em }

@media all and (min-width:1025px) {
.c-section__header { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-section__header { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.c-section__header { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.c-section__header { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.c-section__header { font-size: 20.7px }
}

@media all and (min-width:1025px) {
.c-section__header { margin-bottom: 2.91667% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-section__header { margin-bottom: 4.86111% }
}

@media all and (max-width:767px) {
.c-section__header { margin-bottom: 33px }
}
.c-section__header-wrap { position: relative; z-index: 0; border-style: solid }

@media all and (min-width:768px) {
.c-section__header-wrap { padding-left: 2.5%; padding-right: 2.5%; border-width: 8px }
}

@media all and (min-width:1025px) {
.c-section__header-wrap { margin-left: 10%; margin-right: 10% }
}

@media all and (max-width:767px) {
.c-section__header-wrap { padding-left: 24px; padding-right: 24px; border-width: 4px }
}
.c-section__header-wrap--yellow-green { color: #333; border-color: #333 }
.c-section__header-wrap--light-green { color: #00a693; border-color: #00a693 }
.c-section__header-in { margin: 0 auto; position: relative; z-index: 10; background-color: #fff; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box }

@media all and (min-width:768px) {
.c-section__header-in { margin-top: -9px; margin-bottom: -9px; padding-top: 3.125%; padding-bottom: 3.125% }
}

@media all and (max-width:767px) {
.c-section__header-in { margin-top: -5px; margin-bottom: -5px; padding-top: 35px; padding-bottom: 35px }
}
.c-section__excerpt { letter-spacing: .1em }

@media all and (min-width:1025px) {
.c-section__excerpt { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-section__excerpt { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.c-section__excerpt { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.c-section__excerpt { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.c-section__excerpt { font-size: 18.1125px }
}

@media all and (min-width:768px) {
.c-section__excerpt { text-align: center }
}

@media all and (min-width:1025px) {
.c-section__excerpt { margin-bottom: 5.41667% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-section__excerpt { margin-bottom: 9.72222% }
}

@media all and (max-width:767px) {
.c-section__excerpt { margin-bottom: 35px }
.c-section__excerpt--center { text-align: center }
}
.c-section__text { letter-spacing: .1em }

@media all and (min-width:1025px) {
.c-section__text { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-section__text { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.c-section__text { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.c-section__text { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.c-section__text { font-size: 18.1125px }
}

@media all and (min-width:768px) {
.c-section__text { margin-top: 6.08333%; margin-bottom: 6.08333%; margin-left: 10%; margin-right: 10% }
}

@media all and (max-width:767px) {
.c-section__text { margin-top: 35px; margin-bottom: 35px }
}
.c-section__text>span { color: red }
.c-section__float { overflow: hidden }

@media all and (min-width:1025px) {
.c-section__float { margin-left: 3.33333%; margin-right: 3.33333% }
}

@media all and (min-width:1025px) {
.c-section__float-item { width: 44.64286% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-section__float-item { width: 48.05556% }
}
.c-section__float-item img { width: 100%; display: block }

@media all and (min-width:768px) {
.c-section__float-item--left { float: left }
}

@media all and (min-width:768px) {
.c-section__float-item--right { float: right }
}

@media all and (max-width:767px) {
.c-section__float-item--right { margin-top: 20px }
}

@media all and (min-width:768px) {
.c-section__float-item--lower { margin-top: 7.14286% }
}
.c-section__image { margin: 0 auto }
.c-section__image img { width: 100%; display: block }

@media all and (min-width:1025px) {
.c-section__image--infograph01 { width: 77.5%; padding-left: 2.5% }
}

@media all and (min-width:1025px) {
.c-section__image--infograph02 { width: 60.83333% }
}
.c-section__contact { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center }

@media all and (min-width:768px) {
.c-section__contact { margin-top: 2.91667%; letter-spacing: .2em }
}

@media all and (max-width:767px) {
.c-section__contact { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 35px }
}

@media all and (min-width:768px) {
.c-section__contact-tel { margin-right: 40px }
}

@media all and (max-width:767px) {
.c-section__contact-tel { margin-bottom: 35px }
}
.c-section__contact-tel a { color: #fff; text-decoration: none }
.c-section__contact-mail a { color: #fff; text-decoration: none }

@media all and (min-width:1367px) {
.c-expand { margin-left: -3.125%; margin-right: -3.125% }
}

@media all and (min-width:1025px) and (max-width:1366px) {
.c-expand { margin-left: -3.125%; margin-right: -3.125% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.c-expand { margin-left: -3.125%; margin-right: -3.125% }
}

@media all and (max-width:767px) {
.c-expand { margin-left: -20px; margin-right: -20px }
}

@media all and (max-width:767px) {
.c-expand-mobile { margin-left: -15px; margin-right: -15px }
}
.c-fade-in-up { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0) }
.c-fade-in-up.is-shown { -webkit-animation-name: fadeUpIn; animation-name: fadeUpIn; -webkit-animation-duration: .4s; animation-duration: .4s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1); animation-timing-function: cubic-bezier(.645, .045, .355, 1) }
.c-fade-in-up-onload { -webkit-animation-name: fadeUpIn; animation-name: fadeUpIn; -webkit-animation-duration: .7s; animation-duration: .7s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1); animation-timing-function: cubic-bezier(.645, .045, .355, 1) }

@media all and (max-width:767px) {
.p-global-navi { display: none }
}

@media all and (min-width:768px) {
.p-global-navi__items { height: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
}

@media all and (min-width:768px) and (min-width:768px) and (max-width:1024px) {
.p-global-navi__items { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }
}

@media all and (min-width:768px) {
.p-global-navi__item { height: 100%; 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; position: relative; color: #fff; font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; text-transform: uppercase; text-decoration: none; vertical-align: middle; line-height: 1.1; cursor: pointer }
}

@media all and (min-width:768px) and (min-width:1025px) {
.p-global-navi__item { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (min-width:768px) and (max-width:1024px) {
.p-global-navi__item { font-size: 13px; font-size: .8125rem }
}

@media all and (min-width:768px) and (max-width:767px) {
.p-global-navi__item { font-size: 12px; font-size: .75rem }
}

@media all and (min-width:768px) and (max-width:767px) and (max-width:414px) {
.p-global-navi__item { font-size: 3.75vw }
}

@media all and (min-width:768px) and (max-width:767px) and (min-width:415px) {
.p-global-navi__item { font-size: 15.525px }
}

@media all and (min-width:768px) and (min-width:1025px) {
.p-global-navi__item { margin-right: 60px }
}

@media all and (min-width:768px) {
.p-global-navi__item:last-child { margin-right: 0 }
.p-global-navi__item-label--fwb { font-weight: 700 }
.p-global-navi__item--entry { height: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; text-align: center; color: #f3345d; font-weight: 600 }
}

@media all and (min-width:768px) and (min-width:1025px) {
.p-global-navi__item--entry { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (min-width:768px) and (max-width:1024px) {
.p-global-navi__item--entry { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:767px) {
.p-global-navi__item--entry { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:767px) and (max-width:414px) {
.p-global-navi__item--entry { font-size: 4.375vw }
}

@media all and (min-width:768px) and (max-width:767px) and (min-width:415px) {
.p-global-navi__item--entry { font-size: 18.1125px }
}

@media all and (min-width:768px) and (min-width:1025px) {
.p-global-navi__item--entry { width: 236px }
}

@media all and (min-width:768px) and (min-width:768px) and (max-width:1024px) {
.p-global-navi__item--entry { width: 210px }
}

@media all and (min-width:768px) {
.p-global-navi__item--entry-label { position: relative; z-index: 100000 }
.p-global-navi__item--entry-arrow { display: block; position: relative; z-index: 100000 }
}

@media all and (min-width:768px) and (min-width:1025px) {
.p-global-navi__item--entry-arrow { margin-left: 30px }
}

@media all and (min-width:768px) and (min-width:768px) and (max-width:1024px) {
.p-global-navi__item--entry-arrow { margin-left: 15px }
}

@media all and (min-width:768px) {
.p-global-navi__item--entry-line:after, .p-global-navi__item--entry-line:before { content: ''; display: block; position: absolute; z-index: 10000; background-color: #f3345d }
.p-global-navi__item--entry-line:before { width: 100%; height: 8px }
.p-global-navi__item--entry-line:after { width: 8px; height: 100% }
}

@media all and (min-width:768px) and (max-width:767px) {
.p-global-navi__item--entry-line:before { height: 4px }
.p-global-navi__item--entry-line:after { width: 4px }
}

@media all and (min-width:768px) {
.p-global-navi__item--entry-line--01:after, .p-global-navi__item--entry-line--01:before { top: 0; right: 0 }
.p-global-navi__item--entry-line--02:after, .p-global-navi__item--entry-line--02:before { bottom: 0; left: 0 }
.p-global-navi__item { -webkit-transition: .3s; transition: .3s; -webkit-transition-property: color; transition-property: color }
.p-global-navi__item:before { content: ''; width: 95%; height: 8px; position: absolute; top: 0; left: 2.5%; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: center; transform-origin: center; -webkit-transition: .5s; transition: .5s; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform }
.p-global-navi__item.is-current:before, .p-global-navi__item.is-over:before { -webkit-transform: scaleX(1); transform: scaleX(1) }
.p-global-navi__item--entry { letter-spacing: .1em; -webkit-transition: .5s; transition: .5s }
.p-global-navi__item--entry-arrow svg { -webkit-transition: .5s; transition: .5s; fill: #f3345d }
.p-global-navi__item--entry-line:after, .p-global-navi__item--entry-line:before { -webkit-transition: .35s; transition: .35s }
.p-global-navi__item--entry.is-over { color: #fff; letter-spacing: .2em }
.p-global-navi__item--entry.is-over .p-global-navi__item--entry-arrow svg { -webkit-transition: .5s; transition: .5s; fill: #fff }
.p-global-navi__item--entry.is-over .p-global-navi__item--entry-line:before { height: 50% }
.p-global-navi__item--entry.is-over .p-global-navi__item--entry-line:after { width: 50% }
.p-global-navi__item--business:before { background-color: #333 }
.p-global-navi__item--member:before { background-color: #58c1db }
.p-global-navi__item--cross-talk:before { background-color: #eba845 }
.p-global-navi__item--career:before { background-color: #00a693 }
.p-global-navi__item--business.is-current, .p-global-navi__item--business.is-over { color: #333 }
.p-global-navi__item--member.is-current, .p-global-navi__item--member.is-over { color: #58c1db }
.p-global-navi__item--cross-talk.is-current, .p-global-navi__item--cross-talk.is-over { color: #eba845 }
.p-global-navi__item--career.is-current, .p-global-navi__item--career.is-over { color: #00a693 }
}

@media all and (min-width:768px) {
.p-global-navi-sp { display: none }
}

@media all and (max-width:767px) {
.p-global-navi-sp__wrap { position: fixed; top: 58px; left: 0; bottom: 0; right: 0; background-color: #f0f3f6; text-align: center }
.p-global-navi-sp__wrap-in { height: 100%; 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-pack: center; -ms-flex-pack: center; justify-content: center }
.p-global-navi-sp__items { 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: center; -ms-flex-align: center; align-items: center; padding-bottom: 29.375% }
.p-global-navi-sp__item { margin-bottom: 14.0625%; color: #fff; font-size: 14px; font-size: .875rem; font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; text-transform: uppercase; text-decoration: none }
.p-global-navi-sp__item:last-child { margin-bottom: 0 }
.p-global-navi-sp__entry { height: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 18px; margin-right: 18px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 4px solid #f3345d; -webkit-box-sizing: border-box; box-sizing: border-box; color: #f3345d; text-decoration: none; font-size: 14px; font-size: .875rem; font-weight: 600 }
.p-global-navi-sp__entry-arrow { margin-left: 38px }
.p-global-navi-sp__entry-arrow svg { fill: #f3345d }
}
.p-global-navi-sp__wrap { -webkit-transition: .5s; transition: .5s; opacity: 0; -webkit-transform: scale(.9); transform: scale(.9); -webkit-transform-origin: top; transform-origin: top;  }
.p-global-navi-sp.is-opened .p-global-navi-sp__wrap { opacity: 1; -webkit-transform: scale(1); transform: scale(1); pointer-events: auto }
.p-link-navi__items { height: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center }

@media all and (min-width:768px) and (max-width:1024px) {
.p-link-navi__items { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }
}
.p-link-navi__item { height: 100%; 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; position: relative; color: #fff; font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; text-transform: uppercase; text-decoration: none; vertical-align: middle; line-height: 1.1 }

@media all and (min-width:1025px) {
.p-link-navi__item { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-link-navi__item { font-size: 13px; font-size: .8125rem }
}

@media all and (max-width:767px) {
.p-link-navi__item { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-link-navi__item { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-link-navi__item { font-size: 15.525px }
}
.p-link-navi__item--entry { height: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; text-align: center; color: #f3345d; font-weight: 600 }

@media all and (min-width:1025px) {
.p-link-navi__item--entry { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-link-navi__item--entry { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-link-navi__item--entry { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-link-navi__item--entry { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-link-navi__item--entry { font-size: 15.525px }
}

@media all and (min-width:1025px) {
.p-link-navi__item--entry { width: 236px }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-link-navi__item--entry { width: 210px }
}
.p-link-navi__item--entry-label { position: relative; z-index: 100000 }
.p-link-navi__item--entry-arrow { position: relative; display: block; fill: #f3345d; z-index: 100000 }

@media all and (min-width:1025px) {
.p-link-navi__item--entry-arrow { margin-left: 30px }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-link-navi__item--entry-arrow { margin-left: 15px }
}

@media all and (max-width:767px) {
.p-link-navi__item--entry-arrow { position: absolute; right: 25px; top: 50%; margin: -7.5px 0 0 }
}
.p-link-navi__item--entry-line:after, .p-link-navi__item--entry-line:before { content: ''; display: block; position: absolute; z-index: 10000; background-color: #f3345d }
.p-link-navi__item--entry-line:before { width: 100%; height: 8px }
.p-link-navi__item--entry-line:after { width: 8px; height: 100% }

@media all and (max-width:767px) {
.p-link-navi__item--entry-line:before { height: 4px }
.p-link-navi__item--entry-line:after { width: 4px }
}
.p-link-navi__item--entry-line--01:after, .p-link-navi__item--entry-line--01:before { top: 0; right: 0 }
.p-link-navi__item--entry-line--02:after, .p-link-navi__item--entry-line--02:before { bottom: 0; left: 0 }

@media all and (min-width:768px) {
.p-link-navi__item { -webkit-transition: .3s; transition: .3s; -webkit-transition-property: color; transition-property: color }
.p-link-navi__item:before { content: ''; width: 95%; height: 8px; position: absolute; top: 0; left: 2.5%; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: center; transform-origin: center; -webkit-transition: .5s; transition: .5s; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform }
.p-link-navi__item.is-current:before, .p-link-navi__item.is-over:before { -webkit-transform: scaleX(1); transform: scaleX(1) }
.p-link-navi__item--entry { letter-spacing: .1em; -webkit-transition: .5s; transition: .5s }
.p-link-navi__item--entry-arrow svg { -webkit-transition: .5s; transition: .5s; fill: #f3345d }
.p-link-navi__item--entry-line:after, .p-link-navi__item--entry-line:before { -webkit-transition: .35s; transition: .35s }
.p-link-navi__item--entry.is-over { color: #fff; letter-spacing: .2em }
.p-link-navi__item--entry.is-over .p-link-navi__item--entry-arrow svg { -webkit-transition: .5s; transition: .5s; fill: #fff }
.p-link-navi__item--entry.is-over .p-link-navi__item--entry-line:before { height: 50% }
.p-link-navi__item--entry.is-over .p-link-navi__item--entry-line:after { width: 50% }
.p-link-navi__item--business:before { background-color: #333 }
.p-link-navi__item--member:before { background-color: #58c1db }
.p-link-navi__item--cross-talk:before { background-color: #eba845 }
.p-link-navi__item--business.is-current, .p-link-navi__item--business.is-over { color: #333 }
.p-link-navi__item--member.is-current, .p-link-navi__item--member.is-over { color: #58c1db }
.p-link-navi__item--cross-talk.is-current, .p-link-navi__item--cross-talk.is-over { color: #eba845 }
}

@media all and (max-width:1024px) {
.p-pagetop-pc { display: none }
}

@media all and (min-width:1025px) {
.p-pagetop-pc { 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: center; -ms-flex-align: center; align-items: center; position: fixed; right: 16px; z-index: 10005; cursor: pointer; bottom: -10px; opacity: 0; -webkit-transition: .6s; transition: .6s; -webkit-transition-property: -webkit-transform opacity; transition-property: -webkit-transform opacity; transition-property: transform opacity; transition-property: transform opacity, -webkit-transform opacity }
.p-pagetop-pc__bar { width: 1px; height: 20px; background-color: #00a693 }
.p-pagetop-pc__text { margin-top: 10px }
.p-pagetop-pc.is-visible { -webkit-transform: translateY(-30px); transform: translateY(-30px); opacity: 1 }
.p-pagetop-pc__bar { -webkit-transition: .3s; transition: .3s }
.p-pagetop-pc:hover .p-pagetop-pc__bar { -webkit-transform: translateY(-8px); transform: translateY(-8px) }
}

@media all and (min-width:1025px) {
.p-pagetop-sp { display: none }
}

@media all and (max-width:1024px) {
.p-pagetop-sp { width: 60px; height: 60px; display: block; position: fixed; bottom: -60px; z-index: 10004; border-radius: 50%; background-color: #fff; opacity: .7; -webkit-transition: .5s; transition: .5s; -webkit-transform: translateY(0); transform: translateY(0) }
.p-pagetop-sp:before { width: 18px; height: 15px; content: ''; display: block; position: absolute; top: 20px; left: 21px; background-image: url("http://renata.tank.jp/common/img/common/arrow_green.svg"); background-size: cover; background-position: center }
}

@media all and (max-width:1024px) and (min-width:768px) and (max-width:1024px) {
.p-pagetop-sp { right: 20px }
}

@media all and (max-width:1024px) and (max-width:767px) {
.p-pagetop-sp { right: 10px }
}

@media all and (max-width:1024px) {
.p-pagetop-sp.is-visible { -webkit-transform: translateY(-80px); transform: translateY(-80px) }
}

@media all and (max-width:1024px) and (min-width:768px) and (max-width:1024px) {
.p-pagetop-sp.is-visible { -webkit-transform: translateY(-100px); transform: translateY(-100px) }
}
.p-breadcrumbs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-top: 2px solid #f0f3f6; border-bottom: 2px solid #f0f3f6 }

@media all and (min-width:768px) {
.p-breadcrumbs { margin-bottom: 3.125% }
}

@media all and (min-width:1025px) {
.p-breadcrumbs { padding-top: 1.40625%; padding-bottom: 1.40625%; padding-left: 3.125% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-breadcrumbs { padding-top: 2.34375%; padding-bottom: 2.34375%; padding-left: 5.20833% }
}

@media all and (max-width:767px) {
.p-breadcrumbs { margin-bottom: 5px; padding-top: 17px; padding-bottom: 17px; padding-left: 15px }
}
.p-breadcrumbs__item { line-height: 1.1; letter-spacing: .1em }

@media all and (min-width:1025px) {
.p-breadcrumbs__item { font-size: 12px; font-size: .75rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-breadcrumbs__item { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) {
.p-breadcrumbs__item { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-breadcrumbs__item { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-breadcrumbs__item { font-size: 15.525px }
}
.p-breadcrumbs__item--lower { padding-top: 1px; position: relative }
.p-breadcrumbs__item--link { color: #00a693; text-decoration: none }
.p-breadcrumbs__home { display: block }
.p-breadcrumbs__arrow { display: block; margin-left: 10px; margin-right: 10px; padding-top: 2px }
.p-breadcrumbs__item { -webkit-transition: .4s; transition: .4s }
.p-breadcrumbs__item.is-over { opacity: .5 }
.p-lower { z-index: 0 }

@media all and (min-width:768px) {
.p-lower { margin-left: 3.125%; margin-right: 3.125% }
}

@media all and (max-width:767px) {
.p-lower { margin-left: 20px; margin-right: 20px; line-height: 1.71429 }
}

@media all and (min-width:768px) {
.p-lower--member { margin-top: -6.25% }
}

@media all and (max-width:767px) {
.p-lower--member { margin-top: -20px }
}

@media all and (min-width:768px) {
.p-lower--faq { margin-top: 3.90625% }
}
.p-lower-header { position: relative; z-index: 10000 }

@media all and (min-width:768px) {
.p-lower-header { margin: 0 auto; padding-top: 210px }
}

@media all and (min-width:1025px) {
.p-lower-header { width: 75% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-lower-header { width: 83.33333% }
}

@media all and (max-width:767px) {
.p-lower-header { padding-top: 90px; line-height: 1.71429 }
}

@media all and (min-width:768px) {
.p-lower-header__wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }
}
.p-lower-header__title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-weight: 400 }

@media all and (min-width:768px) {
.p-lower-header__title { margin: 0 }
}

@media all and (max-width:767px) {
.p-lower-header__title { margin-top: 0; margin-bottom: 15px; margin-left: 20px }
}
.p-lower-header__title-en { display: inline-block; margin-bottom: 8px; font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; letter-spacing: .2em }

@media all and (min-width:1025px) {
.p-lower-header__title-en { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-lower-header__title-en { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-lower-header__title-en { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-lower-header__title-en { font-size: 7.5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-lower-header__title-en { font-size: 31.05px }
}
.p-lower-header__title-ja { display: inline-block; margin-bottom: 18px; font-weight: 600 }

@media all and (min-width:1025px) {
.p-lower-header__title-ja { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-lower-header__title-ja { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-lower-header__title-ja { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-lower-header__title-ja { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-lower-header__title-ja { font-size: 18.1125px }
}
.p-lower-header__title-in--yellow { color: #eba845 }
.p-lower-header__title-tri-in1 { fill: transparent }
.p-lower-header__outline { position: relative; z-index: 10000; background: 0 0 }

@media all and (min-width:1025px) {
.p-lower-header__outline { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-lower-header__outline { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-lower-header__outline { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-lower-header__outline { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-lower-header__outline { font-size: 18.1125px }
}

@media all and (min-width:1025px) {
.p-lower-header__outline { width: 70.83333% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-lower-header__outline { width: 64.0625% }
}

@media all and (max-width:767px) {
.p-lower-header__outline { margin-left: 5px; margin-right: 5px }
}
.p-lower-header__outline-wrap { position: relative; z-index: 11000; letter-spacing: .1em }

@media all and (min-width:768px) {
.p-lower-header__outline-wrap { padding-top: 10.88235%; padding-bottom: 21.76471%; padding-left: 10.29412%; padding-right: 10.29412% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-lower-header__outline-wrap { padding-top: 13.41463%; padding-bottom: 28.04878%; padding-left: 13.41463%; padding-right: 13.41463% }
}

@media all and (max-width:767px) {
.p-lower-header__outline-wrap { padding: 70px 35px }
}
.p-lower-header__outline-head { position: relative; z-index: 10001; margin-bottom: 27px; font-weight: 600 }
.p-lower-header__outline-excerpt { position: relative; z-index: 10001 }
.p-lower-header__outline-wrap { opacity: 0; -webkit-animation-name: appear; animation-name: appear; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-delay: 1s; animation-delay: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1); animation-timing-function: cubic-bezier(.645, .045, .355, 1) }
.p-lower-kv { position: relative }

@media all and (min-width:768px) {
.p-lower-kv { margin-top: -8.33333%; margin-left: -12.5%; margin-right: -12.5% }
}

@media all and (max-width:767px) {
.p-lower-kv { margin-top: -20px; margin-left: 20px; margin-right: 20px }
}
.p-lower-kv img { width: 100%; display: block }
.p-local-navi { display: -webkit-box; display: -ms-flexbox; display: flex; border-top: 2px solid #f0f3f6 }

@media all and (min-width:768px) {
.p-local-navi { padding-top: 3.125%; padding-bottom: 3.125%; padding-left: 3.125%; padding-right: 3.125% }
}

@media all and (max-width:767px) {
.p-local-navi { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 5px }
}
.p-local-navi__item { position: relative }

@media all and (min-width:768px) {
.p-local-navi__item { width: 31.08333%; margin-right: 3.33333% }
}

@media all and (max-width:767px) {
.p-local-navi__item { margin-bottom: 5px }
.p-local-navi__item:last-of-type { margin-bottom: 0 }
}
.p-local-navi__item:last-child { margin-right: 0 }
.p-local-navi__item-thumb { overflow: hidden }
.p-local-navi__item-thumb img { width: 100%; display: block }
.p-local-navi__item-label { position: absolute; top: 50%; left: 50%; color: #fff; text-align: center; font-weight: 600; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0) }
.p-local-navi__item-label-en { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; text-transform: uppercase; letter-spacing: .2em; white-space: nowrap; font-weight: 400 }

@media all and (min-width:1025px) {
.p-local-navi__item-label-en { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-local-navi__item-label-en { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-local-navi__item-label-en { font-size: 20px; font-size: 1.25rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-local-navi__item-label-en { font-size: 6.25vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-local-navi__item-label-en { font-size: 25.875px }
}

@media all and (min-width:1025px) {
.p-local-navi__item-label-ja { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-local-navi__item-label-ja { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-local-navi__item-label-ja { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-local-navi__item-label-ja { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-local-navi__item-label-ja { font-size: 15.525px }
}
.p-local-navi__item-thumb img { -webkit-transform: scale3d(1); transform: scale3d(1); -webkit-transition: .4s; transition: .4s; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955); transition-timing-function: cubic-bezier(.455, .03, .515, .955) }
.p-local-navi__item-label-en { -webkit-transition: .4s; transition: .4s; -webkit-transition-property: letter-spacing; transition-property: letter-spacing; -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955); transition-timing-function: cubic-bezier(.455, .03, .515, .955) }
.p-local-navi__item-label-ja { white-space: nowrap; -webkit-transition: .4s; transition: .4s; -webkit-transition-property: letter-spacing; transition-property: letter-spacing; -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955); transition-timing-function: cubic-bezier(.455, .03, .515, .955) }
.p-local-navi__item.is-over .p-local-navi__item-thumb img { -webkit-transform: scale(1.1); transform: scale(1.1) }
.p-local-navi__item.is-over .p-local-navi__item-label-en { letter-spacing: .3em }
.p-local-navi__item.is-over .p-local-navi__item-label-ja { letter-spacing: .3em }

@media all and (min-width:768px) {
.p-accordion { margin-bottom: 3.33333% }
}

@media all and (max-width:767px) {
.p-accordion { margin-bottom: 5px }
}
.p-accordion__item { overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box }

@media all and (min-width:768px) {
.p-accordion__item { border-bottom: 8px solid #f0f3f6; border-left: 8px solid #f0f3f6; border-right: 8px solid #f0f3f6 }
.p-accordion__item:first-child { border-top: 8px solid #f0f3f6 }
}

@media all and (max-width:767px) {
.p-accordion__item { margin-left: -15px; margin-right: -15px; border-bottom: 4px solid #f0f3f6; border-left: 4px solid #f0f3f6; border-right: 4px solid #f0f3f6 }
.p-accordion__item:first-child { border-top: 4px solid #f0f3f6 }
}
.p-accordion__head { 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; cursor: pointer }

@media all and (min-width:1025px) {
.p-accordion__head { padding-top: 5.57432%; padding-bottom: 5.57432%; padding-left: 9.45946%; padding-right: 9.45946% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-accordion__head { padding-top: 9.375%; padding-bottom: 9.375%; padding-left: 4.26136%; padding-right: 4.26136% }
}

@media all and (max-width:767px) {
.p-accordion__head { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-top: 35px; padding-bottom: 35px }
}
.p-accordion__index { letter-spacing: .1em; text-align: center }

@media all and (max-width:767px) {
.p-accordion__index { margin-bottom: 10px }
}

@media all and (min-width:768px) {
.p-accordion__index--faq { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-accordion__index--faq { width: 93.75% }
}

@media all and (max-width:767px) {
.p-accordion__index--faq { margin-left: 35px; margin-right: 35px; text-align: left }
}
.p-accordion__index-text { margin-bottom: 5px; font-family: Lobster, cursive }

@media all and (min-width:1025px) {
.p-accordion__index-text { font-size: 20px; font-size: 1.25rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-accordion__index-text { font-size: 20px; font-size: 1.25rem }
}

@media all and (max-width:767px) {
.p-accordion__index-text { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-accordion__index-text { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-accordion__index-text { font-size: 15.525px }
}
.p-accordion__index-num { font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif }

@media all and (min-width:1025px) {
.p-accordion__index-num { font-size: 30px; font-size: 1.875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-accordion__index-num { font-size: 30px; font-size: 1.875rem }
}

@media all and (max-width:767px) {
.p-accordion__index-num { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-accordion__index-num { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-accordion__index-num { font-size: 20.7px }
}
.p-accordion__index-faq-num { color: #00a693; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif }

@media all and (min-width:1025px) {
.p-accordion__index-faq-num { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-accordion__index-faq-num { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-accordion__index-faq-num { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-accordion__index-faq-num { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-accordion__index-faq-num { font-size: 20.7px }
}

@media all and (min-width:1025px) {
.p-accordion__index-faq-num { margin-right: 44px }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-accordion__index-faq-num { margin-right: 110px; text-align: left }
}

@media all and (max-width:767px) {
.p-accordion__index-faq-num { margin-bottom: 5px }
}
.p-accordion__title { font-weight: 600 }

@media all and (min-width:1025px) {
.p-accordion__title { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-accordion__title { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-accordion__title { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-accordion__title { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-accordion__title { font-size: 20.7px }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-accordion__title { width: 54.84375%; text-align: center }
}

@media all and (max-width:767px) {
.p-accordion__title { margin-bottom: 30px; text-align: center }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-accordion__title--faq { width: 53.125% }
}

@media all and (max-width:767px) {
.p-accordion__title--faq { text-align: left }
}
.p-accordion__btn { position: relative; border-radius: 50%; background-color: #00a693; cursor: pointer }

@media all and (min-width:768px) {
.p-accordion__btn { width: 36px; height: 36px }
}

@media all and (max-width:767px) {
.p-accordion__btn { width: 24px; height: 24px }
}
.p-accordion__btn:before { content: ''; display: block; position: absolute; background-color: #fff }

@media all and (min-width:768px) {
.p-accordion__btn:before { width: 16px; height: 2px; top: 17px; left: 10px }
}

@media all and (max-width:767px) {
.p-accordion__btn:before { width: 10px; height: 2px; top: 11px; left: 7px }
}
.p-accordion__btn:after { content: ''; display: block; position: absolute; background-color: #fff }

@media all and (min-width:768px) {
.p-accordion__btn:after { width: 2px; height: 16px; top: 10px; left: 17px }
}

@media all and (max-width:767px) {
.p-accordion__btn:after { width: 2px; height: 10px; top: 7px; left: 11px }
}
.p-accordion__contents { height: 0; overflow: hidden }
.p-accordion__contents-wrap { height: 0 }

@media all and (min-width:1025px) {
.p-accordion__contents-wrap { padding-left: 9.33333%; padding-right: 9.33333% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-accordion__contents-wrap { padding-left: 4.26136%; padding-right: 4.26136% }
}

@media all and (max-width:767px) {
.p-accordion__contents-wrap { padding-left: 10px; padding-right: 10px }
}
.p-accordion__btn:after { -webkit-transition: .5s; transition: .5s; -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86); transition-timing-function: cubic-bezier(.785, .135, .15, .86); -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform }
.p-accordion__contents { -webkit-transition: .1s; transition: .1s; -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86); transition-timing-function: cubic-bezier(.785, .135, .15, .86); -webkit-transition-property: height; transition-property: height }
.p-accordion__item.is-opened .p-accordion__btn:after { -webkit-transform: rotate(-90deg); transform: rotate(-90deg) }
.p-accordion__item.is-opened .p-accordion__contents-wrap { height: auto }
.p-accordion__head { -webkit-transition: .4s; transition: .4s }
.p-accordion__head.is-over { background-color: #f0f3f6 }
.p-member-local-navi { background-color: #f0f3f6 }

@media all and (min-width:1025px) {
.p-member-local-navi { margin-bottom: 3.125%; padding-top: 5.46875%; padding-bottom: 3.125% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-local-navi { margin-bottom: 5.20833%; padding-top: 9.11458%; padding-bottom: 5.20833%; padding-left: 5.20833%; padding-right: 5.20833% }
}

@media all and (max-width:767px) {
.p-member-local-navi { margin-bottom: 5px; padding-top: 33px; padding-bottom: 33px; padding-left: 20px; padding-right: 20px }
}
.p-member-local-navi__title { text-align: center; font-weight: 600 }

@media all and (min-width:1025px) {
.p-member-local-navi__title { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-local-navi__title { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-member-local-navi__title { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-member-local-navi__title { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-member-local-navi__title { font-size: 20.7px }
}
.p-member-local-navi__excerpt { margin-top: 5%; text-align: center }

@media all and (min-width:1025px) {
.p-member-local-navi__excerpt { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-local-navi__excerpt { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-member-local-navi__excerpt { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-member-local-navi__excerpt { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-member-local-navi__excerpt { font-size: 18.1125px }
}
.p-member-local-navi__items { max-width: 1400px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-left: auto; margin-right: auto }

@media all and (min-width:1367px) {
.p-member-local-navi__items { width: 80% }
}

@media all and (min-width:1025px) and (max-width:1366px) {
.p-member-local-navi__items { width: 80% }
}

@media all and (min-width:768px) {
.p-member-local-navi__items { margin-top: 75px }
}

@media all and (max-width:767px) {
.p-member-local-navi__items { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 35px }
}
.p-member-local-navi__item { text-decoration: none; color: #000 }

@media all and (min-width:768px) {
.p-member-local-navi__item { text-align: left }
}

@media all and (min-width:1025px) {
.p-member-local-navi__item { width: 26.04167% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-local-navi__item { width: 29.6875% }
}

@media all and (max-width:767px) {
.p-member-local-navi__item { text-align: center; margin-bottom: 35px }
.p-member-local-navi__item:last-child { margin-bottom: 0 }
}

@media all and (min-width:1025px) {
.p-member-local-navi__btn { margin-top: 80px }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-local-navi__btn { margin-top: 40px }
}

@media all and (max-width:767px) {
.p-member-local-navi__btn { margin-top: 20px }
}
.p-index-kv { margin: 0 auto; position: relative; z-index: 0; -webkit-box-sizing: border-box; box-sizing: border-box }

@media all and (min-width:768px) {
.p-index-kv { padding-top: 128px }
}

@media all and (min-width:1025px) {
.p-index-kv { height: 100vh }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.p-index-kv { height: 100vh }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
.p-index-kv { height: 130vh }
}

@media all and (max-width:767px) {
.p-index-kv { padding-top: 58px }
}

@media all and (max-width:767px) and (orientation:portrait) {
.p-index-kv { height: 100vh }
}

@media all and (max-width:767px) and (orientation:landscape) {
.p-index-kv { height: 850px }
}
.p-index-kv__title { display: block; position: absolute; z-index: 10; margin: 0; font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; font-weight: 400; line-height: 1.26668; letter-spacing: .1em;  }

@media all and (min-width:1025px) {
.p-index-kv__title { width: 24.53125%; top: 16.27604%; left: 17% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-kv__title { top: 150px; left: 35px }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.p-index-kv__title { width: 40.88542% }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
.p-index-kv__title { width: 26.04167% }
}

@media all and (max-width:767px) {
.p-index-kv__title { width: 42.96875%; top: 13.5%; left: 20px }
}
.p-index-kv__title-wrap { letter-spacing: .1em }

@media all and (min-width:1025px) and (min-width:1025px) {
.p-index-kv__title-wrap { font-size: 3.5vw }
}

@media all and (min-width:1025px) and (min-width:768px) and (max-width:1024px) {
.p-index-kv__title-wrap { font-size: 3.5vw }
}

@media all and (min-width:1025px) and (max-width:767px) {
.p-index-kv__title-wrap { font-size: 60.34286px }
}

@media all and (min-width:768px) and (max-width:1024px) and (min-width:1025px) {
.p-index-kv__title-wrap { font-size: 5.8vw }
}

@media all and (min-width:768px) and (max-width:1024px) and (min-width:768px) and (max-width:1024px) {
.p-index-kv__title-wrap { font-size: 5.8vw }
}

@media all and (min-width:768px) and (max-width:1024px) and (max-width:767px) {
.p-index-kv__title-wrap { font-size: 107.52px }
}

@media all and (max-width:767px) {
.p-index-kv__title-wrap { font-size: 10vw }
}
.p-index-kv__title-in { color: #fff; letter-spacing: .1em }

@media all and (min-width:768px) and (max-width:1024px) and (min-width:1025px) {
.p-index-kv__title-in { font-size: 6.8vw }
}

@media all and (min-width:768px) and (max-width:1024px) and (min-width:768px) and (max-width:1024px) {
.p-index-kv__title-in { font-size: 6.8vw }
}

@media all and (min-width:768px) and (max-width:1024px) and (max-width:767px) {
.p-index-kv__title-in { font-size: 107.52px }
}

@media all and (max-width:767px) {
.p-index-kv__title-in { font-size: 10vw }
}
.p-index-kv__title-copy { margin-top: 8px; font-weight: 600; letter-spacing: .58em }

@media all and (min-width:1025px) {
.p-index-kv__title-copy { margin-top: 8px }
}

@media all and (min-width:1025px) and (min-width:1025px) {
.p-index-kv__title-copy { font-size: 1.5vw }
}

@media all and (min-width:1025px) and (min-width:768px) and (max-width:1024px) {
.p-index-kv__title-copy { font-size: 1.5vw }
}

@media all and (min-width:1025px) and (max-width:767px) {
.p-index-kv__title-copy { font-size: 16.45714px }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-kv__title-copy { margin-top: 8px }
}

@media all and (min-width:768px) and (max-width:1024px) and (min-width:1025px) {
.p-index-kv__title-copy { font-size: 2.7vw }
}

@media all and (min-width:768px) and (max-width:1024px) and (min-width:768px) and (max-width:1024px) {
.p-index-kv__title-copy { font-size: 2.7vw }
}

@media all and (min-width:768px) and (max-width:1024px) and (max-width:767px) {
.p-index-kv__title-copy { font-size: 29.62286px }
}

@media all and (max-width:767px) {
.p-index-kv__title-copy { margin-top: 4px; font-size: 6vw; line-height: 1.1 }
.p-index-kv__title-copy:last-child { margin-top: 5.45455% }
}
.p-index-kv__title-copy-in { color: #fff; letter-spacing: .58em }

@media all and (min-width:768px) and (max-width:1024px) and (min-width:1025px) {
.p-index-kv__title-copy-in { font-size: 2.7vw }
}

@media all and (min-width:768px) and (max-width:1024px) and (min-width:768px) and (max-width:1024px) {
.p-index-kv__title-copy-in { font-size: 2.7vw }
}

@media all and (min-width:768px) and (max-width:1024px) and (max-width:767px) {
.p-index-kv__title-copy-in { font-size: 29.62286px }
}

@media all and (max-width:767px) {
.p-index-kv__title-copy-in { font-size: 6vw; line-height: 1.1 }
}
.p-index-kv__title-triangle { width: 100% }

@media all and (min-width:768px) {
.p-index-kv__title-triangle { margin-top: 3.18471% }
}

@media all and (max-width:767px) {
.p-index-kv__title-triangle { margin-top: -10px }
}
.p-index-kv__title-triangle-in { fill: transparent }
.p-index-kv__scroll { width: 1px; height: 40px; position: absolute; left: 50%; z-index: 100; background-color: #eee }

@media all and (min-width:1025px) {
.p-index-kv__scroll { bottom: 6.51042% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-kv__scroll { bottom: 15.84507% }
}

@media all and (max-width:767px) {
.p-index-kv__scroll { bottom: 13.20423% }
}
.p-index-kv__scroll-pointer { width: 1px; height: 10px; position: absolute; top: 0; left: 0; z-index: 100 }
.p-index-kv__scroll-pointer:before { content: ''; display: block; width: 1px; height: 10px; border-radius: 50%; background-color: red }

@media all and (min-width:768px) {
.p-index-kv__scroll-text { position: absolute; bottom: -30px; font-size: 10px; font-size: .625rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; -webkit-transform: translateX(-50%); transform: translateX(-50%) }
}

@media all and (max-width:767px) {
.p-index-kv__scroll-text { display: none }
}

@media all and (min-width:768px) {
.p-index-kv__sp-entry-btn { display: none }
}

@media all and (max-width:767px) {
.p-index-kv__sp-entry-btn { width: 100%; position: absolute; bottom: 16.72535%; left: 0; z-index: 110; padding-left: 20px; padding-right: 20px; -webkit-box-sizing: border-box; box-sizing: border-box }
.p-index-kv__sp-entry-btn-in { height: 60px; 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; position: relative; border: 4px solid #f3345d; -webkit-box-sizing: border-box; box-sizing: border-box; color: #f3345d; font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; font-size: 14px; font-size: .875rem; font-weight: 600; text-transform: uppercase; text-decoration: none }
.p-index-kv__sp-entry-btn-arrow { position: absolute; top: 17px; right: 20px }
.p-index-kv__sp-entry-btn-arrow svg { fill: #f3345d }
}
@-webkit-keyframes moveScrollPointer {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
-webkit-transform:translate3d(0, 35px, 0);
transform:translate3d(0, 35px, 0)
}
}
@keyframes moveScrollPointer {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
-webkit-transform:translate3d(0, 35px, 0);
transform:translate3d(0, 35px, 0)
}
}
@-webkit-keyframes scrollPointerInOut {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
10% {
-webkit-transform:scale(1);
transform:scale(1)
}
60% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(0);
transform:scale(0)
}
}
@keyframes scrollPointerInOut {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
10% {
-webkit-transform:scale(1);
transform:scale(1)
}
60% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(0);
transform:scale(0)
}
}
.p-index-kv__scroll-pointer { -webkit-animation-name: moveScrollPointer; animation-name: moveScrollPointer; -webkit-animation-duration: .8s; animation-duration: .8s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); animation-timing-function: cubic-bezier(.215, .61, .355, 1) }
.p-index-kv__scroll-pointer:before { -webkit-animation-name: scrollPointerInOut; animation-name: scrollPointerInOut; -webkit-animation-duration: .8s; animation-duration: .8s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); animation-timing-function: cubic-bezier(.215, .61, .355, 1) }
.p-index-kv-slideshow { width: 100%; height: 100%; position: relative; z-index: 0; opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); -webkit-animation-name: fadeUpIn; animation-name: fadeUpIn; -webkit-animation-duration: 1.2s; animation-duration: 1.2s; -webkit-animation-delay: 1.2s; animation-delay: 1.2s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1); animation-timing-function: cubic-bezier(.645, .045, .355, 1) }
.p-index-kv-slideshow__wrap { position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: -webkit-grab; cursor: grab; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }

@media all and (min-width:1025px) {
.p-index-kv-slideshow__wrap { width: 900%; top: 58%; margin-left: -265.23438% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-kv-slideshow__wrap { width: 1800%; margin-left: -600% }
}

@media all and (min-width:768px) and (max-width:1024px) and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.p-index-kv-slideshow__wrap { top: 49% }
}

@media all and (min-width:768px) and (max-width:1024px) and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
.p-index-kv-slideshow__wrap { top: 45% }
}

@media all and (max-width:767px) {
.p-index-kv-slideshow__wrap { width: 1800%; top: 39%; margin-left: -600% }
}
.p-index-kv-slideshow__items { display: -webkit-box; display: -ms-flexbox; display: flex }

@media all and (max-width:767px) {
.p-index-kv-slideshow__items { margin-top: .86806% }
}
.p-index-kv-slideshow__item { display: block; position: relative; z-index: 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; -webkit-backface-visibility: hidden; backface-visibility: hidden }
.p-index-kv-slideshow__item--2, .p-index-kv-slideshow__item--4, .p-index-kv-slideshow__item--6 { margin-top: 90px }

@media all and (min-width:1025px) {
.p-index-kv-slideshow__item { width: 5.55556%; padding-right: 2.08333% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-kv-slideshow__item { width: 5.55556%; margin-top: 0; margin-right: 0; padding-right: .21701% }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.p-index-kv-slideshow__item { padding-left: 1.72164% }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
.p-index-kv-slideshow__item { padding-left: 2.53183% }
}

@media all and (max-width:767px) {
.p-index-kv-slideshow__item { width: 5.55556%; margin-top: 0; margin-right: 0; padding-left: 1.99653%; padding-right: 10px }
}
.p-index-kv-slideshow__item img { -webkit-backface-visibility: hidden; backface-visibility: hidden }
.p-index-kv-slideshow__title { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 10 }
.p-index-kv-slideshow__title-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; left: -12%; z-index: 10; border: 4px solid; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; line-height: 1.1 }

@media all and (min-width:768px) {
.p-index-kv-slideshow__title-box { height: 38px; padding-left: 2%; padding-right: 2%; border: 4px solid; font-size: 14px; font-size: .875rem }
}

@media all and (min-width:1025px) {
.p-index-kv-slideshow__title-box { bottom: 10% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-kv-slideshow__title-box { bottom: 15% }
}

@media all and (max-width:767px) {
.p-index-kv-slideshow__title-box { height: 23px; padding: 5px 6px; bottom: 10%; border: 2px solid; font-size: 10px }
}
.p-index-kv-slideshow__title-box--en { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; text-transform: uppercase; letter-spacing: .1em }

@media all and (min-width:768px) {
.p-index-kv-slideshow__title-box--en { margin-bottom: 52px }
}

@media all and (max-width:767px) {
.p-index-kv-slideshow__title-box--en { margin-bottom: 31px }
}
.p-index-kv-slideshow__title-box--ja { font-weight: 600; letter-spacing: .1em }
.p-index-kv-slideshow__title--sky-blue .p-index-kv-slideshow__title-box { border-color: #58c1db; color: #58c1db }
.p-index-kv-slideshow__title--light-green .p-index-kv-slideshow__title-box { border-color: #00a693; color: #00a693 }
.p-index-kv-slideshow__title--yellow .p-index-kv-slideshow__title-box { border-color: #eba845; color: #eba845 }
.p-index-kv-slideshow__title--yellow-green .p-index-kv-slideshow__title-box { border-color: #333; color: #333 }

@media all and (max-width:767px) {
.p-index-kv-slideshow__controller { display: none }
}

@media all and (min-width:768px) {
.p-index-kv-slideshow__controller { width: 100%; height: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box;  }
}

@media all and (min-width:768px) and (min-width:1025px) {
.p-index-kv-slideshow__controller { top: 31%; left: 50%; padding-left: 40px; padding-right: 40px; -webkit-transform: translateX(-50%); transform: translateX(-50%) }
}

@media all and (min-width:768px) and (min-width:768px) and (max-width:1024px) {
.p-index-kv-slideshow__controller { left: 0 }
}

@media all and (min-width:768px) and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.p-index-kv-slideshow__controller { bottom: 25% }
}

@media all and (min-width:768px) and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
.p-index-kv-slideshow__controller { bottom: 0 }
}

@media all and (min-width:768px) {
.p-index-kv-slideshow__btn { width: 60px; height: 60px; 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; position: relative; background-color: rgba(255,255,255,.7); border-radius: 50%; font-size: 30px; font-size: 1.875rem; font-weight: 600; cursor: pointer; pointer-events: auto }
.p-index-kv-slideshow__btn img { width: 21px; position: absolute; top: 21px }
.p-index-kv-slideshow__btn--prev img { left: 18px; -webkit-transform: rotate(-90deg); transform: rotate(-90deg) }
.p-index-kv-slideshow__btn--next img { left: 20px; -webkit-transform: rotate(90deg); transform: rotate(90deg) }
}
.p-index-kv-slideshow__item img { opacity: 0; -webkit-animation-name: appear; animation-name: appear; -webkit-animation-duration: 1.2s; animation-duration: 1.2s; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1); animation-timing-function: cubic-bezier(.645, .045, .355, 1); -webkit-animation-iteration-count: 1; animation-iteration-count: 1 }
.p-index-kv-slideshow__wrap { -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform }

@media all and (min-width:1025px) {
.p-index-kv-slideshow__wrap.is-animate { -webkit-transition-duration: .6s; transition-duration: .6s }
}

@media all and (max-width:1024px) {
.p-index-kv-slideshow__wrap.is-animate { -webkit-transition-duration: .5s; transition-duration: .5s }
}
.p-index-kv-slideshow__title { opacity: 0; -webkit-animation-name: fadeDownIn; animation-name: fadeDownIn; -webkit-animation-duration: 1.6s; animation-duration: 1.6s; -webkit-animation-delay: 2s; animation-delay: 2s; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards }
.p-index-section { background-color: #f0f3f6; text-align: center }

@media all and (min-width:768px) {
.p-index-section { padding-top: 75px; padding-bottom: 75px }
}

@media all and (min-width:1025px) {
.p-index-section { margin-left: 3.125%; margin-right: 3.125%; margin-bottom: 3.125% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-section { margin-left: 3.125%; margin-right: 3.125%; margin-bottom: 3.125%; padding-left: 40px; padding-right: 40px }
}

@media all and (max-width:767px) {
.p-index-section { margin-bottom: 35px; margin-left: 5px; margin-right: 5px; padding-top: 35px; padding-bottom: 15px; padding-left: 15px; padding-right: 15px; line-height: 1.71429 }
.p-index-section:last-of-type { margin-bottom: 5px }
}
.p-index-section>p { margin-top: 0; letter-spacing: .1em }

@media all and (min-width:1025px) {
.p-index-section>p { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-section>p { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-index-section>p { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-index-section>p { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-index-section>p { font-size: 18.1125px }
}

@media all and (min-width:768px) {
.p-index-section>p { margin-bottom: 34px; line-height: 2.28571 }
}

@media all and (max-width:767px) {
.p-index-section>p { margin-bottom: 24px; text-align: left; line-height: 1.71429 }
}
.p-index-section>p:last-of-type { margin-bottom: 0 }
.p-index-section--message { background: 0 0 }

@media all and (min-width:1025px) {
.p-index-section--message { margin-top: 60px }
}

@media all and (min-width:768px) {
.p-index-section--message { margin-bottom: 8.98438%; padding-top: 0; padding-bottom: 0 }
}

@media all and (max-width:767px) {
.p-index-section--message { margin-top: 0; padding-top: 0; padding-bottom: 0 }
}
.p-index-section__header { text-align: center }

@media all and (min-width:768px) {
.p-index-section__header { margin-top: 110px; margin-bottom: 110px }
#contact .p-index-section__header, #faq2 .p-index-section__header { margin-top: 80px; margin-bottom: 50px; }
}

@media all and (max-width:767px) {
.p-index-section__header { margin-top: 76px; margin-bottom: 76px }
}
.p-index-section__header-en { font-family: 'Lobster', cursive;  letter-spacing: .2em }

@media all and (min-width:1025px) {
.p-index-section__header-en { font-size: 40px; font-size: 2.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-section__header-en { font-size: 40px; font-size: 2.5rem }
}

@media all and (max-width:767px) {
.p-index-section__header-en { font-size: 25px; font-size: 1.5625rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-index-section__header-en { font-size: 7.8125vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-index-section__header-en { font-size: 32.34375px }
}
.p-index-section__header-en-in { color: #000 }
.p-index-section__header-ja { font-weight: 600 }

@media all and (min-width:1025px) {
.p-index-section__header-ja { font-size: 20px; font-size: 1.25rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-section__header-ja { font-size: 20px; font-size: 1.25rem }
}

@media all and (max-width:767px) {
.p-index-section__header-ja { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-index-section__header-ja { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-index-section__header-ja { font-size: 18.1125px }
}
.p-index-section__header-ja-in { color: #000 }
.p-index-section__header--message { margin-top: 0 }

@media all and (max-width:767px) {
.p-index-section__header--message { margin-bottom: 60px }
}
.p-index-section__header--business .p-index-section__header-en-in { color: #333 }
.p-index-section__header--business .p-index-section__header-ja-in { color: #333 }

@media all and (min-width:1025px) {
.p-index-section__header--member .p-index-section__header-en { font-size: 40px; font-size: 2.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-section__header--member .p-index-section__header-en { font-size: 40px; font-size: 2.5rem }
}

@media all and (max-width:767px) {
.p-index-section__header--member .p-index-section__header-en { font-size: 30px; font-size: 1.875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-index-section__header--member .p-index-section__header-en { font-size: 9.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-index-section__header--member .p-index-section__header-en { font-size: 38.8125px }
}
.p-index-section__header--member .p-index-section__header-en-in { color: #58c1db }
.p-index-section__header--member .p-index-section__header-ja-in { color: #58c1db }
.p-index-section__header--cross-talk .p-index-section__header-en-in { color: #eba845 }
.p-index-section__header--cross-talk .p-index-section__header-ja-in { color: #eba845 }
.p-index-section__copy { display: inline-block; border-bottom: 2px solid #00a693; font-weight: 600; text-align: center }

@media all and (min-width:1025px) {
.p-index-section__copy { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-section__copy { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-index-section__copy { font-size: 15px; font-size: .9375rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-index-section__copy { font-size: 4.6875vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-index-section__copy { font-size: 19.40625px }
}

@media all and (min-width:768px) {
.p-index-section__copy { margin-bottom: 78px; padding-bottom: 9px }
}

@media all and (max-width:767px) {
.p-index-section__copy { margin-bottom: 0; padding-bottom: 0; line-height: 2 }
.p-index-section__copy:last-child { margin-bottom: 38px }
}
.p-index-section__float { max-width: 1400px; margin-left: auto; margin-right: auto }

@media all and (min-width:768px) {
.p-index-section__float { margin-top: 75px }
}

@media all and (min-width:1025px) {
.p-index-section__float { width: 93.33333% }
}

@media all and (max-width:767px) {
.p-index-section__float { margin-top: 35px }
}
.p-index-section__float:after { content: "."; height: 0; display: block; clear: both; visibility: hidden }

@media all and (min-width:1025px) {
.p-index-section__float-item { width: 44.64286% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-section__float-item { width: 46.875% }
}

@media all and (min-width:768px) {
.p-index-section__float-item--l { float: left }
.p-index-section__float-item--r { float: right }
.p-index-section__float-item--low { margin-top: 70px }
}

@media all and (max-width:767px) {
.p-index-section__float-item { margin-bottom: 20px }
.p-index-section__float-item:last-of-type { margin-bottom: 0 }
}
.p-index-section__flex { max-width: 1400px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-left: auto; margin-right: auto }

@media all and (min-width:1025px) {
.p-index-section__flex { width: 80% }
}

@media all and (min-width:768px) {
.p-index-section__flex { margin-top: 75px }
}

@media all and (max-width:767px) {
.p-index-section__flex { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 35px }
}

@media all and (min-width:1025px) {
.p-index-section__btn { margin-top: 80px }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-section__btn { margin-top: 40px }
}

@media all and (max-width:767px) {
.p-index-section__btn { margin-top: 20px }
}
.p-index-candidate { background-size: cover; background-position: center }

@media all and (min-width:768px) {
.p-index-candidate { background-image: url("http://renata.tank.jp/common/img/index/candidate_bg.jpg") }
}

@media all and (min-width:1025px) {
.p-index-candidate { padding-top: 7.8125%; padding-bottom: 7.8125% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-candidate { height: 300px; position: relative }
}

@media all and (max-width:767px) {
.p-index-candidate { height: 320px; position: relative; margin-bottom: 210px; background-image: url("http://renata.tank.jp/common/img/index/candidate_bg_sp.jpg") }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-candidate__button { position: relative; top: 40px; left: 34.375% }
}

@media all and (max-width:767px) {
.p-index-candidate__button { position: relative; top: 280px; padding-left: 20px; padding-right: 20px }
}
.p-index-candidate__button-in { 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-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #00a693; text-decoration: none; color: #fff; font-weight: 600 }

@media all and (min-width:1025px) {
.p-index-candidate__button-in { font-size: 20px; font-size: 1.25rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-candidate__button-in { font-size: 20px; font-size: 1.25rem }
}

@media all and (max-width:767px) {
.p-index-candidate__button-in { font-size: 22px; font-size: 1.375rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-index-candidate__button-in { font-size: 6.875vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-index-candidate__button-in { font-size: 28.4625px }
}

@media all and (min-width:1025px) {
.p-index-candidate__button-in { width: 37.5%; padding: 8.59375% 0; margin-left: 50% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-index-candidate__button-in { width: 62.5%; padding: 100px 0 }
}

@media all and (max-width:767px) {
.p-index-candidate__button-in { width: 100%; padding: 56px 0 }
}
.p-index-candidate__button-in img { position: relative; z-index: 10; -webkit-transform: rotate(90deg); transform: rotate(90deg) }

@media all and (min-width:768px) {
.p-index-candidate__button-in img { width: 21px }
}

@media all and (max-width:767px) {
.p-index-candidate__button-in img { width: 12px }
}
.p-index-candidate__button-label { position: relative; z-index: 10 }

@media all and (min-width:768px) {
.p-index-candidate__button-label { margin-bottom: 35px }
}

@media all and (max-width:767px) {
.p-index-candidate__button-label { margin-bottom: 10px }
}
.p-index-candidate__button-in { position: relative; z-index: 10; -webkit-transition: .5s; transition: .5s; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform }
.p-index-candidate__button-behind { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 0; background-image: url("http://renata.tank.jp/common/img/index/candidate_btn_behind.png"); background-size: cover; background-repeat: no-repeat; -webkit-transition: .5s; transition: .5s; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform }
.p-index-candidate__button.is-over .p-index-candidate__button-in { -webkit-transform: translate(-20px, -20px); transform: translate(-20px, -20px) }
.p-index-candidate__button.is-over .p-index-candidate__button-behind { -webkit-transform: translate(20px, 20px); transform: translate(20px, 20px) }
.p-cross-talk-header { text-align: center }

@media all and (min-width:768px) {
.p-cross-talk-header { margin-top: 65px; margin-bottom: 90px }
}

@media all and (max-width:767px) {
.p-cross-talk-header { margin-top: 28px; margin-bottom: 25px }
}
.p-cross-talk-header__title { margin-top: 0 }

@media all and (min-width:768px) {
.p-cross-talk-header__title { margin-bottom: 42px }
}

@media all and (max-width:767px) {
.p-cross-talk-header__title { margin-bottom: 7px }
}
.p-cross-talk-header__title-en { font-family: Lobster, cursive; font-weight: 400; letter-spacing: 0 }

@media all and (min-width:1025px) {
.p-cross-talk-header__title-en { font-size: 60px; font-size: 3.75rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-cross-talk-header__title-en { font-size: 60px; font-size: 3.75rem }
}

@media all and (max-width:767px) {
.p-cross-talk-header__title-en { font-size: 45px; font-size: 2.8125rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-cross-talk-header__title-en { font-size: 14.0625vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-cross-talk-header__title-en { font-size: 58.21875px }
}

@media all and (max-width:767px) {
.p-cross-talk-header__title-en { line-height: 1.11111 }
}
.p-cross-talk-header__title-ja { display: inline-block; background-color: #fff; color: #fff; line-height: 1.1; letter-spacing: .54em; -webkit-transform: rotate(-1.5deg); transform: rotate(-1.5deg) }

@media all and (min-width:1025px) {
.p-cross-talk-header__title-ja { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-cross-talk-header__title-ja { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-cross-talk-header__title-ja { font-size: 10px; font-size: .625rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-cross-talk-header__title-ja { font-size: 3.125vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-cross-talk-header__title-ja { font-size: 12.9375px }
}

@media all and (min-width:768px) {
.p-cross-talk-header__title-ja { padding-top: 10px; padding-bottom: 8px; padding-left: 10px; padding-right: 5px }
}

@media all and (max-width:767px) {
.p-cross-talk-header__title-ja { padding-top: 8px; padding-bottom: 5px; padding-left: 7px; padding-right: 2px; -webkit-transform: rotate(-1.5deg) translateY(-10px); transform: rotate(-1.5deg) translateY(-10px) }
}
.p-cross-talk-header__member { 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-weight: 600 }

@media all and (max-width:767px) {
.p-cross-talk-header__member { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column }
}
.p-cross-talk-header__member-personal { letter-spacing: .1em; line-height: 1.42857 }

@media all and (min-width:768px) {
.p-cross-talk-header__member-personal { text-align: left }
}

@media all and (max-width:767px) {
.p-cross-talk-header__member-personal { margin-top: 17px; margin-bottom: 17px }
}

@media all and (min-width:1025px) {
.p-cross-talk-header__member-personal-name { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-cross-talk-header__member-personal-name { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-cross-talk-header__member-personal-name { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-cross-talk-header__member-personal-name { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-cross-talk-header__member-personal-name { font-size: 18.1125px }
}

@media all and (min-width:1025px) {
.p-cross-talk-header__member-personal-year { font-size: 12px; font-size: .75rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-cross-talk-header__member-personal-year { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) {
.p-cross-talk-header__member-personal-year { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-cross-talk-header__member-personal-year { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-cross-talk-header__member-personal-year { font-size: 15.525px }
}
.p-cross-talk-header__cross { width: 30px; height: 30px; position: relative; margin-left: 18px; margin-right: 18px }
.p-cross-talk-header__cross:after, .p-cross-talk-header__cross:before { content: ''; width: 41px; height: 1px; display: block; background-color: #fff; position: absolute; top: 0 }
.p-cross-talk-header__cross:before { left: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: left; transform-origin: left }
.p-cross-talk-header__cross:after { right: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: right; transform-origin: right }

@media all and (min-width:768px) {
.p-cross-talk-session { padding-bottom: 7.29167% }
}

@media all and (max-width:767px) {
.p-cross-talk-session { padding-bottom: 10px }
}
.p-cross-talk-session__image { width: 100%; display: block }
.p-cross-talk-session__balloon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #f0f3f6; position: relative }

@media all and (min-width:1025px) {
.p-cross-talk-session__balloon { margin-top: 4.16667%; margin-bottom: 4.16667%; padding-top: 3.75%; padding-bottom: 3.95833%; padding-left: 4.375%; padding-right: 4.375% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-cross-talk-session__balloon { margin-top: 6.25%; margin-bottom: 6.25%; padding-top: 5.625%; padding-bottom: 5.9375%; padding-left: 6.5625%; padding-right: 6.5625% }
}

@media all and (max-width:767px) {
.p-cross-talk-session__balloon { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 25px; margin-bottom: 25px; padding: 20px }
}
.p-cross-talk-session__balloon:first-child { margin-top: 0 }
.p-cross-talk-session__balloon:after { content: ''; display: block; position: absolute }

@media all and (min-width:768px) {
.p-cross-talk-session__balloon:after { width: 55px; height: 39px; bottom: -31px }
}

@media all and (max-width:767px) {
.p-cross-talk-session__balloon:after { width: 28px; height: 20px; bottom: -20px }
}
.p-cross-talk-session__balloon--left:after { background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255,255,255,0)), color-stop(50.5%, #f0f3f6)) no-repeat top left/100% 100%; background: -webkit-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #f0f3f6 50.5%) no-repeat top left/100% 100%; background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #f0f3f6 50.5%) no-repeat top left/100% 100% }

@media all and (min-width:768px) {
.p-cross-talk-session__balloon--left:after { left: 4.16667% }
}

@media all and (max-width:767px) {
.p-cross-talk-session__balloon--left:after { left: 20px }
}
.p-cross-talk-session__balloon--right:after { background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255,255,255,0)), color-stop(50.5%, #f0f3f6)) no-repeat top left/100% 100%; background: -webkit-linear-gradient(bottom left, rgba(255,255,255,0) 50%, #f0f3f6 50.5%) no-repeat top left/100% 100%; background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #f0f3f6 50.5%) no-repeat top left/100% 100% }

@media all and (min-width:768px) {
.p-cross-talk-session__balloon--right:after { right: 4.16667% }
}

@media all and (max-width:767px) {
.p-cross-talk-session__balloon--right:after { right: 20px }
}

@media all and (min-width:768px) {
.p-cross-talk-session__thumb { width: 8.21918%; margin-top: 10px }
}

@media all and (max-width:767px) {
.p-cross-talk-session__thumb { width: 27.69231%; margin-bottom: 10px }
}
.p-cross-talk-session__thumb img { width: 100%; display: block }
.p-cross-talk-session__text { letter-spacing: .1em }

@media all and (min-width:1025px) {
.p-cross-talk-session__text { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-cross-talk-session__text { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-cross-talk-session__text { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-cross-talk-session__text { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-cross-talk-session__text { font-size: 18.1125px }
}

@media all and (min-width:768px) {
.p-cross-talk-session__text { width: 85.61644% }
}

@media all and (max-width:767px) {
.p-cross-talk-session__text { width: 100% }
}
.p-cross-talk-session__text-talk span { color: red }

@media all and (min-width:1025px) {
.p-cross-talk-session__text-talk>small { font-size: 11px; font-size: .6875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-cross-talk-session__text-talk>small { font-size: 11px; font-size: .6875rem }
}

@media all and (max-width:767px) {
.p-cross-talk-session__text-talk>small { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-cross-talk-session__text-talk>small { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-cross-talk-session__text-talk>small { font-size: 18.1125px }
}
.p-cross-talk-modal__btn { color: #eba845; font-weight: 600; cursor: pointer }

@media all and (min-width:768px) {
.p-cross-talk-modal__btn { margin-top: 27px }
}

@media all and (max-width:767px) {
.p-cross-talk-modal__btn { margin-top: 10px; font-size: 12px; font-size: .75rem }
}
.p-cross-talk-modal__contents { position: fixed; z-index: 12000; left: 0; right: 0; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box }

@media all and (min-width:768px) {
.p-cross-talk-modal__contents { top: 128px }
}

@media all and (max-width:767px) {
.p-cross-talk-modal__contents { top: 58px }
}
.p-cross-talk-modal__contents-in { width: 100%; height: 100%; position: relative; overflow: auto }
.p-cross-talk-modal__contents-wrap { overflow: hidden; background-color: #f0f3f6; position: relative }
.p-cross-talk-modal__contents-wrap-in { position: relative }

@media all and (min-width:768px) {
.p-cross-talk-modal__contents-wrap-in { padding-top: 6.40625%; padding-left: 12.5%; padding-right: 12.5% }
}

@media all and (max-width:767px) {
.p-cross-talk-modal__contents-wrap-in { padding-top: 100px; padding-left: 20px; padding-right: 20px }
}
.p-cross-talk-modal__contents-close-btn { position: absolute; cursor: pointer }

@media all and (min-width:768px) {
.p-cross-talk-modal__contents-close-btn { width: 37px; height: 37px; right: 12.5% }
}

@media all and (min-width:1025px) {
.p-cross-talk-modal__contents-close-btn { top: 80px }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-cross-talk-modal__contents-close-btn { top: 50px }
}

@media all and (max-width:767px) {
.p-cross-talk-modal__contents-close-btn { width: 19px; height: 19px; top: 43px; right: 50%; -webkit-transform: translateX(50%); transform: translateX(50%) }
}
.p-cross-talk-modal__contents-close-btn:after, .p-cross-talk-modal__contents-close-btn:before { content: ''; display: block; height: 1px; position: absolute; top: 0; background-color: #000 }

@media all and (min-width:768px) {
.p-cross-talk-modal__contents-close-btn:after, .p-cross-talk-modal__contents-close-btn:before { width: 50px }
}

@media all and (max-width:767px) {
.p-cross-talk-modal__contents-close-btn:after, .p-cross-talk-modal__contents-close-btn:before { width: 26px }
}
.p-cross-talk-modal__contents-close-btn:before { left: 0; -webkit-transform-origin: left; transform-origin: left; -webkit-transform: rotate(45deg); transform: rotate(45deg) }
.p-cross-talk-modal__contents-close-btn:after { right: 0; -webkit-transform-origin: right; transform-origin: right; -webkit-transform: rotate(-45deg); transform: rotate(-45deg) }
.p-cross-talk-modal__section { border-bottom: 1px solid #c3ccd4 }
.p-cross-talk-modal__section:last-child { margin-bottom: 0; border-bottom: none }

@media all and (min-width:768px) {
.p-cross-talk-modal__section { margin-bottom: 7.08333%; padding-bottom: 7.08333% }
}

@media all and (max-width:767px) {
.p-cross-talk-modal__section { margin-bottom: 35px; padding-bottom: 35px }
}
.p-cross-talk-modal__section-title { text-align: center; font-weight: 600 }

@media all and (min-width:1025px) {
.p-cross-talk-modal__section-title { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-cross-talk-modal__section-title { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-cross-talk-modal__section-title { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-cross-talk-modal__section-title { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-cross-talk-modal__section-title { font-size: 20.7px }
}

@media all and (min-width:768px) {
.p-cross-talk-modal__section-title { margin-bottom: 2.5% }
}

@media all and (max-width:767px) {
.p-cross-talk-modal__section-title { margin-bottom: 30px }
}

@media all and (min-width:1025px) {
.p-cross-talk-modal__section-text { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-cross-talk-modal__section-text { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-cross-talk-modal__section-text { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-cross-talk-modal__section-text { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-cross-talk-modal__section-text { font-size: 18.1125px }
}

@media all and (min-width:768px) {
.p-cross-talk-modal__section-text { margin-bottom: 8.125%; text-align: center }
}

@media all and (max-width:767px) {
.p-cross-talk-modal__section-text { margin-top: 32px; margin-bottom: 32px }
}
.p-cross-talk-modal__section-text:last-of-type { margin-bottom: 0 }

@media all and (min-width:768px) {
.p-cross-talk-modal__section-image { margin-bottom: 4.16667% }
}

@media all and (max-width:767px) {
.p-cross-talk-modal__section-image { margin-bottom: 15px }
}
.p-cross-talk-modal__section-image img { width: 100%; display: block }
.p-cross-talk-modal__section-image--2col { display: -webkit-box; display: -ms-flexbox; display: flex }

@media all and (max-width:767px) {
.p-cross-talk-modal__section-image--2col { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column }
}

@media all and (min-width:768px) {
.p-cross-talk-modal__section-image--2col .p-cross-talk-modal__section-image-item { width: 47.91667%; margin-right: 4.16667% }
.p-cross-talk-modal__section-image--2col .p-cross-talk-modal__section-image-item:last-child { margin-right: 0 }
}

@media all and (max-width:767px) {
.p-cross-talk-modal__section-image--2col .p-cross-talk-modal__section-image-item { width: 100%; margin-bottom: 15px }
.p-cross-talk-modal__section-image--2col .p-cross-talk-modal__section-image-item:last-child { margin-bottom: 0 }
}
.p-cross-talk-modal__contents {  }
.p-cross-talk-modal__contents-wrap { height: 0 }

@media all and (min-width:768px) {
.p-cross-talk-modal__contents-wrap { -webkit-transition: 1.1s; transition: 1.1s }
}

@media all and (max-width:767px) {
.p-cross-talk-modal__contents-wrap { -webkit-transition: 1.3s; transition: 1.3s }
}
.p-cross-talk-modal__contents-wrap-in { height: auto; -webkit-box-sizing: border-box; box-sizing: border-box }
.p-cross-talk-modal__contents.is-opened { pointer-events: auto }

@media all and (min-width:768px) {
.p-member-section { margin-bottom: 3.125% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-section:last-child { margin-bottom: 7.8125% }
}
.p-member-section__head { display: block; position: relative; color: #fff; text-decoration: none }
.p-member-section__head-thumb img { width: 100%; display: block }
.p-member-section__body { background-color: #f0f3f6 }

@media all and (min-width:1025px) {
.p-member-section__body { padding-top: 5.83333%; padding-bottom: 6.66667% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-section__body { padding-top: 9.72222%; padding-bottom: 5.55556%; padding-left: 5.55556%; padding-right: 5.55556% }
}

@media all and (max-width:767px) {
.p-member-section__body { padding-top: 178px; padding-bottom: 6.66667% }
}
.p-member-section__body-text { text-align: center; font-weight: 600 }

@media all and (min-width:1025px) {
.p-member-section__body-text { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-section__body-text { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-member-section__body-text { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-member-section__body-text { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-member-section__body-text { font-size: 20.7px }
}

@media all and (min-width:768px) {
.p-member-section__body-btn { margin-top: 70px }
}

@media all and (max-width:767px) {
.p-member-section__body-btn { margin-top: 30px; margin-left: 20px; margin-right: 20px }
}
.p-member-section__box { width: 100%; position: absolute }

@media all and (min-width:768px) {
.p-member-section__box { bottom: -8% }
}

@media all and (min-width:1025px) {
.p-member-section__box { left: 100px }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-section__box { left: 24px }
}

@media all and (max-width:767px) {
.p-member-section__box { bottom: -144px; left: 0 }
}
.p-member-section__box-wrap { 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; padding-top: 35px; padding-bottom: 30px; background-color: #fff; text-align: center }

@media all and (max-width:767px) {
.p-member-section__box-wrap { margin-left: 20px; margin-right: 20px; -webkit-box-sizing: border-box; box-sizing: border-box }
}

@media all and (min-width:768px) {
.p-member-section__box-wrap--yamazaki { width: 227px }
}

@media all and (min-width:768px) {
.p-member-section__box-wrap--makino { width: 215px }
}

@media all and (min-width:768px) {
.p-member-section__box-wrap--matsumoto { width: 278px }
}
.p-member-section__head-thumb { overflow: hidden }
.p-member-section__head-thumb img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .5s; transition: .5s }
.p-member-section__head.is-over .p-member-section__head-thumb img { -webkit-transform: scale(1.1); transform: scale(1.1) }

@media all and (min-width:1025px) {
.p-member-detail { margin-left: 3.125%; margin-right: 3.125%; padding-top: 170px }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-detail { margin-left: 3.125%; margin-right: 3.125%; padding-top: 170px }
}

@media all and (max-width:767px) {
.p-member-detail { margin-left: 20px; margin-right: 20px; padding-top: 58px }
}
.p-member-detail__kv { position: relative }

@media all and (min-width:768px) {
.p-member-detail__kv { margin-bottom: 324px }
}

@media all and (max-width:767px) {
.p-member-detail__kv { margin-bottom: 222px }
}
.p-member-detail__kv-thumb { position: relative }
.p-member-detail__kv-thumb img { width: 100%; display: block }
.p-member-detail__kv-info-box { background-color: #fff; text-align: center }

@media all and (min-width:768px) {
.p-member-detail__kv-info-box { position: absolute; top: 0; left: 0; z-index: 100 }
}
.p-member-detail__kv-info-box-wrap { 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; padding-top: 35px; padding-bottom: 30px; background-color: #fff; text-align: center }

@media all and (max-width:767px) {
.p-member-detail__kv-info-box-wrap { margin-left: 20px; margin-right: 20px; -webkit-box-sizing: border-box; box-sizing: border-box }
}

@media all and (min-width:768px) {
.p-member-detail__kv-info-box-wrap--yamazaki { width: 227px }
}

@media all and (min-width:768px) {
.p-member-detail__kv-info-box-wrap--makino { width: 215px }
}

@media all and (min-width:768px) {
.p-member-detail__kv-info-box-wrap--matsumoto { width: 278px }
}
.p-member-detail__kv-border-box { position: absolute; text-align: center }

@media all and (min-width:1025px) {
.p-member-detail__kv-border-box { top: 92%; width: 80%; left: 10% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-detail__kv-border-box { top: 86.66667%; width: 88.88889%; left: 5.55556% }
}

@media all and (max-width:767px) {
.p-member-detail__kv-border-box { top: 85.71429%; left: 0; right: 0; margin-left: -15px; margin-right: -15px }
}

@media all and (min-width:768px) {
.p-member-detail__kv-border-box-wrap { -webkit-box-sizing: border-box; box-sizing: border-box }
}

@media all and (min-width:1025px) {
.p-member-detail__kv-border-box-wrap { padding-top: 11.45833%; padding-bottom: 11.45833% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-detail__kv-border-box-wrap { padding-top: 110px; padding-bottom: 110px }
}

@media all and (max-width:767px) {
.p-member-detail__kv-border-box-wrap { width: 100%; padding-top: 70px; padding-bottom: 70px }
}
.p-member-detail__kv-border-box-subtitle { color: #58c1db; font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif, 'SimSun'; text-transform: uppercase }

@media all and (min-width:1025px) {
.p-member-detail__kv-border-box-subtitle { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-detail__kv-border-box-subtitle { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-member-detail__kv-border-box-subtitle { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-member-detail__kv-border-box-subtitle { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-member-detail__kv-border-box-subtitle { font-size: 15.525px }
}

@media all and (min-width:768px) {
.p-member-detail__kv-border-box-subtitle { margin-bottom: 24px }
}

@media all and (max-width:767px) {
.p-member-detail__kv-border-box-subtitle { margin-bottom: 10px; letter-spacing: .1em }
}
.p-member-detail__kv-border-box-copy { font-weight: 600; line-height: 2 }

@media all and (min-width:1025px) {
.p-member-detail__kv-border-box-copy { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-detail__kv-border-box-copy { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-member-detail__kv-border-box-copy { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-member-detail__kv-border-box-copy { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-member-detail__kv-border-box-copy { font-size: 20.7px }
}

@media all and (min-width:1025px) {
.p-member-detail__text { margin-left: 10%; margin-right: 10%; padding-top: 6.08333%; padding-bottom: 6.08333% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-detail__text { padding-top: 6.08333%; padding-bottom: 6.08333% }
}

@media all and (max-width:767px) {
.p-member-detail__text { padding-top: 33px; padding-bottom: 33px }
}
.p-member-detail__text-head { font-weight: 600; letter-spacing: .2em }

@media all and (min-width:1025px) {
.p-member-detail__text-head { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-detail__text-head { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-member-detail__text-head { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-member-detail__text-head { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-member-detail__text-head { font-size: 20.7px }
}

@media all and (min-width:768px) {
.p-member-detail__text-head { margin-bottom: 21px }
}

@media all and (max-width:767px) {
.p-member-detail__text-head { margin-bottom: 25px; line-height: 2 }
}
.p-member-detail__text-body { letter-spacing: .1em; line-height: 2 }

@media all and (min-width:1025px) {
.p-member-detail__text-body { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-detail__text-body { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-member-detail__text-body { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-member-detail__text-body { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-member-detail__text-body { font-size: 18.1125px }
}
.p-member-detail__image img { width: 100%; display: block }
.p-member-detail__image--float { overflow: hidden }

@media all and (min-width:768px) {
.p-member-detail__image-float { width: 50% }
}
.p-member-detail__image-float img { width: 100%; display: block }

@media all and (min-width:768px) {
.p-member-detail__image-float--left { float: left }
}

@media all and (min-width:768px) {
.p-member-detail__image-float--right { float: right; margin-top: 6.66667% }
}

@media all and (max-width:767px) {
.p-member-detail__image-float--right { margin-top: 20px }
}
.p-member-detail__message { background-color: #f0f3f6 }

@media all and (min-width:1025px) {
.p-member-detail__message { margin-top: 6.08333%; margin-left: 10%; margin-right: 10%; padding-top: 6.08333%; padding-bottom: 6.08333%; padding-left: 6.66667%; padding-right: 6.66667% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-detail__message { margin-top: 3.47222%; padding-top: 9.02778%; padding-bottom: 9.02778%; padding-left: 9.02778%; padding-right: 9.02778% }
}

@media all and (max-width:767px) {
.p-member-detail__message { margin-top: 20px; padding-top: 30px; padding-bottom: 30px; padding-left: 30px; padding-right: 30px }
}
.p-member-detail__message-label { background-color: #58c1db; color: #fff; font-weight: 600; line-height: 1.1 }

@media all and (min-width:1025px) {
.p-member-detail__message-label { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-detail__message-label { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-member-detail__message-label { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-member-detail__message-label { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-member-detail__message-label { font-size: 20.7px }
}

@media all and (min-width:768px) {
.p-member-detail__message-label { display: inline-block; padding-top: 14px; padding-bottom: 12px; padding-left: 14px; padding-right: 12px }
}

@media all and (max-width:767px) {
.p-member-detail__message-label { padding-top: 14px; padding-bottom: 12px; text-align: center }
}
.p-member-detail__message-content { font-weight: 600; letter-spacing: .1em }

@media all and (min-width:1025px) {
.p-member-detail__message-content { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-detail__message-content { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-member-detail__message-content { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-member-detail__message-content { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-member-detail__message-content { font-size: 20.7px }
}

@media all and (min-width:768px) {
.p-member-detail__message-content { margin-top: 2.60417% }
}

@media all and (max-width:767px) {
.p-member-detail__message-content { margin-top: 27px }
}
.p-member-detail__kv-border-box-copy { opacity: 0; -webkit-animation-name: appear; animation-name: appear; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-delay: 1s; animation-delay: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1); animation-timing-function: cubic-bezier(.645, .045, .355, 1) }

@media all and (min-width:1025px) {
.p-member-adjacent-link { margin-top: 6.66667%; margin-bottom: 6.66667%; margin-left: 10%; margin-right: 10% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-adjacent-link { margin-top: 11.11111%; margin-bottom: 11.11111% }
}

@media all and (max-width:767px) {
.p-member-adjacent-link { margin-top: 40px; margin-bottom: 20px }
}
.p-member-adjacent-link__wrap { 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 }
.p-member-adjacent-link__arrow svg { display: block }
.p-member-adjacent-link__arrow svg polyline { stroke: #58c1db }
.p-member-adjacent-link__arrow--prev { margin-right: 20px }
.p-member-adjacent-link__arrow--next { margin-left: 20px; -webkit-transform: rotate(180deg) translate3d(0, 0, 0); transform: rotate(180deg) translate3d(0, 0, 0) }
.p-member-adjacent-link__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none }
.p-member-adjacent-link__item-thumb { width: 72px }

@media all and (min-width:768px) {
.p-member-adjacent-link__item-thumb { position: relative; margin-right: 20px }
.p-member-adjacent-link__item-thumb-cover { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #58c1db }
}
.p-member-adjacent-link__item-thumb img { width: 100%; display: block }
.p-member-adjacent-link__item-name { font-weight: 600 }

@media all and (min-width:1025px) {
.p-member-adjacent-link__item-name { font-size: 16px; font-size: 1rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-adjacent-link__item-name { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) {
.p-member-adjacent-link__item-name { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-member-adjacent-link__item-name { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-member-adjacent-link__item-name { font-size: 18.1125px }
}

@media all and (max-width:767px) {
.p-member-adjacent-link__item-name { text-align: center }
}
.p-member-adjacent-link__personal { display: -webkit-box; display: -ms-flexbox; display: flex }

@media all and (min-width:1025px) {
.p-member-adjacent-link__personal { -webkit-box-align: center; -ms-flex-align: center; align-items: center }
}

@media all and (max-width:1024px) {
.p-member-adjacent-link__personal { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column }
}

@media all and (min-width:1025px) {
.p-member-adjacent-link__index { width: 26.66667% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-member-adjacent-link__index { width: 35.55556% }
}

@media all and (max-width:767px) {
.p-member-adjacent-link__index { width: 100%; margin-top: 30px }
}
.p-member-adjacent-link__item-thumb { overflow: hidden }
.p-member-adjacent-link__item-thumb img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .4s; transition: .4s }
.p-member-adjacent-link__item-thumb-cover { opacity: 0; -webkit-transform: scale(.4); transform: scale(.4); -webkit-transition: .4s; transition: .4s }
.p-member-adjacent-link__item-name { color: #fff; -webkit-transition: .4s; transition: .4s }
.p-member-adjacent-link__item.is-over .p-member-adjacent-link__item-thumb img { -webkit-transform: scale(1.1); transform: scale(1.1) }
.p-member-adjacent-link__item.is-over .p-member-adjacent-link__item-thumb-cover { opacity: .5; -webkit-transform: scale(1); transform: scale(1) }
.p-member-adjacent-link__item.is-over .p-member-adjacent-link__item-name { color: #58c1db }
.p-business-note { background-color: #f0f3f6 }

@media all and (min-width:1025px) {
.p-business-note { margin: 6.66667% 10%; padding-top: 4.58333%; padding-bottom: 4.58333%; padding-left: 6.66667%; padding-right: 6.66667% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-business-note { margin: 11.11111% 0; padding-top: 7.63889%; padding-bottom: 7.63889%; padding-left: 11.11111%; padding-right: 11.11111% }
}

@media all and (max-width:767px) {
.p-business-note { margin-top: 20px; margin-bottom: 20px; padding-top: 27px; padding-bottom: 27px; padding-left: 30px; padding-right: 30px }
}
.p-business-note__title { margin-top: 0 }

@media all and (min-width:1025px) {
.p-business-note__title { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-business-note__title { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-business-note__title { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-business-note__title { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-business-note__title { font-size: 20.7px }
}

@media all and (max-width:767px) {
.p-business-note__title { letter-spacing: .1em }
}
.p-business-note__list { margin-top: 0; margin-bottom: 0; padding-left: 0 }
.p-business-note__list>li { position: relative; list-style: none; font-weight: 600 }

@media all and (min-width:1025px) {
.p-business-note__list>li { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-business-note__list>li { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-business-note__list>li { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-business-note__list>li { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-business-note__list>li { font-size: 18.1125px }
}
.p-business-note__list>li:last-child { margin-bottom: 0 }

@media all and (min-width:768px) {
.p-business-note__list>li { margin-bottom: 10px; text-indent: 3em }
}

@media all and (max-width:767px) {
.p-business-note__list>li { margin-bottom: 2px; padding-left: 24px; letter-spacing: .1em }
}
.p-business-note__list>li:before { content: ''; display: block; position: absolute; left: 0; background-size: cover }

@media all and (min-width:768px) {
.p-business-note__list>li:before { width: 23px; height: 18px; top: 7px; background-image: url("http://renata.tank.jp/common/img/common/check.svg") }
}

@media all and (max-width:767px) {
.p-business-note__list>li:before { width: 17px; height: 12px; top: 9px; background-image: url("http://renata.tank.jp/common/img/common/check_sp.svg") }
}
.p-business-note__list>li>p { margin-bottom: 0; font-weight: 400; text-indent: 0 }

@media all and (min-width:1025px) {
.p-business-note__list>li>p { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-business-note__list>li>p { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-business-note__list>li>p { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-business-note__list>li>p { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-business-note__list>li>p { font-size: 15.525px }
}

@media all and (min-width:768px) {
.p-business-note__list>li>p { margin-top: 10px; padding-left: 3em }
}

@media all and (max-width:767px) {
.p-business-note__list>li>p { margin-top: 2px }
}
.p-about-figure-section { text-align: center }

@media all and (min-width:768px) {
.p-about-figure-section { margin-top: 5.66667% }
}

@media all and (max-width:767px) {
.p-about-figure-section { margin-top: 33px }
}
.p-about-figure-section__num { display: inline-block; position: relative; margin-bottom: 20px; color: #00a693; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif }

@media all and (min-width:1025px) {
.p-about-figure-section__num { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-about-figure-section__num { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-about-figure-section__num { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-about-figure-section__num { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-about-figure-section__num { font-size: 20.7px }
}
.p-about-figure-section__num:after, .p-about-figure-section__num:before { content: ''; height: 1px; display: block; position: absolute; background-color: #00a693 }

@media all and (min-width:768px) {
.p-about-figure-section__num:after, .p-about-figure-section__num:before { width: 24px; top: 50% }
}

@media all and (max-width:767px) {
.p-about-figure-section__num:after, .p-about-figure-section__num:before { width: 12px; top: 48% }
}

@media all and (min-width:768px) {
.p-about-figure-section__num:before { left: -44px }
}

@media all and (max-width:767px) {
.p-about-figure-section__num:before { left: -24px }
}

@media all and (min-width:768px) {
.p-about-figure-section__num:after { right: -44px }
}

@media all and (max-width:767px) {
.p-about-figure-section__num:after { right: -20px }
}
.p-about-figure-section__content { font-weight: 600; letter-spacing: .2em }

@media all and (min-width:1025px) {
.p-about-figure-section__content { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-about-figure-section__content { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-about-figure-section__content { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-about-figure-section__content { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-about-figure-section__content { font-size: 20.7px }
}

@media all and (min-width:768px) {
.p-about-figure-section__content { margin-bottom: 5.66667% }
}

@media all and (max-width:767px) {
.p-about-figure-section__content { margin-bottom: 33px; text-align: left }
}

@media all and (min-width:768px) and (min-width:1025px) {
.p-about-figure-section__content--small { font-size: 20px; font-size: 1.25rem }
}

@media all and (min-width:768px) and (min-width:768px) and (max-width:1024px) {
.p-about-figure-section__content--small { font-size: 20px; font-size: 1.25rem }
}

@media all and (min-width:768px) and (max-width:767px) {
.p-about-figure-section__content--small { font-size: 16px; font-size: 1rem }
}

@media all and (min-width:768px) and (max-width:767px) and (max-width:414px) {
.p-about-figure-section__content--small { font-size: 5vw }
}

@media all and (min-width:768px) and (max-width:767px) and (min-width:415px) {
.p-about-figure-section__content--small { font-size: 20.7px }
}

@media all and (max-width:767px) {
.p-about-figure-section__image { margin-bottom: 33px }
}
.p-about-figure-section__image img { width: 100%; display: block }

@media all and (min-width:768px) {
.p-about-message { margin-top: 5.66667%; margin-bottom: 5.66667% }
}
.p-about-message__head { font-weight: 600; text-align: center }

@media all and (min-width:1025px) {
.p-about-message__head { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-about-message__head { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-about-message__head { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-about-message__head { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-about-message__head { font-size: 20.7px }
}

@media all and (max-width:767px) {
.p-about-message__head { line-height: 2 }
}
.p-about-message__body { overflow: hidden; letter-spacing: .1em }

@media all and (min-width:1025px) {
.p-about-message__body { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-about-message__body { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-about-message__body { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-about-message__body { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-about-message__body { font-size: 18.1125px }
}

@media all and (min-width:768px) {
.p-about-message__body { margin-top: 5%; margin-left: 10%; margin-right: 10% }
}

@media all and (max-width:767px) {
.p-about-message__body { margin-top: 35px; margin-bottom: 35px; line-height: 1.71429 }
}

@media all and (min-width:768px) {
.p-about-message__body>p { margin-top: 27px; margin-bottom: 27px }
}

@media all and (max-width:767px) {
.p-about-message__body>p { margin-top: 25px; margin-bottom: 25px }
}
.p-about-message__body>p:first-child { margin-top: 0 }
.p-about-message__close { float: right; width: 100px }

@media all and (min-width:1025px) {
.p-about-message__close-position { font-size: 12px; font-size: .75rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-about-message__close-position { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) {
.p-about-message__close-position { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-about-message__close-position { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-about-message__close-position { font-size: 15.525px }
}

@media all and (min-width:1025px) {
.p-about-message__close-name { font-size: 20px; font-size: 1.25rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-about-message__close-name { font-size: 20px; font-size: 1.25rem }
}

@media all and (max-width:767px) {
.p-about-message__close-name { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-about-message__close-name { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-about-message__close-name { font-size: 20.7px }
}

@media all and (min-width:768px) {
.p-about-flow { margin-left: 10%; margin-right: 10% }
}
.p-about-flow__head { position: relative; margin-right: 10px; background-color: #00a693; color: #fff; text-align: center; font-weight: 600 }

@media all and (min-width:1025px) {
.p-about-flow__head { font-size: 20px; font-size: 1.25rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-about-flow__head { font-size: 20px; font-size: 1.25rem }
}

@media all and (max-width:767px) {
.p-about-flow__head { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-about-flow__head { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-about-flow__head { font-size: 20.7px }
}

@media all and (min-width:768px) {
.p-about-flow__head { padding-top: 3.125%; padding-bottom: 3.125% }
}

@media all and (max-width:767px) {
.p-about-flow__head { padding-top: 35px; padding-bottom: 35px }
}
.p-about-flow__head:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 10px; left: 10px; z-index: -10; background-image: url("http://renata.tank.jp/common/img/common/about_behind.png") }
.p-about-flow__body { letter-spacing: .1em }

@media all and (min-width:1025px) {
.p-about-flow__body { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-about-flow__body { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-about-flow__body { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-about-flow__body { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-about-flow__body { font-size: 18.1125px }
}

@media all and (min-width:768px) {
.p-about-flow__body { margin-top: 4.58333%; margin-bottom: 3.08333% }
}

@media all and (max-width:767px) {
.p-about-flow__body { line-height: 1.71429 }
}
.p-about-flow__body>p { margin-top: 27px; margin-bottom: 27px }

@media all and (max-width:767px) {
.p-about-flow__body-text { padding-top: 50px; padding-bottom: 35px }
}
.p-about-flow__arrow { text-align: center; margin-bottom: 3.33333% }

@media all and (max-width:767px) {
.p-about-flow__arrow { width: 10px; margin: 40px auto 30px }
}
.p-about-flow__arrow svg { stroke: #000; -webkit-transform: rotate(-90deg); transform: rotate(-90deg) }

@media all and (max-width:767px) {
.p-about-flow__arrow svg { width: 100%; display: block }
}

@media all and (min-width:768px) {
.p-about-flow__btn { display: none }
}

@media all and (max-width:767px) {
.p-about-flow__btn { width: 40px; height: 40px; position: absolute; bottom: -20px; left: 50%; border: 4px solid #00a693; border-radius: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; -webkit-transform: translateX(-35%); transform: translateX(-35%) }
.p-about-flow__btn:after, .p-about-flow__btn:before { content: ''; display: block; position: absolute; background-color: #00a693; border-radius: 2px }
.p-about-flow__btn:before { width: 15px; height: 2px; top: 15px; left: 9px }
.p-about-flow__btn:after { width: 2px; height: 15px; top: 9px; left: 15px }
}

@media all and (max-width:767px) {
.p-about-flow__body { height: 0; overflow: hidden; -webkit-transition: .1s; transition: .1s; -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86); transition-timing-function: cubic-bezier(.785, .135, .15, .86); -webkit-transition-property: height; transition-property: height }
.p-about-flow__body-wrap { height: 0 }
.p-about-flow__btn:after { -webkit-transition: .5s; transition: .5s; -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86); transition-timing-function: cubic-bezier(.785, .135, .15, .86); -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform }
.p-about-flow__item.is-opened .p-about-flow__body-wrap { height: auto }
.p-about-flow__item.is-opened .p-about-flow__btn:after { -webkit-transform: rotate(-90deg); transform: rotate(-90deg) }
}
.p-faq-answer { border-top: 2px solid #f0f3f6 }

@media all and (min-width:768px) {
.p-faq-answer { display: -webkit-box; display: -ms-flexbox; display: flex }
}

@media all and (min-width:1025px) {
.p-faq-answer { padding-top: 7.29167%; padding-bottom: 7.29167%; padding-left: 8.33333% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-faq-answer { padding-top: 10.51051%; padding-bottom: 10.51051% }
}

@media all and (max-width:767px) {
.p-faq-answer { margin-left: 25px; margin-right: 25px; padding-top: 35px; padding-bottom: 35px }
}
.p-faq-answer__a { margin-right: 38px; color: #ec4444; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif }

@media all and (min-width:1025px) {
.p-faq-answer__a { font-size: 24px; font-size: 1.5rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-faq-answer__a { font-size: 24px; font-size: 1.5rem }
}

@media all and (max-width:767px) {
.p-faq-answer__a { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-faq-answer__a { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-faq-answer__a { font-size: 20.7px }
}

@media all and (min-width:1025px) {
.p-faq-answer__text { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-faq-answer__text { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-faq-answer__text { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-faq-answer__text { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-faq-answer__text { font-size: 18.1125px }
}

@media all and (max-width:767px) {
.p-faq-answer__text { letter-spacing: .1em }
}
.p-faq-answer__text-link { display: block; color: #00a693; font-weight: 600 }

@media all and (min-width:768px) {
.p-faq-answer__text-link { margin-top: 3.75% }
}

@media all and (max-width:767px) {
.p-faq-answer__text-link { margin-top: 27px }
}
.p-application-table { letter-spacing: .1em }

@media all and (min-width:1025px) {
.p-application-table { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-application-table { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-application-table { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-application-table { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-application-table { font-size: 18.1125px }
}

@media all and (min-width:1025px) {
.p-application-table { margin-top: 3.75%; margin-left: 10%; margin-right: 10% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-application-table { margin-top: 5.55556%; margin-left: 5.55556%; margin-right: 5.55556% }
}
.p-application-table__item { display: -webkit-box; display: -ms-flexbox; display: flex }
.p-application-table__item:last-child { border-bottom: 2px solid #eceef1 }

@media all and (min-width:768px) {
.p-application-table__item { padding-top: 2.5%; padding-bottom: 2.5%; border-top: 2px solid #eceef1 }
}

@media all and (max-width:767px) {
.p-application-table__item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #eceef1 }
}
.p-application-table__item-label { font-weight: 600 }

@media all and (min-width:768px) {
.p-application-table__item-label { width: 14.58333% }
}

@media all and (max-width:767px) {
.p-application-table__item-label { margin-bottom: 10px }
}

@media all and (min-width:768px) {
.p-application-table__item-content { width: 85.41667% }
}

@media all and (max-width:767px) {
.p-application-table__item-content { padding-left: 20px }
}
.p-application-table__item-content>ul { padding-left: 0 }
.p-application-table__item-content>ul>li { padding-left: 1.2em; list-style-type: none; position: relative }
.p-application-table__item-content>ul>li:before { content: '・'; display: block; position: absolute; top: 0; left: 0 }
.p-application-table__location { width: 100% }
.p-application-table__location-item { width: 100%; border-top: 2px solid #eceef1 }

@media all and (min-width:768px) {
.p-application-table__location-item { padding-top: 2.92683%; padding-bottom: 2.92683% }
}

@media all and (max-width:767px) {
.p-application-table__location-item { padding-top: 20px }
}
.p-application-table__location-item:first-child { padding-top: 0; border-top: none }
.p-application-table__location-item:last-child { padding-bottom: 0 }
.p-application-table__location-item-wrap { display: -webkit-box; display: -ms-flexbox; display: flex }

@media all and (max-width:767px) {
.p-application-table__location-item-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 20px }
}

@media all and (min-width:768px) {
.p-application-table__location-item-label { width: 12.19512% }
}

@media all and (min-width:768px) {
.p-application-table__location-item-content { width: 87.80488% }
}
.p-career-table { letter-spacing: .1em }

@media all and (min-width:1025px) {
.p-career-table { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-career-table { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-career-table { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-career-table { font-size: 4.375vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-career-table { font-size: 18.1125px }
}

@media all and (min-width:1025px) {
.p-career-table { margin-top: 6.66667%; margin-left: 10%; margin-right: 10% }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-career-table { margin-top: 5.55556%; margin-left: 5.55556%; margin-right: 5.55556% }
}
.p-career-table__item { display: -webkit-box; display: -ms-flexbox; display: flex }
.p-career-table__item:last-child { border-bottom: 2px solid #eceef1 }

@media all and (min-width:768px) {
.p-career-table__item { padding-top: 2.5%; padding-bottom: 2.5%; border-top: 2px solid #eceef1 }
}

@media all and (max-width:767px) {
.p-career-table__item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #eceef1 }
}
.p-career-table__item-head { display: inline-block; margin: 8px 0 0 }
.p-career-table__item-label { font-weight: 600 }

@media all and (min-width:768px) {
.p-career-table__item-label { width: 14.58333% }
}

@media all and (max-width:767px) {
.p-career-table__item-label { margin-bottom: 10px }
}

@media all and (min-width:768px) {
.p-career-table__item-content { width: 85.41667% }
}

@media all and (max-width:767px) {
.p-career-table__item-content { padding-left: 20px }
}
.p-career-table__item-content>ul { padding-left: 0 }
.p-career-table__item-content>ul>li { padding-left: 1.2em; list-style-type: none; position: relative }
.p-career-table__item-content>ul>li:before { content: '・'; display: block; position: absolute; top: 0; left: 0 }
.p-career-table__location { width: 100% }
.p-career-table__location-item { width: 100%; border-top: 2px solid #eceef1 }

@media all and (min-width:768px) {
.p-career-table__location-item { padding-top: 2.92683%; padding-bottom: 2.92683% }
}

@media all and (max-width:767px) {
.p-career-table__location-item { padding-top: 20px }
}
.p-career-table__location-item:first-child { padding-top: 0; border-top: none }
.p-career-table__location-item:last-child { padding-bottom: 0 }
.p-career-table__location-item-wrap { display: -webkit-box; display: -ms-flexbox; display: flex }

@media all and (max-width:767px) {
.p-career-table__location-item-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 20px }
}

@media all and (min-width:768px) {
.p-career-table__location-item-label { width: 12.19512% }
}

@media all and (min-width:768px) {
.p-career-table__location-item-content { width: 87.80488% }
}
.p-career-cut-image { margin: 80px 0 0; width: 100% }

@media all and (max-width:767px) {
.p-career-cut-image { margin: 20px 0 0 }
}
.p-career-cut-image__wra img { width: 100% }
.p-career-checklist { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 10%; padding: 80px 120px 75px; width: 80%; background: #f0f3f6 }

@media all and (max-width:767px) {
.p-career-checklist { margin: 0; padding: 40px 20px; width: 100% }
}
.p-career-checklist ul { margin: 0; padding: 0; list-style: none }
.p-career-checklist li { position: relative; font-weight: 700 }

@media all and (min-width:1025px) {
.p-career-checklist li { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-career-checklist li { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-career-checklist li { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-career-checklist li { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-career-checklist li { font-size: 15.525px }
}

@media all and (max-width:767px) {
.p-career-checklist li { padding: 0 0 0 28px }
}
.p-career-checklist li::before { content: ''; position: absolute; left: -35px; top: 50%; margin: -6px 0 0; width: 16px; height: 12px; background: url("http://renata.tank.jp/recruit/img/career/icon_check.png") center no-repeat }

@media all and (max-width:767px) {
.p-career-checklist li::before { top: 15px; left: 3px; width: 15px; height: 10px; background: url("http://renata.tank.jp/recruit/img/career/icon_check_sp.png") center no-repeat; background-size: contain }
}
.p-career-checklist__head-text { margin: 25px 0 0; color: #00a693; font-weight: 700 }

@media all and (min-width:1025px) {
.p-career-checklist__head-text { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-career-checklist__head-text { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-career-checklist__head-text { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-career-checklist__head-text { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-career-checklist__head-text { font-size: 15.525px }
}
.p-career-member-info__title { text-align: center; font-weight: 700 }

@media all and (min-width:1025px) {
.p-career-member-info__title { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-career-member-info__title { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-career-member-info__title { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-career-member-info__title { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-career-member-info__title { font-size: 15.525px }
}
.p-career-member-info__desc { text-align: center }

@media all and (min-width:1025px) {
.p-career-member-info__desc { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-career-member-info__desc { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-career-member-info__desc { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-career-member-info__desc { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-career-member-info__desc { font-size: 15.525px }
}

@media all and (max-width:767px) {
.p-career-member-info__desc { text-align: left }
}

@media all and (min-width:768px) {
.p-career-flow { margin-left: 10%; margin-right: 10% }
}
.p-career-flow__head { position: relative; margin-right: 10px; background-color: #00a693; color: #fff; text-align: center; font-weight: 600 }

@media all and (min-width:1025px) {
.p-career-flow__head { font-size: 20px; font-size: 1.25rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-career-flow__head { font-size: 20px; font-size: 1.25rem }
}

@media all and (max-width:767px) {
.p-career-flow__head { font-size: 16px; font-size: 1rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-career-flow__head { font-size: 5vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-career-flow__head { font-size: 20.7px }
}

@media all and (min-width:768px) {
.p-career-flow__head { padding-top: 3.125%; padding-bottom: 3.125% }
}

@media all and (max-width:767px) {
.p-career-flow__head { padding-top: 35px; padding-bottom: 35px }
}
.p-career-flow__head:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 10px; left: 10px; z-index: -10; background-image: url("http://renata.tank.jp/common/img/common/about_behind.png") }
.p-career-flow__body { letter-spacing: .1em }

@media all and (min-width:1025px) {
.p-career-flow__body { font-size: 14px; font-size: .875rem }
}

@media all and (min-width:768px) and (max-width:1024px) {
.p-career-flow__body { font-size: 14px; font-size: .875rem }
}

@media all and (max-width:767px) {
.p-career-flow__body { font-size: 12px; font-size: .75rem }
}

@media all and (max-width:767px) and (max-width:414px) {
.p-career-flow__body { font-size: 3.75vw }
}

@media all and (max-width:767px) and (min-width:415px) {
.p-career-flow__body { font-size: 15.525px }
}

@media all and (min-width:768px) {
.p-career-flow__body { margin-top: 40px; margin-bottom: 40px }
}

@media all and (max-width:767px) {
.p-career-flow__body { line-height: 1.71429 }
}
.p-career-flow__body>p { margin-top: 27px; margin-bottom: 27px }
.p-career-flow__body-text { text-align: center }

@media all and (max-width:767px) {
.p-career-flow__body-text { padding-top: 20px }
}
.p-career-flow__arrow { text-align: center; margin-bottom: 3.33333% }

@media all and (max-width:767px) {
.p-career-flow__arrow { width: 10px; margin: 20px auto }
}
.p-career-flow__arrow svg { stroke: #000; -webkit-transform: rotate(-90deg); transform: rotate(-90deg) }

@media all and (max-width:767px) {
.p-career-flow__arrow svg { width: 100%; display: block }
}

@media all and (max-width:767px) {
.p-career-flow__btn { display: none }
}
.u-d-b { display: block }
.u-d-ib { display: inline-block }
.u-d-i { display: inline }
.u-d-fc { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center }
.u-d-fs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start }
.u-d-fe { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end }
.u-d-fa { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around }
.u-d-fb { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }

@media all and (min-width:1025px) {
.u-dn-pc { display: none }
}

@media all and (min-width:1367px) {
.u-dn-pc-l { display: none }
}

@media all and (min-width:1025px) and (max-width:1366px) {
.u-dn-pc-s { display: none }
}

@media all and (min-width:768px) and (max-width:1024px) {
.u-dn-tablet { display: none }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
.u-dn-tablet-l { display: none }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.u-dn-tablet-p { display: none }
}

@media all and (max-width:767px) {
.u-dn-mobile { display: none }
}

@media all and (min-width:768px) {
.u-dn-more-mobile { display: none }
}
.u-fw-1 { font-weight: 100 }
.u-fw-2 { font-weight: 200 }
.u-fw-3 { font-weight: 300 }
.u-fw-4 { font-weight: 400 }
.u-fw-5 { font-weight: 500 }
.u-fw-6 { font-weight: 600 }
.u-fw-7 { font-weight: 700 }
.u-fz-1 { font-size: 1px; font-size: .0625rem }
.u-fz-2 { font-size: 2px; font-size: .125rem }
.u-fz-3 { font-size: 3px; font-size: .1875rem }
.u-fz-4 { font-size: 4px; font-size: .25rem }
.u-fz-5 { font-size: 5px; font-size: .3125rem }
.u-fz-6 { font-size: 6px; font-size: .375rem }
.u-fz-7 { font-size: 7px; font-size: .4375rem }
.u-fz-8 { font-size: 8px; font-size: .5rem }
.u-fz-9 { font-size: 9px; font-size: .5625rem }
.u-fz-10 { font-size: 10px; font-size: .625rem }
.u-fz-11 { font-size: 11px; font-size: .6875rem }
.u-fz-12 { font-size: 12px; font-size: .75rem }
.u-fz-13 { font-size: 13px; font-size: .8125rem }
.u-fz-14 { font-size: 14px; font-size: .875rem }
.u-fz-15 { font-size: 15px; font-size: .9375rem }
.u-fz-16 { font-size: 16px; font-size: 1rem }
.u-fz-17 { font-size: 17px; font-size: 1.0625rem }
.u-fz-18 { font-size: 18px; font-size: 1.125rem }
.u-fz-19 { font-size: 19px; font-size: 1.1875rem }
.u-fz-20 { font-size: 20px; font-size: 1.25rem }
.u-fz-21 { font-size: 21px; font-size: 1.3125rem }
.u-fz-22 { font-size: 22px; font-size: 1.375rem }
.u-fz-23 { font-size: 23px; font-size: 1.4375rem }
.u-fz-24 { font-size: 24px; font-size: 1.5rem }
.u-fz-25 { font-size: 25px; font-size: 1.5625rem }
.u-fz-26 { font-size: 26px; font-size: 1.625rem }
.u-fz-27 { font-size: 27px; font-size: 1.6875rem }
.u-fz-28 { font-size: 28px; font-size: 1.75rem }
.u-fz-29 { font-size: 29px; font-size: 1.8125rem }
.u-fz-30 { font-size: 30px; font-size: 1.875rem }
.u-fz-31 { font-size: 31px; font-size: 1.9375rem }
.u-fz-32 { font-size: 32px; font-size: 2rem }
.u-fz-33 { font-size: 33px; font-size: 2.0625rem }
.u-fz-34 { font-size: 34px; font-size: 2.125rem }
.u-fz-35 { font-size: 35px; font-size: 2.1875rem }
.u-fz-36 { font-size: 36px; font-size: 2.25rem }
.u-fz-37 { font-size: 37px; font-size: 2.3125rem }
.u-fz-38 { font-size: 38px; font-size: 2.375rem }
.u-fz-39 { font-size: 39px; font-size: 2.4375rem }
.u-fz-40 { font-size: 40px; font-size: 2.5rem }
.u-fz-41 { font-size: 41px; font-size: 2.5625rem }
.u-fz-42 { font-size: 42px; font-size: 2.625rem }
.u-fz-43 { font-size: 43px; font-size: 2.6875rem }
.u-fz-44 { font-size: 44px; font-size: 2.75rem }
.u-fz-45 { font-size: 45px; font-size: 2.8125rem }
.u-fz-46 { font-size: 46px; font-size: 2.875rem }
.u-fz-47 { font-size: 47px; font-size: 2.9375rem }
.u-fz-48 { font-size: 48px; font-size: 3rem }
.u-fz-49 { font-size: 49px; font-size: 3.0625rem }
.u-fz-50 { font-size: 50px; font-size: 3.125rem }
.u-fz-51 { font-size: 51px; font-size: 3.1875rem }
.u-fz-52 { font-size: 52px; font-size: 3.25rem }
.u-fz-53 { font-size: 53px; font-size: 3.3125rem }
.u-fz-54 { font-size: 54px; font-size: 3.375rem }
.u-fz-55 { font-size: 55px; font-size: 3.4375rem }
.u-fz-56 { font-size: 56px; font-size: 3.5rem }
.u-fz-57 { font-size: 57px; font-size: 3.5625rem }
.u-fz-58 { font-size: 58px; font-size: 3.625rem }
.u-fz-59 { font-size: 59px; font-size: 3.6875rem }
.u-fz-60 { font-size: 60px; font-size: 3.75rem }
.u-fz-61 { font-size: 61px; font-size: 3.8125rem }
.u-fz-62 { font-size: 62px; font-size: 3.875rem }
.u-fz-63 { font-size: 63px; font-size: 3.9375rem }
.u-fz-64 { font-size: 64px; font-size: 4rem }
.u-fz-65 { font-size: 65px; font-size: 4.0625rem }
.u-fz-66 { font-size: 66px; font-size: 4.125rem }
.u-fz-67 { font-size: 67px; font-size: 4.1875rem }
.u-fz-68 { font-size: 68px; font-size: 4.25rem }
.u-fz-69 { font-size: 69px; font-size: 4.3125rem }
.u-fz-70 { font-size: 70px; font-size: 4.375rem }
.u-fz-71 { font-size: 71px; font-size: 4.4375rem }
.u-fz-72 { font-size: 72px; font-size: 4.5rem }
.u-fz-73 { font-size: 73px; font-size: 4.5625rem }
.u-fz-74 { font-size: 74px; font-size: 4.625rem }
.u-fz-75 { font-size: 75px; font-size: 4.6875rem }
.u-fz-76 { font-size: 76px; font-size: 4.75rem }
.u-fz-77 { font-size: 77px; font-size: 4.8125rem }
.u-fz-78 { font-size: 78px; font-size: 4.875rem }
.u-fz-79 { font-size: 79px; font-size: 4.9375rem }
.u-fz-80 { font-size: 80px; font-size: 5rem }
.u-fz-81 { font-size: 81px; font-size: 5.0625rem }
.u-fz-82 { font-size: 82px; font-size: 5.125rem }
.u-fz-83 { font-size: 83px; font-size: 5.1875rem }
.u-fz-84 { font-size: 84px; font-size: 5.25rem }
.u-fz-85 { font-size: 85px; font-size: 5.3125rem }
.u-fz-86 { font-size: 86px; font-size: 5.375rem }
.u-fz-87 { font-size: 87px; font-size: 5.4375rem }
.u-fz-88 { font-size: 88px; font-size: 5.5rem }
.u-fz-89 { font-size: 89px; font-size: 5.5625rem }
.u-fz-90 { font-size: 90px; font-size: 5.625rem }
.u-fz-91 { font-size: 91px; font-size: 5.6875rem }
.u-fz-92 { font-size: 92px; font-size: 5.75rem }
.u-fz-93 { font-size: 93px; font-size: 5.8125rem }
.u-fz-94 { font-size: 94px; font-size: 5.875rem }
.u-fz-95 { font-size: 95px; font-size: 5.9375rem }
.u-fz-96 { font-size: 96px; font-size: 6rem }
.u-fz-97 { font-size: 97px; font-size: 6.0625rem }
.u-fz-98 { font-size: 98px; font-size: 6.125rem }
.u-fz-99 { font-size: 99px; font-size: 6.1875rem }
.u-fz-100 { font-size: 100px; font-size: 6.25rem }
.u-m-t-a { margin-top: auto }

@media all and (min-width:768px) {
.u-m-t-5 { margin-top: 5px }
}

@media all and (max-width:767px) {
.u-m-t-5 { margin-top: 2.5px }
}

@media all and (min-width:768px) {
.u-m-t-10 { margin-top: 10px }
}

@media all and (max-width:767px) {
.u-m-t-10 { margin-top: 5px }
}

@media all and (min-width:768px) {
.u-m-t-15 { margin-top: 15px }
}

@media all and (max-width:767px) {
.u-m-t-15 { margin-top: 7.5px }
}

@media all and (min-width:768px) {
.u-m-t-20 { margin-top: 20px }
}

@media all and (max-width:767px) {
.u-m-t-20 { margin-top: 10px }
}

@media all and (min-width:768px) {
.u-m-t-25 { margin-top: 25px }
}

@media all and (max-width:767px) {
.u-m-t-25 { margin-top: 12.5px }
}

@media all and (min-width:768px) {
.u-m-t-30 { margin-top: 30px }
}

@media all and (max-width:767px) {
.u-m-t-30 { margin-top: 15px }
}

@media all and (min-width:768px) {
.u-m-t-35 { margin-top: 35px }
}

@media all and (max-width:767px) {
.u-m-t-35 { margin-top: 17.5px }
}

@media all and (min-width:768px) {
.u-m-t-40 { margin-top: 40px }
}

@media all and (max-width:767px) {
.u-m-t-40 { margin-top: 20px }
}

@media all and (min-width:768px) {
.u-m-t-45 { margin-top: 45px }
}

@media all and (max-width:767px) {
.u-m-t-45 { margin-top: 22.5px }
}

@media all and (min-width:768px) {
.u-m-t-50 { margin-top: 50px }
}

@media all and (max-width:767px) {
.u-m-t-50 { margin-top: 25px }
}

@media all and (min-width:768px) {
.u-m-t-55 { margin-top: 55px }
}

@media all and (max-width:767px) {
.u-m-t-55 { margin-top: 27.5px }
}

@media all and (min-width:768px) {
.u-m-t-60 { margin-top: 60px }
}

@media all and (max-width:767px) {
.u-m-t-60 { margin-top: 30px }
}

@media all and (min-width:768px) {
.u-m-t-65 { margin-top: 65px }
}

@media all and (max-width:767px) {
.u-m-t-65 { margin-top: 32.5px }
}

@media all and (min-width:768px) {
.u-m-t-70 { margin-top: 70px }
}

@media all and (max-width:767px) {
.u-m-t-70 { margin-top: 35px }
}

@media all and (min-width:768px) {
.u-m-t-75 { margin-top: 75px }
}

@media all and (max-width:767px) {
.u-m-t-75 { margin-top: 37.5px }
}

@media all and (min-width:768px) {
.u-m-t-80 { margin-top: 80px }
}

@media all and (max-width:767px) {
.u-m-t-80 { margin-top: 40px }
}

@media all and (min-width:768px) {
.u-m-t-85 { margin-top: 85px }
}

@media all and (max-width:767px) {
.u-m-t-85 { margin-top: 42.5px }
}

@media all and (min-width:768px) {
.u-m-t-90 { margin-top: 90px }
}

@media all and (max-width:767px) {
.u-m-t-90 { margin-top: 45px }
}

@media all and (min-width:768px) {
.u-m-t-95 { margin-top: 95px }
}

@media all and (max-width:767px) {
.u-m-t-95 { margin-top: 47.5px }
}

@media all and (min-width:768px) {
.u-m-t-100 { margin-top: 100px }
}

@media all and (max-width:767px) {
.u-m-t-100 { margin-top: 50px }
}

@media all and (min-width:768px) {
.u-m-t-105 { margin-top: 105px }
}

@media all and (max-width:767px) {
.u-m-t-105 { margin-top: 52.5px }
}

@media all and (min-width:768px) {
.u-m-t-110 { margin-top: 110px }
}

@media all and (max-width:767px) {
.u-m-t-110 { margin-top: 55px }
}
.u-m-b-a { margin-bottom: auto }

@media all and (min-width:768px) {
.u-m-b-5 { margin-bottom: 5px }
}

@media all and (max-width:767px) {
.u-m-b-5 { margin-bottom: 2.5px }
}

@media all and (min-width:768px) {
.u-m-b-10 { margin-bottom: 10px }
}

@media all and (max-width:767px) {
.u-m-b-10 { margin-bottom: 5px }
}

@media all and (min-width:768px) {
.u-m-b-15 { margin-bottom: 15px }
}

@media all and (max-width:767px) {
.u-m-b-15 { margin-bottom: 7.5px }
}

@media all and (min-width:768px) {
.u-m-b-20 { margin-bottom: 20px }
}

@media all and (max-width:767px) {
.u-m-b-20 { margin-bottom: 10px }
}

@media all and (min-width:768px) {
.u-m-b-25 { margin-bottom: 25px }
}

@media all and (max-width:767px) {
.u-m-b-25 { margin-bottom: 12.5px }
}

@media all and (min-width:768px) {
.u-m-b-30 { margin-bottom: 30px }
}

@media all and (max-width:767px) {
.u-m-b-30 { margin-bottom: 15px }
}

@media all and (min-width:768px) {
.u-m-b-35 { margin-bottom: 35px }
}

@media all and (max-width:767px) {
.u-m-b-35 { margin-bottom: 17.5px }
}

@media all and (min-width:768px) {
.u-m-b-40 { margin-bottom: 40px }
}

@media all and (max-width:767px) {
.u-m-b-40 { margin-bottom: 20px }
}

@media all and (min-width:768px) {
.u-m-b-45 { margin-bottom: 45px }
}

@media all and (max-width:767px) {
.u-m-b-45 { margin-bottom: 22.5px }
}

@media all and (min-width:768px) {
.u-m-b-50 { margin-bottom: 50px }
}

@media all and (max-width:767px) {
.u-m-b-50 { margin-bottom: 25px }
}

@media all and (min-width:768px) {
.u-m-b-55 { margin-bottom: 55px }
}

@media all and (max-width:767px) {
.u-m-b-55 { margin-bottom: 27.5px }
}

@media all and (min-width:768px) {
.u-m-b-60 { margin-bottom: 60px }
}

@media all and (max-width:767px) {
.u-m-b-60 { margin-bottom: 30px }
}

@media all and (min-width:768px) {
.u-m-b-65 { margin-bottom: 65px }
}

@media all and (max-width:767px) {
.u-m-b-65 { margin-bottom: 32.5px }
}

@media all and (min-width:768px) {
.u-m-b-70 { margin-bottom: 70px }
}

@media all and (max-width:767px) {
.u-m-b-70 { margin-bottom: 35px }
}

@media all and (min-width:768px) {
.u-m-b-75 { margin-bottom: 75px }
}

@media all and (max-width:767px) {
.u-m-b-75 { margin-bottom: 37.5px }
}

@media all and (min-width:768px) {
.u-m-b-80 { margin-bottom: 80px }
}

@media all and (max-width:767px) {
.u-m-b-80 { margin-bottom: 40px }
}

@media all and (min-width:768px) {
.u-m-b-85 { margin-bottom: 85px }
}

@media all and (max-width:767px) {
.u-m-b-85 { margin-bottom: 42.5px }
}

@media all and (min-width:768px) {
.u-m-b-90 { margin-bottom: 90px }
}

@media all and (max-width:767px) {
.u-m-b-90 { margin-bottom: 45px }
}

@media all and (min-width:768px) {
.u-m-b-95 { margin-bottom: 95px }
}

@media all and (max-width:767px) {
.u-m-b-95 { margin-bottom: 47.5px }
}

@media all and (min-width:768px) {
.u-m-b-100 { margin-bottom: 100px }
}

@media all and (max-width:767px) {
.u-m-b-100 { margin-bottom: 50px }
}
.u-m-r-a { margin-right: auto }

@media all and (min-width:768px) {
.u-m-r-5 { margin-right: 5px }
}

@media all and (max-width:767px) {
.u-m-r-5 { margin-right: 2.5px }
}

@media all and (min-width:768px) {
.u-m-r-10 { margin-right: 10px }
}

@media all and (max-width:767px) {
.u-m-r-10 { margin-right: 5px }
}

@media all and (min-width:768px) {
.u-m-r-15 { margin-right: 15px }
}

@media all and (max-width:767px) {
.u-m-r-15 { margin-right: 7.5px }
}

@media all and (min-width:768px) {
.u-m-r-20 { margin-right: 20px }
}

@media all and (max-width:767px) {
.u-m-r-20 { margin-right: 10px }
}

@media all and (min-width:768px) {
.u-m-r-25 { margin-right: 25px }
}

@media all and (max-width:767px) {
.u-m-r-25 { margin-right: 12.5px }
}

@media all and (min-width:768px) {
.u-m-r-30 { margin-right: 30px }
}

@media all and (max-width:767px) {
.u-m-r-30 { margin-right: 15px }
}

@media all and (min-width:768px) {
.u-m-r-35 { margin-right: 35px }
}

@media all and (max-width:767px) {
.u-m-r-35 { margin-right: 17.5px }
}

@media all and (min-width:768px) {
.u-m-r-40 { margin-right: 40px }
}

@media all and (max-width:767px) {
.u-m-r-40 { margin-right: 20px }
}

@media all and (min-width:768px) {
.u-m-r-45 { margin-right: 45px }
}

@media all and (max-width:767px) {
.u-m-r-45 { margin-right: 22.5px }
}

@media all and (min-width:768px) {
.u-m-r-50 { margin-right: 50px }
}

@media all and (max-width:767px) {
.u-m-r-50 { margin-right: 25px }
}

@media all and (min-width:768px) {
.u-m-r-55 { margin-right: 55px }
}

@media all and (max-width:767px) {
.u-m-r-55 { margin-right: 27.5px }
}

@media all and (min-width:768px) {
.u-m-r-60 { margin-right: 60px }
}

@media all and (max-width:767px) {
.u-m-r-60 { margin-right: 30px }
}

@media all and (min-width:768px) {
.u-m-r-65 { margin-right: 65px }
}

@media all and (max-width:767px) {
.u-m-r-65 { margin-right: 32.5px }
}

@media all and (min-width:768px) {
.u-m-r-70 { margin-right: 70px }
}

@media all and (max-width:767px) {
.u-m-r-70 { margin-right: 35px }
}

@media all and (min-width:768px) {
.u-m-r-75 { margin-right: 75px }
}

@media all and (max-width:767px) {
.u-m-r-75 { margin-right: 37.5px }
}

@media all and (min-width:768px) {
.u-m-r-80 { margin-right: 80px }
}

@media all and (max-width:767px) {
.u-m-r-80 { margin-right: 40px }
}

@media all and (min-width:768px) {
.u-m-r-85 { margin-right: 85px }
}

@media all and (max-width:767px) {
.u-m-r-85 { margin-right: 42.5px }
}

@media all and (min-width:768px) {
.u-m-r-90 { margin-right: 90px }
}

@media all and (max-width:767px) {
.u-m-r-90 { margin-right: 45px }
}

@media all and (min-width:768px) {
.u-m-r-95 { margin-right: 95px }
}

@media all and (max-width:767px) {
.u-m-r-95 { margin-right: 47.5px }
}

@media all and (min-width:768px) {
.u-m-r-100 { margin-right: 100px }
}

@media all and (max-width:767px) {
.u-m-r-100 { margin-right: 50px }
}
.u-m-l-a { margin-left: auto }

@media all and (min-width:768px) {
.u-m-l-5 { margin-left: 5px }
}

@media all and (max-width:767px) {
.u-m-l-5 { margin-left: 2.5px }
}

@media all and (min-width:768px) {
.u-m-l-10 { margin-left: 10px }
}

@media all and (max-width:767px) {
.u-m-l-10 { margin-left: 5px }
}

@media all and (min-width:768px) {
.u-m-l-15 { margin-left: 15px }
}

@media all and (max-width:767px) {
.u-m-l-15 { margin-left: 7.5px }
}

@media all and (min-width:768px) {
.u-m-l-20 { margin-left: 20px }
}

@media all and (max-width:767px) {
.u-m-l-20 { margin-left: 10px }
}

@media all and (min-width:768px) {
.u-m-l-25 { margin-left: 25px }
}

@media all and (max-width:767px) {
.u-m-l-25 { margin-left: 12.5px }
}

@media all and (min-width:768px) {
.u-m-l-30 { margin-left: 30px }
}

@media all and (max-width:767px) {
.u-m-l-30 { margin-left: 15px }
}

@media all and (min-width:768px) {
.u-m-l-35 { margin-left: 35px }
}

@media all and (max-width:767px) {
.u-m-l-35 { margin-left: 17.5px }
}

@media all and (min-width:768px) {
.u-m-l-40 { margin-left: 40px }
}

@media all and (max-width:767px) {
.u-m-l-40 { margin-left: 20px }
}

@media all and (min-width:768px) {
.u-m-l-45 { margin-left: 45px }
}

@media all and (max-width:767px) {
.u-m-l-45 { margin-left: 22.5px }
}

@media all and (min-width:768px) {
.u-m-l-50 { margin-left: 50px }
}

@media all and (max-width:767px) {
.u-m-l-50 { margin-left: 25px }
}

@media all and (min-width:768px) {
.u-m-l-55 { margin-left: 55px }
}

@media all and (max-width:767px) {
.u-m-l-55 { margin-left: 27.5px }
}

@media all and (min-width:768px) {
.u-m-l-60 { margin-left: 60px }
}

@media all and (max-width:767px) {
.u-m-l-60 { margin-left: 30px }
}

@media all and (min-width:768px) {
.u-m-l-65 { margin-left: 65px }
}

@media all and (max-width:767px) {
.u-m-l-65 { margin-left: 32.5px }
}

@media all and (min-width:768px) {
.u-m-l-70 { margin-left: 70px }
}

@media all and (max-width:767px) {
.u-m-l-70 { margin-left: 35px }
}

@media all and (min-width:768px) {
.u-m-l-75 { margin-left: 75px }
}

@media all and (max-width:767px) {
.u-m-l-75 { margin-left: 37.5px }
}

@media all and (min-width:768px) {
.u-m-l-80 { margin-left: 80px }
}

@media all and (max-width:767px) {
.u-m-l-80 { margin-left: 40px }
}

@media all and (min-width:768px) {
.u-m-l-85 { margin-left: 85px }
}

@media all and (max-width:767px) {
.u-m-l-85 { margin-left: 42.5px }
}

@media all and (min-width:768px) {
.u-m-l-90 { margin-left: 90px }
}

@media all and (max-width:767px) {
.u-m-l-90 { margin-left: 45px }
}

@media all and (min-width:768px) {
.u-m-l-95 { margin-left: 95px }
}

@media all and (max-width:767px) {
.u-m-l-95 { margin-left: 47.5px }
}

@media all and (min-width:768px) {
.u-m-l-100 { margin-left: 100px }
}

@media all and (max-width:767px) {
.u-m-l-100 { margin-left: 50px }
}
.u-ta-l { text-align: left }
.u-ta-c { text-align: center }
.u-ta-r { text-align: right }
.u-ta-j { text-align: justify }
.u-trsde-5 { -webkit-transition-delay: 50ms; transition-delay: 50ms }
.u-trsde-10 { -webkit-transition-delay: .1s; transition-delay: .1s }
.u-trsde-15 { -webkit-transition-delay: .15s; transition-delay: .15s }
.u-trsde-20 { -webkit-transition-delay: .2s; transition-delay: .2s }
.u-trsde-25 { -webkit-transition-delay: .25s; transition-delay: .25s }
.u-trsde-30 { -webkit-transition-delay: .3s; transition-delay: .3s }
.u-trsde-35 { -webkit-transition-delay: .35s; transition-delay: .35s }
.u-trsde-40 { -webkit-transition-delay: .4s; transition-delay: .4s }
.u-trsde-45 { -webkit-transition-delay: .45s; transition-delay: .45s }
.u-trsde-50 { -webkit-transition-delay: .5s; transition-delay: .5s }
.u-trsde-55 { -webkit-transition-delay: .55s; transition-delay: .55s }
.u-trsde-60 { -webkit-transition-delay: .6s; transition-delay: .6s }
.u-trsde-65 { -webkit-transition-delay: .65s; transition-delay: .65s }
.u-trsde-70 { -webkit-transition-delay: .7s; transition-delay: .7s }
.u-trsde-75 { -webkit-transition-delay: .75s; transition-delay: .75s }
.u-trsde-80 { -webkit-transition-delay: .8s; transition-delay: .8s }
.u-trsde-85 { -webkit-transition-delay: .85s; transition-delay: .85s }
.u-trsde-90 { -webkit-transition-delay: .9s; transition-delay: .9s }
.u-trsde-95 { -webkit-transition-delay: .95s; transition-delay: .95s }
.u-trsde-100 { -webkit-transition-delay: 1s; transition-delay: 1s }
.u-tt-n { text-transform: none }
.u-tt-c { text-transform: capitalize }
.u-tt-u { text-transform: uppercase }
.u-tt-l { text-transform: lowercase }
.u-whs-n { white-space: normal }
.u-whs-p { white-space: pre }
.u-whs-nw { white-space: nowrap }
.u-whs-pw { white-space: pre-wrap }
.u-whs-pl { white-space: pre-line }
.col-red { color: red }
.ps { overflow: hidden!important; overflow-anchor: none; -ms-overflow-style: none; touch-action: auto; -ms-touch-action: auto }
.ps__rail-x { display: none; opacity: 0; transition: background-color .2s linear, opacity .2s linear; -webkit-transition: background-color .2s linear, opacity .2s linear; height: 15px; bottom: 0; position: absolute }
.ps__rail-y { display: none; opacity: 0; transition: background-color .2s linear, opacity .2s linear; -webkit-transition: background-color .2s linear, opacity .2s linear; width: 15px; right: 0; position: absolute }
.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y { display: block; background-color: transparent }
.ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y { opacity: .6 }
.ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y { opacity: .6 }
.ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y { opacity: .6 }
.ps__rail-x:focus, .ps__rail-x:hover, .ps__rail-y:focus, .ps__rail-y:hover { background-color: #eee; opacity: .9 }
.ps__thumb-x { background-color: #aaa; border-radius: 6px; transition: background-color .2s linear, height .2s ease-in-out; -webkit-transition: background-color .2s linear, height .2s ease-in-out; height: 6px; bottom: 2px; position: absolute }
.ps__thumb-y { background-color: #aaa; border-radius: 6px; transition: background-color .2s linear, width .2s ease-in-out; -webkit-transition: background-color .2s linear, width .2s ease-in-out; width: 6px; right: 2px; position: absolute }
.ps__rail-x:focus>.ps__thumb-x, .ps__rail-x:hover>.ps__thumb-x { background-color: #999; height: 11px }
.ps__rail-y:focus>.ps__thumb-y, .ps__rail-y:hover>.ps__thumb-y { background-color: #999; width: 11px }
@supports (-ms-overflow-style:none) {
.ps {
overflow:auto!important
}
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
.ps { overflow: auto!important }
}

.c-border-in-out__content{ z-index: 1;}
