@charset "UTF-8";
/* Scss Document */
/*-------------------------------------------------
    common
=================================================*/
body {
  font-size: 13px;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 1.8;
  background: #EBF8FA;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  min-width: 320px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, YuGothic, "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  position: relative;
  width: 100%;
}
body.open {
  overflow: hidden;
}
@media (min-width: 768px) {
  body {
    min-width: 1200px;
    font-size: 16px;
    line-height: 2.2;
  }
}
body.preload * {
  transition: none !important;
}
a {
  color: #00A5C0;
  text-decoration: none;
  transition: 0.5s;
  backface-visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a:hover {
  text-decoration: underline;
}

i, em {
  font-style: normal;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.inline-block {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt20 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mt20 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .pc_tal {
    text-align: left !important;
  }
  .pc_tar {
    text-align: right !important;
  }
  .pc_tac {
    text-align: center !important;
  }
  .pc_fl {
    float: left;
  }
  .pc_fr {
    float: right;
  }
}
@media (max-width: 767px) {
  .sp_tal {
    text-align: left !important;
  }
  .sp_tar {
    text-align: right !important;
  }
  .sp_tac {
    text-align: center !important;
  }
  .sp_fl {
    float: left;
  }
  .sp_fr {
    float: right;
  }
}
section,
nav,
header,
footer,
article,
figure {
  margin: 0;
  padding: 0;
}

p {
  margin: 20px 0;
}
@media (min-width: 768px) {
  p {
    margin: 30px 0;
  }
}

sub {
  vertical-align: baseline;
  font-size: 75%;
}

/*------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

mark {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, rgba(240, 192, 217, 0.6) 56%, rgba(240, 192, 217, 0.6) 100%);
  font-weight: 500;
}

@media (min-width: 768px) {
  .inner {
    width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 8vw;
    box-sizing: border-box;
  }
  .pc_only {
    display: none !important;
  }
}
.inner > * {
  position: relative;
}

/*------------------------------------------*/
h1, h2, h3, h4, b, strong {
  font-weight: 500;
}

h2.common {
  position: relative;
  margin: 0 0 30px;
  font-size: 18px;
}
@media (min-width: 768px) {
  h2.common {
    margin: 0 0 60px;
    font-size: 26px;
  }
}
h2.common .effect {
  position: absolute;
  top: 50%;
  left: -200px;
  width: 650px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  h2.common .effect {
    left: -400px;
    width: auto;
  }
}
h2.common .effect svg {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  h2.common .effect svg {
    width: auto;
  }
}
h2.common .effect g {
  transition: all 2s cubic-bezier(0.26, 0, 0.44, 1);
  transform-origin: center center;
  opacity: 0;
  filter: brightness(2);
}
h2.common .effect g:nth-of-type(1) {
  transition-delay: 0.6s;
  transform: translateX(-5%) scale(0.5);
}
h2.common .effect g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(-10%) scale(0.5);
}
h2.common .effect g:nth-of-type(3) {
  transition-delay: 0s;
  transform: translateX(-20%) scale(0.5);
}
h2.common .effect g:nth-of-type(4) {
  transition-delay: 0s;
  transform: translateX(-25%) scale(0.5);
}
h2.common .effect g:nth-of-type(5) {
  transition-delay: 0s;
  transform: translateX(-30%) scale(0.5);
}
h2.common span {
  position: relative;
}
@media (max-width: 767px) {
  h2.common .en img {
    height: 30px;
  }
}
h2.common .ja {
  display: block;
  line-height: 1;
  margin-top: 13px;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  h2.common .ja {
    margin-top: 20px;
  }
}
h2.common.is-show .effect g {
  transform: none;
  opacity: 1;
  filter: brightness(1);
}

h2.common2 {
  position: relative;
  margin: 0 0 30px;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  h2.common2 {
    margin: 0 0 60px;
    font-size: 26px;
  }
}
h2.common2 .effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140vw;
}
@media (min-width: 768px) {
  h2.common2 .effect {
    width: auto;
  }
}
h2.common2 .effect svg {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  h2.common2 .effect svg {
    width: auto;
  }
}
h2.common2 .effect g {
  transition: all 2s cubic-bezier(0.26, 0, 0.44, 1);
  transform-origin: center center;
  opacity: 0;
  filter: brightness(2);
}
h2.common2 .effect g:nth-of-type(1) {
  transition-delay: 0s;
  transform: translateX(-30%) scale(0.5);
}
h2.common2 .effect g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(-20%) scale(0.5);
}
h2.common2 .effect g:nth-of-type(3) {
  transition-delay: 0.6s;
  transform: translateX(-10%) scale(0.5);
}
h2.common2 span {
  position: relative;
}
@media (max-width: 767px) {
  h2.common2 .en img {
    height: 30px;
  }
}
@media (max-width: 767px) {
  h2.common2 .en.line2 img {
    height: 70px;
  }
}
h2.common2 .ja {
  display: block;
  line-height: 1;
  margin-top: 13px;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  h2.common2 .ja {
    margin-top: 20px;
  }
}
h2.common2.is-show .effect g {
  transform: none;
  opacity: 1;
  filter: brightness(1);
}

