@charset "UTF-8";
/* =========================================================
corporate
========================================================= */
@media (max-width: 768px) {
  .corporate-block {
    margin: 24px 0 0;
  }
}
@media (min-width: 769px) {
  .corporate-block {
    margin: 48px 0 0;
  }
}
@media (min-width: 769px) {
  .corporate-block .cont-in {
    display: grid;
    grid-template-columns: 1fr 28.87%;
    grid-gap: 48px;
  }
}
.corporate-block .right {
  position: relative;
}

@media (max-width: 768px) {
  .corporate-block .right {
    margin: 32px auto 0;
  }
}
/*------------------------------------------
navigation
------------------------------------------*/
@media (min-width: 769px) {
  .corporate-nav {
    position: sticky;
    top: 70px;
  }
}
.corporate-nav [class*=item-] {
  border-bottom: 1px solid #e50012;
  transition: background 0.2s ease;
}

.corporate-nav [class*=item-] a {
  display: block;
  padding: 16px 32px 16px 16px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
  transition: opacity 0.2s ease;
}

.corporate-nav [class*=item-] .arrow {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

.corporate-nav [class*=item-] .arrow svg {
  width: 7px;
  height: 13px;
  fill: #e50012;
}

.corporate-nav [class*=item-] .external {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_external02.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media (min-width: 769px) {
  .corporate-nav [class*=item-]:hover {
    background: #fff7ea;
  }
}
@media (min-width: 769px) {
  .corporate-nav [class*=item-]:hover a {
    opacity: 0.4;
  }
}
body.page-corporate .corporate-nav .item-corporate,
body.page-corporate-policy .corporate-nav .item-policy,
body.page-corporate-history .corporate-nav .item-history,
body[class*=page-corporate-owner] .corporate-nav .item-owner,
body.page-corporate-recruit .corporate-nav .item-recruit {
  background: #fff7ea;
}

body.page-corporate .corporate-nav .item-corporate a,
body.page-corporate-policy .corporate-nav .item-policy a,
body.page-corporate-history .corporate-nav .item-history a,
body[class*=page-corporate-owner] .corporate-nav .item-owner a,
body.page-corporate-recruit .corporate-nav .item-recruit a {
  opacity: 0.4;
}

/* =========================================================
会社案内
========================================================= */
.profile-list {
  font-size: 14px;
  line-height: 1.4285714286;
}

.profile-list .bundle {
  border-bottom: 1px solid #d5d5d5;
}

@media (max-width: 768px) {
  .profile-list .bundle {
    padding: 0 0 8px;
    margin: 0 auto 10px;
  }
}
@media (min-width: 769px) {
  .profile-list .bundle {
    padding: 0 0 16px;
    margin: 0 auto 16px;
    display: flex;
  }
}
.profile-list .bundle:last-child {
  margin-bottom: 0;
}

.profile-list .item {
  color: #8E8E8E;
  font-weight: 700;
}

@media (min-width: 769px) {
  .profile-list .item {
    width: 145px;
    padding: 0 1em 0 0;
  }
}
@media (max-width: 768px) {
  .profile-list .detail {
    margin: 4px 0 0;
  }
}
@media (min-width: 769px) {
  .profile-list .detail {
    flex: 1;
  }
}
.profile-list .gmap {
  padding: 0 0 8px;
}

@media (max-width: 768px) {
  .profile-list .gmap {
    margin: 8px 0 0;
  }
}
@media (min-width: 769px) {
  .profile-list .gmap {
    margin: 16px 0 0;
  }
}
@media (max-width: 768px) {
  .profile-list .gmap .map {
    height: 335px;
  }
}
@media (min-width: 769px) {
  .profile-list .gmap .map {
    height: 465px;
  }
}
.profile-list .gmap iframe {
  width: 100%;
  height: 100%;
}

.profile-list .gmap .link {
  margin: 16px auto 0;
  text-align: center;
}

.profile-list .gmap .link a {
  color: #e50012;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.profile-list .gmap .link a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 1em;
  background: url(../images/common/ico_external02.svg) no-repeat center/contain;
  vertical-align: top;
}

/* =========================================================
創業理念
========================================================= */
@media (max-width: 768px) {
  body.page-corporate-policy .corporate-block {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .policy-block .head {
    width: 100vw;
    margin-left: -20px;
  }
}
.policy-block .lead {
  font-weight: 700;
}

@media (max-width: 768px) {
  .policy-block .lead {
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
@media (min-width: 769px) {
  .policy-block .lead {
    margin: 32px 0 0;
    font-size: 20px;
    line-height: 1.5;
  }
}
.policy-block .txt01 {
  font-size: 16px;
  line-height: 1.375;
}

@media (max-width: 768px) {
  .policy-block .txt01 {
    margin: 24px 0 0;
  }
}
@media (min-width: 769px) {
  .policy-block .txt01 {
    margin: 32px 0 0;
  }
}
/* =========================================================
沿革
========================================================= */
/*------------------------------------------
navigation
------------------------------------------*/
@media (min-width: 769px) {
  .history-nav {
    position: sticky;
    top: 70px;
    z-index: 1;
  }
}
.history-nav-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(107px, 1fr));
  grid-gap: 7px;
}

.history-nav .item a {
  display: block;
  height: 50px;
  padding: 10px 0 0;
  background: #fff7ea;
  border-radius: 8px;
  color: #e50012;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.history-nav .item .arrow {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.history-nav .item .arrow svg {
  width: 4px;
  height: 8px;
  fill: #e50012;
  transform: rotate(90deg);
}

/*------------------------------------------
history
------------------------------------------*/
.history-block {
  margin: 34px auto 0;
}

.history-box {
  position: relative;
}

@media (max-width: 768px) {
  .history-box {
    margin: 0 auto 35px;
  }
}
@media (min-width: 769px) {
  .history-box {
    margin: 0 auto 50px;
  }
}
.history-box:last-child {
  margin-bottom: 0;
}

.history-box:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #f4a20e;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .history-box:before {
    left: 15px;
  }
}
@media (min-width: 769px) {
  .history-box:before {
    left: 18px;
  }
}
@media (min-width: 769px) {
  .history-box .anchor {
    position: absolute;
    top: -110px;
    left: 0;
  }
}
.history-box .ttl {
  margin: 0 auto 24px;
  color: #e50012;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .history-box .ttl {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .history-box .ttl {
    font-size: 26px;
  }
}
.history-box .ttl:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url(../images/corporate/history/ico01.png) no-repeat center/contain;
}

