@charset "UTF-8";
.family-raleway {
  font-family: 'Raleway', sans-serif;
}
body {
  font-family: "Mplus 1p", sans-serif;
  position: relative;
  border: solid #5ccfe6;
  border-width: 6px 6px 0;
}
body::before, body::after {
  position: fixed;
  z-index: 2147483646;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-color: #5ccfe6;
}
body::before {
  top: 0;
}
body::after {
  bottom: 0;
}

/* loader */
/*--------------------------------------------------*/
.loader-overlay {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5ccfe6;
}

.loader,
.loader::after {
  width: 10em;
  height: 10em;
  border-radius: 50%;
}

.loader {
  font-size: 10px;
  line-height: 1;
  position: fixed;
  z-index: 2147483647;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(255, 255, 102, 0.2);
  border-right: 0.8em solid rgba(255, 255, 102, 0.2);
  border-bottom: 0.8em solid rgba(255, 255, 102, 0.2);
  border-left: 0.8em solid #ff6;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* header000 */
/*--------------------------------------------------*/
.header000 {
  position: relative;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .header000 {
    display: none;
  }
}
.header000::before {
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff6;
}
.header000 .container-fluid {
  display: table;
  width: 100%;
}
.header000 .slash {
  z-index: -2;
  top: 35px;
  border-left-color: #ff6;
}

.logo000,
.nav000 {
  display: table-cell;
  vertical-align: middle;
}

/* logo000 */
/*--------------------------------------------------*/
.logo000-logo {
  position: relative;
  width: 300px;
}

.logo000-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* nav000 */
/*--------------------------------------------------*/
.nav000 {
  /* ○○ */
}

.nav000-list {
  text-align: right;
}
.nav000-list > li {
  vertical-align: middle;
  display: inline-block;
}
.nav000-list > li:not(:first-child) {
  margin-left: 25px;
}
.nav000-list > li > a {
  -webkit-transition: 250ms;
          transition: 250ms;
  position: relative;
  display: block;
  width: 125px;
  height: 125px;
  border: 6px solid #5ccfe6;
  border-radius: 50%;
  background-color: white;
  overflow: hidden;
}
.nav000-list > li > a > i {
  font-size: 80px;
  line-height: 1;
  width: 1em;
  height: 1em;
  opacity: .25;
  color: #5ccfe6;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.nav000-list > li > a > i::before {
  display: inherit;
  margin: 0;
}
.nav000-list > li > a:hover {
  border-width: 4px;
  background-color: yellow;
}
.nav000-list > li > a:hover > i {
  -webkit-transform: rotate(360deg) scale(1.2);
      -ms-transform: rotate(360deg) scale(1.2);
          transform: rotate(360deg) scale(1.2);
}
.nav000-list > li > a > span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  white-space: nowrap;
  color: #3ebbda;
}
.nav000-list > li small {
  font-size: 16px;
}

/* slash */
/*--------------------------------------------------*/
.slash {
  position: absolute;
  z-index: 1;
}

.slash-left-top-inside {
  left: 0;
  border-left: solid white;
  top: 0;
  border-bottom: solid transparent;
}

.slash-left-bottom-inside {
  left: 0;
  border-left: solid white;
  bottom: 0;
  border-top: solid transparent;
}

.slash-right-top-inside {
  right: 0;
  border-right: solid white;
  top: 0;
  border-bottom: solid transparent;
}

.slash-right-bottom-inside {
  right: 0;
  border-right: solid white;
  bottom: 0;
  border-top: solid transparent;
}

.slash-left-top-outside {
  left: 0;
  border-left: solid white;
  bottom: 99.8%;
  border-top: solid transparent;
}

.slash-left-bottom-outside {
  left: 0;
  border-left: solid white;
  top: 99.8%;
  border-bottom: solid transparent;
}

.slash-right-top-outside {
  right: 0;
  border-right: solid white;
  bottom: 99.8%;
  border-top: solid transparent;
}

.slash-right-bottom-outside {
  right: 0;
  border-right: solid white;
  top: 99.8%;
  border-bottom: solid transparent;
}

/* headerset164（PC） */
/*--------------------------------------------------*/
/* header164pc --------------------------------------*/
.header164pc {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .header164pc {
    display: none;
  }
}
.header164pc-inner {
  display: table;
  width: 100%;
  padding: 10px 0;
}

.header164pc-logo {
  /* empty */
}

.header164pc-logo,
.nav164pc {
  display: table-cell;
  vertical-align: middle;
}

/* nav164pc --------------------------------------*/
/* 親 */
.nav164pc-parent {
  display: table;
  width: 100%;
}