.mask_effect,
.mask_effect_nolink {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mask_effect .bg,
.mask_effect_nolink .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.mask_effect .bg span,
.mask_effect_nolink .bg span {
  display: block;
  height: 100%;
  transition: 0.5s;
}
.mask_effect .bg img,
.mask_effect_nolink .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mask_effect .bg::after,
.mask_effect_nolink .bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  background: rgba(0, 165, 192, 0.6);
}
.mask_effect .label,
.mask_effect_nolink .label {
  position: relative;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  line-height: 1.6;
  z-index: 2;
}
.mask_effect .label .sub,
.mask_effect_nolink .label .sub {
  display: block;
  font-size: 13px;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .mask_effect .label .sub,
  .mask_effect_nolink .label .sub {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.mask_effect .label_small,
.mask_effect_nolink .label_small {
  position: absolute;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  line-height: 1.6;
  z-index: 2;
  font-size: 10px;
  bottom: 30px;
}
@media (min-width: 768px) {
  .mask_effect .label_small,
  .mask_effect_nolink .label_small {
    font-size: 14px;
    bottom: 40px;
  }
}
.mask_effect .icon_entry,
.mask_effect_nolink .icon_entry {
  position: absolute;
  top: 50%;
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: 0.5s;
  transform: translateY(-50%);
}
.mask_effect .icon_entry::before,
.mask_effect_nolink .icon_entry::before {
  content: "";
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  background: #00A5C0;
  display: block;
  width: 100px;
  height: 100px;
  transition: 0.8s cubic-bezier(0.32, 0.05, 0.54, 1.4);
}
.mask_effect .icon_entry::after,
.mask_effect_nolink .icon_entry::after {
  content: "";
  color: #fff;
  line-height: 1px;
  position: relative;
  background: url(../images/icon_entry.svg) no-repeat center center/contain;
  width: 62px;
  height: 14px;
  opacity: 0;
  transition: 0.8s;
  transform: translate(0px, 10px) scale(0);
}
.mask_effect .icon_registry,
.mask_effect_nolink .icon_registry {
  position: absolute;
  top: 50%;
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: 0.5s;
  transform: translateY(-50%);
}
.mask_effect .icon_registry::before,
.mask_effect_nolink .icon_registry::before {
  content: "";
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  background: #00A5C0;
  display: block;
  width: 100px;
  height: 100px;
  transition: 0.8s cubic-bezier(0.32, 0.05, 0.54, 1.4);
}
.mask_effect .icon_registry::after,
.mask_effect_nolink .icon_registry::after {
  content: "";
  color: #fff;
  line-height: 1px;
  position: relative;
  background: url(../images/icon_more.svg) no-repeat center center/contain;
  width: 56px;
  height: 14px;
  opacity: 0;
  transition: 0.8s;
  transform: translate(0px, 10px) scale(0);
}
.mask_effect .icon_more,
.mask_effect_nolink .icon_more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: 0.5s;
}
.mask_effect .icon_more::before,
.mask_effect_nolink .icon_more::before {
  content: "";
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: #00A5C0;
  display: block;
  width: 50px;
  height: 50px;
  transition: 0.8s cubic-bezier(0.32, 0.05, 0.54, 1.4);
}
@media (min-width: 768px) {
  .mask_effect .icon_more::before,
  .mask_effect_nolink .icon_more::before {
    width: 100px;
    height: 100px;
  }
}
.mask_effect .icon_more::after,
.mask_effect_nolink .icon_more::after {
  content: "";
  color: #fff;
  line-height: 1px;
  position: relative;
  background: url(../images/icon_more.svg) no-repeat center center/contain;
  width: 56px;
  height: 14px;
  opacity: 0;
  transition: 0.8s;
  transform: translate(-20px, -15px) scale(0);
}
.mask_effect .icon_modal,
.mask_effect_nolink .icon_modal {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: 0.5s;
}
.mask_effect .icon_modal::before,
.mask_effect_nolink .icon_modal::before {
  content: "";
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: #00A5C0;
  display: block;
  width: 50px;
  height: 50px;
  transition: 0.8s cubic-bezier(0.32, 0.05, 0.54, 1.4);
}
@media (min-width: 768px) {
  .mask_effect .icon_modal::before,
  .mask_effect_nolink .icon_modal::before {
    width: 100px;
    height: 100px;
  }
}
.mask_effect .icon_modal::after,
.mask_effect_nolink .icon_modal::after {
  content: "┼";
  color: #fff;
  font-size: 18px;
  position: relative;
}
.mask_effect .bg_text,
.mask_effect_nolink .bg_text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #fff;
  z-index: 1;
  line-height: 1px;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.mask_effect .bg_text::before,
.mask_effect_nolink .bg_text::before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mask_effect .bg_text img,
.mask_effect_nolink .bg_text img {
  height: 8.5vw;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .mask_effect .bg_text img,
  .mask_effect_nolink .bg_text img {
    height: 60px;
  }
}
.mask_effect .prev,
.mask_effect .next,
.mask_effect_nolink .prev,
.mask_effect_nolink .next {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #fff;
  z-index: 1;
  line-height: 1px;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
@media (min-width: 768px) {
  .mask_effect .prev,
  .mask_effect .next,
  .mask_effect_nolink .prev,
  .mask_effect_nolink .next {
    top: inherit;
    bottom: -30px;
    transform: none;
    width: auto;
  }
}
.mask_effect .prev::before,
.mask_effect .next::before,
.mask_effect_nolink .prev::before,
.mask_effect_nolink .next::before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mask_effect .prev img,
.mask_effect .next img,
.mask_effect_nolink .prev img,
.mask_effect_nolink .next img {
  height: 8.5vw;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .mask_effect .prev img,
  .mask_effect .next img,
  .mask_effect_nolink .prev img,
  .mask_effect_nolink .next img {
    height: 13px;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .mask_effect .prev,
  .mask_effect_nolink .prev {
    padding: 0 0 0 20px;
    left: 0;
  }
}
.mask_effect .prev::before,
.mask_effect_nolink .prev::before {
  left: 0;
  border-right: 10px solid #fff;
}
@media (min-width: 768px) {
  .mask_effect .next,
  .mask_effect_nolink .next {
    padding: 0 20px 0 0;
    right: 0;
    left: inherit;
  }
}
.mask_effect .next::before,
.mask_effect_nolink .next::before {
  right: 0;
  border-left: 10px solid #fff;
}
@media (min-width: 768px) {
  .mask_effect:hover {
    text-decoration: none;
  }
  .mask_effect:hover .bg span {
    transform: scale(1.05);
  }
  .mask_effect:hover .bg::after {
    opacity: 0;
  }
  .mask_effect:hover .icon_entry::before, .mask_effect:hover .icon_registry::before {
    transform: scale(1);
  }
  .mask_effect:hover .icon_entry::after, .mask_effect:hover .icon_registry::after {
    opacity: 1;
    transform: none;
  }
  .mask_effect:hover .icon_more,
  .mask_effect:hover .icon_modal {
    width: 100px;
    height: 100px;
    right: -10px;
    bottom: -10px;
  }
  .mask_effect:hover .icon_more::before,
  .mask_effect:hover .icon_modal::before {
    transform: scale(1);
  }
  .mask_effect:hover .icon_more::after,
  .mask_effect:hover .icon_modal::after {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {
  .mask_effect.is-show2 {
    text-decoration: none;
  }
  .mask_effect.is-show2 .bg span {
    transform: scale(1.05);
  }
  .mask_effect.is-show2 .bg::after {
    opacity: 0;
  }
  .mask_effect.is-show2 .icon_modal {
    right: -7px;
    bottom: -7px;
  }
  .mask_effect.is-show2 .icon_modal::before {
    transform: scale(1);
  }
}

.inview._fade {
  opacity: 0;
  transition: all 2s cubic-bezier(0.26, 0, 0.44, 1);
}
.inview._fade.is-show {
  opacity: 1;
}

section {
  padding: calc(20vw + 20px) 0 0;
  margin: -20px 0 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  section {
    padding: 170px 0 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  section.ajust {
    padding: 60px 0 0 0;
  }
}

#allwrap {
  width: 100%;
  position: relative;
}

.ofhidden {
  width: 100%;
  overflow: hidden;
}

/*------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5vw 5vw;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  header {
    padding: 20px 35px 20px 40px;
    min-width: 1200px;
  }
}
header .logo {
  width: 200px;
  position: relative;
  z-index: 10002;
}
@media (min-width: 768px) {
  header .logo {
    width: auto;
  }
}
header .logo::before {
  content: "";
  background: url(../images/logo_back.svg) no-repeat right bottom/contain;
  position: absolute;
  width: 290px;
  height: 150px;
  top: -85px;
  left: -65px;
}
@media (min-width: 768px) {
  header .logo::before {
    width: 427px;
    height: 218px;
    top: -120px;
    left: -95px;
  }
}
header .logo img {
  position: relative;
}
header .pc_entry_btn {
  position: fixed;
  top: 20px;
  right: 140px;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
  font-size: 15px;
  z-index: 10001;
}
header .pc_entry_btn::before {
  content: "";
  background: #00A5C0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: 0.5s cubic-bezier(0.26, 0, 0.44, 1);
  transform: scale(0);
}
header .pc_entry_btn svg {
  position: relative;
  z-index: 2;
}
header .pc_entry_btn svg path {
  transition: 0.5s;
}
header .pc_entry_btn:hover::before {
  transform: scale(1);
}
header .pc_entry_btn:hover svg path {
  fill: #fff;
}
header .pc_entry_btn.open {
  border: 1px solid #00A5C0;
}

#gnavi #gnavi_wrap {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge */
  scrollbar-width: none;
  /* Firefox */
  z-index: 10000;
  -webkit-mask-image: url(../images/menu_bg.svg);
  mask-image: url(../images/menu_bg.svg);
  -webkit-mask-size: 60px;
  mask-size: 60px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top 3vw right 3vw;
  mask-position: top 3vw right 3vw;
  transition: all 0s;
  transition-duration: 1s;
}
@media (min-width: 768px) {
  #gnavi #gnavi_wrap {
    background-color: #8DD7E3;
    -webkit-mask-size: 100px;
    mask-size: 100px;
    -webkit-mask-position: top 20px right 30px;
    mask-position: top 20px right 30px;
  }
}
#gnavi #gnavi_wrap::-webkit-scrollbar {
  display: none;
}
#gnavi #gnavi_wrap.open {
  pointer-events: auto;
  -webkit-mask-size: 500vw;
  mask-size: 500vw;
  -webkit-mask-position: top -250vw right -250vw;
  mask-position: top -250vw right -250vw;
}
@media (min-width: 768px) {
  #gnavi #gnavi_wrap.open {
    background-color: #fff;
    overflow: hidden;
  }
  #gnavi #gnavi_wrap.open::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -182px;
    background: url(../images/menu_open_bg.svg) no-repeat center center/contain;
    width: 712.59px;
    height: 511.06px;
  }
}
#gnavi #gnavi_wrap .gnavi_nav {
  padding: 0 7.8125vw 7.8125vw;
}
#gnavi #gnavi_wrap .gnavi_nav ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #gnavi #gnavi_wrap .gnavi_nav ul {
    width: 870px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 70px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#gnavi #gnavi_wrap .gnavi_nav ul li {
  margin: 7.8125vw 0 0 0;
  text-align: center;
  padding: 0;
  list-style: none;
  position: relative;
}
@media (min-width: 768px) {
  #gnavi #gnavi_wrap .gnavi_nav ul li {
    margin: 0;
    width: 290px;
    text-align: left;
  }
}
#gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(1) {
  margin: 26.0416666667vw 0 0 0;
}
@media (min-width: 768px) {
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(1) {
    margin: 0;
  }
}
@media (min-width: 768px) {
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(2) {
    order: 1;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(2) a::before {
    left: 50px;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(3) {
    order: 4;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(3) a::before {
    left: 5px;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(4) {
    order: 7;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(4) a::before {
    left: -10px;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(5) {
    order: 2;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(5) a {
    margin-left: 80px;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(5) a::before {
    left: -10px;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(6) {
    order: 5;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(6) a {
    margin-left: 80px;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(6) a::before {
    left: -5px;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(7) {
    order: 3;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(7) a {
    margin-left: 120px;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(7) a::before {
    left: 35px;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(8) {
    order: 6;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(8) a {
    margin-left: 120px;
  }
  #gnavi #gnavi_wrap .gnavi_nav ul li:nth-child(8) a::before {
    left: 10px;
  }
}
#gnavi #gnavi_wrap .gnavi_nav ul a {
  display: block;
  font-size: 4.6875vw;
  color: #4d4d4d;
  position: relative;
}
@media (min-width: 768px) {
  #gnavi #gnavi_wrap .gnavi_nav ul a {
    font-size: 15px;
    display: inline-block;
  }
}
#gnavi #gnavi_wrap .gnavi_nav ul a .en {
  display: none;
}
@media (min-width: 768px) {
  #gnavi #gnavi_wrap .gnavi_nav ul a .en {
    display: block;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  #gnavi #gnavi_wrap .gnavi_nav ul a .jp {
    display: block;
    line-height: 1;
    margin-top: 2px;
  }
}
#gnavi #gnavi_wrap .gnavi_nav ul a:hover {
  text-decoration: none;
}
#gnavi #gnavi_wrap .gnavi_nav ul a:hover::before {
  opacity: 1;
}
#gnavi #gnavi_wrap .gnavi_nav ul a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
  background: url(../images/spmenu_hover.svg) no-repeat center center/contain;
  width: 19.4010416667vw;
  height: 19.4010416667vw;
}
@media (min-width: 768px) {
  #gnavi #gnavi_wrap .gnavi_nav ul a::before {
    top: 50%;
    transform: translateY(-50%);
    width: 83px;
    height: 83px;
  }
}
#gnavi #gnavi_wrap .gnavi_nav .btns {
  margin: 10.4166666667vw 0 0 0;
}
#gnavi #gnavi_wrap .gnavi_nav .btns a {
  height: 90px;
  font-size: 16px;
  margin-top: 15px;
}
#gnavi #gnavi_wrap .gnavi_nav .btns a:hover {
  text-decoration: none;
}
#gnavi #btn_menu {
  position: fixed;
  top: 3vw;
  right: 3vw;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
}
@media (min-width: 768px) {
  #gnavi #btn_menu {
    top: 20px;
    right: 30px;
    width: 100px;
    height: 100px;
  }
}
#gnavi #btn_menu .menu {
  display: block;
  line-height: 1;
}
#gnavi #btn_menu .menu svg {
  width: 30px;
  height: 8px;
}
@media (min-width: 768px) {
  #gnavi #btn_menu .menu svg {
    width: 64px;
    height: 16px;
  }
}
#gnavi #btn_menu .menu svg path {
  fill: #00A5C0;
}
@media (min-width: 768px) {
  #gnavi #btn_menu .menu svg path {
    fill: #FFF;
  }
}
#gnavi #btn_menu .close {
  display: none;
}
#gnavi #btn_menu.open {
  border: 1px solid #00A5C0;
}
@media (min-width: 768px) {
  #gnavi #btn_menu.open {
    background: #00A5C0;
  }
}
#gnavi #btn_menu.open .menu {
  display: none;
}
#gnavi #btn_menu.open .close {
  display: block;
  line-height: 1;
}
#gnavi #btn_menu.open .close svg {
  width: 15px;
}
@media (min-width: 768px) {
  #gnavi #btn_menu.open .close svg {
    width: 30px;
  }
}
#gnavi #btn_menu.open .close svg path {
  fill: #00A5C0;
}
@media (min-width: 768px) {
  #gnavi #btn_menu.open .close svg path {
    fill: #fff;
  }
}

