@charset "UTF-8";
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
}


@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

picture {
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

.l-inner {
  width: 100%;
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 25rem;
  }
}
.btn-area-top {
  position: absolute;
  top:110px;
  left: 0;
  padding:0 20px;
  display:none;
  }
  @media(max-width:767px){
  .btn-area-top {
  display:block;
  }
  }
  
      .storelist-sp {
        display: inline-block;
        padding: 10px;
        font-size: 16px;
        color: #333;
        font-weight: 600;
        border-right:solid 1px hsl(0, 0%, 20%);
        border-left:solid 1px hsl(0, 0%, 20%);
        transition: 0.4s;
      }
      .storelist-sp:hover {
        opacity: 0.4;
      }

/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 468px;
  width: 29.25rem;
  max-width: 100%;
  height: 80px;
  height: 5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: #2692CC;
  border-radius: 3.125rem;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.125rem;
    width: 14.375rem;
    height: 3.125rem;
    border-radius: 1.5625rem;
  }
}

/* floating */
.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
  background: #fff;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.floating__btn {
  height: 56px;
  height: 3.5rem;
  width: 335px;
  width: 20.9375rem;
  border-radius: 1.5625rem;
  margin: 0 auto;
}

/* footer */
.footer {
  text-align: center;
  padding: 0px 0 100px;
  padding: 0rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0 0 8.75rem;
  }
}

.footer__text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 1.375rem;
  }
}

.footer__btn {
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
}

.footer__link {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.7em;
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .footer__link {
    margin-top: 2.1875rem;
  }
}

/* gnav */
.gnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav__menu-item {
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .gnav__menu-item {
    font-size: 0.875rem;
  }
}
.gnav__menu-item + .gnav__menu-item {
  margin-left: 52px;
  margin-left: 3.25rem;
}
@media screen and (max-width: 1200px) {
  .gnav__menu-item + .gnav__menu-item {
    margin-left: 2.5rem;
  }
}
.gnav__menu-item + .gnav__menu-item::before {
  position: absolute;
  content: "";
  background: #000;
  width: 1px;
  width: 0.0625rem;
  height: 15px;
  height: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -26px;
  left: -1.625rem;
}
@media screen and (max-width: 1200px) {
  .gnav__menu-item + .gnav__menu-item::before {
    left: -1.25rem;
  }
}
.gnav__menu-item a {
  display: inline-block;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

/* header */
.header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;

  z-index: 10;
  background: #fff;
  background: #fcfcfc;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  padding: 15px;
}



.header__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-btn-area {
  display: flex;
  flex-wrap: wrap;
  gap:15px;
}
.sp-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .header__logos {
    display: block;
  }
}

.header__logo {
  width: 422px;
  width: 26.375rem;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    width: 21.875rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 13.25rem;
  }
}
.header__logo a {
  display: block;
}

.header__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 26px;
  margin-left: 1.625rem;
}
@media screen and (max-width: 1200px) {
  .header__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .header__text {
    font-size: 0.875rem;
    margin-left: 0;
    margin-top: 0.3125rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 6px;
  margin-top: 0.375rem;
}
.section-recruit {
  background-color: #fff;;
}
/* 共通ボタンスタイル */
.header__btn,
.storelist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  max-width: 100%;
  height: 3.125rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  border-radius: 3.125rem;
  border: 0.125rem solid #fff;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  margin-bottom: 0.625rem;
  transition: 0.4s;
}

.header__btn {
  background: #2692CC;
}

.storelist {
  background: #EF4555;
  cursor: pointer;
}

.storelist:hover {
  opacity: 0.4;
}

