@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Lora:wght@300;400;500;600&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300;400;500;600&family=Poppins:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap");
/*変数設定用*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
body {
  color: #141414;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 89.3333333333%;
  }
}

.container-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container-inner {
    max-width: 89.3333333333%;
  }
}

.sec-ttls {
  text-align: center;
}

.sec-ttl-en {
  color: #07416E;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .sec-ttl-en {
    font-size: 1.4rem;
  }
}

.sec-ttl {
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 2.4rem;
  }
}

.sec-subttl {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec-subttl {
    font-size: 2.8rem;
  }
}

.sec-horizon {
  color: #07416E;
  font-size: 2rem;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .sec-horizon {
    font-size: 1.4rem;
  }
}
.sec-horizon:before {
  content: "";
  display: inline-block;
  background: #07416E;
  width: 80px;
  height: 1px;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sec-horizon:before {
    width: 40px;
  }
}

.sec-pd {
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .sec-pd {
    padding-bottom: 120px;
  }
}

.arrow {
  position: relative;
}
.arrow:before, .arrow:after {
  content: "";
  position: absolute;
  background: #07416E;
}
.arrow:before {
  width: 6px;
  height: 7px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.arrow:after {
  width: 30px;
  height: 1px;
}

.page-top {
  position: absolute;
  right: 2%;
  bottom: 60px;
  line-height: 1.3;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 24px;
    right: 4%;
  }
}
.page-top.arrow:before, .page-top.arrow:after {
  content: "";
  position: absolute;
  background: #fff;
  transition: 0.7s;
}
.page-top.arrow:before {
  top: -7px;
  left: -12px;
}
.page-top.arrow:after {
  width: 1px;
  height: 37px;
  bottom: 0;
  left: -10px;
}
.page-top.arrow:hover:before {
  top: -20px;
}
.page-top.arrow:hover:after {
  height: 50px;
}

.btn-more a {
  position: relative;
  padding: 20px 0 20px 40px;
  border: 1px solid #07416E;
  display: block;
  max-width: 300px;
  color: #07416E;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .btn-more a {
    max-width: 100%;
  }
}
.btn-more a:hover {
  opacity: 1;
  color: #F2F4F5;
  background: #07416E;
}
.btn-more a:hover:before, .btn-more a:hover:after {
  background: #F2F4F5;
  z-index: 1;
}
.btn-more .center {
  margin: 0 auto;
}
.btn-more .arrow:before {
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(90deg);
}
.btn-more .arrow:after {
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}

#toggle {
  position: fixed;
  top: 14px;
  right: 5.3%;
}

#toggle-box {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#toggle-box > span:nth-child(1), #toggle-box > span:nth-child(2), #toggle-box > span:nth-child(4) {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #141414;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
}

#toggle-box > span:nth-child(1) {
  top: 0;
}

#toggle-box > span:nth-child(2) {
  top: 35%;
  transform: translatey(-50%);
  width: 80%;
}

#toggle-box > span:nth-child(3) {
  position: absolute;
  display: block;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  bottom: 0;
}

#toggle-box > span:nth-child(4) {
  bottom: 0;
  opacity: 0;
}

#toggle {
  z-index: 1000;
}

#main {
  position: relative;
  z-index: 990;
}

#nav-content {
  z-index: 900;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #F2F4F5;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-content ul {
  list-style: none;
}

#nav-content a {
  font-weight: 500;
  display: block;
  color: #141414;
  text-decoration: none;
  padding: 20px 0;
  transition: opacity 0.6s ease;
}

#nav-content a:hover {
  opacity: 0.6;
}

#nav-content .header-logo {
  margin-left: 5.3%;
}
#nav-content .header-logo a {
  width: 113.5px;
  padding: 13px 0;
}
#nav-content nav {
  padding-top: 50px;
}
#nav-content .nav-contact a {
  width: 265px;
  padding: 23.5px;
  border: 1px solid #07416E;
  margin: 10px auto 0;
}
#nav-content .nav-tel {
  font-size: 2rem;
  padding-bottom: 0;
  margin: 20px 0 5px;
}
#nav-content .nav-tel:before {
  content: "";
  display: inline-block;
  background: url(../../images/corporation/common/tel.png) no-repeat center center/100%;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  vertical-align: baseline;
}
#nav-content .nav-date {
  font-size: 1.2rem;
}
#nav-content .nav-date span {
  font-family: "Lato", sans-serif;
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box > span {
  background: #141414;
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  display: none;
}

.is-open #toggle-box > span:nth-child(4) {
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
  display: block;
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
  opacity: 1;
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.header .header-left {
  margin-left: 5.3%;
  /*
  display: flex;
  align-items: center;
  */
}
.header .header-left .header-left-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header .m-ttl {
  font-size: 1rem;
  margin: 13px 0 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-weight: 400;
  color: #141414;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header .m-ttl {
    margin: 5px 0 5px;
  }
}
.header .header-logo a {
  display: block;
  width: 185px;
}
@media screen and (max-width: 767px) {
  .header .header-logo a {
    width: 113.5px;
    /*
    padding: 13px 0;
    */
    padding: 0 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-logo a.vpc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header .header-logo a.vsp {
    display: none;
  }
}
.header .header-nav {
  margin-left: 60px;
}
.header .header-nav-list {
  display: flex;
}
.header .header-nav-list li {
  /*
  margin: 38.5px 0;
  */
}
.header .header-nav-list li:not(:last-of-type) {
  margin-right: 40px;
}
.header .header-nav-list li a {
  position: relative;
  display: block;
  transition: 0.7s;
}
.header .header-nav-list li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  cursor: none;
  width: 100%;
  height: 2px;
  left: 50%;
  /*
  bottom: -40px;
  */
  bottom: -10px;
  transform: translateX(-50%);
}
.header .header-nav-list li a:hover:after {
  background: #07416E;
}
.header .header-right {
  width: 541px;
}
.header .header-nav2 {
  display: flex;
  justify-content: flex-end;
}
.header .header-nav2 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 39.5px 20px;
  border-left: 1px solid #CBCBCB;
  transition: 0.7s;
}
.header .header-nav2 li a:hover {
  opacity: 1;
  background: #07416E;
  color: #fff;
}
.header .header-nav2 li:first-of-type {
  width: 136px;
}
.header .header-nav2 li:nth-of-type(2) {
  width: 164px;
}
.header .header-nav2 li:last-of-type {
  width: 241px;
}
.header .header-nav2 li:last-of-type a {
  width: 100%;
  padding: 20px 40px;
  min-height: 100px;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  flex-wrap: wrap;
}
.header .header-nav2 li:last-of-type a:before {
  content: "";
  display: inline-block;
  background: url(../../images/corporation/common/tel.png) no-repeat center center/100%;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  vertical-align: baseline;
}
.header .header-nav2 li:last-of-type a:hover {
  opacity: 1;
  background: #07416E;
  color: #fff;
}
.header .header-nav2 li:last-of-type a:hover:before {
  background: url(../../images/corporation/common/tel02.png) no-repeat center center/100%;
}
.header .header-nav2 li .tel-btm {
  margin: 0 0 0 auto;
  display: inline-block;
  font-size: 1.2rem;
}

