#global-header .inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  #global-header .inner {
    display: block;
  }
}
#global-header .inner h1 {
  margin-right: 36px;
  padding: 12px 0 12px 24px;
}
@media screen and (max-width: 1100px) {
  #global-header .inner h1 {
    text-align: center;
    padding-left: 0;
  }
}
#global-header .inner h1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1100px) {
  #global-header .inner h1 img {
    width: auto;
  }
}
@media screen and (max-width: 1100px) {
  #global-header .inner #global_navi {
    display: none;
  }
}
#global-header .inner #global_navi ul {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
#global-header .inner #global_navi ul li {
  width: 100%;
}
#global-header .inner #global_navi ul li a {
  display: inline-block;
  padding: 20px 24px;
  transition: all 0.5s ease;
}
#global-header .inner #global_navi ul li a:hover {
  background: #D3EFFD;
}
#global-header .inner #global_navi ul li a:hover span {
  color: #34A1DA;
}
#global-header .inner #global_navi ul li a span {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #3C3C3C;
  transition: all 0.5s ease;
}
#global-header .inner #global_navi ul li a span.en {
  font-size: 1.7rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4px;
}
#global-header .inner #global_navi ul li a span.ja {
  font-size: 1.3rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 500;
}

#key-visual {
  width: 100%;
  height: 87vh;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  #key-visual {
    height: 48vh;
  }
}
#key-visual .swiper {
  width: 100%;
  height: 100%;
}
#key-visual .swiper .key-pic {
  width: 100%;
  height: 100%;
}
#key-visual .swiper .key-pic img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
#key-visual .key-txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #key-visual .key-txt {
    display: block;
  }
}
#key-visual .key-txt .key_txt_pic {
  padding-left: 12%;
}
@media screen and (max-width: 1366px) {
  #key-visual .key-txt .key_txt_pic {
    padding-left: 4%;
  }
}
@media screen and (max-width: 520px) {
  #key-visual .key-txt .key_txt_pic {
    padding-left: 6%;
    top: 35%;
    position: absolute;
  }
}
#key-visual .key-txt .key_txt_pic img {
  position: relative;
  transform: scale(1.4);
}
@media screen and (max-width: 1366px) {
  #key-visual .key-txt .key_txt_pic img {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 520px) {
  #key-visual .key-txt .key_txt_pic img {
    transform: scale(1);
    width: 70%;
  }
}

.linebox {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.linebox img {
  position: relative;
  top: -12px;
  animation: updawn 3s ease 2.5s infinite;
}

@keyframes updawn {
  0% {
    top: -12px;
  }
  80% {
    top: 32px;
  }
  100% {
    top: -12px;
  }
}
#global-footer {
  padding-bottom: 24px;
}
#global-footer .footer-inner .foot_comp {
  text-align: center;
  color: #1A1F5A;
}
#global-footer .footer-inner .foot_comp a {
  font-size: 1.7rem;
}
#global-footer .copy_small {
  text-align: center;
}
#global-footer .copy_small small {
  font-size: 1.2rem;
}

#container {
  position: relative;
}

.content-header {
  text-align: center;
  margin-bottom: 30px;
}
.content-header h2 {
  font-size: 4.8rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 800;
  letter-spacing: 0.23em;
  color: #1C1C1C;
  line-height: 1.3;
}
@media screen and (max-width: 520px) {
  .content-header h2 {
    font-size: 2.8rem;
  }
}
.content-header p {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 0 18px 8px;
}