/*------------------------------------------*/
#kv_effect {
  position: absolute;
  left: 50%;
  top: 0;
  text-align: center;
  width: 330vw;
  transform: translateX(-45%);
  height: 100vh;
  opacity: 0;
  filter: brightness(1.3);
  transition: 2s cubic-bezier(0.19, 0.59, 0.41, 1);
}
@media (min-width: 768px) {
  #kv_effect {
    filter: brightness(2);
    width: 2555px;
    transform: translateX(-1070px) rotate(1deg);
  }
}
#kv_effect img {
  width: auto;
  height: auto;
  max-width: none;
  width: 330vw;
  transition: 3s cubic-bezier(0.27, 0.74, 0.44, 0.99);
  transform-origin: 43% 44%;
}
@media (max-width: 767px) {
  #kv_effect img {
    transform: none !important;
  }
}
@media (min-width: 768px) {
  #kv_effect img {
    width: 2555px;
  }
}
#kv_effect div {
  position: absolute;
  top: 50vh;
  left: 0;
}
@media (min-width: 768px) {
  #kv_effect div {
    transform: translateY(-40%);
  }
}
#kv_effect span {
  display: block;
  transform-origin: 43% 44%;
}
#kv_effect span.l1, #kv_effect span.r1 {
  transform: scale(1.5);
  transition: 3s cubic-bezier(0.19, 0.59, 0.41, 1);
}
#kv_effect span.l2, #kv_effect span.r2 {
  transform: scale(1.3);
  transition: 3s cubic-bezier(0.19, 0.59, 0.41, 1);
}
#kv_effect span.l3, #kv_effect span.r3 {
  transform: scale(1.1);
  transition: 3s cubic-bezier(0.19, 0.59, 0.41, 1);
}
#kv_effect.is-show {
  filter: brightness(1);
  opacity: 0.8;
}
#kv_effect.is-show span {
  transform: none;
  opacity: 1;
}
@media (max-width: 767px) {
  #kv_effect .l1_wrap,
  #kv_effect .l2_wrap,
  #kv_effect .l3_wrap {
    transform: rotate(-12deg) translate(19%, -26%);
  }
  #kv_effect .r1_wrap,
  #kv_effect .r2_wrap,
  #kv_effect .r3_wrap {
    transform: rotate(-12deg) translate(13%, -45%);
  }
}

/*------------------------------------------*/
#kv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 20vw;
}
@media (min-width: 768px) {
  #kv {
    padding-top: 40px;
    padding: 0;
  }
}

/*------------------------------------------*/
#lead {
  padding: 10vw 0 0;
}
@media (min-width: 768px) {
  #lead {
    padding: 0 0 0;
  }
}
@media (min-width: 768px) {
  #lead .inner {
    padding-left: 590px;
  }
}
#lead h2 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.4em;
}
@media (min-width: 768px) {
  #lead h2 {
    font-size: 28px;
  }
}

/*------------------------------------------*/
#top_purpose {
  overflow: visible;
}
#top_purpose .frame {
  margin: -10vw 0 0;
}
@media (min-width: 768px) {
  #top_purpose .frame {
    margin: 0 0 20px;
  }
}
#top_purpose .frame .effect {
  transform: translateX(-2.8%) scale(1.25);
}
@media (min-width: 768px) {
  #top_purpose .frame .effect {
    transform: none;
  }
}
#top_purpose .frame .effect svg {
  width: 100%;
  height: auto;
}
#top_purpose .frame .effect2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  width: 100vw;
}
@media (min-width: 768px) {
  #top_purpose .frame .effect2 {
    transform: translate(-50%, -50%);
    width: 1500px;
  }
}
#top_purpose .frame .effect2 svg {
  width: 100%;
  height: auto;
}
#top_purpose .frame .effect2 g {
  transition: all 2s cubic-bezier(0.26, 0, 0.44, 1);
  opacity: 0;
  filter: brightness(2);
}
@media (max-width: 767px) {
  #top_purpose .frame .effect2 g:nth-of-type(1) {
    transform: translateX(30%);
    transition-delay: 0.3s;
  }
  #top_purpose .frame .effect2 g:nth-of-type(2) {
    transform: translateX(30%);
    transition-delay: 0.6s;
  }
  #top_purpose .frame .effect2 g:nth-of-type(3) {
    transform: translateX(-30%);
    transition-delay: 0.3s;
  }
  #top_purpose .frame .effect2 g:nth-of-type(4) {
    transform: translateX(-30%);
    transition-delay: 0.6s;
  }
}
@media (min-width: 768px) {
  #top_purpose .frame .effect2 g:nth-of-type(1) {
    transform: translateX(10%);
    transition-delay: 0.3s;
  }
  #top_purpose .frame .effect2 g:nth-of-type(2) {
    transform: translateX(10%);
    transition-delay: 0.6s;
  }
  #top_purpose .frame .effect2 g:nth-of-type(3) {
    transform: translateX(10%);
    transition-delay: 0.9s;
  }
  #top_purpose .frame .effect2 g:nth-of-type(4) {
    transform: translateX(-10%);
    transition-delay: 0.3s;
  }
  #top_purpose .frame .effect2 g:nth-of-type(5) {
    transform: translateX(-10%);
    transition-delay: 0.6s;
  }
}
#top_purpose .frame .effect2.is-show g {
  transform: none;
  opacity: 1;
  filter: brightness(1);
}
#top_purpose .frame .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}
#top_purpose .frame .text span {
  font-size: 16px;
}
@media (min-width: 768px) {
  #top_purpose .frame .text span {
    font-size: 20px;
  }
}
#top_purpose .frame .text strong {
  font-size: 19px;
  color: #00A5C0;
  font-weight: 500;
  display: block;
  margin: 5px 0 30px;
}
@media (min-width: 768px) {
  #top_purpose .frame .text strong {
    font-size: 28px;
  }
}
#top_purpose .frame .text p {
  font-weight: 500;
  margin: 0;
}
#top_purpose .btns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -20px 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #top_purpose .btns ul {
    margin: 0;
  }
}
#top_purpose .btns ul li {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media (min-width: 768px) {
  #top_purpose .btns ul li {
    width: 496px;
    margin: 0;
  }
}
#top_purpose .btns a {
  height: 128px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #top_purpose .btns a {
    height: 200px;
    font-size: 20px;
  }
}

/*------------------------------------------*/
#field dl {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #field dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -32px;
  }
}
#field dl > div {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  #field dl > div {
    margin: 40px 0 0 32px;
  }
}
#field dl dt {
  margin: 0;
  padding: 2px 0;
  text-align: center;
  background: #fff;
}
@media (min-width: 768px) {
  #field dl dt {
    padding: 0;
  }
}
#field dl dd {
  margin: 5px 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #field dl dd {
    margin: 20px 0 0;
  }
}
#field dl dd ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #field dl dd ul {
    margin: 0 0 0 -32px;
  }
}
#field dl dd ul li {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  width: calc(50% - 5px);
  height: 135px;
}
@media (min-width: 768px) {
  #field dl dd ul li {
    margin: 0 0 0 32px;
    width: 232px;
    height: 200px;
    font-size: 20px;
  }
}
#field dl dd ul li.mask_effect:hover .label {
  opacity: 0;
}
#field dl dd ul li.note {
  height: auto;
  align-self: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  #field dl dd ul li.note {
    font-size: 16px;
  }
}
#field dl dd ul li.modal_open {
  cursor: pointer;
}

/*------------------------------------------*/
.modal_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7777;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #CCEDF3;
  box-sizing: border-box;
  overflow: hidden;
}
.modal_box .modal_inner {
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .modal_box .modal_inner {
    padding: 110px 0 0;
  }
}
@media (min-width: 768px) {
  .modal_box .inner {
    max-width: 87%;
  }
}
.modal_box .modal_title {
  position: relative;
}
.modal_box .modal_title .en {
  position: relative;
  z-index: 2;
}
.modal_box .modal_title .en img {
  height: 30px;
}
@media (min-width: 768px) {
  .modal_box .modal_title .en img {
    height: 52px;
  }
}
.modal_box .modal_title .num {
  position: absolute;
  top: 5px;
  left: 70px;
  z-index: 1;
}
@media (min-width: 768px) {
  .modal_box .modal_title .num {
    top: -20px;
    left: 250px;
  }
}
.modal_box .modal_title .num img {
  height: 69px;
}
@media (min-width: 768px) {
  .modal_box .modal_title .num img {
    height: 96px;
  }
}
.modal_box .modal_title .ja {
  font-weight: 500;
  font-size: 18px;
  display: block;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .modal_box .modal_title .ja {
    position: absolute;
    top: 0;
    left: 290px;
    font-size: 20px;
    margin: 0;
  }
}
.modal_box h3 {
  font-size: 18px;
  border-bottom: 1px solid #fff;
  margin: 0 0 25px;
  padding: 0 0 3px;
  line-height: 1;
}
@media (min-width: 768px) {
  .modal_box h3 {
    font-size: 26px;
    padding: 0 0 5px;
    margin: 0 0 50px;
  }
}
.modal_box h3 span {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 768px) {
  .modal_box h3 span {
    padding: 0 0 20px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.modal_box h3 img {
  height: 32px;
}
@media (min-width: 768px) {
  .modal_box h3 img {
    height: 49px;
  }
}
.modal_box .box0 {
  background: #fff;
  margin: 0;
  margin: -15px 0 0;
  padding: 10vw 5vw 5vw;
}
@media (min-width: 768px) {
  .modal_box .box0 {
    margin: -15px 40px 0;
    padding: 60px 40px 40px;
  }
}
.modal_box .box0 h2 {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .modal_box .box0 h2 {
    font-size: 26px;
  }
}
.modal_box .box0 h2 span {
  color: #00A5C0;
  display: block;
  font-size: 13px;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .modal_box .box0 h2 span {
    font-size: 16px;
    margin: 0 0 7px;
  }
}
.modal_box .box0 p {
  margin: 0;
}
.modal_box .box1 {
  position: relative;
  color: #fff;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .modal_box .box1 {
    padding-top: 200px;
  }
}
.modal_box .box1::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 210%;
  background: url(../images/modal_bg1_sp.svg) no-repeat center top/100% 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .modal_box .box1::before {
    background: url(../images/modal_bg1_pc.svg) no-repeat center top/100% 1658px;
    top: 0;
    height: calc(100% + 300px);
  }
}
.modal_box .box1 > * {
  position: relative;
  z-index: 2;
}
.modal_box .box2 {
  position: relative;
  z-index: 3;
  padding: 90px 0 10px;
}
@media (min-width: 768px) {
  .modal_box .box2 {
    padding: 180px 0 90px;
  }
}
.modal_box .box2 h3 {
  border-bottom-color: #aaa;
}
.modal_box .box2 h3 span {
  border-bottom-color: #aaa;
}
.modal_box .box2::before {
  content: "";
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 165, 192, 0.76);
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .modal_box .box2::before {
    display: block;
  }
}
.modal_box .box2::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: calc(100% + 30px);
  background: url(../images/modal_bg2_sp.svg) no-repeat center top/100% 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .modal_box .box2::after {
    background: url(../images/modal_bg2_pc.svg) no-repeat center top/100% 2044px;
    height: calc(100% + 30px);
  }
}
.modal_box .box2 > * {
  position: relative;
  z-index: 2;
}
.modal_box .modal_link {
  background: rgb(10, 168, 194);
  position: relative;
  z-index: 10;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .modal_box .modal_link {
    padding: 100px 0;
  }
}
@media (min-width: 768px) {
  .modal_box .modal_link .inner {
    display: flex;
    justify-content: center;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
.modal_box .modal_link .modal_switch {
  border: 1px solid #fff;
  height: 100px;
  font-size: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal_box .modal_link .modal_switch {
    font-size: 26px;
  }
}
.modal_box .modal_link .modal_switch:nth-of-type(2) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .modal_box .modal_link .modal_switch:nth-of-type(2) {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .modal_box .modal_link .modal_switch {
    width: 408px;
    height: 140px;
  }
}
.modal_box .modal_link .modal_switch .label {
  line-height: 1.3 !important;
}

@media (min-width: 768px) {
  .cards-01__wrap {
    display: flex;
    justify-content: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: wrap;
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  .cards-01__item {
    width: calc((100% - 40px) / 3);
    margin-top: 30px;
  }
}

.card-01 {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .card-01 {
    margin: 0;
  }
}
.card-01__picture img {
  width: 100%;
}
.card-01__ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 15px 0 10px;
}
@media (min-width: 768px) {
  .card-01__ttl {
    font-size: 20px;
    margin-top: 20px;
  }
}
.modal_close {
  position: fixed;
  top: 3vw;
  right: 3vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  width: 60px;
  height: 60px;
  color: #000;
  text-align: center;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #00A5C0;
  cursor: pointer;
  border-radius: 1000px;
  transition: 0.5s;
  overflow: hidden;
}
@media (min-width: 768px) {
  .modal_close {
    width: 100px;
    height: 100px;
    top: 20px;
    right: 35px;
  }
}
.modal_close::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1000px;
  background: #00A5C0;
  transform: scale(0);
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_close::after {
  content: "";
  position: relative;
  background: url("../images/btn_close.svg") no-repeat center center/100%;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0s 0.1s;
}
.modal_close:hover::before {
  transform: scale(1.02);
}
.modal_close:hover::after {
  filter: brightness(0) invert(1);
}

/*------------------------------------------*/
#work .work-job {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #work .work-job {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
  }
}
#work .work-job h3 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#work .work-job__head {
  text-align: center;
  padding: 0 0 20px 80px;
}
@media (min-width: 768px) {
  #work .work-job__head {
    width: calc(100% - 440px);
    padding: 0;
  }
}
#work .work-job__head svg {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #work .work-job__head svg {
    width: 425px;
  }
}
#work .work-job__head svg path, #work .work-job__head svg .work-job__head svg circle {
  transition: fill 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