/* 表示切替（SP対応） */
.storelist.sp-btn {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header__btn,
  .storelist {
    width: 11.875rem;
    height: 2.8125rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .header__btn.pc-btn {
    display: none;
  }

  .storelist.pc-btn {
    display: none;
  }

  .storelist.sp-btn {
    display: flex;
  }
  .header__btn,
.storelist {
 font-size: 18px;
  width: 180px;
 
  height: 3.125rem;
  margin: 0;;
 
}

}

/* 店舗メニューオーバーレイ */
.store-menu {
  position: absolute;
  z-index: 9999999;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.store-menu ul li {
  margin: 10px 0;
}
.store-menu ul li a {
  padding: 5px ;
  font-size: 18px;
  font-weight: 600;
  color: #EF4555;
}

/* 閉じるボタン */
.store-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 12px 20px;
  background-color: #3b3b3b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.store-close-btn:hover {
  background-color: #ddd;
}

/* タブ切り替えボタン */
.recruit-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  padding: 20px;
  
  max-width: 800px;
}

.recruit-btn .tab-button {
  background-color: #007bff;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0.7;
}

.recruit-btn .tab-button:hover,
.recruit-btn .tab-button.active {
  background-color: #0056b3;
  opacity: 1;
  font-weight: bold;
  transform: scale(1.05);
}

/* ボタン配置（SP中央寄せ） */
.btn-area {
  display: flex;
}

@media (max-width: 640px) {
  .btn-area {
    justify-content: center;
  }
}

/* 小見出し */
.address-title {
  font-size: 20px;
  font-weight: 600;
  display: block;
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(116, 116, 116, 0.4);
  margin: 20px 0 15px 0;
}

@media (max-width: 640px) {
  .address-title {
    font-size: 18px;
  }
}

/* 詳細ボタン */
.recruit-detail-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 32px;
  background-color: #EF4555;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.recruit-detail-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 640px) {
  .recruit-detail-btn {
    width: 100%;
    text-align: center;
  }
}

/* 求人カードエリア */
.recruit-card {
  max-width: 840px;
  margin: 0 auto 40px;
  padding: 10px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.recruit-card.active {
  opacity: 1;
  pointer-events: auto;
  height: auto;
}

.recruit-card h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

/* 求人リスト */
.recruit-card ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0;
 
}

.recruit-card li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  padding: 10px;
}

.recruit-card_imgarea {
  max-width: 300px;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}

.recruit-card_imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.recruit-card a img:hover {
  transform: scale(1.05);
}

.recruit-card_textrea {
  flex: 1;
  padding: 10px;
  min-width: 320px;
}

.recruit-card_textrea h5 {
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 24px;
  color: #222;
}

.recruit-card_textrea__discription {
  padding-top: 15px;
  border-top: solid 1px #3333;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
  color: #555;
}

/* タグ・ラベル表示 */
.recruit-salary,
.recruit-access {
  margin-right: 12px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  color: #fff;
  background-color: #333;
}

@media (max-width: 640px) {
  .recruit-salary,
  .recruit-access {
    margin-right: 100%;
    margin-bottom: 8px;
    min-width: 90px;
    text-align: center;
  }
}

/* main */
.main {
  background-color: #fff !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  margin-top: 126px;
  margin-top: 7.875rem;
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 140px;
  }
}

/* site-wrapper */
.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/* wrapper */
.wrapper {
  padding: 104px 0;
  padding: 6.5rem 0;
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 4rem 0;
  }
}

.wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrapper__inner {
    display: block;
  }
}

.wrapper__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .wrapper__item {
    width: 100%;
  }
}