.footer {
  position: relative;
  background: #333;
  padding: 90px 0 50px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 25px;
  }
}
.footer p,
.footer a {
  color: #fff;
}
.footer .footer-logo {
  max-width: 185px;
  margin-bottom: 30px;
}
.footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer .footer-content {
    margin-bottom: 60px;
    display: block;
  }
}
.footer .footer-left {
  width: 23.75%;
}
@media screen and (max-width: 767px) {
  .footer .footer-left {
    width: 100%;
  }
}
.footer .footer-address {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .footer .footer-address {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-tel {
    margin-bottom: 50px;
  }
}
.footer .footer-tel a {
  font-size: 2rem;
  padding-right: 16px;
  font-family: "Lato", sans-serif;
}
.footer .footer-tel img {
  width: 14px;
  margin-right: 3px;
  vertical-align: middle;
  display: inline-block;
}
.footer .footer-tel small {
  font-size: 1.2rem;
}
.footer .footer-tel span {
  font-family: "Lato", sans-serif;
}
.footer .footer-right {
  width: 35.3333333333%;
  padding-left: 75px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #fff;
  }
}
.footer .footer-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer .footer-list {
    width: 90%;
    margin: 30px auto 0;
    justify-content: space-between;
  }
}
.footer .footer-list li {
  width: 4em;
}
@media screen and (max-width: 767px) {
  .footer .footer-list li {
    width: 6em;
  }
}
.footer .footer-list li a {
  color: #fff;
  font-weight: 500;
}
.footer .footer-list li:nth-of-type(-n+3) {
  margin: 0 40px 30px 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-list li:nth-of-type(-n+3) {
    margin: 0 0 30px 0;
  }
}
.footer .footer-list li:nth-of-type(4) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer .footer-list li:nth-of-type(4) {
    margin-bottom: 0;
  }
}
.footer .footer-list li:nth-of-type(5) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .footer .footer-list li:nth-of-type(5) {
    margin: 0;
  }
}
.footer .footer-list li:last-of-type {
  width: 6em;
}
.footer .copy {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    text-align: left;
  }
}
.footer .copy small {
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
}

.mv {
  margin: 100px 0 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 680px;
  background: url(../../images/corporation/top/mv.png) no-repeat center center/cover;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mv {
    margin: 56px 0 0;
    background: url(../../images/corporation/top/mv_sp.png) no-repeat center center/cover;
    height: 390px;
  }
}
.mv .mv-inner {
  text-align: center;
}
.mv .mv-ttl,
.mv .mv-text {
  letter-spacing: 0.1em;
  color: #fff;
}
.mv .mv-ttl {
  font-size: 3rem;
  margin-bottom: 5px;
  text-shadow: 1px 2px 5px #000;
}
@media screen and (max-width: 767px) {
  .mv .mv-ttl {
    font-size: 2.4rem;
  }
}
.mv .mv-text {
  font-size: 2rem;
  text-shadow: 1px 2px 5px #000;
}
@media screen and (max-width: 767px) {
  .mv .mv-text {
    font-size: 1.6rem;
  }
}

.about .about-top {
  position: relative;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .about .about-top {
    margin-bottom: 50px;
  }
}
.about .about-top:before {
  content: "";
  position: absolute;
  background: url(../../images/corporation/top/about.png) no-repeat right top/100%;
  width: 46.6666666667%;
  padding-top: 36.6666666667%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .about .about-top:before {
    display: none;
  }
}
.about .about-tag {
  position: relative;
}
.about .about-tag:before {
  content: "ABOUT US";
  position: absolute;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  top: 85px;
  left: 0;
  writing-mode: vertical-rl;
  color: #07416E;
  height: 8em;
}
@media screen and (max-width: 767px) {
  .about .about-tag:before {
    font-size: 1.4rem;
    left: -6%;
  }
}
.about .about-tag:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 240px;
  background: #07416E;
  top: -180px;
  left: 14px;
}
@media screen and (max-width: 767px) {
  .about .about-tag:after {
    height: 80px;
    top: 0;
    left: -3%;
  }
}
.about .about-lead {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .about .about-lead {
    padding-top: 100px;
  }
}
.about .about-lead:after {
  content: "";
  position: absolute;
  background: url(../../images/corporation/top/bg_about.png) no-repeat left top/100%;
  width: 30.1666666667%;
  padding-top: 30.1666666667%;
  z-index: -1;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .about .about-lead:after {
    width: 260px;
    padding-top: 260px;
    bottom: auto;
    top: 70px;
    right: 0;
  }
}
.about .about-lead > * {
  padding-left: 5.3333333333%;
}
@media screen and (max-width: 767px) {
  .about .about-lead > * {
    padding-left: 6.6666666667%;
  }
}
.about .about-ttl {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .about .about-ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.about .about-text {
  max-width: 550px;
  padding-bottom: 107px;
}
@media screen and (max-width: 767px) {
  .about .about-text {
    max-width: 300px;
    padding-bottom: 50px;
  }
}
.about .about-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about .about-flex {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.about .about-left,
.about .about-right {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .about .about-left,
  .about .about-right {
    width: 100%;
  }
}
.about .about-left .about-subttl,
.about .about-right .about-subttl {
  font-size: 4rem;
  line-height: 1.6;
  margin-top: -7px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about .about-left .about-subttl,
  .about .about-right .about-subttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about .about-left {
    margin-top: 50px;
  }
}
.about .about-text2 {
  max-width: 515px;
}
.about .about-text2:not(:last-child) {
  margin-bottom: 40px;
}
.about .about-sp-img {
  width: 329px;
  margin: 0 0 0 auto;
}

.shop {
  background: #F2F4F5;
  padding: 80px 0 100px;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .shop {
    padding: 50px 0 80px;
    margin-bottom: 80px;
  }
}
.shop .shop-list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .shop .shop-list {
    display: block;
    margin-top: 50px;
  }
}
.shop .shop-list li {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .shop .shop-list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .shop .shop-list li:first-of-type {
    margin-bottom: 80px;
  }
}
.shop .shop-list li #alert {
  padding: 0;
  margin: 0;
}
.shop .shop-list li #alert #alert-bnr {
  margin: -20px 0 15px;
}
@media screen and (max-width: 767px) {
  .shop .shop-list li #alert #alert-bnr {
    margin: -10px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .shop .shop-list li #alert #alert-bnr a {
    max-width: 60%;
  }
}
.shop .shop-img {
  margin-bottom: 40px;
}