#work .work-job__head svg .part {
  cursor: pointer;
  transition: fill 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
#work .work-job__head svg .part:not(.is-active):hover path, #work .work-job__head svg .part:not(.is-active):hover circle {
  opacity: 1;
}
#work .work-job__head svg .part:not(.is-active):hover .txt {
  fill: #fff;
}
#work .work-job__head svg .is-active path, #work .work-job__head svg .work-job__head svg .is-active circle {
  opacity: 1;
}
#work .work-job__head svg .is-active .txt {
  fill: #fff;
}
#work .work-job__body {
  background: #fff;
  border-top: 2px solid #00A5C0;
  border-left: 1px solid #00A5C0;
}
@media (min-width: 768px) {
  #work .work-job__body {
    width: 440px;
  }
}
#work .work-job__body .work-job-slider {
  padding: 5vw;
}
@media (min-width: 768px) {
  #work .work-job__body .work-job-slider {
    padding: 30px 40px;
  }
}
#work .work-slide__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px;
}
#work .work-slide__head .work-slide__num {
  width: 67px;
  line-height: 1px;
}
#work .work-slide__head .work-slide__num svg {
  width: auto;
  height: 25px;
}
#work .work-slide__head .work-slide__ttl {
  width: calc(100% - 67px);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
#work .work-slide__body {
  line-height: 1.8;
}
#work .work-slide__foot {
  margin-top: 40px;
}
#work .work-job-item {
  display: flex;
  border: 2px solid #00A5C0;
  background: #00A5C0;
}
#work .work-job-item .work-job-item__head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00A5C0;
  color: #fff;
  text-align: center;
  padding: 10px;
  line-height: 1.8;
  width: 25%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #work .work-job-item .work-job-item__head {
    width: 35%;
  }
}
#work .work-job-item .work-job-item__body {
  width: 75%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.8;
  vertical-align: middle;
  background: #fff;
}
@media (min-width: 768px) {
  #work .work-job-item .work-job-item__body {
    width: 65%;
    padding: 10px 30px;
  }
}
#work .backoffice .work-slide__num path {
  fill: #0075C2;
}
#work .backoffice .work-job-item {
  border-color: #0075C2;
  background: #0075C2;
}
#work .backoffice .work-job-item .work-job-item__head {
  background: #0075C2;
}

/*------------------------------------------*/
#people .btns a {
  height: 128px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #people .btns a {
    height: 200px;
    font-size: 26px;
  }
}

/*------------------------------------------*/
@media (max-width: 767px) {
  #environment h2 .en img {
    height: 65px;
  }
}
#environment ul {
  margin: 0;
  padding: 0;
}
#environment ul li {
  margin: 15px 0 0;
  padding: 6vw 5vw;
  list-style: none;
  background: #fff;
  border-top: 2px solid #00A5C0;
  border-left: 1px solid #00A5C0;
}
@media (min-width: 768px) {
  #environment ul li {
    margin: 20px 0 0;
    padding: 30px 50px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  #environment ul li:first-child figure {
    margin-top: -50px;
  }
}
#environment ul li:first-child figure img {
  margin: 20px 0 0 -5%;
  max-width: 110%;
}
@media (min-width: 768px) {
  #environment ul li:first-child figure img {
    max-width: 310px;
    margin: 0 0 0 -30px;
  }
}
#environment ul li:nth-of-type(2) figure {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  #environment ul li:nth-of-type(2) figure {
    margin: 0;
  }
}
#environment ul li h3 {
  color: #00A5C0;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #environment ul li h3 {
    font-size: 20px;
    order: 1;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #environment ul li .text {
    order: 2;
    width: 612px;
  }
}
#environment ul li .text :last-child {
  margin-bottom: 0;
}
#environment ul li .note {
  margin-top: 10px;
  display: block;
}
#environment ul li figure {
  text-align: center;
  margin: 0 0 5vw;
}
@media (min-width: 768px) {
  #environment ul li figure {
    order: 3;
    align-self: center;
    width: 264px;
    margin: 0;
  }
}
#environment ul li figure img {
  max-height: 140px;
}
@media (min-width: 768px) {
  #environment ul li figure img {
    max-height: none;
  }
}

/*------------------------------------------*/
#recruit ol.flow {
  margin: 10vw 0;
  padding: 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #recruit ol.flow {
    justify-content: space-between;
    margin: 50px 0 80px;
  }
}
#recruit ol.flow li {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  width: calc((100% - 32px) / 3);
  position: relative;
}
@media (min-width: 768px) {
  #recruit ol.flow li {
    width: calc((100% - 128px) / 5);
    margin: 0;
  }
}
#recruit ol.flow li.blank {
  width: 10px;
}
#recruit ol.flow li::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: -11px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #00A5C0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #recruit ol.flow li::after {
    right: -21px;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 11px solid #00A5C0;
  }
}
#recruit ol.flow li.blank::after, #recruit ol.flow li:last-child::after {
  display: none;
}
#recruit ol.flow li span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60px;
  background: #fff;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #recruit ol.flow li span {
    height: 100px;
    font-size: 20px;
  }
}
#recruit .btns a {
  height: 128px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #recruit .btns a {
    height: 200px;
    font-size: 26px;
  }
}

/*------------------------------------------*/
#contact {
  padding-top: 15vw;
}
@media (min-width: 768px) {
  #contact {
    padding-top: 120px;
  }
}
#contact .frame {
  border: 1px solid #00A5C0;
  background: rgba(255, 255, 255, 0.5);
  padding: 5vw;
}
@media (min-width: 768px) {
  #contact .frame {
    padding: 20px 50px;
  }
}
#contact h2 {
  font-size: 16px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #contact h2 {
    font-size: 26px;
    margin: 10px 0 10px;
  }
}
#contact h2 .en {
  display: block;
  height: 8px;
  margin: 0 0 3px;
}
@media (min-width: 768px) {
  #contact h2 .en {
    height: 16px;
  }
}
#contact h2 .en img {
  height: 100%;
}
#contact .mailwrap {
  display: block;
  position: relative;
  color: #404040;
}
@media (min-width: 768px) {
  #contact .mailwrap {
    padding-left: 100px;
  }
}
#contact .mail {
  position: relative;
  padding-left: 50px;
}
@media (min-width: 768px) {
  #contact .mail {
    padding: 0;
    position: static;
    font-size: 20px;
    line-height: 1.6;
  }
}
#contact .mail i {
  position: absolute;
  top: 10px;
  left: 0;
  width: 32px;
}
@media (min-width: 768px) {
  #contact .mail i {
    top: 5px;
    width: 72px;
  }
}
#contact .mail i img {
  width: 100%;
}
#contact .mail span, #contact .mail a {
  display: block;
}
@media (min-width: 768px) {
  #contact .mail span, #contact .mail a {
    display: inline-block;
    margin-right: 20px;
  }
}
#contact .mail a:hover {
  text-decoration: underline;
}
#contact .note {
  text-align: center;
  font-size: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #contact .note {
    text-align: left;
    font-size: 16px;
    margin: 0;
  }
}