.nav164pc-parent > li {
  position: relative;
  display: table-cell;
}

.nav164pc-parent > li > a {
  display: block;
  padding: 0 5px;
  text-align: center;
}

.nav164pc-parent > li:first-child > a {
  padding-left: 0;
}

.nav164pc-parent > li:last-child > a {
  padding-right: 0;
}

.nav164pc-parent > li > a > .nav164pc-parent-icon > i {
  font-size: 40px;
  line-height: 1;
  display: block;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #a4c425;
}

.nav164pc-parent > li.header164pc-current > a > .nav164pc-parent-icon > i {
  color: #432415;
}

.ua-nontouch .nav164pc-parent > li > a[href]:hover > .nav164pc-parent-icon > i {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #588401;
}

.nav164pc-parent > li > a > .nav164pc-parent-text {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .nav164pc-parent > li > a > .nav164pc-parent-text {
    font-size: 14px;
  }
}
/* 子持ちアイコン */
.nav164pc-haschild > a > .nav164pc-parent-text::after,
.nav164pc-haschild .nav164pc-haschild > a::after {
  font-family: 'fontello-custom';
  content: '\e828';
}

.nav164pc-haschild .nav164pc-haschild > a {
  padding-right: 30px;
}

.nav164pc-haschild .nav164pc-haschild > a::after {
  position: absolute;
  right: 10px;
}

/* 子孫共通 */
.nav164pc-child {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  min-width: 100%;
  -webkit-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  white-space: nowrap;
  opacity: 0;
  border: solid transparent;
  border-width: 25px 0 0;
}

.nav164pc-haschild:hover > .nav164pc-child {
  visibility: visible;
  opacity: 1;
}

.nav164pc-child::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.nav164pc-child li {
  position: relative;
}

.nav164pc-child li + li {
  border-top: 1px dotted #432415;
}

.nav164pc-child li a {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 10px;
  -webkit-transition: 250ms;
  transition: 250ms;
}

.ua-nontouch .nav164pc-child li a[href]:hover {
  color: white;
  background-color: #a4c425;
}

/* 子 */
.nav164pc-parent > .nav164pc-haschild:hover > .nav164pc-child {
  border-width: 15px 0 0;
}

/* 孫 */
.nav164pc-child .nav164pc-child {
  top: 0;
  left: 100%;
  border-width: 10px 5px 5px;
}

.nav164pc-child > .nav164pc-haschild:hover > .nav164pc-child {
  border-width: 0 5px 5px;
}