@media (max-width: 768px) {
  .history-box .ttl:before {
    width: 31px;
    height: 31px;
  }
}
@media (min-width: 769px) {
  .history-box .ttl:before {
    width: 37px;
    height: 37px;
  }
}
.history-box .ttl .small {
  font-size: 0.75em;
}

.history-box .box {
  margin: 0 auto 24px;
  position: relative;
}

@media (max-width: 768px) {
  .history-box .box {
    padding: 0 0 0 75px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
@media (min-width: 769px) {
  .history-box .box {
    padding: 0 0 0 95px;
    font-size: 16px;
    line-height: 1.375;
  }
}
.history-box .box:last-child {
  margin-bottom: 0;
}

.history-box .year {
  color: #e56a00;
  font-weight: 700;
  text-align: right;
  position: absolute;
  top: 0;
}

@media (max-width: 768px) {
  .history-box .year {
    left: 11px;
  }
}
@media (min-width: 769px) {
  .history-box .year {
    left: 14px;
  }
}
.history-box .year:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  background: #f4a20e;
  border-radius: 50%;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .history-box .year:before {
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 769px) {
  .history-box .year:before {
    width: 10px;
    height: 10px;
  }
}
.history-box .item {
  display: flex;
  margin: 0 auto 8px;
}

.history-box .item:last-child {
  margin-bottom: 0;
}

.history-box .month {
  font-weight: 500;
  text-align: right;
}

@media (max-width: 768px) {
  .history-box .month {
    width: 35px;
  }
}
@media (min-width: 769px) {
  .history-box .month {
    width: 55px;
  }
}
.history-box .txt {
  margin-left: 8px;
  flex: 1;
}

/* =========================================================
加盟店オーナー募集
========================================================= */
@media (max-width: 768px) {
  .owner-block {
    margin: 0 auto 32px;
  }
}
@media (min-width: 769px) {
  .owner-block {
    margin: 0 auto 48px;
  }
}
.owner-block:last-child {
  margin-bottom: 0;
}

.owner-block .cmn-ttl03 {
  margin: 0 auto 16px;
}

@media (min-width: 769px) {
  .owner-block .box01 {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  .owner-block .box01 .txt {
    padding: 0 0 0 24px;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .owner-block .box01 .img {
    margin: 24px auto 0;
  }
}
@media (min-width: 769px) {
  .owner-block .box01 .img {
    width: 43%;
  }
}
.owner-block .box01 .list01 li {
  margin: 0 auto 1em;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
}

.owner-block .box01 .list01 li:last-child {
  margin-bottom: 0;
}

.owner-block .box01 .note {
  margin: 16px auto 0;
}

@media (max-width: 768px) {
  .owner-block .box01 .note {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  .owner-block .box01 .note {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.owner-block .box02 {
  padding: 24px 20px;
  border: 3px solid #e50012;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .owner-block .box02 {
    margin: 24px auto 0;
  }
}
@media (min-width: 769px) {
  .owner-block .box02 {
    margin: 32px auto 0;
  }
}
.owner-block .box02 .txt01 {
  color: #e50012;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}

.owner-block .box02 .cmn-btn01 {
  max-width: 395px;
  margin: 16px auto 0;
}

.owner-block .list02 {
  font-size: 16px;
  line-height: 1.375;
}

.owner-block .list02 .bundle {
  margin: 0 auto 24px;
}

@media (min-width: 769px) {
  .owner-block .list02 .bundle {
    display: flex;
  }
}
.owner-block .list02 .bundle:last-child {
  margin-bottom: 0;
}

.owner-block .list02 dt {
  font-weight: 500;
}

@media (min-width: 769px) {
  .owner-block .list02 dt {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .owner-block .list02 dd {
    margin: 4px auto 0;
  }
}
@media (min-width: 769px) {
  .owner-block .list02 dd {
    flex: 1;
  }
}
.owner-block .list02 .small {
  font-size: 0.875em;
}

/*------------------------------------------
inquiry
------------------------------------------*/
.owner-inquiry-box {
  padding: 16px 16px 24px;
  background: #fff7ea;
}

@media (max-width: 768px) {
  .owner-inquiry-box {
    margin: 32px auto 0;
  }
}
@media (min-width: 769px) {
  .owner-inquiry-box {
    margin: 48px auto 0;
  }
}
.owner-inquiry-box > * {
  max-width: 395px;
  margin: 0 auto;
}

.owner-inquiry-box .ttl {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}

.owner-inquiry-box .txt01 {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}

.owner-inquiry-box .txt02 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.owner-inquiry-box .cmn-number01 {
  margin-top: 16px;
}

.owner-inquiry-box .cmn-btn01 {
  margin-top: 24px;
}

/* =========================================================
加盟店オーナー紹介
========================================================= */
@media (max-width: 768px) {
  .owner-intro-block {
    margin: 0 auto 32px;
  }
}
@media (min-width: 769px) {
  .owner-intro-block {
    margin: 0 auto 48px;
  }
}
.owner-intro-block:last-child {
  margin-bottom: 0;
}

.owner-intro-block .name {
  background: #FFF29D;
}

@media (max-width: 768px) {
  .owner-intro-block .name {
    padding: 24px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .owner-intro-block .name {
    padding: 24px 48px;
    display: flex;
    align-items: baseline;
  }
}
.owner-intro-block .name .txt01 {
  font-weight: 500;
}

@media (max-width: 768px) {
  .owner-intro-block .name .txt01 {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media (min-width: 769px) {
  .owner-intro-block .name .txt01 {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.owner-intro-block .name .txt02 {
  font-weight: 700;
}

@media (max-width: 768px) {
  .owner-intro-block .name .txt02 {
    margin: 4px auto 0;
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
@media (min-width: 769px) {
  .owner-intro-block .name .txt02 {
    flex: 1;
    padding: 0 0 0 24px;
    font-size: 30px;
    line-height: 1.3333333333;
  }
}
.owner-intro-block .cmn-ttl03 {
  margin: 24px auto 0;
}

.owner-intro-block .txt {
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.375;
}

.owner-intro-block .img {
  margin: 16px auto 0;
}