/*------------------------------------------*/
footer {
  position: relative;
  padding: 10vw 8vw 8vw;
  font-size: 10px;
}
@media (min-width: 768px) {
  footer {
    padding: 170px 50px 100px;
    font-size: 16px;
  }
}
footer .logo {
  margin: 3vw 0 20px;
}
@media (min-width: 768px) {
  footer .logo {
    margin: 0 0 50px;
  }
}
footer .logo img {
  width: 170px;
}
@media (min-width: 768px) {
  footer .logo img {
    width: 280px;
  }
}
@media (min-width: 768px) {
  footer .sy {
    position: absolute;
    bottom: 60px;
    right: 30px;
  }
}
footer .sy svg {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  footer .sy svg {
    width: 500px;
  }
}
footer .sy a {
  display: block;
}
footer .sy a #SY_bg {
  transition: 1.3s cubic-bezier(0.19, 0.59, 0.41, 1);
  transform: translate(0, 0);
}
footer .sy a #SY_img {
  transition: 1.3s cubic-bezier(0.19, 0.59, 0.41, 1);
  transform: translate(0, 0);
}
footer .sy a:hover #SY_bg {
  transform: translate(-5px, 5px);
}
footer .sy a:hover #SY_img {
  transform: translate(5px, -15px);
}
footer .link {
  margin: 20px 0 10px;
}
@media (min-width: 768px) {
  footer .link {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin: 0;
  }
}
footer .link a[target=_blank] {
  color: #aaa;
  display: inline-block;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  footer .link a[target=_blank] {
    margin: 0;
  }
}
footer .link a[target=_blank]::after {
  content: "";
  background: url(../images/icon_external.svg) no-repeat center center/contain;
  width: 10px;
  height: 9px;
  display: inline-block;
  margin-left: 3px;
  transition: 0.5s;
}
@media (min-width: 768px) {
  footer .link a[target=_blank]::after {
    width: 16px;
    height: 14px;
  }
}
footer .link a[target=_blank]:hover {
  color: #4d4d4d;
  text-decoration: none;
}
footer .link a[target=_blank]:hover::after {
  filter: brightness(0.5);
}
footer .copyright {
  letter-spacing: 0.04em;
  color: #aaa;
  margin: 5px 0 0 0;
}
@media (min-width: 768px) {
  footer .copyright {
    font-size: 14px;
  }
}

.bottom_effect {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: calc(50vw + 360px);
}
@media (min-width: 768px) {
  .bottom_effect {
    height: auto;
  }
}
.bottom_effect img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  max-width: none;
}
@media (min-width: 768px) {
  .bottom_effect img {
    width: auto;
    height: auto;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
.pagetitle_effect_wrap {
  width: 100%;
  height: 120vh;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .pagetitle_effect_wrap {
    height: 130vh;
  }
}

#pagetitle_effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 120vh;
  z-index: -1;
  transform-origin: center 30%;
}
@media (min-width: 768px) {
  #pagetitle_effect {
    height: 130vh;
  }
}
#pagetitle_effect .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  filter: brightness(5);
  opacity: 0;
  transition: 2s cubic-bezier(0.19, 0.59, 0.41, 1) 0.5s;
}
#pagetitle_effect .bg svg {
  width: 130vw;
  height: auto;
}
@media (min-width: 768px) {
  #pagetitle_effect .bg svg {
    width: auto;
  }
}
#pagetitle_effect .mask1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-0.2%) scale(1.1);
  transition: 1.5s cubic-bezier(0.19, 0.59, 0.41, 1);
  opacity: 0;
  filter: brightness(2);
  transform-origin: center bottom;
  width: 100%;
}
@media (min-width: 768px) {
  #pagetitle_effect .mask1 {
    top: -560px;
    width: auto;
    transform: translateX(-51%) translateY(-0.2%) scale(1.05);
  }
}
#pagetitle_effect .mask1 img {
  width: 100%;
}
@media (min-width: 768px) {
  #pagetitle_effect .mask1 img {
    max-width: none;
    width: auto;
  }
}
#pagetitle_effect .mask2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-0.5%) scale(1.2);
  transition: 1s cubic-bezier(0.19, 0.59, 0.41, 1) 0.2s;
  opacity: 0;
  filter: brightness(2);
  transform-origin: center bottom;
  width: 100%;
}
@media (min-width: 768px) {
  #pagetitle_effect .mask2 {
    bottom: inherit;
    top: -560px;
    width: auto;
    transform: translateX(-51%) translateY(-0.5%) scale(1.1);
  }
}
#pagetitle_effect .mask2 img {
  width: 100%;
}
@media (min-width: 768px) {
  #pagetitle_effect .mask2 img {
    max-width: none;
    width: auto;
  }
}
#pagetitle_effect.is-show .bg {
  filter: brightness(1);
  opacity: 1;
}
#pagetitle_effect.is-show .mask1,
#pagetitle_effect.is-show .mask2 {
  opacity: 1;
  filter: brightness(1);
  transform: translateX(-50%) translateY(0) scale(1);
}
@media (min-width: 768px) {
  #pagetitle_effect.is-show .mask1,
  #pagetitle_effect.is-show .mask2 {
    transform: translateX(-51%) translateY(0) scale(1);
  }
}

/*------------------------------------------*/
#pagetitle {
  color: #fff;
  text-align: center;
  height: 180vw;
  padding: 28vw 8vw 0;
}
@media (min-width: 768px) {
  #pagetitle {
    height: 900px;
    padding: 150px 0;
  }
}
#pagetitle h1 {
  margin: 0;
  padding: 10vw 0 0;
  position: relative;
}
@media (min-width: 768px) {
  #pagetitle h1 {
    padding-top: 35px;
  }
}
#pagetitle h1 .en {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#pagetitle h1 .ja {
  display: block;
  letter-spacing: 0.5em;
  font-weight: 500;
  line-height: 1;
  font-size: 5.5vw;
  position: relative;
}
@media (min-width: 768px) {
  #pagetitle h1 .ja {
    font-size: 26px;
  }
}
#pagetitle .lead {
  margin: 8vw 0 11vw;
  text-align: left;
  font-size: 3.5vw;
  position: relative;
}
@media (min-width: 768px) {
  #pagetitle .lead {
    margin: 30px 0 50px;
    text-align: center;
    font-size: 16px;
  }
}
#pagetitle ul.anchor {
  margin: 0;
  padding: 0;
}
#pagetitle ul.anchor li {
  margin: 20px 0 0;
  padding: 0 10vw;
  list-style: none;
}
@media (min-width: 768px) {
  #pagetitle ul.anchor li {
    display: inline-block;
    width: 200px;
    padding: 0 10px;
    margin: 0;
  }
}
#pagetitle ul.anchor li a {
  display: block;
  line-height: 1px;
  border-bottom: 1px solid #fff;
  padding: 0 0 15px;
  position: relative;
}
@media (min-width: 768px) {
  #pagetitle ul.anchor li a {
    padding: 0 0 10px;
  }
}
#pagetitle ul.anchor li a img {
  transition: 1s;
}
@media (max-width: 767px) {
  #pagetitle ul.anchor li a img {
    height: 12px;
  }
}
@media (min-width: 768px) {
  #pagetitle ul.anchor li a:hover img {
    transform: scale(1.15);
  }
}
#pagetitle ul.anchor li a::after {
  content: "";
  border-top: 8px solid #fff;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 5px;
  top: 10%;
}
@media (min-width: 768px) {
  #pagetitle ul.anchor li a::after {
    display: none;
  }
}

/*------------------------------------------*/
@media (min-width: 768px) {
  #message {
    overflow: visible;
  }
}
#message .message {
  position: relative;
}
@media (min-width: 768px) {
  #message .message {
    padding: 0 0 0 520px;
  }
}
#message h3 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  #message h3 {
    font-size: 26px;
    line-height: 1.8;
    margin: 0 0 50px;
  }
}
#message .photo {
  margin: 0 0 7vw;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  #message .photo {
    position: absolute;
    top: -70px;
    right: 260px;
    z-index: -1;
    margin: 0;
    height: calc(100% + 100px);
  }
}
@media (min-width: 768px) {
  #message .photo img {
    max-width: none;
  }
}
@media (min-width: 768px) {
  #message .photo figure {
    position: sticky;
    top: 0;
    left: 0;
  }
}
#message .photo figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  color: #404040;
  font-weight: 500;
}
@media (min-width: 768px) {
  #message .photo figcaption {
    bottom: 90px;
    left: 70px;
    right: inherit;
    text-align: left;
  }
}
#message .text {
  position: relative;
}

/*------------------------------------------*/
@media (min-width: 768px) {
  #purpose .lead {
    text-align: center;
  }
}
#purpose .frame {
  background: #fff;
  margin: 5vw -4vw 0;
  padding: 7vw 7vw;
}
@media (min-width: 768px) {
  #purpose .frame {
    padding: 90px;
    margin: 60px 0 0;
  }
}
#purpose .js-parallax {
  z-index: 10;
}
#purpose h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0;
  color: #00A5C0;
}
@media (min-width: 768px) {
  #purpose h3 {
    font-size: 26px;
    line-height: 1.8;
  }
}
#purpose figure {
  margin: 7vw 0;
}
@media (min-width: 768px) {
  #purpose figure {
    margin: 60px 0;
  }
}
#purpose h4 {
  color: #fff;
  background: #00A5C0;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.6;
  padding: 7px 0;
}
@media (min-width: 768px) {
  #purpose h4 {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 10px 0;
  }
}
#purpose dl {
  margin: 0;
}
#purpose dl > div {
  border-top: 2px solid #00A5C0;
  margin: 5px 0 0 0;
  padding: 15px;
  background: rgba(0, 165, 192, 0.08);
}
@media (min-width: 768px) {
  #purpose dl > div {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    margin: 10px 0 0;
  }
}
#purpose dl dt {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 768px) {
  #purpose dl dt {
    font-size: 20px;
    width: 280px;
    margin: 0;
    line-height: 2;
  }
}
#purpose dl dd {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #purpose dl dd {
    width: 460px;
  }
}
#purpose .dl {
  border-top: 2px solid #00A5C0;
  margin: 5px 0 0 0;
  padding: 15px;
  background: rgba(0, 165, 192, 0.08);
}
@media (min-width: 768px) {
  #purpose .dl {
    padding: 20px 40px;
    margin: 10px 0 0;
  }
}
#purpose .dl .dt {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 768px) {
  #purpose .dl .dt {
    font-size: 20px;
    margin: 0;
    line-height: 2;
  }
}
#purpose .dl .dd {
  margin: 0;
  padding: 0;
}
#purpose dl + h4,
#purpose .dl + h4 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #purpose dl + h4,
  #purpose .dl + h4 {
    margin-top: 50px;
  }
}