.shop-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .shop-name {
    margin-bottom: 20px;
  }
}
.shop-name span {
  display: inline-block;
  background: #07416E;
  color: #fff;
  font-weight: 500;
  padding: 2px 15px;
  margin-right: 40px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .shop-name span {
    font-size: 1.2rem;
    padding: 1px 11px;
    margin-right: 20px;
  }
}
.shop-name .img {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .shop-name .img {
    margin-right: 15px;
  }
}
.shop-name .sns {
  display: flex;
  flex-wrap: wrap;
}
.shop-name .sns a {
  display: block;
  width: 26px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .shop-name .sns a {
    width: 20px;
    margin-right: 10px;
  }
}
.shop-name .sns a img {
  width: 100%;
  max-width: 100%;
}

.adress_text {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.adress_text .normal {
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 15px;
}
.adress_text .tel_text {
  font-size: 1.2rem;
  font-weight: 400;
  background-position: 0px 8px;
  background-repeat: no-repeat;
  background-image: url(./../../images/corporation/common/tel.png);
  background-size: 13px;
  padding-left: 18px;
}
.adress_text .tel_text a {
  font-size: 1.4rem;
}

.general img {
  max-width: 238px;
}
@media screen and (max-width: 767px) {
  .general img {
    max-width: 154px;
  }
}

.outlet img {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .outlet img {
    max-width: 192px;
  }
}

.shop-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .shop-text {
    margin-bottom: 30px;
  }
}

.shop-text00 {
  font-size: 1.6rem;
  color: #07416E;
  line-height: 1.6;
  font-weight: 700;
}
.shop-text00 + .shop-text {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .concept {
    margin-top: 80px;
  }
}
.concept .concept-top {
  position: relative;
}
.concept .concept-top:before, .concept .concept-top:after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 767px) {
  .concept .concept-top:before, .concept .concept-top:after {
    display: none;
  }
}
.concept .concept-top:before {
  background: url(../../images/corporation/top/concept.png) no-repeat left top/100%;
  width: 35.4666666667%;
  padding-top: 36.6666666667%;
  right: 0;
}
.concept .concept-top::after {
  background: url(../../images/corporation/top/concept02.png) no-repeat left bottom/100%;
  width: 21.2%;
  padding-top: 21.5333333333%;
  bottom: 0;
  left: 0;
}
.concept .concept-btm {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .concept .concept-btm {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .concept .concept-btm .container {
    max-width: 100%;
  }
}
.concept .concept-center {
  max-width: 450px;
  padding-bottom: 165px;
  margin: 40px 0 0 22.3333333333%;
}
@media screen and (max-width: 767px) {
  .concept .concept-center {
    max-width: 100%;
    padding-bottom: 50px;
    margin: 40px 0 0 0;
  }
}
.concept .concept-list li {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .concept .concept-list li {
    display: block;
  }
}
.concept .concept-list li:last-of-type {
  margin-top: 180px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .concept .concept-list li:last-of-type {
    margin-top: 80px;
  }
}
.concept .concept-left,
.concept .concept-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .concept .concept-left,
  .concept .concept-right {
    width: 100%;
  }
}
.concept .concept-right {
  text-align: center;
  padding: 80px 74px 0;
  background: #F2F4F5;
}
@media screen and (max-width: 767px) {
  .concept .concept-right {
    padding: 50px 5.3%;
  }
}
.concept .concept-ttl {
  font-size: 3rem;
  font-weight: 500;
  color: #07416E;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .concept .concept-ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.concept .concept-subttl {
  margin-top: 52px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .concept .concept-subttl {
    margin-top: 26px;
    font-size: 2.4rem;
    text-align: center;
  }
}
.concept .concept-en {
  margin-bottom: 52px;
}
.concept .concept-text {
  margin-top: 40px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .concept .concept-text {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.concept .concept-text2 {
  margin-top: 40px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .concept .concept-text2 {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .concept .concept-sp-img {
    width: 216px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .concept .concept-sp-img02 {
    width: 255px;
    margin: 50px 0 0 auto;
  }
}

.advantage {
  position: relative;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .advantage {
    margin-bottom: 80px;
  }
}
.advantage:before {
  content: "";
  position: absolute;
  background: #F2F4F5;
  width: 100%;
  padding-top: 34.9333333333%;
  top: 160px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .advantage:before {
    padding-top: 0;
    height: calc(100% - 130px);
  }
}
.advantage .advantage-slider {
  margin-bottom: 280px;
}
@media screen and (max-width: 767px) {
  .advantage .advantage-slider {
    margin-bottom: 0;
  }
}
.advantage .advantage-flex {
  padding-top: 130px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .advantage .advantage-flex {
    padding-top: 190px;
    flex-direction: column-reverse;
  }
}
.advantage .advantage-left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .advantage .advantage-left {
    width: 100%;
  }
}
.advantage .advantage-num {
  color: #07416E;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .advantage .advantage-num {
    font-size: 1.4rem;
    margin: 20px 0;
  }
}
.advantage .advantage-num span {
  margin-left: 10px;
}
.advantage .advantage-point {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .advantage .advantage-point {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.advantage .advantage-right {
  width: 500px;
  margin-top: -130px;
}
@media screen and (max-width: 767px) {
  .advantage .advantage-right {
    width: 100%;
  }
}
.advantage .advantage-right img {
  width: 100%;
  transition: 1s ease-in all;
}
@media screen and (max-width: 767px) {
  .advantage .advantage-right img {
    width: 50%;
  }
}
.advantage .slick-next,
.advantage .slick-prev {
  border: 1px solid #07416E;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: 90%;
  transform: none;
}
@media screen and (max-width: 767px) {
  .advantage .slick-next,
  .advantage .slick-prev {
    width: 60px;
    height: 60px;
    top: 20%;
  }
}
.advantage .slick-next:before, .advantage .slick-next:after {
  content: "";
  position: absolute;
  background: #07416E;
}
.advantage .slick-next:before {
  width: 6px;
  height: 7px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translate(-50%, -50%) rotate(90deg);
  left: calc(50% + 12px);
  top: 50%;
}
.advantage .slick-next:after {
  width: 30px;
  height: 1px;
  transform: translateX(-50%);
}
.advantage .slick-next.slick-arrow {
  right: 0;
  z-index: 10;
}
.advantage .slick-prev:before, .advantage .slick-prev:after {
  content: "";
  position: absolute;
  background: #07416E;
}
.advantage .slick-prev:before {
  width: 6px;
  height: 7px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translate(-50%, -50%) rotate(-90deg);
  left: calc(50% - 12px);
  top: 50%;
}
.advantage .slick-prev:after {
  width: 30px;
  height: 1px;
  transform: translateX(-50%);
}
.advantage .slick-prev.slick-arrow {
  left: auto;
  right: 100px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .advantage .slick-prev.slick-arrow {
    right: 75px;
  }
}

.news .news-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news .news-flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .news .news-left {
    margin-bottom: 40px;
  }
}
.news .news-right {
  width: 70%;
  border-top: 1px solid #CDCFD0;
}
@media screen and (max-width: 767px) {
  .news .news-right {
    width: 100%;
  }
}

.news-list {
  margin-bottom: 50px;
}
.news-list li {
  border-bottom: 1px solid #CDCFD0;
}
.news-list li a {
  padding: 40px 40px 40px 20px;
  transition: 1s;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news-list li a {
    display: block;
    padding: 30px 0 55px;
  }
}
.news-list li a:hover {
  background: #f7f9fa;
}

.news-img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .news-img {
    margin: 0 auto 20px;
  }
}

.news-texts {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  .news-texts {
    width: 100%;
  }
}
.news-texts.arrow:before {
  transform: rotate(90deg);
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .news-texts.arrow:before {
    bottom: -23px;
  }
}
.news-texts.arrow:after {
  right: 0;
  bottom: 3px;
}
@media screen and (max-width: 767px) {
  .news-texts.arrow:after {
    bottom: -20px;
  }
}

.news-date {
  color: #07416E;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news-date {
    margin-bottom: 10px;
  }
}

.news-text {
  font-weight: 500;
}

.company {
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .company {
    padding-bottom: 100px;
  }
}
.company .company-flex {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company .company-flex {
    margin-top: 40px;
    display: block;
  }
}
.company .company-left,
.company .company-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .company .company-left,
  .company .company-right {
    width: 100%;
  }
}
.company .company-left {
  display: flex;
}
@media screen and (max-width: 767px) {
  .company .company-left {
    display: block;
  }
}
.company .company-name {
  width: 20em;
  color: #07416E;
  font-size: 2rem;
  font-weight: 500;
  margin-right: 65px;
}
@media screen and (max-width: 767px) {
  .company .company-name {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.company .company-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 155px;
}
@media screen and (max-width: 767px) {
  .company .company-list {
    margin-bottom: 50px;
  }
}
.company .company-list dt {
  width: 4em;
  font-weight: 500;
  margin-right: 55px;
}
.company .company-list dt:not(:last-of-type) {
  margin-bottom: 30px;
}
.company .company-list dd {
  width: calc(100% - 4em - 55px);
}
.company .company-list dd:not(:last-of-type) {
  margin-bottom: 30px;
}
.company .company-right {
  position: relative;
  padding-top: 400px;
}
@media screen and (max-width: 767px) {
  .company .company-right {
    padding-top: 300px;
    margin-bottom: 50px;
  }
}
.company .company-right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-mv {
  margin: 100px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 380px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-mv {
    margin: 56px 0 30px;
    height: 390px;
  }
}
.l-mv .l-inner {
  text-align: center;
}
.l-mv .l-ttl,
.l-mv .l-text {
  letter-spacing: 0.1em;
  color: #fff;
}
.l-mv .l-ttl {
  font-size: 6rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .l-mv .l-ttl {
    font-size: 3.8rem;
    margin-bottom: 0;
  }
}
.l-mv .l-text {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-mv .l-text {
    font-size: 2rem;
  }
}

.l-mv-news {
  background: url(../../images/corporation/news/mv.jpg) no-repeat center center/cover;
}

.l-mv-company {
  background: url(../../images/corporation/company/mv.jpg) no-repeat center center/cover;
}

.l-mv-shop {
  background: url(../../images/corporation/shop/mv.jpg) no-repeat center center/cover;
}

.l-mv-link {
  background: url(../../images/corporation/link/mv.jpg) no-repeat center center/cover;
}

.l-mv-privacy {
  background: url(../../images/corporation/privacy/mv.jpg) no-repeat center center/cover;
}

.l-mv-recruit {
  background: url(../../images/corporation/recruit/mv.jpg) no-repeat center center/cover;
}

.l-mv-contact {
  background: url(../../images/corporation/contact/mv.jpg) no-repeat center center/cover;
}

.l-mv-entry {
  background: url(../../images/corporation/entry/mv.jpg) no-repeat center center/cover;
}

.bread {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
  }
}
.bread .bread-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bread .bread-list li:not(:last-of-type):after {
  content: "";
  display: inline-block;
  background: #07416E;
  width: 10px;
  height: 1px;
  margin: 0 8px;
  vertical-align: middle;
}
.bread .bread-list li a {
  color: #07416E;
}
.bread .bread-list h1 {
  font-size: 1.4rem;
  font-weight: 400;
}
.bread.single {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .bread.single {
    margin-top: 96px;
  }
}