/* business */
.business {
  background: #F2F7FB;
  margin-top: 96px;
  margin-top: 6rem;
  padding-top: 96px;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .business {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}

.business__title {
  width: 205px;
  width: 12.8125rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .business__title {
    width: 7.5625rem;
  }
}

.business__text {
  width: 388px;
  width: 24.25rem;
  max-width: 100%;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .business__text {
    width: 18.1875rem;
    margin-top: 2rem;
  }
}

.business__img {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .business__img {
    margin-top: 3rem;
  }
}

/* company */
.company__title {
  width: 159px;
  width: 9.9375rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .company__title {
    width: 7.125rem;
  }
}

.company__img {
  width: 68%;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .company__img {
    width: 100%;
    margin-top: 2.25rem;
  }
}

/* event */
.event {
  background: #F2F7FB;
  padding: 104px 0;
  padding: 6.5rem 0;
}
@media screen and (max-width: 767px) {
  .event {
    padding: 4rem 0;
  }
}

.event__title {
  width: 200px;
  width: 12.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .event__title {
    width: 100%;
  }
}

.event__img {
  margin-top: 64px;
  margin-top: 4rem;
}

.event__btn {
  margin: 64px auto 0;
  margin: 4rem auto 0;
}

/* history */
@media screen and (max-width: 767px) {
  .history {
    margin-top: 4rem;
  }
}

.history__title {
  width: 84px;
  width: 5.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .history__title {
    width: 4.125rem;
  }
}

.history__img {
  width: 86%;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .history__img {
    width: 100%;
    margin-top: 2.25rem;
  }
}

/* interview */
.interview {
  padding-top: 120px;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .interview {
    padding-top: 4rem;
  }
}

.interview__title {
  width: 640px;
  width: 40rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .interview__title {
    width: 100%;
  }
}

.interview__items {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .interview__items {
    margin-top: 2.25rem;
  }
}

.interview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .interview__item {
    display: block;
  }
}
.interview__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.interview__item:nth-child(2) {
  margin-top: 126px;
  margin-top: 7.875rem;
}
@media screen and (max-width: 767px) {
  .interview__item:nth-child(2) {
    margin-top: 4.125rem;
  }
}
.interview__item:last-child {
  margin-top: 94px;
  margin-top: 5.875rem;
}
@media screen and (max-width: 767px) {
  .interview__item:last-child {
    margin-top: 4rem;
  }
}

.interview__item-img {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .interview__item-img {
    width: 100%;
  }
}

.interview__item-text {
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .interview__item-text {
    width: 100%;
    margin-top: 3rem;
  }
}

/* message */
.message {
  margin-top: 104px;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .message {
    margin-top: 5.9375rem;
  }
}

.message__title {
  width: 340px;
  width: 21.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .message__title {
    width: 12.5rem;
  }
}

.message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .message__flex {
    display: block;
    margin-top: 2.25rem;
  }
}

.message__text {
  width: 52.5%;
}
@media screen and (max-width: 767px) {
  .message__text {
    width: 100%;
  }
}

.message__img {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .message__img {
    width: 100%;
    margin-top: 2.25rem;
  }
}

/* mission */
.mission {
  margin-top: 112px;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .mission {
    margin-top: 4.375rem;
  }
}

.mission__title {
  width: 235px;
  width: 14.6875rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mission__title {
    width: 7.1875rem;
  }
}

.mission__text {
  width: 320px;
  width: 20rem;
  max-width: 100%;
  margin: 48px auto 0;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .mission__text {
    width: 13.4375rem;
    margin-top: 1.6875rem;
  }
}

/* mv */
.mv {
  background: #F2F7FB;
}

.mv__content {
  position: relative;
  height: 644px;
  height: 40.25rem;
  padding-top: 130px;
  padding-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .mv__content {
    width: 25rem;
    max-width: 100%;
    margin: 0 auto;
    height: 43.125rem;
    padding-top: 3rem;
    position: relative;
  }
}