/*------------------------------------------*/
#other {
  overflow: visible;
}
#other h2 {
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  #other h2 {
    margin: 0 0 40px;
  }
}
#other h2 img {
  height: 20px;
}
@media (min-width: 768px) {
  #other h2 img {
    height: auto;
  }
}
#other .btns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -20px 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #other .btns ul {
    margin: -30px 0 0;
  }
}
#other .btns ul li {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media (min-width: 768px) {
  #other .btns ul li {
    width: 496px;
    margin: 30px 0 0;
  }
}
#other .btns a {
  height: 128px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #other .btns a {
    height: 200px;
    font-size: 20px;
  }
}

/*------------------------------------------*/
#history {
  z-index: 2;
}
#history .lead {
  margin: 0 0 10vw;
}
@media (min-width: 768px) {
  #history .lead {
    text-align: center;
    margin: 0 0 80px;
  }
}
#history .products {
  padding: 10vw 0 0;
}
@media (min-width: 768px) {
  #history .products {
    padding: 80px 0 0;
  }
}
#history .products h3 {
  color: #00A5C0;
  font-size: 16px;
  margin: 0 0 5vw;
}
@media (min-width: 768px) {
  #history .products h3 {
    font-size: 26px;
    margin: 0 0 50px;
  }
}

/*------------------------------------------*/
#outline dl dt, #outline dl dd {
  margin: 0;
  box-sizing: border-box;
}
#outline dl.outline_main {
  padding: 0 5vw;
  margin: 41px -5vw 0;
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  #outline dl.outline_main {
    padding: 0;
    margin: 0;
    background: none;
  }
}
#outline dl.outline_main::before, #outline dl.outline_main::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-top: 1px solid #00A5C0;
  border-bottom: 1px solid #00A5C0;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  #outline dl.outline_main::before, #outline dl.outline_main::after {
    height: 4px;
  }
}
#outline dl.outline_main::before {
  top: -11px;
}
@media (min-width: 768px) {
  #outline dl.outline_main::before {
    top: -22px;
  }
}
#outline dl.outline_main::after {
  bottom: -11px;
}
@media (min-width: 768px) {
  #outline dl.outline_main::after {
    bottom: -22px;
  }
}
#outline dl.outline_main a {
  color: #404040;
}
#outline dl.outline_main a[target=_blank] {
  display: inline-block;
}
#outline dl.outline_main a[target=_blank]::after {
  content: "";
  background: url(../images/icon_external2.svg) no-repeat center center/contain;
  width: 10px;
  height: 9px;
  display: inline-block;
  margin-left: 3px;
}
@media (min-width: 768px) {
  #outline dl.outline_main a[target=_blank]::after {
    width: 16px;
    height: 14px;
  }
}
#outline dl.outline_main > div {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  #outline dl.outline_main > div {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: none;
    padding: 0;
    border: none;
  }
}
#outline dl.outline_main > div > dt {
  font-size: 15px;
}
@media (min-width: 768px) {
  #outline dl.outline_main > div > dt {
    font-size: 20px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #DDDDDD;
    width: 232px;
    position: relative;
    line-height: 1.6;
  }
  #outline dl.outline_main > div > dt span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#outline dl.outline_main > div > dt small {
  font-size: 70%;
}
@media (min-width: 768px) {
  #outline dl.outline_main > div > dt small {
    display: block;
  }
}
#outline dl.outline_main > div > dd {
  font-size: 12px;
  padding: 0 0 0 30px;
}
@media (min-width: 768px) {
  #outline dl.outline_main > div > dd {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid #DDDDDD;
    width: 774px;
    padding: 10px 20px;
  }
}
#outline dl.outline_main > div > dd small {
  font-size: 70%;
}
#outline dl.outline_main > div > dd small.note {
  color: #aaa;
  display: inline-block;
}
#outline dl.outline_main > div:last-child {
  border: none;
}
#outline dl.outline_main > div:last-child > dt, #outline dl.outline_main > div:last-child > dd {
  border-bottom: none;
}
#outline dl.outline_sub {
  display: table;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #outline dl.outline_sub {
    margin: -10px -20px;
    width: calc(100% + 40px);
  }
}
#outline dl.outline_sub > div {
  display: table-row;
}
#outline dl.outline_sub > div > dt {
  display: table-cell;
  font-size: 12px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  width: 3em;
  padding: 3px 10px 3px 0;
}
@media (min-width: 768px) {
  #outline dl.outline_sub > div > dt {
    font-size: 16px;
    padding: 10px 20px;
  }
}
#outline dl.outline_sub > div > dd {
  display: table-cell;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding: 3px 10px;
  width: calc(100% - 3em);
}
@media (min-width: 768px) {
  #outline dl.outline_sub > div > dd {
    font-size: 16px;
    padding: 10px 20px;
  }
}
#outline dl.outline_sub > div:last-child dt, #outline dl.outline_sub > div:last-child dd {
  border-bottom: none;
}
#outline dl.outline_sub2 {
  margin: 0 0 0 -30px;
}
@media (min-width: 768px) {
  #outline dl.outline_sub2 {
    display: table;
    margin: -10px -20px;
  }
}
@media (min-width: 768px) {
  #outline dl.outline_sub2 > div {
    display: table-row;
  }
}
#outline dl.outline_sub2 > div > dt {
  color: #00A5C0;
  font-size: 13px;
}
@media (min-width: 768px) {
  #outline dl.outline_sub2 > div > dt {
    display: table-cell;
    font-size: 16px;
    color: #404040;
    vertical-align: middle;
    white-space: nowrap;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
  }
}
#outline dl.outline_sub2 > div > dd {
  font-size: 12px;
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  #outline dl.outline_sub2 > div > dd {
    display: table-cell;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    margin: 0;
  }
}
#outline dl.outline_sub2 > div:last-child dt, #outline dl.outline_sub2 > div:last-child dd {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #outline dl.outline_sub2 > div:last-child dt, #outline dl.outline_sub2 > div:last-child dd {
    padding-bottom: 10px;
  }
}

/*------------------------------------------*/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCS-my-theme.mCSB_scrollTools {
  z-index: 100;
  margin: 110px 2vw 20px 0;
}
@media (min-width: 768px) {
  .mCS-my-theme.mCSB_scrollTools {
    margin: 150px 20px 50px 0;
  }
}
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  width: 6px;
  border-radius: 100px;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
}

/*------------------------------------------*/
/*

a[href="https://js02.jposting.net/resonac/u/job.phtml"] {
  pointer-events: none;
  &::after {
    content:"1月5日公開予定";
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color:$blue;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: 0;
  }
}

#gnavi  {
  .entry {
    background:#EEEEEE !important;
    svg {
      filter: grayscale(1);
      opacity: .3;
    }
    &::after {
      font-size: 10px;
      padding-top:35px;
    }
  }
  .btns {
    .bg::after {
      background:rgba(#eee,.8);
    }
    a {
      &::after {
        font-size: 10px;
        padding-top:45px;
      }

    }
  }
}

#recruit {
  .btns {
    .bg::after {
      background:rgba(#eee,.8);
    }
    a {
      &::after {
        font-size: 14px;
        padding-top:55px;
        @media (min-width:$breakpoint) {
          padding-top:70px;
        }
      }

    }
  }
}

*/
/*------------------------------------------*/
body.registry {
  background: rgb(235, 248, 250);
  background: linear-gradient(0deg, rgb(235, 248, 250) 0%, rgb(235, 248, 250) 49%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
body.registry #pagetitle .btn_area {
  padding: 0 5vw;
}
@media (min-width: 768px) {
  body.registry #pagetitle .btn_area {
    font-size: 14px;
  }
}
body.registry #pagetitle .btn_area p {
  margin: 10px 0;
}
@media (min-width: 768px) {
  body.registry #pagetitle .btn_area p {
    margin: 10px 0;
  }
}
body.registry #pagetitle .btn_area a {
  border: 1px solid #fff;
  background: rgba(235, 248, 253, 0.43);
  width: 100%;
  line-height: 1;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.5s;
}
@media (min-width: 768px) {
  body.registry #pagetitle .btn_area a {
    width: 250px;
    height: 64px;
    margin: 0 auto;
  }
}
body.registry #pagetitle .btn_area a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  body.registry #pagetitle .btn_area a:hover {
    opacity: 0.5;
  }
}
body.registry #about {
  background: #fff;
}
@media (min-width: 768px) {
  body.registry #about p.lead {
    text-align: center;
  }
}
body.registry #merit {
  background: rgb(235, 248, 250);
  background: linear-gradient(0deg, rgb(235, 248, 250) 0%, rgb(235, 248, 250) 90%, rgb(255, 255, 255) 100%);
}
@media (min-width: 768px) {
  body.registry #merit {
    background: rgb(235, 248, 250);
    background: linear-gradient(0deg, rgb(235, 248, 250) 0%, rgb(235, 248, 250) 80%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
  }
}
body.registry #merit .inner h2 {
  text-align: center;
  margin: 0;
}
body.registry #merit .inner h2 span {
  color: #00A5C0;
}
body.registry #merit .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  body.registry #merit .inner ul {
    display: flex;
    justify-content: space-between;
  }
}
body.registry #merit .inner ul li {
  position: relative;
  margin: 30px 0 0 0;
}
@media (min-width: 768px) {
  body.registry #merit .inner ul li {
    margin: 60px 0 0 0;
    width: 320px;
  }
}
body.registry #merit .inner ul li .num {
  top: -10px;
  right: 0;
  position: absolute;
}
body.registry #merit .inner ul li .num svg {
  width: auto;
  height: 14vw;
}
@media (min-width: 768px) {
  body.registry #merit .inner ul li .num svg {
    height: 50px;
  }
}
body.registry #merit .inner ul li .img img {
  width: 100%;
}
body.registry #merit .inner ul li p {
  margin: 10px 0 0 0;
}
body.registry #step {
  background: rgb(235, 248, 250);
}
body.registry #step .inner h2 {
  text-align: center;
  margin: 0;
}
body.registry #step .inner h2 span {
  color: #00A5C0;
}
body.registry #step .inner ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
@media (min-width: 768px) {
  body.registry #step .inner ul {
    display: flex;
    justify-content: space-between;
  }
}
body.registry #step .inner ul li:nth-child(1) {
  background: #ABE7F0;
}
body.registry #step .inner ul li:nth-child(1) .arrow {
  display: block;
}
@media (min-width: 768px) {
  body.registry #step .inner ul li:nth-child(1) .arrow {
    display: none;
  }
}
body.registry #step .inner ul li:nth-child(2) {
  background: #8DD7E3;
}
body.registry #step .inner ul li:nth-child(2) .block {
  padding: 10px 10vw 8vw;
  position: relative;
}
@media (min-width: 768px) {
  body.registry #step .inner ul li:nth-child(2) .block {
    padding: 40px 30px;
  }
}
body.registry #step .inner ul li:nth-child(2) .block::before {
  content: "";
  display: block;
  background-color: #ABE7F0;
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  body.registry #step .inner ul li:nth-child(2) .block::before {
    height: 100%;
    width: 1px;
  }
}
body.registry #step .inner ul li:nth-child(2) .block::after {
  content: "";
  display: block;
  background-color: #ABE7F0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 50px;
  position: absolute;
  top: 119px;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  body.registry #step .inner ul li:nth-child(2) .block::after {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 90px;
    top: 0;
    left: 0;
    height: 100%;
  }
}
body.registry #step .inner ul li:nth-child(3) {
  background: #5ec6d7;
}
body.registry #step .inner ul li:nth-child(3) .block {
  padding: 10px 10vw 8vw;
  position: relative;
}
@media (min-width: 768px) {
  body.registry #step .inner ul li:nth-child(3) .block {
    padding: 40px 30px;
  }
}
body.registry #step .inner ul li:nth-child(3) .block::before {
  content: "";
  display: block;
  background-color: #8DD7E3;
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  body.registry #step .inner ul li:nth-child(3) .block::before {
    height: 100%;
    width: 1px;
  }
}
body.registry #step .inner ul li:nth-child(3) .block::after {
  content: "";
  display: block;
  background-color: #8DD7E3;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 50px;
  position: absolute;
  top: 119px;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  body.registry #step .inner ul li:nth-child(3) .block::after {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 90px;
    top: 0;
    left: 0;
    height: 100%;
  }
}
body.registry #step .inner ul li:nth-child(3) .arrow {
  display: none;
}
@media (min-width: 768px) {
  body.registry #step .inner ul li:nth-child(3) .arrow {
    display: block;
  }
}
body.registry #step .inner ul li .block {
  padding: 8vw 10vw;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 768px) {
  body.registry #step .inner ul li .block {
    padding: 40px 30px;
    height: 100%;
  }
}
body.registry #step .inner ul li .block .num {
  margin: 10px 0;
  text-align: center;
}
body.registry #step .inner ul li .block .num svg {
  width: auto;
  height: 14vw;
}
@media (min-width: 768px) {
  body.registry #step .inner ul li .block .num svg {
    height: 50px;
  }
}
body.registry #step .inner ul li .block .img img {
  width: 100%;
}
body.registry #step .inner ul li .block p {
  margin: 10px 0 0 0;
}
body.registry #step .inner ul li .arrow {
  margin: -10px 0 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  body.registry #step .inner ul li .arrow {
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
body.registry #step .inner ul li .arrow svg {
  width: 25px;
}
body.registry #register {
  background: rgb(235, 248, 250);
}
body.registry #register .btns a {
  height: 128px;
  font-size: 16px;
}
@media (min-width: 768px) {
  body.registry #register .btns a {
    height: 200px;
    font-size: 26px;
  }
}
body.registry #register ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  body.registry #register ul {
    margin: 15px 0 0 0;
  }
}
body.registry #register ul li {
  margin: 5px 0 0 0;
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  body.registry #register ul li {
    margin: 0;
    font-size: 12px;
  }
}
body.registry #other {
  margin: 20vw 0 0;
}
@media (min-width: 768px) {
  body.registry #other {
    margin: 10vw 0 0;
  }
}
body.registry #other .inner .other_lead {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 2;
}
@media (min-width: 768px) {
  body.registry #other .inner .other_lead {
    font-size: 26px;
  }
}
body.registry #other .inner h2 {
  font-size: 18px;
  margin: 160px 0 30px 0;
}
@media (min-width: 768px) {
  body.registry #other .inner h2 {
    font-size: 26px;
    margin: 230px 0 60px 0;
  }
}
body.registry #other .other_effect {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: 30px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  body.registry #other .other_effect {
    top: 0;
  }
}
body.registry #other .other_effect img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  max-width: none;
}
@media (min-width: 768px) {
  body.registry #other .other_effect img {
    max-height: 1085px;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}