.l-news .news-list {
  border-top: 1px solid #CDCFD0;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-news .news-list {
    margin-bottom: 80px;
  }
}
.l-news .news-list li a {
  padding: 30px 0 40px;
}

.pagenation {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .pagenation {
    margin-bottom: 120px;
  }
}
.pagenation .pagenation-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation .pagenation-list li,
.pagenation .pagenation-list a {
  color: #07416E;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
}
.pagenation .pagenation-list li:not(:last-of-type) {
  margin-right: 6px;
}
.pagenation .pagenation-list .current {
  padding: 11.5px 12px;
  border: 1px solid #07416E;
}
.pagenation .pagenation-list a {
  display: block;
  padding: 11.5px 12px;
  border: 1px solid #F2F4F5;
  transition: 0.7s;
}
.pagenation .pagenation-list a:hover {
  border: 1px solid #07416E;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi .current {
  padding: 11.5px 14.5px;
  border: 1px solid #07416E;
}
.wp-pagenavi .extend {
  display: inlinr-block;
  border: 1px solid #F2F4F5;
}
.wp-pagenavi .extend:before {
  content: "...";
  color: #07416E;
  display: inline-block;
  font-size: 1.4rem;
  padding: 11.5px 14.5px;
}
.wp-pagenavi a {
  color: #07416E;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  display: block;
  padding: 11.5px 12px;
  border: 1px solid #F2F4F5;
  transition: 0.7s;
}
.wp-pagenavi a:hover {
  border: 1px solid #07416E;
}
.wp-pagenavi a:not(:last-child) {
  margin-right: 6px;
}

.detail .detail-head {
  padding-bottom: 30px;
  border-bottom: 1px solid #F2F4F5;
}
@media screen and (max-width: 767px) {
  .detail .detail-head {
    padding-bottom: 20px;
  }
}
.detail .detail-date {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .detail .detail-date {
    margin-bottom: 10px;
  }
}
.detail .detail-date time {
  color: #07416E;
  font-family: "Lato", sans-serif;
}
.detail .detail-ttl {
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .detail .detail-ttl {
    font-size: 2.2rem;
  }
}
.detail .detail-content {
  padding: 80px 0 120px;
  border-bottom: 1px solid #F2F4F5;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .detail .detail-content {
    padding: 40px 0 60px;
    margin-bottom: 80px;
  }
}
.detail .detail-content img {
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .detail .detail-content img {
    margin: 0 auto 40px;
  }
}
.detail .btn-more a {
  margin: 0 auto 240px;
}
@media screen and (max-width: 767px) {
  .detail .btn-more a {
    margin: 0 auto 120px;
  }
}