/* headerset164（SP） */
/*--------------------------------------------------*/
.header164sp {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  padding: 10px;
  background-color: white;
  border: 6px solid #5ccfe6;
  overflow: hidden;
}
.header164sp::before {
  content: '';
  background-color: #ff6;
  top: 0;
  display: block;
  position: absolute;
  z-index: -1;
  height: 100vh;
  width: 50%;
  right: -10%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

@media (min-width: 992px) {
  .header164sp {
    display: none;
  }
}
@media (max-width: 991px) {
  .header164sp::before {
    display: none;
  }
}
.header164sp-logo,
.header164sp-hamburger {
  display: table-cell;
}

.header164sp-logo img {
  max-width: 90%;
  width: 175px;
}

.header164sp-hamburger {
  position: relative;
  z-index: 1;
  /* over nav164sp */
  text-align: right;
}

.header164sp-hamburger-inner {
  padding: 0;
  border: none;
}

.header164sp-hamburger-text {
  color: #3ebbda;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .1em;
}

/* nav164sp --------------------------------------*/
.nav164sp {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 70px 10px 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

.nav164sp-hamburger {
  position: fixed;
  top: 16px;
  right: 16px;
}

.nav164sp-parent {
  margin: -5px;
}

.nav164sp-parent li {
  position: relative;
  top: 50px;
  float: left;
  width: 25%;
  padding: 15px 5px;
  -webkit-transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
}
@media (max-width: 575px) {
  .nav164sp-parent li {
    width: 50%;
  }
}

.nav164sp-parent li:nth-child(1) {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
}

.nav164sp-parent li:nth-child(2) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.nav164sp-parent li:nth-child(3) {
  -webkit-transition-delay: 225ms;
  transition-delay: 225ms;
}

.nav164sp-parent li:nth-child(4) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.nav164sp-parent li:nth-child(5) {
  -webkit-transition-delay: 375ms;
  transition-delay: 375ms;
}

.nav164sp-parent li:nth-child(6) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.nav164sp-parent li:nth-child(7) {
  -webkit-transition-delay: 525ms;
  transition-delay: 525ms;
}

.nav164sp-parent li:nth-child(8) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.nav164sp-parent li:nth-child(9) {
  -webkit-transition-delay: 675ms;
  transition-delay: 675ms;
}

.nav164sp-parent li:nth-child(10) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

.nav164sp-open .nav164sp-parent li {
  top: 0;
  opacity: 1;
}

.nav164sp-parent li a {
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: auto;
  background-color: white;
  background-color: #ff6;
  border: 6px solid #5ccfe6;
}
@media (max-width: 767px) {
  .nav164sp-parent li a {
    width: 125px;
    height: 125px;
  }
}

@media (max-width: 767px) {
  .nav164sp-parent li a {
    padding: 10px;
  }
}
.nav164sp-parent li a .nav164sp-parent-icon {
  font-size: 65px;
  line-height: 1;
  color: #5ccfe6;
  opacity: .5;
}

@media (max-width: 767px) {
  .nav164sp-parent li a .nav164sp-parent-icon {
    font-size: 50px;
  }
}
.nav164sp-parent-text {
  font-size: 18px;
  line-height: 1.3;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #5ccfe6;
}
@media (max-width: 767px) {
  .nav164sp-parent-text {
    font-size: 16px;
  }
}
.nav164sp-parent-text .nav164sp-parent-text-small {
  font-size: 14px;
  margin-top: -5px;
  display: block;
}

.nav164sp-haschild {
  /* empty */
}

.html-no-overflow {
  overflow-y: hidden;
}

/* hamburger --------------------------------------*/
/*
** Hamburgers
** @description Tasty CSS-animated hamburgers
** @author Jonathan Suh @jonsuh
** @site https://jonsuh.com/hamburgers
** @link https://github.com/jonsuh/hamburgers
**
** Arranged by Jun Takahashi with OS. CO., LTD.
*/
.hamburger164 {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-property: opacity, -webkit-filter, opacity, filter;
  transition-property: opacity, filter;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger164:hover {
  opacity: .7;
}

.hamburger164-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger164-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger164-inner,
.hamburger164-inner::before,
.hamburger164-inner::after {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  border-radius: 4px;
  background-color: #3ebbda;
}

.hamburger164-inner::before,
.hamburger164-inner::after {
  display: block;
  content: "";
}

.hamburger164-inner::before {
  top: -10px;
}

.hamburger164-inner::after {
  bottom: -10px;
}

.hamburger164--squeeze .hamburger164-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.hamburger164--squeeze .hamburger164-inner::before {
  -webkit-transition: top 0s 0s ease, opacity 0s ease;
  transition: top 0s 0s ease, opacity 0s ease;
}

.hamburger164--squeeze .hamburger164-inner::after {
  -webkit-transition: bottom 0s 0s ease, -webkit-transform 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0s 0s ease, transform 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger164--squeeze.is-active .hamburger164-inner {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger164--squeeze.is-active .hamburger164-inner::before {
  top: 0;
  -webkit-transition: top 0s ease, opacity 0s 0s ease;
  transition: top 0s ease, opacity 0s 0s ease;
  opacity: 0;
}

.hamburger164--squeeze.is-active .hamburger164-inner::after {
  bottom: 0;
  -webkit-transition: bottom 0s ease, -webkit-transform 0s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0s ease, transform 0s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* headerScrolled */
/*--------------------------------------------------*/
.headerScrolled {
  position: fixed;
  z-index: 2147483647;
  width: 100%;
  top: -200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: white;
  border: 6px solid #5ccfe6;
  padding: 5px;
  overflow: hidden;
  -webkit-transition: top 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: top 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.headerScrolled.headerScrolled-scrolled {
  top: -1px;
}
.headerScrolled::before {
  content: '';
  background-color: #ff6;
  top: 0;
  display: block;
  position: absolute;
  z-index: -1;
  height: 100vh;
  width: 50%;
  right: -10%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.headerScrolled .container-fluid {
  display: table;
  width: 100%;
}

.headerScrolled-logo {
  vertical-align: middle;
}
.headerScrolled-logo span {
  vertical-align: middle;
}
.headerScrolled-logo img {
  width: 150px;
  position: relative;
  bottom: -5px;
}

/* navScrolled */
/*--------------------------------------------------*/
.navScrolled {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.navScrolled-list li {
  display: inline-block;
}
.navScrolled-list li + li {
  margin-left: 25px;
}
.navScrolled-list a {
  display: block;
}
.navScrolled-list i {
  color: #5ccfe6;
  font-size: 30px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ua-nontouch .navScrolled-list a:hover i {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.navScrolled-list span {
  vertical-align: middle;
  -webkit-transition: color 250ms;
          transition: color 250ms;
}
.ua-nontouch .navScrolled-list a:hover span {
  color: #5ccfe6;
}

/* bread-crumb */
/*--------------------------------------------------*/
.bread-crumb {
  text-align: center;
  margin-top: 100px;
  color: #666;
}
.bread-crumb a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .bread-crumb {
    color: white;
  }
}

/* footer000 */
/*------------------------------------------------------------*/
.footer000 {
  color: white;
  border-top: 6px solid #ff6;
  background-color: #3ebbda;
  z-index: 999;
}

.footer000-list {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .footer000-list {
    margin: 50px 0;
  }
}
.footer000-list > li > a {
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  display: block;
  padding: 10px 2em 10px 0;
  -webkit-transition: 250ms;
          transition: 250ms;
  border-top: 1px solid white;
}
.footer000-list > li > a.footer000-children::before {
  display: inline-block;
  width: 1em;
  content: '-';
  text-align: center;
}
.footer000-list > li > a::after {
  font-family: 'fontello-custom';
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  height: 1em;
  margin: auto 0;
  content: '\e806';
  -webkit-transition: right 250ms;
          transition: right 250ms;
}
.footer000-list > li:last-child > a {
  border-bottom: 1px solid white;
}
.ua-nontouch .footer000-list > li:hover > a {
  color: #ff6;
}
.ua-nontouch .footer000-list > li:hover > a::after {
  right: 0;
}

.footer000-copyright {
  display: block;
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid white;
}

/* headerSubpage */
/*------------------------------------------------------------*/
.headerSubpage {
  background-color: #5ccfe6;
  background-size: 55%;
  background-position: center top;
  background-image: url("http://hikari-pharmacy-com.check-xserver.jp/wp-content/themes/hikari-pharmacy/images/recruit/index/mainvisual000-04.jpg");
  height: 400px;
  width: 200%;
  position: absolute;
  top: -200px;
  left: -50%;
  -webkit-transform: rotate(-5.65deg);
      -ms-transform: rotate(-5.65deg);
          transform: rotate(-5.65deg);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  text-align: center;
  z-index: -1;
}
@media (max-width: 991px) {
  .headerSubpage{
    width: 400%;
    top: -220px;
    left: -140%;
    -webkit-background-size: 35%;
    background-size: 35%;
  }
}
@media (max-width: 767px) {
  .headerSubpage{
    -webkit-background-size: 45%;
    background-size: 45%;
  }
}
@media (max-width: 575px) {
  .headerSubpage{
    width: 480%;
    top: -230px;
    left: -150%;
    -webkit-background-size: 65%;
    background-size: 65%;
  }
}
/* title333 */
/*------------------------------------------------------------*/
.title333 {
  font-size: 45px;
  line-height: 1.3;
  font-weight: 900;
  position: relative;
  overflow: hidden;
  text-align: center;
  letter-spacing: .25em;
  color: #5ccfe6;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .title333{
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .title333 {
    font-size: 35px;
  }
}
.title333 > span::before,
.title333 > span::after {
  position: absolute;
  top: 50%;
  width: 100px;
  content: '';
}

@media (max-width: 575px) {
  .title333 > span::before,
  .title333 > span::after {
    display: none;
  }
}
.title333 > span::before {
  right: 105%;
}

.title333 > span::after {
  left: 105%;
}

.title333 > span::before,
.title333 > span::after {
  border-top: 1px solid #5ccfe6;
}

.title333-text {
  position: relative;
}


/* senior000 */
/*------------------------------------------------------------*/
.senior000{
  max-width:1200px;
  margin: 0 auto;
  counter-reset : number ;
}
.senior000-item {
  min-height: 530px;
  display: block;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow:hidden;
}
.bg-senior-photo{
  position: absolute;
  width: 100%;
  min-width: 400px;
  left: calc( 50% - 200px );
}

.number{
  width: 0;
  height: 0;
  border: 80px solid transparent;
  position: relative;
  z-index: 999;
  border-top: 80px solid #fff;
  border-left: 80px solid #fff;
}
li:nth-child(odd) .number{
  color: #b0f26d;
}
li:nth-child(even) .number{
  color: #ffb266;
}
.number::after{
  font-weight: 900;
  position: absolute;
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: counter(number , decimal-leading-zero) "";
  bottom: 0px;
  right: 0;
  font-size: 42px;
}
.senior000-lead {
  padding-right: 15px;
  color: white;
  font-size: 28px;
  position: absolute;
  bottom: 10%;
  left: 25px;
  font-weight: 500;
  line-height: 1.3em;
  text-shadow:
    -1px -1px 5px #5ccfe6,
    1px -1px 5px #5ccfe6,
    -1px 1px 5px #5ccfe6,
    1px 1px 5px #5ccfe6,
    -2px -2px 0 #5ccfe6,
    2px -2px 0 #5ccfe6,
    -2px 2px 0 #5ccfe6,
    2px 2px 0 #5ccfe6,
    -3px -3px 3px #5ccfe6,
    3px -3px 3px #5ccfe6,
    -3px 3px 3px #5ccfe6,
    3px 3px 3px #5ccfe6;
    z-index: 999;
}
.seinor000-data{
  position: absolute;
  top:0;
  right: 0;
  text-align: right;
  background: rgba(255, 255, 255, .6);
  width: 100%;
  padding: 5px 10px;
  line-height: 1.6em;
}
ul.senior-list li .seinor000-data{
  -webkit-transition-property: padding-bottom;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: linear;
}
ul.senior-list li a:hover .seinor000-data{
  padding-bottom:530px;
  -webkit-transition-property: padding-bottom;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: linear;
}
.man .senior000-en{
  color: #6cac39;
}
.woman .senior000-en{
  color: #ff4090;
}
.senior000-ja{
  font-size: 18px;
}
.senior000-year{
  color: #3ebbda;
}
@media (max-width: 767px) {
  .bg-senior-photo{
    left: 0;
  }
  .senior000-lead {
    font-size: 24px;
  }
}
/* 先輩紹介 senior のモーダル */
/*--------------------------------------------------*/
.remodal-is-initialized{
  -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
  margin: 100px 0 50px;
  border: 5px solid #5ccfe6;
}
.remodal{
  text-align: left;
  margin: 80px auto;
  max-width: 750px;
}
.remodal .senior-photo-image{
  max-width:200px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
}
.profile-main{
  display: inline-block;
  max-width: 400px;
  margin: 20px auto 10px;
}
.profile-main .senior000-ja{
}
.remodal .senior000-en , .remodal .senior000-year{
  border-bottom: 3px double #ccc;
  margin: 0 0 5px;
  padding: 0 0 5px;
}
.remodal .senior000-biography ul li{
  list-style: circle;
  margin-left: 1.25em;
}
.senior000-voice-01-title , .senior000-voice-02-title , .senior000-voice-03-title{
  font-size: 18px;
  white-space: nowrap;
}
.senior000-voice-01 p , .senior000-voice-02 p , .senior000-voice-03 p {
  margin: 20px;
}

.remodal-close-end{
  position: relative;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  display: block;
  -webkit-transition: background-color 500ms;
          transition: background-color 500ms;
  text-align: center;
  letter-spacing: .3em;
  background-color: white;
}
.remodal-close-end:hover{
  background-color: #ffff66;
}
@media (max-width: 991px) {
  .remodal {
    margin: 100px auto 20px;
 }
 .senior000-item {
   height: 500px;
 }
}
@media (max-width: 767px) {
  .remodal {
    padding: 0;
  }
  .remodal .senior-photo-image , .remodal .profile-main{
    display: block;
    text-align: center;
    margin: 20px auto;
  }
  .remodal [class*="hl-"] {
    background: none;
  }
  .profile-main {
    padding: 0 40px;
  }
  .profile-main .senior000-biography{
    text-align: left;
  }
  .senior000-item {
    height: 400px;
  }
  .senior000-voice-01-title, .senior000-voice-02-title, .senior000-voice-03-title {
    white-space: normal;
  }
  .senior000-voice-01-title {
    border-bottom: 5px solid rgba(102, 255, 204, 0.6);
  }
  .senior000-voice-02-title {
    border-bottom: 5px solid rgba(255, 170, 170, 0.6);
  }
  .senior000-voice-03-title {
    border-bottom: 5px solid rgba(102, 204, 255, 0.6);
  }
}

/* area map */
/*--------------------------------------------------*/

.map-icons {
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
}
.map-icon {
  float: left;
  width: 20%;
}
.map-icon-item {
  display: table;
}
.map-icon-main {
  display: table-cell;
  vertical-align: middle;
}
.map-icon-label {
  display: table-cell;
  vertical-align: middle;
}
/* 0～767 */
@media (max-width: 767px) {
  .map-icon {
    width: 33.333%;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .map-icon {
    width: 50%;
  }
}