.mv__img {
  position: absolute;
  right: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 426px;
  height: 26.625rem;
  width: 70%;
}
@media screen and (min-width: 1800px) {
  .mv__img {
    width: 63%;
  }
}
@media screen and (max-width: 767px) {
  .mv__img {
    top: 47%;
    height: 34.375rem;
  }
}
.mv__img picture {
  height: inherit;
}
.mv__img img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__text {
  width: 108px;
  width: 6.75rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__text {
    width: 2rem;
    margin-left: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mv__btn {
    height: 3.5rem;
    border-radius: 1.5625rem;
    margin-top: 0.5rem;
  }
}

/* number */
.number {
  background: #F2F7FB;
  padding-top: 104px;
  padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .number {
    padding-top: 4rem;
  }
}

.number__title {
  width: 312px;
  width: 19.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .number__title {
    width: 100%;
  }
}

.number__text {
  width: 590px;
  width: 36.875rem;
  max-width: 100%;
  margin-top: 48px;
  margin-top: 3rem;
}

.number__img {
  margin-top: 104px;
  margin-top: 6.5rem;
}

/* philosophy */
.philosophy {
  padding-top: 96px;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .philosophy {
    padding-top: 4rem;
  }
}

.philosophy__title {
  width: 203px;
  width: 12.6875rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .philosophy__title {
    width: 6.1875rem;
  }
}

.philosophy__text {
  width: 461px;
  width: 28.8125rem;
  max-width: 100%;
  margin: 48px auto 0;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .philosophy__text {
    width: 20.9375rem;
    margin-top: 1.6875rem;
  }
}

/* reason */
.reason {
  margin-top: 107px;
  margin-top: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .reason {
    margin-top: 4rem;
  }
}

.reason__inner {
  padding-top: 488px;
  padding-top: 30.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason__inner {
    padding: 0;
    max-width: 100%;
  }
}

.reason__img {
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 0;
  width: 100vw;
  height: 408px;
  height: 25.5rem;
}
@media screen and (max-width: 767px) {
  .reason__img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.reason__img picture {
  height: inherit;
}
.reason__img img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .reason__flex {
    display: block;
    margin-top: 2rem;
  }
}

.reason__content {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .reason__content {
    width: 100%;
    margin-top: 2rem;
  }
}

.reason__title {
  width: 20%;
  margin-left: 104px;
  margin-left: 6.5rem;
}
@media screen and (max-width: 767px) {
  .reason__title {
    width: 100%;
    margin-left: 0;
  }
}

.reason__btn {
  margin: 96px auto 0;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .reason__btn {
    margin-top: 3rem;
  }
}

/* store */
.store {
  background: #F2F7FB;
  padding-top: 104px;
  padding-top: 6.5rem;
  padding-bottom: 105px;
  padding-bottom: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .store {
    background: #fff;
    padding-bottom: 0;
    padding-top: 4rem;
  }
}

.store__title {
  width: 203px;
  width: 12.6875rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .store__title {
    width: 7.3125rem;
  }
}

.store__imgs {
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .store__imgs {
    margin-top: 2rem;
  }
}

.store__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.store__list .block {
  margin-bottom: 30px;
  width: calc(100% / 3 - 20px);
}
.store__list .block:nth-child(-n+2) {
  width: calc(100% / 2 - 20px);
}
.store__list .block:nth-child(-n+2) .txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.store__list .block:nth-child(-n+2) .name,
.store__list .block:nth-child(-n+2) .access {
  margin-right: 10px;
}
.store__list .block:nth-child(n+3) .name,
.store__list .block:nth-child(n+3) .access {
  margin-bottom: 5px;
}
.store__list .block .imgs {
  margin-bottom: 10px;
}
.store__list .block .imgs img {
  width: 100%;
  height: auto;
}
.store__list .block .txt .name {
  width: auto;
  height: 25px;
}
.store__list .block .txt .access {
  width: auto;
  height: 18px;
}
.store__list .block .txt .link {
  width: auto;
  height: 28px;
}
.store__list .block .txt .name img,
.store__list .block .txt .access img,
.store__list .block .txt .link img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .store__list .block .imgs .thumb,
  .store__list .block .imgs .logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .store__list .block {
    margin-bottom: 6vw;
    width: calc(100% / 2 - 7px);
  }
  .store__list .block:nth-child(-n+2) {
    width: 100%;
  }
  .store__list .block .imgs {
    position: relative;
  }
  .store__list .block .imgs .img {
    width: 60vw;
  }
  .store__list .block .imgs .thumbs {
    position: absolute;
    top: 0;
    right: 0;
  }
  .store__list .block .imgs .thumb {
    margin-bottom: 2vw;
    width: 25vw;
  }
  .store__list .block .imgs .logo {
    width: 20vw;
  }
  .store__list .block .txt .name {
    height: 4vw;
  }
  .store__list .block .txt .access {
    height: 3vw;
  }
  .store__list .block .txt .link {
    height: 4vw;
  }
}