.profile .profile-info {
  display: flex;
  border-top: #CDCFD0;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .profile .profile-info {
    display: block;
  }
}
.profile .profile-info-left,
.profile .profile-info-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .profile .profile-info-left,
  .profile .profile-info-right {
    width: 100%;
  }
}
.profile .profile-list {
  display: flex;
  flex-wrap: wrap;
}
.profile .profile-list dt {
  width: 11em;
  font-weight: 500;
  padding: 30px 55px 30px 40px;
  border-bottom: 1px solid #CDCFD0;
}
.profile .profile-list dd {
  width: calc(100% - 11em);
  padding: 30px 0;
  border-bottom: 1px solid #CDCFD0;
}
.profile .profile-info-right img {
  max-width: 410px;
}
@media screen and (max-width: 767px) {
  .profile .profile-info-right img {
    max-width: 100%;
  }
}
.profile .profile-info-right img:first-child {
  margin: 0 0 56px auto;
}
@media screen and (max-width: 767px) {
  .profile .profile-info-right img:first-child {
    margin: 0 auto 28px;
  }
}
.profile .profile-info-right img:last-child {
  margin: 0 auto;
}

.l-shop .shop-map {
  position: relative;
  padding-top: 367px;
  margin-top: 80px;
}
.l-shop .shop-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.history .history-flex {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 122px 0 282px;
}
@media screen and (max-width: 767px) {
  .history .history-flex {
    margin: 61px auto 120px;
  }
}
.history .history-flex:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 84px);
  background: #AEB1B1;
  left: 57px;
}
.history .history-flex dt {
  display: flex;
  width: 220px;
  font-weight: 500;
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  .history .history-flex dt {
    width: 100%;
  }
}
.history .history-flex dt:not(:last-of-type) {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .history .history-flex dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.history .history-flex .year {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-style: italic;
}
.history .history-flex .circle {
  display: flex;
  align-items: center;
  color: #AEB1B1;
  margin-left: 18px;
}
.history .history-flex .circle:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #AEB1B1;
  margin: 0 20px 0 -7px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .history .history-flex .circle:after {
    width: 40px;
  }
}
.history .history-flex dd {
  width: 78.6666666667%;
}
@media screen and (max-width: 767px) {
  .history .history-flex dd {
    width: 100%;
    margin-left: 118px;
  }
}
.history .history-flex dd:not(:last-of-type) {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .history .history-flex dd:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.guide {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .guide {
    padding-top: 60px;
  }
}
.guide .guide-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .guide .guide-flex {
    display: block;
  }
}
.guide .guide-flex:before {
  content: "";
  position: absolute;
  width: 85.3333333333%;
  padding-top: 44%;
  background: #F2F4F5;
  z-index: -1;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .guide .guide-flex:before {
    padding-top: 1000px;
  }
}
.guide .guide-flex:first-child {
  margin-bottom: 260px;
}
@media screen and (max-width: 767px) {
  .guide .guide-flex:first-child {
    margin-bottom: 130px;
  }
}
.guide .guide-flex:last-child {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .guide .guide-flex:last-child {
    margin-bottom: 120px;
  }
}
.guide .bg-right:before {
  right: 0;
}
.guide .bg-left:before {
  left: 0;
}
.guide .guide-reverse {
  flex-direction: row-reverse;
}
.guide .guide-left {
  width: 43.3333333333%;
}
@media screen and (max-width: 767px) {
  .guide .guide-left {
    width: 100%;
  }
}
.guide .guide-right {
  width: 50%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .guide .guide-right {
    width: 89.3333333333%;
    margin: 60px auto;
  }
}
.guide .guide-map {
  position: relative;
  padding-top: 360px;
  margin-top: 50px;
}
.guide .guide-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.guide .guide-group {
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .guide .guide-group {
    margin-left: 0;
  }
}

.l-sec-ttl,
.l-sec-subttl {
  color: #07416E;
  font-weight: 500;
}

.l-sec-ttl {
  font-size: 3rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-sec-ttl {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}
.l-sec-ttl:before {
  content: "";
  display: inline-block;
  background: #07416E;
  width: 80px;
  height: 1px;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-sec-ttl:before {
    width: 40px;
  }
}

.l-sec-subttl {
  font-size: 2rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .l-sec-subttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.link {
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .link {
    padding-bottom: 120px;
  }
}
.link .link-voluntary {
  margin: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .link .link-voluntary {
    margin: 50px 0;
  }
}
.link .link-makeres .link-maker:not(:last-child) .link-list {
  margin-bottom: 50px;
}
.link .link-list {
  border-top: 1px solid #CDCFD0;
  display: flex;
  flex-wrap: wrap;
}
.link .link-list dt {
  padding: 29px 0 29px 40px;
  border-bottom: 1px solid #CDCFD0;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .link .link-list dt {
    padding: 20px 10px;
    display: flex;
    align-items: center;
  }
}
.link .link-list dd {
  width: 66.667%;
  padding: 29px 0;
  border-bottom: 1px solid #CDCFD0;
}
@media screen and (max-width: 767px) {
  .link .link-list dd {
    padding: 20px 10px;
    display: flex;
    align-items: center;
  }
}

.privacy {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .privacy {
    margin-bottom: 120px;
  }
}
.privacy .privacy-content:first-child {
  margin-bottom: 80px;
}
.privacy .l-sec-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .privacy .l-sec-ttl {
    margin-bottom: 20px;
  }
}
.privacy .privacy-text {
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .privacy .privacy-text {
    margin-left: 0;
  }
}
.privacy .privacy-lead {
  margin-bottom: 30px;
}
.privacy .privacy-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.privacy .privacy-list dt:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #07416E;
  border-radius: 50%;
  margin-right: 10px;
}
.privacy .privacy-list dt:before:not(:last-of-type) {
  margin-bottom: 18px;
}
.privacy .privacy-list dd {
  width: calc(100% - 22px);
}
.privacy .privacy-list dd:not(:last-of-type) {
  margin-bottom: 18px;
}
.privacy .privacy-list2 {
  margin: 8px 22px 0 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.privacy .privacy-list2 dt:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #07416E;
  border-radius: 50%;
  margin: 8px 10px 10px 0;
}
.privacy .privacy-list2 dd {
  width: calc(100% - 16px);
  margin-bottom: 18px;
}
.privacy .privacy-caution {
  display: flex;
  margin: 20px 0 80px;
}
@media screen and (max-width: 767px) {
  .privacy .privacy-caution {
    margin: 20px 0 40px;
  }
}
.privacy .privacy-caution dt {
  width: 1em;
}