#strengths {
  margin-bottom: 80px;
}
#strengths .worldmap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  #strengths .countory {
    width: 100%;
    margin: 0 auto;
  }
}
#strengths .countory .desc {
  font-size: 1.6rem;
  margin-bottom: 24px;
  text-align: center;
}
#strengths .countory ul {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
@media screen and (max-width: 520px) {
  #strengths .countory ul {
    grid-template-columns: 50% 50%;
  }
}
#strengths .countory ul li {
  background: #F0F1F5;
  font-size: 1.7rem;
  font-weight: bold;
  color: #1A1F5A;
  text-align: center;
  padding: 12px 0 0;
  height: 50px;
}
#strengths .countory ul li:nth-child(odd) {
  background: #D9DBEB;
}
@media screen and (max-width: 520px) {
  #strengths .countory ul li {
    text-align: left;
    padding-left: 12px;
  }
}
#strengths .countory ul li img {
  width: auto;
  height: 30px;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 8px;
}
#strengths .strbox {
  background: #FAF4F6;
  padding: 40px 0;
}
@media screen and (max-width: 520px) {
  #strengths .strbox {
    padding: 16px 0;
  }
}
#strengths .strbox .box_inner {
  width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1800px) {
  #strengths .strbox .box_inner {
    width: 1400px;
  }
}
@media screen and (max-width: 1440px) {
  #strengths .strbox .box_inner {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #strengths .strbox .box_inner {
    display: block;
    padding: 32px 0;
  }
}
#strengths .strbox .box_inner div.box_left {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #strengths .strbox .box_inner div.box_left {
    width: 100%;
    margin-bottom: 32px;
  }
}
#strengths .strbox .box_inner div.box_left h3 {
  font-size: 3.2rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 800;
  color: #D1678B;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #strengths .strbox .box_inner div.box_left h3 {
    font-size: 2.4rem;
  }
}
#strengths .strbox .box_inner div.box_left p.info {
  font-size: 1.8rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #strengths .strbox .box_inner div.box_left p.info {
    font-size: 1.35rem;
  }
}
#strengths .strbox .box_inner div.box_left p.pic img {
  width: 100%;
  height: auto;
}
#strengths .strbox .box_inner div.box_right {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #strengths .strbox .box_inner div.box_right {
    width: 100%;
  }
}
#strengths .strbox .box_inner div.box_right h3 {
  font-size: 3.2rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 800;
  color: #D1678B;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #strengths .strbox .box_inner div.box_right h3 {
    font-size: 2.4rem;
  }
}
#strengths .strbox .box_inner div.box_right p.info {
  font-size: 1.8rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #strengths .strbox .box_inner div.box_right p.info {
    font-size: 1.35rem;
  }
}
#strengths .strbox .box_inner div.box_right p.pic img {
  width: 100%;
  height: auto;
}

#franchise {
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  #franchise {
    margin-bottom: 70px;
  }
}
#franchise .inner {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #franchise .inner {
    width: 95%;
  }
}
#franchise .inner .content-header {
  margin-bottom: 80px;
}
@media screen and (max-width: 520px) {
  #franchise .inner .content-header {
    margin-bottom: 40px;
  }
}
#franchise .inner .content-header span {
  padding: 24px 56px;
  display: inline-block;
  color: #fff;
  background: #AD4343;
}
@media screen and (max-width: 520px) {
  #franchise .inner .content-header span {
    padding: 14px 24px;
  }
}
#franchise .inner .inner_wrap .in_chart {
  width: 90%;
  margin: 0 auto 96px;
}
@media screen and (max-width: 520px) {
  #franchise .inner .inner_wrap .in_chart {
    margin-bottom: 24px;
  }
}
#franchise .inner .inner_wrap .in_chart .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#franchise .inner .inner_wrap .in_logo {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  column-gap: 2%;
}
@media screen and (max-width: 520px) {
  #franchise .inner .inner_wrap .in_logo {
    display: block;
  }
}
#franchise .inner .inner_wrap .in_logo .pic {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 520px) {
  #franchise .inner .inner_wrap .in_logo .pic {
    margin-bottom: 16px;
  }
  #franchise .inner .inner_wrap .in_logo .pic:last-child {
    margin-bottom: 0;
  }
}
#franchise .inner .inner_wrap .in_logo .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  #franchise .inner .inner_wrap .in_logo .pic img {
    width: 65%;
  }
}

#gallery {
  background: #FAF4F6;
  padding: 48px 0 108px;
  height: 100%;
}
@media screen and (max-width: 520px) {
  #gallery {
    padding: 48px 0 58px;
  }
}
#gallery .gal_box {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #gallery .gal_box {
    width: 98%;
  }
}
#gallery .gal_box ul {
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  grid-template-rows: 400px 400px;
  column-gap: 2.5%;
  row-gap: 40px;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  #gallery .gal_box ul {
    grid-template-columns: 18% 18% 18% 18% 18%;
    grid-template-rows: 246px 246px;
    column-gap: 2.5%;
    row-gap: 40px;
  }
}
@media screen and (max-width: 1100px) {
  #gallery .gal_box ul {
    grid-template-rows: 130px 130px;
  }
}
@media screen and (max-width: 520px) {
  #gallery .gal_box ul {
    grid-template-columns: 49.5% 49.5%;
    grid-template-rows: 181px 181px 181px 181px 181px;
    column-gap: 1%;
    row-gap: 4px;
  }
}
#gallery .gal_box ul li a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