/*------------------------------------------*/
#people_list .inner .block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #people_list .inner .block {
    flex-direction: row;
    justify-content: space-between;
  }
}
#people_list .inner .block:not(:first-child) {
  margin-top: 5.2083333333vw;
}
@media (min-width: 768px) {
  #people_list .inner .block:not(:first-child) {
    margin-top: 90px;
    margin-bottom: 70px;
  }
}
#people_list .inner .block .img_area {
  width: calc(100% - 5.2083333333vw);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #people_list .inner .block .img_area {
    width: 528px;
  }
}
#people_list .inner .block .txt_area {
  background: #fff;
  margin: -7.8125vw 0 0 auto;
  width: calc(100% - 5.2083333333vw);
  padding: 5.2083333333vw;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #people_list .inner .block .txt_area {
    position: absolute;
    top: 0;
    right: 0;
    margin: 50px 0 0 0;
    width: 568px;
    padding: 30px 30px 30px 100px;
  }
}
#people_list .inner .block .txt_area .num {
  position: absolute;
  top: 13.0208333333vw;
  right: 0;
}
@media (min-width: 768px) {
  #people_list .inner .block .txt_area .num {
    top: 0;
  }
}
#people_list .inner .block .txt_area .num svg {
  width: 12.9205729167vw;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  #people_list .inner .block .txt_area .num svg {
    width: 70.88px;
  }
}
#people_list .inner .block .txt_area .sub {
  margin-top: 10.4166666667vw;
  font-size: 4.1666666667vw;
  line-height: 6.25vw;
  color: #00A5C0;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  #people_list .inner .block .txt_area .sub.adjust {
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  #people_list .inner .block .txt_area .sub {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1;
  }
}
#people_list .inner .block .txt_area .sub::before {
  content: "";
  border-top: 1px solid #00A5C0;
  width: 100%;
  position: absolute;
  top: -0.2604166667vw;
  left: 0;
}
@media (min-width: 768px) {
  #people_list .inner .block .txt_area .sub::before {
    border-top: 2px solid #00A5C0;
    top: -10px;
  }
}
#people_list .inner .block .txt_area .sub::after {
  content: "";
  border-top: 1px solid #00A5C0;
  width: 100%;
  position: absolute;
  bottom: -0.2604166667vw;
  left: 0;
}
@media (min-width: 768px) {
  #people_list .inner .block .txt_area .sub::after {
    border-top: 2px solid #00A5C0;
    bottom: -10px;
  }
}
#people_list .inner .block .txt_area .catch {
  margin-top: 3.90625vw;
  font-size: 4.6875vw;
  line-height: 7.03125vw;
}
@media (min-width: 768px) {
  #people_list .inner .block .txt_area .catch {
    margin-top: 20px;
    font-size: 26px;
    line-height: 48px;
  }
}
#people_list .inner .block .txt_area .join {
  margin-top: 3.90625vw;
  font-size: 3.90625vw;
}
@media (min-width: 768px) {
  #people_list .inner .block .txt_area .join {
    margin-top: 30px;
    font-size: 20px;
  }
}
#people_list .inner .block .txt_area .arrow {
  margin-top: 6.5104166667vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  #people_list .inner .block .txt_area .arrow {
    margin-top: 50px;
  }
}
#people_list .inner .block .txt_area .arrow::after {
  content: "";
  background: url(../../people/images/icon_arrow.svg) no-repeat center center/contain;
  height: 1.8229166667vw;
  width: 2.6041666667vw;
  margin-left: 1.3020833333vw;
  transition: 0.5s;
}
@media (min-width: 768px) {
  #people_list .inner .block .txt_area .arrow::after {
    height: 8px;
    width: 11px;
    margin-left: 10px;
  }
}
#people_list .inner .block .txt_area .arrow img {
  width: 23.984375vw;
}
@media (min-width: 768px) {
  #people_list .inner .block .txt_area .arrow img {
    width: 122.8px;
  }
}
#people_list .inner a:hover {
  text-decoration: none;
}
#people_list .inner a:hover .txt_area .arrow::after {
  transform: translateX(10px);
}