.recruit.concept .concept-text {
  font-size: 1.4rem;
}
.recruit.concept .concept-top {
  position: relative;
}
.recruit.concept .concept-top:before, .recruit.concept .concept-top:after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 767px) {
  .recruit.concept .concept-top:before, .recruit.concept .concept-top:after {
    display: none;
  }
}
.recruit.concept .concept-top:before {
  background: url(../../images/corporation/recruit/work01.jpg) no-repeat left top/100%;
  width: 35.4666666667%;
  padding-top: 31.2666666667%;
  right: 0;
  top: -60px;
}
.recruit.concept .concept-top::after {
  background: url(../../images/corporation/recruit/work02.jpg) no-repeat left bottom/100%;
  width: 21.2%;
  padding-top: 21.5333333333%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .recruit.concept .concept-center {
    padding-bottom: 0;
  }
}
.recruit.profile {
  position: relative;
}
.recruit.profile::before {
  position: absolute;
  top: 150px;
  content: "";
  height: 655px;
  background-color: #F2F4F5;
  max-width: 1280px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit.profile::before {
    top: 100px;
    height: 90%;
  }
}
.recruit.profile .recruit-blk {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .recruit.profile .recruit-blk {
    display: block;
    margin-top: 65px;
  }
}
.recruit.profile .recruit-msg {
  max-width: 630px;
  width: 100%;
}
.recruit.profile .recruit-msg-ttl {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .recruit.profile .recruit-msg-ttl {
    font-size: 3rem;
  }
}
.recruit.profile .recruit-msg-body {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 500px;
  width: 100%;
  font-size: 1.4rem;
}
.recruit.profile .recruit-msg-name {
  font-size: 1.4rem;
  font-weight: 500;
}
.recruit.profile .recruit-msg-name span {
  font-size: 2rem;
  margin-left: 20px;
}
.recruit .youtube {
  width: 100%;
  max-width: 800px;
  margin: 150px auto 180px;
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit .youtube {
    margin: 75px auto 90px;
  }
}
.recruit .youtube::before {
  position: absolute;
  top: -120px;
  right: -60px;
  content: "";
  width: 220px;
  height: 216px;
  background: url(../../../assets/images/corporation/recruit/circle.png);
  animation: anime_move1 8s linear infinite;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit .youtube::before {
    top: -60px;
    right: 0;
    width: 110px;
    height: 108px;
  }
}
@keyframes anime_move1 {
  0% {
    transform: rotateX(0deg) rotate(0deg);
  }
  100% {
    transform: rotateX(0deg) rotate(360deg);
  }
}
.recruit .youtube iframe {
  width: 100%;
  height: 100%;
}
.recruit .other-interview {
  position: relative;
  margin-bottom: 220px;
}
.recruit .other-interview::before {
  position: absolute;
  content: "";
  top: 170px;
  right: 0;
  max-width: 1280px;
  width: 100%;
  height: 500px;
  background: #F2F4F5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit .other-interview::before {
    top: 120px;
    height: 95%;
  }
}
.recruit .other-interview .sec-subttl {
  color: #07416E;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit .other-interview .sec-subttl {
    font-size: 2rem;
    margin-bottom: 100px;
  }
}
.recruit .other-interview .interview-blk {
  margin-bottom: 120px;
}
.recruit .other-interview .interview-blk .interview-blk-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit .other-interview .interview-blk .interview-blk-slider {
    display: block;
  }
}
.recruit .other-interview .interview-blk .interview-blk-slider .interview-img {
  max-width: 387px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit .other-interview .interview-blk .interview-blk-slider .interview-img {
    margin-bottom: 20px;
  }
}
.recruit .other-interview .interview-blk .interview-blk-slider .interview-txt {
  padding: 70px;
}
@media screen and (min-width: 768px) {
  .recruit .other-interview .interview-blk .interview-blk-slider .interview-txt {
    width: calc(100% - 387px);
  }
}
@media screen and (max-width: 767px) {
  .recruit .other-interview .interview-blk .interview-blk-slider .interview-txt {
    padding: 0;
  }
}
.recruit .other-interview .interview-blk .interview-blk-slider .interview-txt .interview-store {
  font-size: 1.4rem;
  position: relative;
  padding-left: 45px;
  font-weight: 500;
}
.recruit .other-interview .interview-blk .interview-blk-slider .interview-txt .interview-store::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 36px;
  height: 1px;
  background-color: #07416E;
}
.recruit .other-interview .interview-blk .interview-blk-slider .interview-txt .interview-name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.recruit .other-interview .interview-blk .interview-blk-slider .interview-txt .interview-name span {
  font-size: 1.4rem;
  margin-left: 10px;
}
.recruit .other-interview .interview-blk .interview-blk-slider .interview-txt .interview-body {
  font-size: 1.4rem;
}
.recruit .other-interview .interview-blk .slide-items {
  width: 100%;
  height: 100%;
}
.recruit .other-interview .interview-blk .slide-items img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit .other-interview .interview-blk .slick-next,
.recruit .other-interview .interview-blk .slick-prev {
  border: 1px solid #07416E;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: 90%;
  transform: none;
}
@media screen and (max-width: 767px) {
  .recruit .other-interview .interview-blk .slick-next,
  .recruit .other-interview .interview-blk .slick-prev {
    width: 60px;
    height: 60px;
  }
}
.recruit .other-interview .interview-blk .slick-next:before, .recruit .other-interview .interview-blk .slick-next:after {
  content: "";
  position: absolute;
  background: #07416E;
}
.recruit .other-interview .interview-blk .slick-next:before {
  width: 6px;
  height: 7px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translate(-50%, -50%) rotate(90deg);
  left: calc(50% + 12px);
  top: 50%;
}
.recruit .other-interview .interview-blk .slick-next:after {
  width: 30px;
  height: 1px;
  transform: translateX(-50%);
}
.recruit .other-interview .interview-blk .slick-next.slick-arrow {
  right: 0;
  z-index: 10;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit .other-interview .interview-blk .slick-next.slick-arrow {
    top: -55px;
  }
}
.recruit .other-interview .interview-blk .slick-prev:before, .recruit .other-interview .interview-blk .slick-prev:after {
  content: "";
  position: absolute;
  background: #07416E;
}
.recruit .other-interview .interview-blk .slick-prev:before {
  width: 6px;
  height: 7px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translate(-50%, -50%) rotate(-90deg);
  left: calc(50% - 12px);
  top: 50%;
}
.recruit .other-interview .interview-blk .slick-prev:after {
  width: 30px;
  height: 1px;
  transform: translateX(-50%);
}
.recruit .other-interview .interview-blk .slick-prev.slick-arrow {
  left: auto;
  right: 100px;
  z-index: 10;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit .other-interview .interview-blk .slick-prev.slick-arrow {
    top: -55px;
  }
}
.recruit .culture-ttl {
  text-align: center;
  margin-bottom: 80px;
}
.recruit .culture-ttl span {
  font-size: 5rem;
  text-align: center;
  color: #07416E;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit .culture-ttl span {
    font-size: 3rem;
  }
}
.recruit .culture-ttl span::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #07416E;
  top: 30px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .recruit .culture-ttl span::before {
    width: 40px;
    left: -60px;
  }
}
.recruit .culture-ttl span::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #07416E;
  top: 30px;
  right: -100px;
}
@media screen and (max-width: 767px) {
  .recruit .culture-ttl span::after {
    width: 40px;
    right: -60px;
  }
}
.recruit .culture .culture-blk01 {
  position: relative;
  padding: 0 75px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk01 {
    padding: 0 10px;
    margin-bottom: 80px;
  }
}
.recruit .culture .culture-blk01::before {
  width: 100%;
  position: absolute;
  content: "";
  height: 520px;
  background-color: #F2F4F5;
  top: 100px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk01::before {
    height: 96%;
    top: 40px;
  }
}
.recruit .culture .culture-blk01-ttl {
  font-size: 3rem;
  color: #07416E;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk01-ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.recruit .culture .culture-blk01-img {
  max-width: 580px;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk01-img {
    margin-bottom: 30px;
  }
}
.recruit .culture .culture-blk02 {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk02 {
    margin-bottom: 80px;
    padding: 0 10px;
  }
}
.recruit .culture .culture-blk02::before {
  position: absolute;
  content: "";
  top: 120px;
  left: 0;
  width: 880px;
  height: 410px;
  background-color: #F2F4F5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk02::before {
    top: 80px;
    width: 80%;
    height: 90%;
  }
}
.recruit .culture .culture-blk02-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk02-flex {
    display: block;
  }
}
.recruit .culture .culture-blk02-flex .culture-blk01-ttl {
  max-width: 450px;
  width: 100%;
  padding-left: 75px;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk02-flex .culture-blk01-ttl {
    padding-left: 0;
  }
}
.recruit .culture .culture-blk02-flex .culture-blk02-txt {
  max-width: 780px;
}
.recruit .culture .culture-blk02-img {
  max-width: 580px;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 75px;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk02-img {
    padding: 0 30px 0 0;
  }
}
.recruit .culture .culture-blk03 {
  position: relative;
  margin-bottom: 120px;
}
.recruit .culture .culture-blk03:before {
  position: absolute;
  content: "";
  background: #F2F4F5;
  width: 68.3333333333%;
  padding-top: 28.3333333333%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk03:before {
    width: 80%;
    padding-top: 0;
    height: 100%;
    top: 52%;
  }
}
.recruit .culture .culture-blk03 .culture-blk01-img {
  margin-bottom: 40px;
}
.recruit .culture .culture-blk03-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk03-flex {
    flex-direction: column-reverse;
  }
}
.recruit .culture .culture-blk03-left {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk03-left {
    width: 100%;
  }
}
.recruit .culture .culture-blk03-right {
  width: 48.3333333333%;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk03-right {
    width: 100%;
    margin-bottom: 30px;
  }
}
.recruit .culture .culture-blk04:before {
  height: 448px;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk04:before {
    height: 100%;
  }
}
.recruit .culture .culture-blk05 .culture-blk02-flex .culture-blk01-ttl {
  max-width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk05 .culture-blk02-flex .culture-blk01-ttl {
    max-width: 100%;
    justify-content: flex-start;
  }
}
.recruit .culture .culture-blk05 .culture-blk02-flex .culture-blk02-txt {
  max-width: 540px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .recruit .culture .culture-blk05 .culture-blk02-flex .culture-blk02-txt {
    max-width: 100%;
    justify-content: flex-start;
  }
}
.recruit .culture .culture-blk08 {
  padding-bottom: 80px;
  margin-bottom: 0;
}
.recruit .culture .culture-blk08:before {
  display: none;
}
.recruit .culture .culture-blk08 .culture-blk02-flex .culture-blk01-ttl {
  padding-left: 0;
}