#company {
  padding: 80px 0;
}
@media screen and (max-width: 520px) {
  #company {
    padding: 43px 0 40px;
  }
}
#company .inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #company .inner {
    width: 95%;
  }
}
@media screen and (max-width: 1366px) {
  #company .inner {
    width: 95%;
  }
}
#company .inner .info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 520px) {
  #company .inner .info_wrap {
    display: block;
  }
}
#company .inner .info_wrap .info_left {
  width: 50%;
}
@media screen and (max-width: 520px) {
  #company .inner .info_wrap .info_left {
    width: 100%;
    height: 300px;
  }
}
#company .inner .info_wrap .info_left iframe {
  width: 100%;
  height: 100%;
}
#company .inner .info_wrap .info_right {
  width: 50%;
}
@media screen and (max-width: 520px) {
  #company .inner .info_wrap .info_right {
    width: 100%;
  }
}
#company .inner .info_wrap .info_right dl div {
  display: flex;
  justify-content: flex-start;
  padding: 24px 0;
  border-top: 1px solid #D9D9D9;
}
#company .inner .info_wrap .info_right dl div:last-child {
  border-bottom: 1px solid #D9D9D9;
}
#company .inner .info_wrap .info_right dl div dt {
  width: 30%;
  font-size: 1.8rem;
  padding-left: 32px;
}
@media screen and (max-width: 1100px) {
  #company .inner .info_wrap .info_right dl div dt {
    font-size: 1.3rem;
  }
}
#company .inner .info_wrap .info_right dl div dd {
  width: 70%;
  font-size: 1.8rem;
}
@media screen and (max-width: 1100px) {
  #company .inner .info_wrap .info_right dl div dd {
    font-size: 1.3rem;
  }
}

#recruit .inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #recruit .inner {
    width: 100%;
  }
}
#recruit .inner .infolist {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 520px) {
  #recruit .inner .infolist {
    width: 90%;
    margin: 0 auto 24px;
  }
}
#recruit .inner .infolist div {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 520px) {
  #recruit .inner .infolist div {
    display: block;
  }
}
#recruit .inner .infolist div:last-child {
  border-bottom: none;
}
#recruit .inner .infolist div dt {
  color: #fff;
  font-size: 2.4rem;
  background: #1A1F5A;
  width: 25%;
  text-align: center;
  padding: 32px 0;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 520px) {
  #recruit .inner .infolist div dt {
    font-size: 1.8rem;
    width: 100%;
    padding: 12px 0;
  }
}
#recruit .inner .infolist div dd {
  font-size: 2.4rem;
  background: #F0F1F5;
  width: 75%;
  padding: 10px 32px;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #recruit .inner .infolist div dd {
    font-size: 1.8rem;
    width: 100%;
    padding: 20px 14px;
  }
}

#contact {
  width: 100%;
  min-height: 400px;
  padding: 80px 0 20px;
}
@media screen and (max-width: 520px) {
  #contact {
    padding: 40px 0 20px;
  }
}
#contact .inner {
  background: #F0F1F5;
  padding-top: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #contact .inner {
    width: 90%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 520px) {
  #contact .inner .content-header {
    margin-bottom: 10px;
  }
}
#contact .inner .content_box {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #contact .inner .content_box {
    width: 100%;
  }
}
#contact .inner .content_box .desc {
  line-height: 1.8;
  font-size: 2.4rem;
  font-weight: bold;
  color: #505050;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  #contact .inner .content_box .desc {
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto 24px;
  }
  #contact .inner .content_box .desc br {
    display: none;
  }
}
#contact .inner .content_box .qrcode {
  margin-bottom: 40px;
}
#contact .inner .content_box .qrcode img {
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 520px) {
  #contact .inner .content_box .qrcode img {
    width: 200px;
    height: 200px;
  }
}
#contact .inner .content_box .apply_link {
  display: inline-block;
  margin-bottom: 64px;
  padding: 20px 0;
  width: 400px;
  background: #ED4C4C;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.6s ease;
}
@media screen and (max-width: 520px) {
  #contact .inner .content_box .apply_link {
    width: 300px;
  }
}
#contact .inner .content_box .apply_link:hover {
  background: #7690A3;
  color: #fff;
}

/*# sourceMappingURL=index.css.map */