/*------------------------------------------*/
#people_detail .mv {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #people_detail .mv {
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: 1024px;
  }
}
#people_detail .mv .effect {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  transform-origin: center 30%;
}
#people_detail .mv .effect .mask1 {
  position: absolute;
  top: 52.0833333333vw;
  left: calc(50% - 5.2083333333vw);
  opacity: 0;
  transform-origin: center bottom;
  transform: translateX(-50%) translateY(-0.2%) scale(1.1);
  transition: 1.5s cubic-bezier(0.19, 0.59, 0.41, 1);
  filter: brightness(2);
}
@media (min-width: 768px) {
  #people_detail .mv .effect .mask1 {
    top: 360px;
    left: calc(50% - 250px);
    transform: translateX(-51%) translateY(-0.2%) scale(1.05);
  }
}
#people_detail .mv .effect .mask1 img {
  width: 104.1666666667vw;
  max-width: 104.1666666667vw;
}
@media (min-width: 768px) {
  #people_detail .mv .effect .mask1 img {
    width: 830px;
    max-width: 830px;
  }
}
#people_detail .mv .effect .mask2 {
  position: absolute;
  top: 41.6666666667vw;
  left: calc(50% - 18.2291666667vw);
  opacity: 0;
  transform-origin: center bottom;
  transform: translateX(-50%) translateY(-0.5%) scale(1.2);
  transition: 1s cubic-bezier(0.19, 0.59, 0.41, 1) 0.2s;
  filter: brightness(2);
}
@media (min-width: 768px) {
  #people_detail .mv .effect .mask2 {
    top: 290px;
    left: calc(50% - 390px);
    transform: translateX(-51%) translateY(-0.5%) scale(1.1);
  }
}
#people_detail .mv .effect .mask2 img {
  width: 157.9427083333vw;
  max-width: 157.9427083333vw;
}
@media (min-width: 768px) {
  #people_detail .mv .effect .mask2 img {
    width: 1250px;
    max-width: 1250px;
  }
}
#people_detail .mv .effect.is-show .mask1,
#people_detail .mv .effect.is-show .mask2 {
  opacity: 1;
  filter: brightness(1);
  transform: translateX(-50%) translateY(0) scale(1);
}
#people_detail .mv .img_area {
  width: 100%;
}
@media (min-width: 768px) {
  #people_detail .mv .img_area {
    width: 62.5%;
    min-width: 800px;
    position: absolute;
    top: 150px;
    left: 0;
  }
}
@media (min-width: 768px) {
  #people_detail .mv .img_area img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#people_detail .mv .txt_area {
  margin-top: 11.71875vw;
  padding: 0 8vw;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #people_detail .mv .txt_area {
    width: 42.9%;
    height: 450px;
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
#people_detail .mv .txt_area .num {
  line-height: 1;
}
#people_detail .mv .txt_area .num svg {
  width: 16.6119791667vw;
  height: auto;
}
@media (min-width: 768px) {
  #people_detail .mv .txt_area .num svg {
    width: 99.23px;
  }
}
#people_detail .mv .txt_area .sub {
  margin-top: 3.90625vw;
  font-size: 4.1666666667vw;
  line-height: 6.25vw;
  color: #00A5C0;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  #people_detail .mv .txt_area .sub.adjust {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  #people_detail .mv .txt_area .sub {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1;
  }
}
#people_detail .mv .txt_area .sub::before {
  content: "";
  border-top: 1px solid #00A5C0;
  width: 100%;
  position: absolute;
  top: -0.2604166667vw;
  left: 0;
}
@media (min-width: 768px) {
  #people_detail .mv .txt_area .sub::before {
    border-top: 2px solid #00A5C0;
    top: -10px;
  }
}
#people_detail .mv .txt_area .sub::after {
  content: "";
  border-top: 1px solid #00A5C0;
  width: 100%;
  position: absolute;
  bottom: -0.2604166667vw;
  left: 0;
}
@media (min-width: 768px) {
  #people_detail .mv .txt_area .sub::after {
    border-top: 2px solid #00A5C0;
    bottom: -10px;
  }
}
#people_detail .mv .txt_area .catch {
  margin-top: 3.90625vw;
  font-size: 4.6875vw;
  line-height: 7.03125vw;
}
@media (min-width: 768px) {
  #people_detail .mv .txt_area .catch {
    margin-top: 20px;
    font-size: 26px;
    line-height: 48px;
  }
}
#people_detail .mv .txt_area .join {
  margin-top: 3.90625vw;
  font-size: 3.90625vw;
}
@media (min-width: 768px) {
  #people_detail .mv .txt_area .join {
    margin-top: 30px;
    font-size: 20px;
  }
}
#people_detail .inner {
  margin-top: 6.5104166667vw;
}
@media (min-width: 768px) {
  #people_detail .inner {
    margin-top: 100px;
  }
}
#people_detail .inner .block1 .frame {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #people_detail .inner .block1 .frame {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
  }
}
#people_detail .inner .block1 .frame .effect {
  position: absolute;
  bottom: -12.3697916667vw;
  right: -15.234375vw;
}
@media (min-width: 768px) {
  #people_detail .inner .block1 .frame .effect {
    bottom: auto;
    right: -146px;
    top: -108px;
  }
}
#people_detail .inner .block1 .frame .effect svg {
  width: 51.8841145833vw;
  height: auto;
}
@media (min-width: 768px) {
  #people_detail .inner .block1 .frame .effect svg {
    width: auto;
  }
}
#people_detail .inner .block1 .frame .effect g {
  transition: all 2s cubic-bezier(0.26, 0, 0.44, 1);
  transform-origin: center center;
  opacity: 0;
  filter: brightness(2);
}
#people_detail .inner .block1 .frame .effect g:nth-of-type(1) {
  transition-delay: 0.9s;
  transform: translateX(5%) scale(0.5);
}
#people_detail .inner .block1 .frame .effect g:nth-of-type(2) {
  transition-delay: 0.6s;
  transform: translateX(10%) scale(0.5);
}
#people_detail .inner .block1 .frame .effect g:nth-of-type(3) {
  transition-delay: 0.3s;
  transform: translateX(20%) scale(0.5);
}
#people_detail .inner .block1 .frame .effect g:nth-of-type(4) {
  transition-delay: 0s;
  transform: translateX(30%) scale(0.5);
}
#people_detail .inner .block1 .frame .effect.is-show g {
  transform: none;
  opacity: 1;
  filter: brightness(1);
}
#people_detail .inner .block1 .frame .name_area {
  width: calc(100% - 5.2083333333vw);
  padding: 6.5104166667vw;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  #people_detail .inner .block1 .frame .name_area {
    width: 528px;
    padding: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
#people_detail .inner .block1 .frame .name_area::before {
  content: "";
  background: #00A5C0;
  width: 1.0416666667vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  #people_detail .inner .block1 .frame .name_area::before {
    width: 4px;
  }
}
#people_detail .inner .block1 .frame .name_area .department {
  font-size: 13px;
  line-height: 25px;
}
@media (min-width: 768px) {
  #people_detail .inner .block1 .frame .name_area .department {
    font-size: 16px;
    line-height: 34px;
  }
}
#people_detail .inner .block1 .frame .name_area .name {
  margin-top: 5.2083333333vw;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 768px) {
  #people_detail .inner .block1 .frame .name_area .name {
    margin-top: 30px;
    font-size: 26px;
  }
}
#people_detail .inner .block1 .frame .name_area .join {
  margin-top: 2.6041666667vw;
  font-size: 15px;
  line-height: 1;
}
@media (min-width: 768px) {
  #people_detail .inner .block1 .frame .name_area .join {
    margin-top: 20px;
    font-size: 20px;
  }
}
#people_detail .inner .block1 .frame .profile_area {
  width: calc(100% - 5.2083333333vw);
  margin: -3.90625vw 0 0 auto;
  padding: 11.71875vw 5.2083333333vw 6.5104166667vw;
  background: #00A5C0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #people_detail .inner .block1 .frame .profile_area {
    width: 584px;
    margin: 30px 0 0 auto;
    padding: 40px 40px 40px 120px;
  }
}
#people_detail .inner .block1 .frame .profile_area .sub {
  width: 20.8333333333vw;
  line-height: 1;
}
@media (min-width: 768px) {
  #people_detail .inner .block1 .frame .profile_area .sub {
    width: 120px;
  }
}
#people_detail .inner .block1 .frame .profile_area .txt {
  margin-top: 3.90625vw;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
}
@media (min-width: 768px) {
  #people_detail .inner .block1 .frame .profile_area .txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
  }
}
#people_detail .inner .block2 {
  margin-top: 26.0416666667vw;
}
@media (min-width: 768px) {
  #people_detail .inner .block2 {
    margin-top: 150px;
  }
}
#people_detail .inner .block2 .frame {
  display: flex;
  flex-direction: column;
}
#people_detail .inner .block2 .frame .txt_area {
  margin-top: 3.90625vw;
  font-size: 13px;
  line-height: 25px;
}
@media (min-width: 768px) {
  #people_detail .inner .block2 .frame .txt_area {
    width: 870px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 34px;
  }
}
#people_detail .inner .block2 .frame .img_area {
  margin-top: 6.5104166667vw;
}
@media (min-width: 768px) {
  #people_detail .inner .block2 .frame .img_area {
    margin-top: 60px;
    width: 792px;
  }
}
#people_detail .inner .block3 {
  margin-top: 26.0416666667vw;
}
@media (min-width: 768px) {
  #people_detail .inner .block3 {
    margin-top: 150px;
  }
}
#people_detail .inner .block3 .frame {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #people_detail .inner .block3 .frame {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
  }
}
#people_detail .inner .block3 .frame .txt_area {
  margin-top: 3.90625vw;
  font-size: 13px;
  line-height: 25px;
}
@media (min-width: 768px) {
  #people_detail .inner .block3 .frame .txt_area {
    margin-top: 0;
    font-size: 16px;
    line-height: 34px;
    width: 496px;
  }
}
#people_detail .inner .block3 .frame .img_area {
  margin-top: 6.5104166667vw;
}
@media (min-width: 768px) {
  #people_detail .inner .block3 .frame .img_area {
    margin-top: 0;
    width: 496px;
  }
}
#people_detail .inner .block4 {
  margin-top: 26.0416666667vw;
  margin-bottom: 6.5104166667vw;
}
@media (min-width: 768px) {
  #people_detail .inner .block4 {
    margin-top: 100px;
    margin-bottom: 25px;
  }
}
#people_detail .inner .block4 .frame .effect {
  transform: translateX(-2.8%) scale(1.25);
}
#people_detail .inner .block4 .frame .effect svg {
  width: 141.6666666667vw;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
@media (min-width: 768px) {
  #people_detail .inner .block4 .frame .effect svg {
    width: 960px;
  }
}
#people_detail .inner .block4 .frame .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00A5C0;
  width: 75.5208333333vw;
}
@media (min-width: 768px) {
  #people_detail .inner .block4 .frame .text {
    width: 736px;
  }
}
#people_detail .inner .block4 .frame .text strong {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  #people_detail .inner .block4 .frame .text strong {
    font-size: 26px;
    line-height: 48px;
  }
}
#people_detail .inner .block4 .frame .text p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 25px;
}
@media (min-width: 768px) {
  #people_detail .inner .block4 .frame .text p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
  }
}
#people_detail .inner .note {
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
  color: #999;
}
@media (min-width: 768px) {
  #people_detail .inner .note {
    font-size: 14px;
  }
}
#people_detail h3.common {
  position: relative;
  font-size: 18px;
  line-height: 27px;
  color: #00A5C0;
  margin: 0;
}
@media (min-width: 768px) {
  #people_detail h3.common {
    font-size: 26px;
    line-height: 48px;
  }
}
#people_detail h3.common .effect {
  position: absolute;
  top: 50%;
  left: -6.5104166667vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #people_detail h3.common .effect {
    left: -50px;
    width: auto;
  }
}
#people_detail h3.common .effect svg {
  width: 28.1315104167vw;
  height: auto;
}
@media (min-width: 768px) {
  #people_detail h3.common .effect svg {
    width: auto;
  }
}
#people_detail h3.common .effect g {
  transition: all 2s cubic-bezier(0.26, 0, 0.44, 1);
  transform-origin: center center;
  opacity: 0;
  filter: brightness(2);
}
#people_detail h3.common .effect g:nth-of-type(1) {
  transition-delay: 0.6s;
  transform: translateX(-10%) scale(0.5);
}
#people_detail h3.common .effect g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(-20%) scale(0.5);
}
#people_detail h3.common .effect g:nth-of-type(3) {
  transition-delay: 0s;
  transform: translateX(-40%) scale(0.5);
}
#people_detail h3.common span {
  position: relative;
}
#people_detail h3.common.is-show .effect g {
  transform: none;
  opacity: 1;
  filter: brightness(1);
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*//*# sourceMappingURL=common.css.map */