.kawa-cul {
  position: relative;
}
.kawa-cul:before {
  position: absolute;
  content: "";
  background: #F2F4F5;
  width: 100%;
  height: 597px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kawa-cul:before {
    height: 1000px;
  }
}

.introduce {
  padding-top: 244px;
}
@media screen and (max-width: 767px) {
  .introduce {
    padding-top: 120px;
  }
}
.introduce .introduce-shop {
  position: relative;
}
.introduce .introduce-shop:after {
  position: absolute;
  content: "";
  background: url(../../images/corporation/recruit/introduce01.jpg) no-repeat left top/100%;
  width: 35.4666666667%;
  padding-top: 469px;
  right: 0;
  top: -65px;
}
@media screen and (max-width: 767px) {
  .introduce .introduce-shop:after {
    display: none;
  }
}
.introduce .introduce-head,
.introduce .introduce-head02 {
  max-width: 59.8333333333%;
}
@media screen and (max-width: 767px) {
  .introduce .introduce-head,
  .introduce .introduce-head02 {
    max-width: 100%;
  }
}
.introduce .introduce-head {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .introduce .introduce-head {
    margin-bottom: 40px;
  }
}
.introduce .introduce-head + .introduce-images {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .introduce .introduce-head + .introduce-images {
    margin-bottom: 120px;
  }
}
.introduce .introduce-ttl {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .introduce .introduce-ttl {
    margin-bottom: 20px;
  }
}
.introduce .introduce-ttl img {
  max-width: 238px;
}
@media screen and (max-width: 767px) {
  .introduce .introduce-ttl img {
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .introduce .introduce-view {
    margin-bottom: 20px;
  }
}
.introduce .introduce-images {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .introduce .introduce-images {
    display: block;
  }
}
.introduce .introduce-images li {
  width: 30.8333333333%;
}
@media screen and (max-width: 767px) {
  .introduce .introduce-images li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.introduce .introduce-shop02 {
  position: relative;
}
.introduce .introduce-shop02:before {
  position: absolute;
  content: "";
  background: url(../../images/corporation/recruit/introduce05.jpg) no-repeat left top/100%;
  width: 35.4666666667%;
  padding-top: 469px;
  left: 0;
  top: -65px;
}
@media screen and (max-width: 767px) {
  .introduce .introduce-shop02:before {
    display: none;
  }
}
.introduce .introduce-head02 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 0 105px auto;
}
@media screen and (max-width: 767px) {
  .introduce .introduce-head02 {
    margin: 0 0 40px auto;
  }
}
.introduce .introduce-head02 + .introduce-images {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .introduce .introduce-head02 + .introduce-images {
    margin-bottom: 90px;
  }
}

.faq {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .faq {
    margin-bottom: 90px;
  }
}
.faq .sec-ttl + .faq-accordion {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .faq .sec-ttl + .faq-accordion {
    margin-top: 40px;
  }
}
.faq .faq-accordion {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .faq .faq-accordion {
    margin-bottom: 20px;
  }
}
.faq .faq-open {
  position: relative;
  background: #F2F4F5;
  padding: 24px;
  color: #07416E;
  font-size: 2rem;
  font-weight: 500;
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  .faq .faq-open {
    padding: 15px 30px 15px 15px;
    font-size: 1.8rem;
  }
}
.faq .faq-open:before, .faq .faq-open:after {
  position: absolute;
  content: "";
  background: #07416E;
}
.faq .faq-open:before {
  width: 14px;
  height: 2px;
  top: 38px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .faq .faq-open:before {
    top: 50%;
    right: 7px;
    transform: translateX(-50%);
  }
}
.faq .faq-open:after {
  width: 2px;
  height: 14px;
  top: 32px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .faq .faq-open:after {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
.faq .faq-open.active:after {
  opacity: 0;
}
.faq .faq-open span {
  font-weight: 400;
  margin-right: 24px;
  font-family: "Lato", sans-serif;
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  .faq .faq-open span {
    margin-right: 12px;
  }
}
.faq .faq-answer {
  display: none;
}
.faq .faq-list {
  background: #F2F4F5;
  display: flex;
  padding: 0 0 24px 64px;
}
@media screen and (max-width: 767px) {
  .faq .faq-list {
    padding: 0 0 15px 20px;
  }
}
.faq .faq-list dt,
.faq .faq-list dd {
  background: #fff;
}
.faq .faq-list dt {
  width: 58px;
  font-size: 2rem;
  color: #07416E;
  font-family: "Lato", sans-serif;
  padding: 20px 24px;
}
@media screen and (max-width: 767px) {
  .faq .faq-list dt {
    width: 50px;
    font-size: 18px;
    padding: 15px 20px;
  }
}
.faq .faq-list dd {
  width: calc(100% - 58px);
  padding: 20px 0;
  margin-right: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq .faq-list dd {
    width: calc(100% - 50px);
    padding: 15px 10px 15px 0;
    margin-right: 14px;
  }
}

.guideline {
  position: relative;
  background: #F2F4F5;
  padding: 80px 0 240px;
}
@media screen and (max-width: 767px) {
  .guideline {
    padding: 60px 0 120px;
  }
}
.guideline:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  background: #07416E;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .guideline:before {
    height: 60px;
    top: -30px;
  }
}
.guideline .guideline-ttl {
  color: #07416E;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .guideline .guideline-ttl {
    font-size: 2.6rem;
  }
}
.guideline .guideline-lead {
  margin: 80px 0 102px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .guideline .guideline-lead {
    margin: 40px 0 50px;
  }
}
.guideline .guideline-manager {
  position: relative;
}
.guideline .guideline-circle:before {
  position: absolute;
  top: -90px;
  right: 0;
  content: "";
  width: 180px;
  height: 180px;
  background: url(../../../assets/images/corporation/recruit/circle.png);
  animation: anime_move1 8s linear infinite;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .guideline .guideline-circle:before {
    top: -45px;
    width: 90px;
    height: 90px;
  }
}
.guideline .guideline-manager-inner {
  position: relative;
  max-width: 1000px;
  padding: 52px 64px 30px;
  margin: 0 auto 80px;
  background: #fff;
  line-height: 1.9;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .guideline .guideline-manager-inner {
    padding: 50px 30px 40px;
    margin: 0 auto 60px;
  }
}
.guideline .guideline-manager-inner .guideline-ttl {
  position: absolute;
  top: -16px;
  left: 0;
}
.guideline .guideline-detail {
  max-width: 1000px;
  margin: 0 auto;
}
.guideline .guideline-detail .guideline-ttl {
  margin-bottom: 30px;
}
.guideline .guideline-lists {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .guideline .guideline-lists {
    margin-bottom: 60px;
  }
}
.guideline .guideline-list {
  padding: 20px 40px;
  background: #fff;
  display: flex;
}
@media screen and (max-width: 767px) {
  .guideline .guideline-list {
    padding: 15px 20px;
  }
}
.guideline .guideline-list:not(:last-child) {
  margin-bottom: 10px;
}
.guideline .guideline-list dt {
  width: 15%;
  color: #07416E;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .guideline .guideline-list dt {
    width: 6em;
    margin-top: 3px;
  }
}
.guideline .guideline-list dd {
  width: 77%;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .guideline .guideline-list dd {
    width: calc(100% - 6em);
  }
}

