@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

svg,
img {
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: inherit;
}

article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 561px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .tab {
    display: none;
  }
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: source-han-sans-japanese,sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #000;
}

._ja {
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-weight: 700;
  font-style: normal;
}
._en{
  font-family: essonnes-headline,serif;
  font-weight: 400;
  font-style: normal;
}
/*----------------------------------------------------
	リンク
----------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, box-shadow .3s ease-out;
}

a .alpha {
  transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out;
}

a img {
  transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out, transform .3s ease-out;
}

@media (hover: hover) {
  a:hover .alpha {
    opacity: 0.7;
  }
}

.link-text a {
  color: #006ec8;
}

@media (hover: hover) {
  .link-text a:hover {
    text-decoration: underline;
  }
}

a.link-text {
  color: #006ec8;
}

@media (hover: hover) {
  a.link-text:hover {
    text-decoration: underline;
  }
}

@media (hover: hover) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

@media (hover: none) {
  a, button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}

:target:before {
  content: '';
  display: block;
  position: relative;
  pointer-events: none;
  top: -80px;
}

@media screen and (max-width: 560px) {
  :target:before {
    top: -60px;
  }
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1180px;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .container {
    max-width: initial;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 560px) {
  .container {
    max-width: initial;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container--l {
  max-width: 1420px;
}

.container--s {
  max-width: 938px;
}

/*----------------------------------------------------
	body
----------------------------------------------------*/
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
html{
  overflow-x: hidden;
}

/*----------------------------------------------------
	header-logo
----------------------------------------------------*/
@media screen and (min-width: 961px){
  .header-logo{
    margin-left: 20px;
  }
}
@media screen and (min-width: 561px) and (max-width: 960px) {
}

.header-logo a {
  display: flex;
  align-items: center;
}

.header-logo a img {
  width: 426px;
}

.header-logo ._recruit {
  margin-left: 13px;
  line-height: 1;
  font-size: 26px;
  font-family: orpheuspro, serif;
  color: #006fc8;
  font-weight: bold;
}

@media screen and (max-width: 560px) {
  .header-logo a{
    width: 90%;
  }
  .header-logo a img {
    width: 100%;
    height: auto;
  }
}

/*----------------------------------------------------
	header-megamenu
----------------------------------------------------*/
.header-megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
  padding: 80px 0 60px;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0px 5px 28.8px 3.2px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 0.3s;
}

.open_megamenu .header-megamenu {
  opacity: 1;
  pointer-events: auto;
}

.header-megamenu ._nav1 {
  display: flex;
}

.header-megamenu ._nav1 li {
  width: 18.18182%;
}

.header-megamenu ._nav1 li:not(:first-child) {
  margin-left: 2.27273%;
}

.header-megamenu ._nav1 ._pic {
  display: block;
  overflow: hidden;
}

.header-megamenu ._nav1 ._pic img {
  transform: scale(1);
  transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.3s;
}

.header-megamenu ._nav1 ._name {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-top: 12px;
  font-size: 14px;
  color: black;
  font-weight: bold;
}

.header-megamenu ._nav1 ._name:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f17d7a;
  border-right: 1px solid #f17d7a;
  transform: rotate(45deg);
  transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.3s;
}

.header-megamenu ._nav1 ._name:after {
  content: '';
  width: 0;
  height: 1px;
  background: #f17d7a;
  position: absolute;
  left: 0;
  transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.3s;
  bottom: 0;
}