.store__link {
  display: inline-block;
  position: absolute;
  z-index: 3;
}
.store__link:first-of-type {
  width: 20%;
  height: 4%;
  left: 35%;
  top: 29%;
}
@media screen and (max-width: 767px) {
  .store__link:first-of-type {
    width: 26%;
    height: 3%;
    left: 54%;
    top: 22%;
  }
}
.store__link:nth-of-type(2) {
  width: 23%;
  height: 3%;
  left: 0;
  top: 63.5%;
}
@media screen and (max-width: 767px) {
  .store__link:nth-of-type(2) {
    width: 31%;
    height: 2%;
    left: 0;
    top: 48%;
  }
}
.store__link:nth-of-type(3) {
  width: 23%;
  height: 3%;
  left: 35%;
  top: 63.5%;
}
@media screen and (max-width: 767px) {
  .store__link:nth-of-type(3) {
    width: 31%;
    height: 2%;
    left: 52%;
    top: 48%;
  }
}
.store__link:nth-of-type(4) {
  width: 17%;
  height: 3%;
  left: 69%;
  top: 63.5%;
}
@media screen and (max-width: 767px) {
  .store__link:nth-of-type(4) {
    width: 23%;
    height: 2%;
    left: 0;
    top: 73.5%;
  }
}
.store__link:nth-of-type(5) {
  width: 22%;
  height: 3%;
  left: 0;
  top: 97%;
}
@media screen and (max-width: 767px) {
  .store__link:nth-of-type(5) {
    width: 29%;
    height: 2%;
    left: 52%;
    top: 73.5%;
  }
}
.store__link:nth-of-type(6) {
  width: 23%;
  height: 3%;
  left: 34%;
  top: 97%;
}
@media screen and (max-width: 767px) {
  .store__link:nth-of-type(6) {
    width: 29%;
    height: 2%;
    left: 0;
    top: 98.5%;
  }
}
.store__link:last-of-type {
  width: 24%;
  height: 3%;
  left: 68%;
  top: 97%;
}
@media screen and (max-width: 767px) {
  .store__link:last-of-type {
    width: 30%;
    height: 2%;
    left: 52%;
    top: 98.5%;
  }
}

/* system */
.system {
  background: #F2F7FB;
  padding-top: 104px;
  padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .system {
    padding-top: 4rem;
  }
}

.system__title {
  width: 200px;
  width: 12.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .system__title {
    width: 100%;
  }
}

.system__img {
  margin-top: 48px;
  margin-top: 3rem;
}

/* transition */
.transition {
  background: #F2F7FB;
  padding-top: 104px;
  padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .transition {
    padding: 4rem 0;
  }
}

.transition__title {
  width: 248px;
  width: 15.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .transition__title {
    width: 9.125rem;
  }
}

.transition__img {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .transition__img {
    margin-top: 2.1875rem;
  }
}

/* welfare */
.welfare {
  background: #F2F7FB;
  margin-top: 96px;
  margin-top: 6rem;
  padding-top: 96px;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .welfare {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}

.welfare__title {
  width: 200px;
  width: 12.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .welfare__title {
    width: 100%;
  }
}

.welfare__img {
  margin-top: 48px;
  margin-top: 3rem;
}
/*# sourceMappingURL=style.css.map */