.contact {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 80px;
  }
}

.entry {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .entry {
    padding-bottom: 80px;
  }
}

#pager {
  margin-bottom: 150px;
  margin-top: -40px;
}

.mw_wp_form form {
  /*
  max-width: 100%;
  */
}

#form-navi {
  width: 284px;
}

#form-outer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  #form-outer #form-parts {
    width: calc(100% - 284px);
    padding-left: 13.8%;
  }
}

#form-navi #form-navi-inner ul li:first-child span.c02::after {
  border-color: #085590;
}

#form-navi #form-navi-inner ul li span.c01 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-weight: 700;
}

#form-navi #form-navi-inner ul li span.c02::after {
  background: none !important;
}

#form-navi #form-navi-inner ul li:first-child span,
.mw_wp_form_confirm #form-navi #form-navi-inner ul li:nth-child(2) span {
  color: #085590;
}

.mw_wp_form_thanks #form-navi #form-navi-inner ul li:nth-child(3) span {
  color: #085590;
}

.mw_wp_form_confirm #form-navi #form-navi-inner ul li:nth-child(2) span.c02::after,
.mw_wp_form_thanks #form-navi #form-navi-inner ul li:nth-child(3) span.c02::after {
  border-color: #085590;
}

.mw_wp_form_thanks #form-navi #form-navi-inner ul li:nth-child(1) span {
  color: #AEB1B1;
}

.mw_wp_form_thanks #form-navi #form-navi-inner ul li:nth-child(1) span.c02::after {
  border-color: #AEB1B1;
}

#thanks-body .ttl {
  color: #07416E;
}

#thanks-body .btn-more {
  margin-top: 50px;
}

#notfound {
  margin: 110px 0 0px;
}
@media screen and (max-width: 767px) {
  #notfound {
    margin: 60px 0 0px;
  }
}

#notfound-btn {
  margin-bottom: 100px;
}

#alert #alert-bnr {
  margin: -100px 0 80px;
}
@media screen and (max-width: 767px) {
  #alert #alert-bnr {
    margin: 30px 0 -35px;
  }
}

footer .footer-last-bnr {
  padding: 0;
  margin: -55px 0 0;
}/*# sourceMappingURL=style.css.map */