@media (hover: hover) {
  .header-megamenu ._nav1 a:hover ._pic img {
    transform: scale(1.05);
  }
  .header-megamenu ._nav1 a:hover ._name:after {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .header-megamenu {
    display: none;
  }
}

/*----------------------------------------------------
	ヘッダー メニュー
----------------------------------------------------*/
@media screen and (max-width: 960px) {
  .header-menu {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: linear-gradient(135deg, #f17d7a 0%, #f7b1ca 100%);
    }
  .header-menu div {
    position: relative;
  }
  .header-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    background: #fff;
    left: 18px;
    transition: 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .header-menu span:nth-child(1) {
    top: 20px;
  }
  .header-menu span:nth-child(2) {
    top: 28px;
  }
  .header-menu span:nth-child(3) {
    top: 36px;
  }
  .header-menu.open span:nth-child(1) {
    top: 28px;
    transform: rotate(45deg);
  }
  .header-menu.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .header-menu.open span:nth-child(3) {
    top: 28px;
    transform: rotate(-45deg);
  }
}

/*----------------------------------------------------
	header-nav
----------------------------------------------------*/
.header-nav ._nav2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 82px;
  background: linear-gradient(135deg,#f17d7a 0%, #f7b1ca 51%, #f17d7a 100%);
  background-size: 200% auto;

  font-size: 16px;
  color: white;
}
.header-nav ._nav2--contact a {
  background: linear-gradient(135deg,#e14a7f 0%, #efa8c1 51%, #e14a7f 100%);
  background-size: 200% auto;
}

@media (hover: hover) {
  .header-nav ._nav2 a:hover {
    background-position: right center;
  }
}

@media screen and (min-width: 961px) {
  .header-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .header-nav ._nav1 {
    display: flex;
  }
  .header-nav ._nav1 li {
    margin-right: 1.5em;
    font-size: 16px;
  }
  .header-nav ._nav1 a {
    position: relative;
  }
  .header-nav ._nav1 a:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #f17d7a;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }
  .header-nav ._nav1 a:hover:after {
    transform: scale(1, 1);
  }
  .header-nav ._nav1 a.current:after {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  .header-nav ._nav1_child {
    display: none;
  }
  .header-nav ._nav2 {
    width: 120px;
  }
}

@media screen and (max-width: 960px) {
  /* 240814 */
  .header-nav {
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: auto;
    padding: 40px 20px 50px;
    opacity: 0;
    pointer-events: none;
  }
  .open_nav .header-nav {
    opacity: 1;
    pointer-events: auto;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.3s;
  }
  /* 240814 */
  .header-nav ._nav1 li {
    font-size: 15px;
  }
  .header-nav ._nav1 a {
    display: block;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .header-nav ._nav1 a:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #f17d7a;
    border-right: 1px solid #f17d7a;
    transform: rotate(45deg);
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.3s;
  }
  .header-nav ._nav1 a.hasChild:after {
    display: none;
  }
  .header-nav ._nav1 a.hasChild span._ico {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -4px;
    border: 1px solid #f17d7a;
    border-radius: 7px;
  }
  .header-nav ._nav1 a.hasChild span._ico:before, .header-nav ._nav1 a.hasChild span._ico:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    display: inline-block;
    width: 6px;
    height: 1px;
    background: #f17d7a;
    transform: rotate(0deg);
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.3s;
  }
  .header-nav ._nav1 a.hasChild span._ico:after {
    transform: rotate(-90deg);
  }
  .header-nav ._nav1 a.hasChild.open span._ico:after {
    transform: rotate(0deg);
  }
  .header-nav ._nav1_child a {
    padding-left: 20px;
  }
  .header-nav ._nav1_child a:after {
    right: auto;
    left: 0;
  }
  .header-nav ._nav2 {
    margin-top: 20px;
  }
  .header-nav ._nav2 a {
    width: 100%;
    height: 50px;
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
header {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 960px) {
  header{
    height: 60px;
  }
}

@media screen and (min-width: 561px) {
  header {
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}

@media screen and (max-width: 560px) {
  header {
    padding: 17px 11px;
  }
  .open_nav header {
    background: #fff;
  }
}

@-webkit-keyframes headerScrollDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

@keyframes headerScrollDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes headerScrollUp {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes headerScrollUp {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
/*----------------------------------------------------
	footer-contact
----------------------------------------------------*/
.footer-contact {
  padding: 35px 0;
  background: url(/staff/assets/images/footer_contact.jpg) center center/cover;
}

.footer-contact ._link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e14a7f;
  height: 180px;
}

.footer-contact ._link ._en {
  font-size: 46px;
  font-family: orpheuspro, serif;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.footer-contact ._link ._ja {
  margin-top: 12px;
  font-size: 18px;
  font-family:     font-family: fot-tsukuardgothic-std,sans-serif;;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.footer-contact ._link ._ja:before {
  content: '';
  display: block;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  width: 71px;
  height: 1px;
}

@media (hover: hover) {
  .footer-contact ._link:hover {
    background: #006ec8;
  }
}

@media screen and (min-width: 561px) {
  .footer-contact__body ul {
    display: flex;
    justify-content: space-between;
  }
  .footer-contact__body li {
    width: 45.45455%;
  }
}

@media screen and (max-width: 560px) {
  .footer-contact li + li {
    margin-top: 20px;
  }
  .footer-contact ._link {
    flex-direction: row;
    height: 94px;
  }
  .footer-contact ._link ._en {
    font-size: 30px;
    min-width: 120px;
  }
  .footer-contact ._link ._ja {
    display: flex;
    align-items: center;
    margin-top: 0px;
    font-size: 16px;
  }
  .footer-contact ._link ._ja:before {
    margin: 0 9px;
    width: 18px;
    height: 1px;
  }
}

/*----------------------------------------------------
	footer-content
----------------------------------------------------*/
footer {
  color: #fff;
  background: linear-gradient(135deg,#f17d7a 0%, #f7b1ca 100%);
  position: relative;
}
footer .footer-logo_txt{
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
}
footer .footer-inner__right ul{
  flex: 1;
}
footer .footer-inner__right .lower{
  margin-top: 1.5em;
}
/*
footer .footer-inner__right li:last-child{
  width: 100%;
}
*/
footer .footer-inner__right a{
  color: #fff;
  position: relative;
}
footer .footer-inner__right .footer-nav{
  flex: 1;
}
@media screen and (min-width: 961px) {
  footer {
    padding: 80px 0;
  }
  footer .footer-inner__left{
    width: 40%;
  }
  footer ._copy{
    margin-top: 30px;
    font-size: 12px;
  }
  footer .footer-inner__right{
    width: 55.09%;
  }
  footer .footer-inner__right figure{
    width: 72px;
  }
  footer .footer-inner__right .upper{
    flex-direction: column;
    height: 90px;
  }
  footer .footer-inner__right li{
    margin-right: 30px;
  }
  footer .footer-inner__right a{
    font-size: 16px;
  }
  /* footer .footer-inner__right li:last-child{
    text-align: right;
  } */
  footer .footer-inner__right a:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #fff;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }
  footer .footer-inner__right a:hover:after {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 960px) {
  footer {
    padding: 40px 0;
  }
  footer .footer-inner__left,
  footer .footer-inner__right,
  footer .footer-inner__right figure{
    width: 100%;
  }
  footer .footer-inner__left,
  footer .footer-inner__right ul{
    margin-bottom: 15px;
  }
  footer .footer-inner__left{
    padding-right: 30px;
  }
  footer ._copy{
    margin-top: 15px;
    font-size: 10px;
  }
  footer .footer-inner__right li{
    /* width: 47.7%; */
    width: 100%;
  }
  footer .footer-inner__right a{
    font-size: 12px;
    padding: 0 0 0 15px;
  }
  footer .footer-inner__right a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
    background: #fff;
  }
  /* footer .footer-inner__right figure{
    text-align: right;
  } */
}
@media screen and (min-width: 561px) and (max-width: 960px) {
  footer .footer-inner__left{
    width: 40%;
  }
  .footer-inner__right.row{
    width: 50%;
  }
}
footer ._pagetop {
  position: absolute;
  transition: all .3s ease-out;
}
footer ._pagetop:hover{
	opacity: 0.5;
}
footer ._pagetop a {
  display: block;
}
@media screen and (min-width: 561px) {
  footer ._pagetop {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
 }
 @media screen and (min-width: 561px) and (max-width: 960px) {
  footer ._pagetop {
    top: 12vw;
    right: 10px;
  }
 }
@media screen and (max-width: 560px) {
  footer ._pagetop {
    top: 12.8vw;
    right: 10px;
  }
 }

 footer ._min-nav{
  border-top: solid 1px #fff;
  margin-top: 3em;
  padding-top: 1em;
  display: flex;
 }
 footer ._min-nav a{
    color: #fff;
    font-size: 0.875em;
 }
 footer ._min-nav a:hover {
  text-decoration: underline;
}
 footer ._min-nav li:not(:last-child):after {
  content: '｜';
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 560px) {
  footer ._min-nav{
    flex-direction: column;
   }
   footer ._min-nav a{
      color: #fff;
      font-size: 0.875em;
   }
   footer ._min-nav a:hover {
    text-decoration: underline;
  }
  footer ._min-nav li {
    position: relative;
    padding: 5px 0 5px 16px;
    font-size: 12px;
    font-feature-settings: "palt";
  }
  footer ._min-nav li i {
    margin-left: 5px;
  }
  footer ._min-nav li:after {
    display: none;
  }
  footer ._min-nav li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
  }
  
}
/* .footer-content .container {
  position: relative;
}

.footer-content__body {
  padding: 15px 0 20px;
}

.footer-content ._nav {
  display: flex;
}

.footer-content ._nav li:not(:last-child):after {
  content: '｜';
  margin-left: 1em;
  margin-right: 1em;
}

.footer-content ._nav li {
  font-size: 12px;
}

.footer-content ._nav a {
  font-family: source-han-serif-japanese, serif;
  color: #fff;
  font-weight: bold;
}

.footer-content ._nav a:hover {
  text-decoration: underline;
}

.footer-content ._copyright {
  margin-top: 8px;
  font-size: 12px;
  font-family: myriad-pro, sans-serif;
  color: #fff;
  line-height: 1;
}

.footer-content ._pagetop {
  position: absolute;
  right: 0;
  top: 0;
}

.footer-content ._pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  background: #fff;
}

.footer-content ._pagetop span {
  width: 18px;
  height: 18px;
  margin-top: 12px;
  border-top: 2px solid #e14a7f;
  border-right: 2px solid #e14a7f;
  transform: rotate(-45deg);
  transition: all .3s ease-out;
}

@media (hover: hover) {
  .footer-content ._pagetop a:hover span {
    margin-top: 0;
    border-top: 2px solid #006ec8;
    border-right: 2px solid #006ec8;
  }
}

@media screen and (min-width: 961px) {
  .footer-content__body {
    height: 75px;
  }
}

@media screen and (max-width: 560px) {
  .footer-content__wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-content ._nav {
    flex-direction: column;
  }
  .footer-content ._nav li {
    position: relative;
    padding: 5px 0 5px 16px;
    font-size: 12px;
    font-feature-settings: "palt";
  }
  .footer-content ._nav li i {
    margin-left: 5px;
  }
  .footer-content ._nav li:after {
    display: none;
  }
  .footer-content ._nav li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .footer-content ._copyright {
    font-size: 12px;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
  .footer-content ._pagetop {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #e14a7f;
  }
  .footer-content ._pagetop span {
    width: 10px;
    height: 10px;
    border-top: 1px solid #e14a7f;
    border-right: 1px solid #e14a7f;
  }
  .footer-content ._pagetop a {
    width: 100%;
    height: 45px;
  }
} */

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
  /*----------------------------------------------------
      アニメーション
  ----------------------------------------------------*/
  .fadeIn {
    display: none;
  }
  
  .fadeIn.show {
    display: block;
    -webkit-animation: fadeIn 0.6s linear;
            animation: fadeIn 0.6s linear;
  }
  
  .anime {
    visibility: hidden;
    opacity: 0;
  }
  
  .anime.opacity {
    opacity: 1;
  }
  
  .animated {
    visibility: visible;
  }
  
  .fadeIn.animated {
    -webkit-animation: fadeIn .5s forwards;
            animation: fadeIn .5s forwards;
  }
  
  .fadeInUp.animated {
    -webkit-animation: fadeInUp .5s forwards;
            animation: fadeInUp .5s forwards;
  }
  
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  
  /*----------------------------------------------------
      breadcrumb
  ----------------------------------------------------*/
  .breadcrumb {
    margin: 16px 0;
  }
  
  .breadcrumb ul {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  
  .breadcrumb li:not(:first-child):before {
    display: inline-block;
    content: '>';
    margin: 0 0.5em;
  }
  
  @media screen and (min-width: 961px) {
    .breadcrumb ul {
      flex-wrap: wrap;
    }
  }
  
  @media screen and (max-width: 960px) {
    .breadcrumb {
      white-space: nowrap;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  
  /*----------------------------------------------------
      フォーム
  ----------------------------------------------------*/
  input[type=submit] {
    -webkit-appearance: none;
    outline: none;
    border: none;
  }
  
  button {
    -webkit-appearance: none;
    outline: none;
    border: none;
  }
  
  button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
  }
  
  input[type="text"],
  input[type="email"] {
    width: 100%;
    height: 45px;
    padding: 0.5em 1em;
    border: 1px solid #b0b0b0;
    outline: none;
  }
  
  input[type="text"]:focus,
  input[type="email"]:focus {
    border: 1px solid #e14a7f;
  }
  
  input[type="text"].error,
  input[type="email"].error {
    border: 1px solid #f00;
  }
  
  select {
    height: 45px;
    padding: 0.5em 1em;
    border: 1px solid #b0b0b0;
    outline: none;
  }
  
  select:focus {
    border: 1px solid #e14a7f;;
  }
  
  select.error {
    border: 1px solid #f00;
  }
  
  textarea {
    width: 100%;
    height: 205px;
    padding: 0.5em 1em;
    border: 1px solid #b0b0b0;
    outline: none;
  }
  
  textarea:focus {
    border: 1px solid #006ec8;
  }
  
  textarea.error {
    border: 1px solid #f00;
  }
  
  input[type="radio"],
  input[type="checkbox"] {
    position: relative;
    top: -0.125em;
    margin-right: 0.25em;
    width: 0.875em;
    height: 0.875em;
  }
  
  .form-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e14a7f;
    border: 2px solid #e14a7f;
    width: 100%;
    max-width: 320px;
    padding-bottom: 2px;
    height: 60px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }
.form-btn.is-disabled {
  pointer-events: none;
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
  .form-btn--s {
    width: 100%;
    max-width: 100%;
    height: 50px;
  }
  
  .form-btn > * {
    font-weight: bold;
  }
  
  .form-btn:after {
    content: '';
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  
  .form-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  
  @media (hover: hover) {
    .form-btn:hover {
      color: #e14a7f;
      background-color: #fff;
    }
    .form-btn:hover:after {
      margin-right: -5px;
      border-top: 1px solid #e14a7f;
      border-right: 1px solid #e14a7f;
    }
  }
  
  .form-inputs + .form-inputs {
    margin-top: 36px;
  }
  
  .form-inputs dt ._name {
    padding-left: 44px;
    position: relative;
    font-size: 16px;
    font-family: fot-tsukuardgothic-std,sans-serif;
    font-weight: bold;
    color: #e14a7f;
    font-weight: bold;
  }
  
  .form-inputs dt ._name:before {
    content: '';
    display: block;
    background-color: #b5b5b5;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
  }
  
  .form-inputs dt ._required {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #e14a7f;
    width: 46px;
    height: 20px;
    margin-left: 12px;
    font-size: 12px;
    color: white;
    line-height: 1;
  }
  
  .form-inputs ._inputs {
    display: flex;
    align-items: center;
  }
  
  .form-inputs ._inputs > * + * {
    margin-left: 20px;
  }
  
  @media screen and (min-width: 961px) {
    .form-inputs ._inputs-name div {
      flex: 1;
    }
  }
  
  @media screen and (min-width: 561px) {
    .form-inputs {
      display: flex;
    }
    .form-inputs dt {
      width: 262px;
      padding-top: 0.65em;
    }
    .form-inputs dd {
      flex: 1;
    }
  }
  
  @media screen and (max-width: 560px) {
    .form-inputs + .form-inputs {
      margin-top: 25px;
    }
    .form-inputs dt ._name {
      display: flex;
      align-items: center;
      padding-left: 30px;
      font-size: 16px;
    }
    .form-inputs dt ._name:before {
      width: 15px;
    }
    .form-inputs dt ._required {
      width: 40px;
      height: 16px;
      border-radius: 8px;
      margin-left: 18px;
      font-size: 10px;
    }
    .form-inputs dd {
      margin-top: 10px;
    }
    .form-inputs ._inputs > * + * {
      margin-left: 20px;
    }
  }
  
  .form-inputs ._input--s {
    width: 270px;
    max-width: 100%;
  }

  .form-inputs ._input--3e {
    width: 5em;
    max-width: 100%;
  }
  .form-inputs ._input--4e {
    width: 6em;
    max-width: 100%;
  }


  @media screen and (max-width: 560px) {
    .form-inputs ._input--s {
      width: 100%;
    }
  }

  .form-inputs ._inputs-radio label {
    margin-right: 20px;
  }
  
  @media screen and (min-width: 561px) {
    .form-inputs ._inputs-radio {
      margin-top: 5px;
    }
  }
  
  .form-inputs ._inputs-zip > * + * {
    margin-left: 20px;
  }
  
  .form-inputs ._inputs-zip ._btn-zip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e14a7f;
    border: 1px solid #e14a7f;
    width: 120px;
    height: 45px;
    cursor: pointer;
    font-size: 14px;
    font-family:     font-family: fot-tsukuardgothic-std,sans-serif;;
    font-weight: bold;
    color: white;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  
  .form-inputs ._inputs-zip ._btn-zip:after {
    content: '';
    display: inline-flex;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  
  @media (hover: hover) {
    .form-inputs ._inputs-zip ._btn-zip:hover {
      color: #e14a7f;
      background-color: #fff;
    }
    .form-inputs ._inputs-zip ._btn-zip:hover:after {
      margin-right: -5px;
      border-top: 1px solid #e14a7f;
      border-right: 1px solid #e14a7f;
    }
  }

  .form-inputs ._inputs-birth {

  }
  .form-inputs ._inputs-email {

  }
  
  /*----------------------------------------------------
      ボタン
  ----------------------------------------------------*/
  .btnA {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #e14a7f;
    border-image: linear-gradient(135deg,#f17d7a 0%, #f7b1ca 100%);
    border-image-slice: 1;
    width: 100%;
    /* max-width: 440px; */
    height: 60px;
    cursor: pointer;
    font-size: 18px;
    font-family: fot-tsukuardgothic-std,sans-serif;
    color: #e14a7f;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .btnA.purple{
    border-image: linear-gradient(135deg,#f17d7a 0%, #b59cd3 100%);
    border-image-slice: 1;
  }
  .btnA:after {
    content: '';
    display: inline-flex;
    width: 18px;
    height: 10px;
    background-image: url(/staff/assets/images/arrow.svg);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    margin: 0 0 0 20px;
  }
  
  @media (hover: hover) {
    .btnA:hover {
      
    }
    .btnA:hover:after {
      margin-right: -5px;
    }
  }
  
  @media screen and (max-width: 560px) {
    .btnA {
      height: 50px;
      font-size: 15px;
    }
  }
  
  .btnA--Blu {
    background: #006fc8;
    border-color: #006fc8;
  }
  
  @media (hover: hover) {
    .btnA--Blu:hover {
      color: #006fc8;
    }
    .btnA--Blu:hover:after {
      border-top: 1px solid #006fc8;
      border-right: 1px solid #006fc8;
    }
  }
  
  .btnA--L {
    max-width: 538px;
    height: 80px;
    font-size: 28px;
  }
  
  @media screen and (max-width: 560px) {
    .btnA--L {
      height: 60px;
      font-size: 18px;
    }
  }
  
  /*----------------------------------------------------
      btnB
  ----------------------------------------------------*/
.btnB {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f17d7a;
  border: 2px solid #f17d7a;
  width: 100%;
  max-width: 538px;
  padding-bottom: 2px;
  height: 80px;
  cursor: pointer;
  font-size: 28px;
  font-weight: bold;
  color: white;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media screen and (max-width: 560px) {
  .btnB {
    height: 60px;
    font-size: 20px;
  }
}
.btnB--s {
  width: 100%;
  max-width: 100%;
  height: 50px;
}

.btnB > * {
  font-weight: bold;
}

.btnB:after {
  content: '';
  display: inline-flex;
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.btnB.disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media (hover: hover) {
  .btnB:hover {
    color: #f17d7a;
    background-color: #fff;
  }
  .btnB:hover:after {
    margin-right: -5px;
    border-top: 1px solid #f17d7a;
    border-right: 1px solid #f17d7a;
  }
}

/*----------------------------------------------------
      main-header
  ----------------------------------------------------*/
  .main-header {
  }
  .main-header h2{
    position: relative;
    background: url(/staff/assets/images/ttl-bg.svg) center center/cover no-repeat;
  }
  .main-header h2::before,
  .main-header h2::after{
    content: '';
    display: block;
    position: absolute;
  }
  .main-header h2::before{
    z-index: 0;
    background: url(/staff/assets/images/ttl-bg-before.svg) center center/cover no-repeat;
  }
  .main-header p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }
  .main-header ._en {
    z-index: 3;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.302);
    line-height: 1;
    letter-spacing: .15em;
  }
  .main-header ._ja {
    z-index: 4;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  
  @media screen and (min-width: 961px) {
    .main-header {
      width: 920px;
      height: 450px;
      margin: 0 auto;
    }
    .main-header h2{
      width: 350px;
      height: 328px;
      left: -50px;
      top: 80px;
    }
    .main-header h2::before{
      width: 198px;
      height: 206px;
      left: -139px;
      bottom: -38px;
    }
  }
  @media screen and (min-width: 561px) and (max-width: 960px) {
    .main-header {
      height: 39.06vw;
      margin-bottom: 6.51vw;
    }
    .main-header h2{
      width: 29%;
      height: 0;
      padding-top: 27.38%;
      background-size: contain;
      left: 3.13vw;
      bottom: -16.38vw;
    }
    .main-header h2::before{
      width: 10.63vw;
      height: 11vw;
      right: -3.13vw;
      bottom: -3.13vw;
    }
    .main-header ._en {
      font-size: 7.13vw;
    }
    .main-header ._ja {
      font-size: 4.56vw;
    }
  }
  @media screen and (max-width: 560px) {
    .main-header {
      height: 62.5vw;
      margin-bottom: 15.63vw;
    }
    .main-header h2{
      /* width: 8.5em-136px;
      height: 0-127;
      padding-top: 39.67%; */
      width: 52%;
      height: 0;
      padding-top: 48.38%;
      background-size: contain;
      left: 3.13vw;
      bottom: -19.38vw;
    }
    .main-header h2::before{
      width: 15.63vw;
      height: 16.56vw;
      right: -3.13vw;
      bottom: -3.13vw;
    }
    .main-header ._en {
      font-size: 13.13vw;
    }
    .main-header ._ja {
      font-size: 6.56vw;
    }
  }
  @media screen and (min-width: 961px) {
    .main-header.main-header--contact,
    .main-header.main-header--margin {
      height: 250px;
    }
    .main-header.main-header--contact h2,
    .main-header.main-header--margin h2{
      height: 214px;
      left: -44px;
      top: 20px;
    }
    .main-header.main-header--contact h2{
      width: 228px;
    }
    .main-header.main-header--margin h2{
      width: 450px;
      background-size: contain;
      background-position-x: left;
    }
    .main-header.main-header--contact h2::before,
    .main-header.main-header--margin h2::before{
      width: 129px;
      height: 135px;
      left: -90px;
      bottom: -26px;
    }
    .main-header.main-header--contact h2 ._ja,
    .main-header.main-header--margin h2 ._ja{
      padding-left: 60px;
    }
  }
  @media screen and (min-width: 561px) and (max-width: 960px) {
  }
  @media screen and (max-width: 560px) {
    .main-header.main-header--margin h2{
      width: 80%;
      background-size: contain;
      background-position-x: left;
    }
    .main-header.main-header--margin h2::before{
      right: 27.87vw;
    }
  }
  .main-header--news {
    background: #fcebf1 url(/staff/assets/images/header_news.jpg) center center/cover no-repeat;
  }
  
  .main-header--recruit {
    background: #fcebf1 url(/staff/assets/images/header_recruit.jpg) center center/cover no-repeat;
  }
  
  .main-header--about {
    background: #fcebf1 url(/staff/assets/images/header_about.jpg) center center/cover no-repeat;
  }
  
  .main-header--member {
    background: #fcebf1 url(/staff/assets/images/header_member.jpg) center center/cover no-repeat;
  }

  .main-header--recruit {
    background: #fcebf1 url(/staff/assets/images/header_recruit.jpg) center center/cover no-repeat;
  }

  .main-header--entry {
    background: #fcebf1 url(/staff/assets/images/header_entry.jpg) center center/cover no-repeat;
  }


  
  .main-header--contact,
  .main-header--margin {
      background-image: -moz-linear-gradient( -45deg, rgb(241,125,122) 0%, rgb(247,177,202) 100%);
      background-image: -webkit-linear-gradient( -45deg, rgb(241,125,122) 0%, rgb(247,177,202) 100%);
      background-image: -ms-linear-gradient( -45deg, rgb(241,125,122) 0%, rgb(247,177,202) 100%);
      opacity: 0.749;
   }

  .main-header--data {
    background: #fcebf1 url(/staff/assets/images/header_data.jpg) center center/cover no-repeat;
  }
  .main-header--field {
    background: #fcebf1 url(/staff/assets/images/header_field.jpg) center center/cover no-repeat;
  }
  .main-header--message {
    background: #fcebf1 url(/staff/assets/images/header_message.jpg) center center/cover no-repeat;
  }
  .main-header--career {
    background: #fcebf1 url(/staff/assets/images/header_career.jpg) center center/cover no-repeat;
  }

  /*----------------------------------------------------
      見出し
  ----------------------------------------------------*/
  .main-titleA {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .main-titleA ._en {
    font-size: 30px;
    font-family: orpheuspro, serif;
    color: #e14a7f;
    font-weight: bold;
    line-height: 1;
  }
  
  .main-titleA ._ja {
    margin-top: 20px;
    font-size: 22px;
    font-family:     font-family: fot-tsukuardgothic-std,sans-serif;;
    font-weight: bold;
    line-height: 1;
  }
  
  .main-titleA ._ja:before {
    content: '';
    display: block;
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
    background-color: #b5b5b5;
    width: 40px;
    height: 1px;
  }
  
  @media screen and (max-width: 560px) {
    .main-titleA ._en {
      font-size: 24px;
    }
    .main-titleA ._ja {
      margin-top: 15px;
      font-size: 18px;
    }
    .main-titleA ._ja:before {
      margin-bottom: 14px;
      width: 40px;
      height: 1px;
    }
  }
  
  /*----------------------------------------------------
      paginate
  ----------------------------------------------------*/
  .paginate ul {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e14a7f;
  }
  
  .paginate .page a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e14a7f;
    background-color: #fff;
    color: #e14a7f;
    font-size: 18px;
  }
  
  .paginate .page a:hover {
    background-color: #e14a7f;
    color: #fff;
  }
  
  .paginate .dots span {
    display: block;
    margin-top: -0.75em;
  }
  
  .paginate .current a {
    color: #fff;
    background: #e14a7f;
  }
  
  .paginate .ctrl a span {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e14a7f;
    border-right: 2px solid #e14a7f;
    transform: rotate(45deg);
    transition: all .3s ease-out;
  }
  
  .paginate .ctrl.prev span {
    transform: rotate(-135deg);
  }
  
  @media screen and (min-width: 961px) {
    .paginate li + li {
      margin-left: 15px;
    }
    .paginate .ctrl.next {
      margin-left: 20px;
    }
    .paginate .ctrl.prev + li {
      margin-left: 20px;
    }
  }
  
  @media screen and (max-width: 960px) {
    .paginate li + li {
      margin-left: 15px;
    }
    .paginate a {
      width: 2em;
      height: 2em;
    }
  }
  
  @media screen and (max-width: 560px) {
    .paginate li {
      font-size: 14px;
    }
    .paginate .page a {
      width: 36px;
      height: 36px;
    }
  }
  
  /*----------------------------------------------------
      slick
  ----------------------------------------------------*/
  /* Arrows */
  .slick-prev,
  .slick-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    outline: none;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    z-index: 10;
  }
  
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .25;
  }
  
  .slick-prev {
    left: 1rem;
    transform: translate(0, -50%) rotate(-135deg);
  }
  
  .slick-next {
    right: 1rem;
    transform: translate(0, -50%) rotate(45deg);
  }
  
  /* Dots */
  .slick-dots {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -200%);
    display: flex;
  }
  
  .slick-dots li {
    width: 16px;
    height: 16px;
    font-size: 0;
  }
  
  .slick-dots li:not(:last-child) {
    margin-right: 16px;
  }
  
  .slick-dots li button {
    display: block;
    padding: 0;
    line-height: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #fff;
    font-size: 0;
    outline: none;
    border: 0;
  }
  
  .slick-dots li.slick-active button {
    background-color: #ccc;
  }
  
  @media screen and (max-width: 960px) {
    .slick-dots li {
      width: 10px;
      height: 10px;
    }
    .slick-dots li:not(:last-child) {
      margin-right: 10px;
    }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      border-radius: 100%;
    }
    .slick-dots li.slick-active button {
      background-color: #ccc;
    }
  }
  
  /*----------------------------------------------------
      汎用クラス
  ----------------------------------------------------*/
  .fadeIn {
    display: none;
  }
  
  .fadeIn.show {
    -webkit-animation: fadeIn 0.6s linear;
            animation: fadeIn 0.6s linear;
  }
  
  .bold,
  .strong {
    font-weight: bold;
  }
  
  .center {
    text-align: center;
  }
  
  .left {
    text-align: left;
  }
  
  .right {
    text-align: right;
  }
  
  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  
  .indent--2 {
    padding-left: 2em;
    text-indent: -2em;
  }
  
  .mb5 {
    margin-bottom: 5px !important;
  }
  
  .mb10 {
    margin-bottom: 10px !important;
  }
  
  .mb15 {
    margin-bottom: 15px !important;
  }
  
  .mb20 {
    margin-bottom: 20px !important;
  }
  
  .mb25 {
    margin-bottom: 25px !important;
  }
  
  .mb30 {
    margin-bottom: 30px !important;
  }
  
  .mb35 {
    margin-bottom: 35px !important;
  }
  
  .mb40 {
    margin-bottom: 40px !important;
  }
  
  .mb45 {
    margin-bottom: 45px !important;
  }
  
  .mb50 {
    margin-bottom: 50px !important;
  }
  
  .mb55 {
    margin-bottom: 55px !important;
  }
  
  .mb60 {
    margin-bottom: 60px !important;
  }
  
  .mb65 {
    margin-bottom: 65px !important;
  }
  
  .mb70 {
    margin-bottom: 70px !important;
  }
  
  .mb75 {
    margin-bottom: 75px !important;
  }
  
  .mb80 {
    margin-bottom: 80px !important;
  }
  
  .mb100 {
    margin-bottom: 100px !important;
  }
  
  @media screen and (max-width: 960px) {
    .mb5 {
      margin-bottom: 0.78125vw !important;
    }
    .mb10 {
      margin-bottom: 1.5625vw !important;
    }
    .mb15 {
      margin-bottom: 2.34375vw !important;
    }
    .mb20 {
      margin-bottom: 3.125vw !important;
    }
    .mb25 {
      margin-bottom: 3.90625vw !important;
    }
    .mb30 {
      margin-bottom: 4.6875vw !important;
    }
    .mb35 {
      margin-bottom: 5.46875vw !important;
    }
    .mb40 {
      margin-bottom: 6.25vw !important;
    }
    .mb45 {
      margin-bottom: 7.03125vw !important;
    }
    .mb50 {
      margin-bottom: 7.8125vw !important;
    }
    .mb55 {
      margin-bottom: 8.59375vw !important;
    }
    .mb60 {
      margin-bottom: 9.375vw !important;
    }
    .mb65 {
      margin-bottom: 10.15625vw !important;
    }
    .mb70 {
      margin-bottom: 10.9375vw !important;
    }
    .mb75 {
      margin-bottom: 11.71875vw !important;
    }
    .mb80 {
      margin-bottom: 12.5vw !important;
    }
    .mb100 {
      margin-bottom: 15.625vw !important;
    }
  }
  
  .fz10 {
    font-size: 0.625em;
  }
  
  .fz12 {
    font-size: 0.75em;
  }
  
  .fz13 {
    font-size: 0.8125em;
  }
  
  .fz14 {
    font-size: 0.875em;
  }
  
  .fz15 {
    font-size: 0.9375em;
  }
  
  .fz16 {
    font-size: 1em;
  }
  
  .fz17 {
    font-size: 1.0625em;
  }
  
  .fz18 {
    font-size: 1.125em;
  }
  
  .fz20 {
    font-size: 1.25em;
  }
  
  .fz22 {
    font-size: 1.375em;
  }
  
  .fz24 {
    font-size: 1.5em;
  }
  
  .fz26 {
    font-size: 1.625em;
  }
  
  .fz28 {
    font-size: 1.75em;
  }
  
  .fz30 {
    font-size: 1.875em;
  }
  
  .fz32 {
    font-size: 2em;
  }
  
  @media screen and (max-width: 960px) {
    .fz10--sp {
      font-size: 0.625em;
    }
    .fz12--sp {
      font-size: 0.75em;
    }
    .fz13--sp {
      font-size: 0.8125em;
    }
    .fz14--sp {
      font-size: 0.875em;
    }
    .fz15--sp {
      font-size: 0.9375em;
    }
    .fz16--sp {
      font-size: 1em;
    }
    .fz17--sp {
      font-size: 1.0625em;
    }
    .fz18--sp {
      font-size: 1.125em;
    }
    .fz20--sp {
      font-size: 1.25em;
    }
    .fz22--sp {
      font-size: 1.375em;
    }
    .fz24--sp {
      font-size: 1.5em;
    }
    .fz26--sp {
      font-size: 1.625em;
    }
    .fz28--sp {
      font-size: 1.75em;
    }
    .fz30--sp {
      font-size: 1.875em;
    }
    .fz32--sp {
      font-size: 2em;
    }
  }
  
  .hide {
    display: none;
  }
  
  .break_line {
    display: inline-block;
  }
  
  /*----------------------------------------------------
      widget-editor
  ----------------------------------------------------*/
  .widget-editor {
    font-size: 16px;
    line-height: 2;
  }
  
  .widget-editor h1 {
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: bold;
  }
  
  .widget-editor h2 {
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    font-weight: bold;
  }
  
  .widget-editor h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
  }
  
  .widget-editor h4 {
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-weight: bold;
  }
  
  .widget-editor h5 {
    font-size: 0.83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    font-weight: bold;
  }
  
  .widget-editor strong {
    font-weight: bold;
  }
  
  .widget-editor em {
    font-style: italic;
  }
  
  .widget-editor ul {
    margin-left: 1.5em;
  }
  
  .widget-editor li {
    list-style: disc;
  }
  
  .widget-editor > * + * {
    margin-top: 1.5em;
    word-break: break-all;
  }
  
  .widget-editor a {
    color: #31A2F2;
    text-decoration: underline;
  }
  
  .widget-editor a:hover {
    text-decoration: none;
  }
  
  .widget-editor table th {
    font-weight: bold;
  }
  
  .widget-editor table th,
  .widget-editor table td {
    padding: .5em .5em;
    border: 1px solid #ccc;
  }
  
  .widget-editor a {
    color: #006ec8;
    text-decoration: underline;
  }
  
  .widget-editor a:hover {
    text-decoration: none;
  }
  
  @media screen and (max-width: 560px) {
    .widget-editor {
      font-size: 14px;
    }
  }
    /*----------------------------------------------------
	フレックス
----------------------------------------------------*/

.fx {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.fl-1{
	webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.row-middle {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-align: center;
}

.ju-center {
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.ju-left {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
}
.ju-right {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
}
.ju-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: distribute;
}
.v-center {
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}
.v-end {
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.r-rev {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
@media screen and (max-width: 520px) {
  .sm-1{
    flex-direction: column;
  }
  }


.c-navy{
  color: #e14a7f;
}