@charset "UTF-8";
/*---------------------------------------------
mixin
---------------------------------------------*/
/*------------------------------------------
html5doctor.com Reset Stylesheet
------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  /* font-weight: normal; */
}

legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

legend + * {
  clear: both;
}

fieldset {
  border: 0;
  display: block;
  margin: 0;
  min-width: 0;
  padding: 0.01em 0 0 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

/*------------------------------------------
common
------------------------------------------*/
/* * { font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif; margin: 0 auto; padding: 0; letter-spacing: 0; } */
address {
  font-style: normal;
}

li {
  list-style: none;
}

svg {
  margin: 0;
  padding: 0;
}

strong {
  display: inline-block;
}

:root {
  --color-base: #442000;
  --color-key: #e8380d;
  --color-white: #fff;
  --color-orange: #e8772b;
  --color-pink: #ea7599;
  --color-green: #71ba67;
  --color-brown: #90692c;
  --color-beige: #ffefce;
  --color-gray: #e8e3da;
  --color-light-gray: #fbf8f2;
  --font-weight-normal: 500;
  --font-weight-bold: 700;
  --font-weight-exbold: 800;
  --section-mb-20: 20px;
  --section-mb-30: 30px;
  --section-mb-40: 40px;
  --section-mb-60: 60px;
  --section-mb-80: 80px;
  --section-mb-100: 100px;
  --section-mb-120: 120px;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  color: var(--color-base);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: var(--font-weight-normal);
  letter-spacing: 0;
  line-height: 1.6;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}

img {
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: var(--color-base);
  text-decoration: none;
}

a:hover {
  -webkit-transition: all .3s;
  opacity: .7;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

a[href^="tel:"] {
  border-bottom: none;
  color: inherit;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.font-en {
  font-variation-settings: "wdth" 100;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
    margin: 0 auto;
  }
}

.wrapper {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-bottom: 40px;
  }
}

.pagetop {
  bottom: 20px;
  display: block;
  height: 100px;
  position: fixed;
  right: 20px;
  width: 100px;
  z-index: 3000;
}

@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 10px;
    height: 70px;
    right: 10px;
    width: 70px;
  }
}

.header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5000;
}

.logo {
  -webkit-transition: all .3s;
  background: #fff;
  border-radius: 0 0 40px 0;
  max-width: 267px;
  padding: 10px;
  text-align: center;
  transition: all .3s;
  width: 20%;
}

.logo img {
  height: auto;
  width: 210px;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .logo {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: auto;
  }
  .logo img {
    height: auto;
    width: 140px;
  }
}

.is-scroll .logo {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .is-scroll .logo {
    width: auto;
  }
}

.menu-layout {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 150px;
}

.nav-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all .3s;
  align-items: center;
  background: var(--color-white);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--font-weight-bold);
  height: 80px;
  justify-content: center;
  max-width: 78%;
  transition: all .3s;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .nav-menu {
    display: none;
  }
}

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

.is-scroll .nav-menu {
  height: 60px;
}

.menu-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0 1em;
  white-space: nowrap;
}

.menu-list li:last-child > a {
  border-right: none;
}

.menu-item {
  position: relative;
}

.menu-item:hover .drop-menu-list {
  visibility: visible;
}

.menu-item > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  border-right: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  padding: .6em 1.4em;
  text-decoration: none;
}

.drop-menu-item > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  padding: .6em;
  padding: .6em 1.8em .6em 2.2em;
  position: relative;
  text-decoration: none;
}

.drop-menu-item > a:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.17 9.61'%3E%3Cpolyline fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' points='1 8.61 6.17 4.81 1 1'/%3E%3C/svg%3E");
  background-color: currentColor;
  content: "";
  height: 12px;
  left: 15px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.17 9.61'%3E%3Cpolyline fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' points='1 8.61 6.17 4.81 1 1'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 12px;
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}

.drop-menu > a {
  padding: .6em 2.2em .6em 1.4em;
}

.drop-menu > a:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.91 9.77'%3E%3Cpath d='M6.52 9.16L10.74 1.84C11.21 1.02 10.62 0 9.68 0H1.23C0.28 0-0.31 1.02 0.17 1.84L4.4 9.16C4.87 9.98 6.05 9.98 6.52 9.16Z'/%3E%3C/svg%3E");
  background-color: currentColor;
  content: "";
  height: 12px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.91 9.77'%3E%3Cpath d='M6.52 9.16L10.74 1.84C11.21 1.02 10.62 0 9.68 0H1.23C0.28 0-0.31 1.02 0.17 1.84L4.4 9.16C4.87 9.98 6.05 9.98 6.52 9.16Z'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 12px;
}

.drop-menu-list {
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  font-size: 0.9375rem;
  left: 0;
  padding-top: 15px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: auto;
  z-index: 1;
}

/* チェックボックスは非表示 */
.menu-toggle {
  display: none;
}

/* トリガーボタン */
.menu-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all .3s;
  align-items: center;
  background: var(--color-key);
  border-radius: 0 0 0 40px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 114px;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .3s;
  width: 114px;
  z-index: 2001;
}

.menu-btn:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .menu-btn {
    border-radius: 0 0 0 16px;
    height: 60px;
    width: 60px;
  }
  .menu-btn:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .is-scroll .menu-btn {
    height: 84px;
    width: 84px;
  }
}

.open-text {
  display: block;
  text-align: center;
}

.open-text img {
  height: auto;
  width: 35%;
}

@media screen and (max-width: 767px) {
  .open-text img {
    height: auto;
    width: 50%;
  }
}

.close-text {
  display: block;
  text-align: center;
}

.close-text img {
  height: auto;
  width: 35%;
}

@media screen and (max-width: 767px) {
  .close-text img {
    height: auto;
    width: 50%;
  }
}

/* OPEN / CLOSE テキスト切り替え */
.menu-btn .close-text {
  display: none;
}

/* チェック状態で CLOSE を表示 */
.menu-toggle:checked + .menu-btn .open-text {
  display: none;
}

.menu-toggle:checked + .menu-btn .close-text {
  display: inline;
}

/* 全画面メニュー */
.full-menu {
  -webkit-transition: all 0.4s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-beige);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  min-height: 100%;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: all 0.4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 2000;
}

.full-menu .border {
  border-bottom: 2px solid var(--color-base);
}

@media screen and (max-width: 767px) {
  .full-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
    padding-top: 5em;
  }
  .full-menu .border {
    border-bottom: none;
  }
}

/* メニュー表示状態 */
.menu-toggle:checked ~ .full-menu {
  opacity: 1;
  visibility: visible;
}

.full-menu-layout {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  padding: 0 5em;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .full-menu-layout {
    padding: 0 4%;
  }
}

.full-menu-layout2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.full-menu-layout2__item:nth-child(1) {
  width: 75%;
}

.full-menu-layout2__item:nth-child(2) {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .full-menu-layout2 {
    display: block;
  }
  .full-menu-layout2__item:nth-child(1) {
    width: 100%;
  }
  .full-menu-layout2__item:nth-child(2) {
    width: 100%;
  }
}

.full-menu-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.full-menu-link > li {
  width: 23%;
}

.full-menu-link > li:not(:last-child) {
  margin-right: 2%;
}

.full-menu-link > li > ul > li {
  margin-bottom: 8px;
}

.full-menu-link a {
  color: var(--color-base);
  margin-bottom: 10px;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .full-menu-link {
    display: block;
    margin-bottom: 0;
  }
  .full-menu-link > li {
    width: 100%;
  }
  .full-menu-link > li:not(:last-child) {
    margin-right: 0;
  }
  .full-menu-link > li a {
    border-top: 1px solid var(--color-base);
    display: block;
    padding: 10px 10px 10px 1.4em;
  }
  .full-menu-link > li > ul {
    margin-bottom: 0;
  }
  .full-menu-link > li > ul > li {
    margin-bottom: 0;
  }
  .full-menu-link > li > ul > li a {
    border-top: 1px solid var(--color-base);
    display: block;
    padding: 10px;
    padding-left: 1.5em;
  }
  .full-menu-link a {
    color: var(--color-base);
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.full-menu-link2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1em;
  width: 100%;
}

.full-menu-link2 > li {
  width: 31%;
}

.full-menu-link2 > li:not(:last-child) {
  margin-right: 2%;
}

.full-menu-link2 > li > ul > li {
  margin-bottom: 5px;
}

.full-menu-link2 a {
  color: var(--color-base);
  margin-bottom: 10px;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .full-menu-link2 {
    display: block;
    margin-bottom: 0;
  }
  .full-menu-link2 > li {
    width: 100%;
  }
  .full-menu-link2 > li:not(:last-child) {
    margin-right: 0;
  }
  .full-menu-link2 > li a {
    border-top: 1px solid var(--color-base);
    display: block;
    padding: 10px 10px 10px 1.4em;
  }
  .full-menu-link2 > li > ul > li {
    margin-bottom: 0;
  }
  .full-menu-link2 > li > ul > li a {
    border-top: 1px solid var(--color-base);
    display: block;
    padding: 10px;
  }
  .full-menu-link2 a {
    color: var(--color-base);
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.full-menu-link-sub {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1em;
  width: 100%;
}

.full-menu-link-sub > li {
  width: 31%;
}

.full-menu-link-sub > li:not(:last-child) {
  margin-right: 2%;
}

.full-menu-link-sub > li > ul > li {
  margin-bottom: 5px;
}

.full-menu-link-sub a {
  color: var(--color-base);
  margin-bottom: 10px;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .full-menu-link-sub {
    display: block;
    margin-bottom: 1.5em;
  }
  .full-menu-link-sub > li {
    width: 100%;
  }
  .full-menu-link-sub > li:not(:last-child) {
    margin-right: 0;
  }
  .full-menu-link-sub > li a {
    border-top: 1px solid var(--color-base);
    display: block;
    padding: 10px 10px 10px 1.4em;
  }
  .full-menu-link-sub > li > ul > li {
    margin-bottom: 0;
  }
  .full-menu-link-sub > li > ul > li a {
    border-top: 1px solid var(--color-base);
    display: block;
    padding: 10px;
  }
  .full-menu-link-sub > li:last-child a {
    border-bottom: 1px solid var(--color-base);
  }
  .full-menu-link-sub a {
    color: var(--color-base);
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.full-menu-banner {
  border: 1px solid var(--color-base);
  border-radius: 12px;
  color: var(--color-base);
  margin-bottom: 15px;
  padding: 14px;
  position: relative;
}

.full-menu-banner .btn-text__icon {
  margin-left: 1.4em;
}

.full-menu-banner-icon {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.full-menu-banner-icon svg {
  height: auto;
  width: 100%;
}

.full-menu-banner-icon svg path {
  fill: var(--color-base);
}

.nav-side {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-box-shadow: 0 0 0 6px #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all .3s;
  align-items: center;
  background: var(--color-key);
  border-radius: 30px 0 0 30px;
  box-shadow: 0 0 0 6px #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  justify-content: center;
  position: fixed;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all .3s;
  width: 70px;
  writing-mode: vertical-rl;
}

.nav-side__text {
  font-weight: var(--font-weight-bold);
  line-height: 2.2;
}

.nav-side__icon {
  -webkit-transform: translateX(25%);
  display: inline-block;
  margin-top: 5px;
  position: relative;
  transform: translateX(25%);
}

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

.is-scroll .nav-side {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-box-shadow: 0 0 0 6px #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-key);
  border-radius: 15px 0 0 15px;
  box-shadow: 0 0 0 6px #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  height: 180px;
  justify-content: center;
  position: fixed;
  right: 0;
  text-align: center;
  top: 50%;
  width: 45px;
  writing-mode: vertical-rl;
}

.is-scroll .nav-side__text {
  font-weight: var(--font-weight-bold);
  line-height: 2.2;
  padding-bottom: 1em;
}

.is-scroll .nav-side__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 4px;
  width: 20px;
}

@media screen and (max-width: 767px) {
  .is-scroll .nav-side {
    display: none;
  }
}

.style-btn--center {
  text-align: center;
}

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

.btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all .3s;
  align-items: center;
  background: var(--color-key);
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: var(--font-weight-bold);
  justify-content: center;
  line-height: 1.2;
  padding: 15px 25px;
  position: relative;
  text-align: center;
  transition: all .3s;
  width: 300px;
}

.btn__text {
  position: relative;
}

.btn__icon {
  background: #fff;
  border-radius: 15px;
  display: inline-block;
  height: 16px;
  line-height: 0;
  margin-right: .3em;
  padding: 5px;
  position: relative;
  width: 16px;
}

.btn__icon svg {
  -webkit-transform: translateY(-50%);
  color: var(--color-key);
  height: auto;
  left: 2px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}

.btn__icon--down svg {
  -webkit-transform: rotate(90deg) translateX(-50%) translateY(-1px);
  -webkit-transform-origin: center;
  left: 0;
  transform: rotate(90deg) translateX(-50%) translateY(-1px);
  transform-box: fill-box;
  transform-origin: center;
}

.btn__icon--zoom {
  background: transparent;
}

.btn__icon--zoom svg {
  -webkit-transform: translateY(-50%);
  color: var(--color-key);
  height: auto;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.btn--center {
  margin: 0 auto;
}

.btn--border {
  -webkit-box-shadow: 0 0 0 6px #fff;
  box-shadow: 0 0 0 6px #fff;
}

.btn:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 15px 15px;
  }
}

.btn-text {
  -webkit-transition: all .3s;
  display: block;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  padding-left: 1.4em;
  position: relative;
  text-indent: -1.4em;
  transition: all .3s;
}

.btn-text__text {
  position: relative;
}

.btn-text__icon {
  background: var(--color-key);
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  line-height: 0;
  margin-right: .3em;
  padding: 5px;
  position: relative;
  top: 3px;
  width: 16px;
}

.btn-text__icon svg {
  -webkit-transform: translateY(-50%);
  color: var(--color-white);
  height: auto;
  left: 1px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}

.btn-text__icon--brown {
  background: var(--color-base);
}

.btn-text__icon--red {
  background: var(--color-key);
}

.btn-text__icon--white {
  background: var(--color-white);
}

.btn-text__icon--white svg {
  color: var(--color-key);
}

.btn-text__icon--n-brown {
  background: none;
  border-radius: 0;
  display: inline-block;
  height: 16px;
  line-height: 0;
  margin-right: .1em;
  padding: 0;
  position: relative;
  top: 3px;
  width: 16px;
}

.btn-text__icon--n-brown svg {
  -webkit-transform: translateY(-50%);
  color: var(--color-base);
  height: auto;
  left: 1px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
}

.btn-text__icon--n-white {
  background: none;
  border-radius: 0;
  display: inline-block;
  height: 16px;
  line-height: 0;
  margin-right: .1em;
  padding: 0;
  position: relative;
  top: 3px;
  width: 16px;
}

.btn-text__icon--n-white svg {
  -webkit-transform: translateY(-50%);
  color: var(--color-white);
  height: auto;
  left: 1px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
}

.btn-text__icon--22 {
  height: 22px;
  top: 4px;
  width: 22px;
}

.footer {
  background: #f4e3b6;
  position: relative;
}

.footer:before {
  background: url(../images/common/footer-line.png) repeat-x center top;
  background-size: 40px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -10px;
  width: 100%;
}

.footer > .inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.footer > .inner .content {
  padding: 40px 0;
}

.footer > .inner .content .footer-layout-banner {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer > .inner .content .footer-layout-banner__item {
  width: 48%;
}

.footer > .inner .content .footer-banner {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: var(--color-white);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}

.footer > .inner .content .footer-banner__text {
  width: 70%;
}

.footer > .inner .content .footer-banner__text .footer-banner-detail__btn {
  font-size: 1.25rem;
  font-weight: var(--font-weight-exbold);
  margin-bottom: 8px;
}

.footer > .inner .content .footer-banner__image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 25%;
}

.footer > .inner .content .footer-banner__image img {
  width: 70%;
}

.footer > .inner .content .footer-banner--onlinestore .footer-banner__image img {
  width: 50%;
}

.footer > .inner .content .footer-layout-navigation {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.footer > .inner .content .footer-layout-navigation__logo {
  text-align: center;
  width: 25%;
}

.footer > .inner .content .footer-layout-navigation__logo img {
  display: inline-block;
  width: 175px;
}

.footer > .inner .content .footer-layout-navigation__link {
  width: 75%;
}

.footer > .inner .content .footer-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer > .inner .content .footer-link > li {
  margin-bottom: 1em;
  width: 25%;
}

.footer > .inner .content .footer-link > li a {
  margin-bottom: .5em;
}

.footer > .inner .content .footer-link > li > ul > li {
  margin-left: 1.4em;
}

.footer > .inner .content .footer-link-sub {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer > .inner .content .footer-link-sub > li {
  margin-bottom: 1em;
  width: 25%;
}

.footer > .inner .content .footer-link-sub > li a {
  margin-bottom: .5em;
}

.footer > .inner .content .copyright {
  font-size: 0.875rem;
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer > .inner .content {
    padding: 40px 0 0;
  }
  .footer > .inner .content .footer-layout-banner {
    display: block;
    padding: 0 4%;
  }
  .footer > .inner .content .footer-layout-banner__item {
    margin-bottom: 20px;
    width: 100%;
  }
  .footer > .inner .content .footer-banner {
    padding: 15px;
  }
  .footer > .inner .content .footer-banner__image img {
    width: 80%;
  }
  .footer > .inner .content .footer-banner--onlinestore .footer-banner__image img {
    width: 60%;
  }
  .footer > .inner .content .footer-layout-navigation {
    display: block;
  }
  .footer > .inner .content .footer-layout-navigation__logo {
    margin-bottom: 30px;
    width: 100%;
  }
  .footer > .inner .content .footer-layout-navigation__logo img {
    display: inline-block;
    width: 140px;
  }
  .footer > .inner .content .footer-layout-navigation__link {
    width: 100%;
  }
  .footer > .inner .content .footer-link {
    display: block;
  }
  .footer > .inner .content .footer-link > li {
    margin-bottom: 0;
    width: 100%;
  }
  .footer > .inner .content .footer-link > li a {
    background: #f4e3b6;
    border-top: 1px solid var(--color-base);
    display: block;
    margin-bottom: 0;
    padding: 10px 15px 10px 1.6em;
    width: 100%;
  }
  .footer > .inner .content .footer-link > li a.ac:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s ease;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml;utf8,                                    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.53 13.86'>                                    <polyline points='2 2 9.26 11.86 16.53 2' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/>                                    </svg>");
    background-color: currentColor;
    content: "";
    height: 10px;
    mask-image: url("data:image/svg+xml;utf8,                                    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.53 13.86'>                                    <polyline points='2 2 9.26 11.86 16.53 2' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/>                                    </svg>");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    width: 14px;
  }
  .footer > .inner .content .footer-link > li a.is-active.ac:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -webkit-transition: -webkit-transform 0.25s ease;
    transform: translateY(-50%) rotate(180deg);
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .footer > .inner .content .footer-link > li > ul {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .footer > .inner .content .footer-link > li > ul > li {
    margin-left: 0;
  }
  .footer > .inner .content .footer-link > li > ul > li a {
    border-top: 1px solid var(--color-base);
    display: block;
    margin-bottom: 0;
    padding: 10px 15px 10px 1.6em;
    width: 100%;
  }
  .footer > .inner .content .footer-link-sub {
    display: block;
  }
  .footer > .inner .content .footer-link-sub > li {
    margin-bottom: 0;
    width: 100%;
  }
  .footer > .inner .content .footer-link-sub > li a {
    border-top: 1px solid var(--color-base);
    display: block;
    margin-bottom: 0;
    padding: 10px 15px 10px 1.6em;
    width: 100%;
  }
  .footer > .inner .content .footer-link-sub > li:last-child a {
    border-bottom: 1px solid var(--color-base);
  }
  .footer > .inner .content .copyright {
    font-size: 0.875rem;
    padding: 40px 0;
    text-align: center;
  }
}

.ac {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .ac {
    pointer-events: auto;
  }
}

/* page common */
.page-image {
  height: 540px;
  overflow: hidden;
  position: relative;
}

.page-image__img img {
  width: 100%;
}

.page-image__illust {
  background: url(../images/common/page_title_bg.png) no-repeat center top;
  bottom: 0;
  height: 300px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-image {
    height: 40vh;
  }
  .page-image__img {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .page-image__img img {
    -webkit-transform: translateX(-50%);
    -o-object-fit: cover;
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    transform: translateX(-50%);
  }
  .page-image__illust {
    background: url(../images/common/page_title_bg.png) no-repeat center bottom -1px;
    background-size: 360%;
    bottom: 0;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
  }
}

.pagination {
  display: block;
  margin-top: 50px;
  width: 100%;
}

.pagination .nav-links {
  display: block;
  width: 100%;
}

.pagination ul.page-numbers {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.pagination li .page-numbers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all .3s;
  align-items: center;
  background: #efefef;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  height: 50px;
  justify-content: center;
  margin: 0 5px;
  text-align: center;
  transition: all .3s;
  width: 50px;
}

.pagination li .page-numbers:hover {
  background: #fad201;
  color: #004c46;
}

.pagination li .page-numbers:hover svg path {
  fill: #004c46;
}

.pagination li .prev {
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: 40px;
}

.pagination li .prev svg path {
  fill: #004c46;
}

.pagination li .next {
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: 40px;
}

.pagination li .next svg path {
  fill: #004c46;
}

.pagination li .current {
  background: #fad201;
  color: #004c46;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .pagination {
    display: block;
    margin-top: 50px;
    width: 100%;
  }
  .pagination .nav-links {
    display: block;
    width: 100%;
  }
  .pagination ul.page-numbers {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  .pagination li .page-numbers__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: all .3s;
    align-items: center;
    background: #efefef;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    height: 32px;
    justify-content: center;
    margin: 0 4px;
    text-align: center;
    transition: all .3s;
    width: 32px;
  }
  .pagination li .page-numbers__item:hover {
    background: #fad201;
    color: #004c46;
  }
  .pagination li .page-numbers__item:hover svg path {
    fill: #004c46;
  }
  .pagination li .prev {
    border-radius: 50%;
    height: 32px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 32px;
  }
  .pagination li .prev svg path {
    fill: #004c46;
  }
  .pagination li .next {
    border-radius: 50%;
    height: 32px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 32px;
  }
  .pagination li .next svg path {
    fill: #004c46;
  }
  .pagination li .current {
    background: #fad201;
    color: #004c46;
    font-weight: 700;
  }
}

.company .ceo__read {
  font-size: 2.25rem;
  font-weight: var(--font-weight-exbold);
  margin-bottom: 1.2em;
}

.company .ceo__text {
  margin-bottom: 1.8em;
}

.company .ceo__date {
  line-height: 1.4;
  margin-bottom: 0;
}

.company .ceo__name {
  text-align: right;
}

.company .ceo__name span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
  margin-left: .5em;
}

.company .ceo .layout-c3-4-1-4__item:nth-child(1) {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .company .ceo__read {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}

.company .box-layout {
  display: block;
  margin: 20px 0 20px;
}

.company .box {
  background: var(--color-beige);
  border-radius: 8px;
  display: block;
  height: 100%;
  margin-bottom: .6em;
  padding: 10px 10px 10px 45px;
  position: relative;
}

.company .box__number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/common/icon-cookie-brown.svg) no-repeat center;
  background-size: contain;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: var(--font-weight-exbold);
  height: 30px;
  justify-content: center;
  left: 7px;
  line-height: 1;
  margin: 0 auto;
  padding-top: 2px;
  position: absolute;
  top: 7px;
  width: 30px;
}

.company .box__heading {
  font-size: 1.125rem;
  font-weight: var(--font-weight-exbold);
  margin-bottom: .5em;
  text-align: left;
}

.company .style-table {
  margin-bottom: 40px;
}

.company .style-table .btn {
  padding: 10px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.company .style-table .btn-inline {
  margin-left: 1em;
}

.company .layout1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.company .layout1__item:nth-child(1) {
  text-align: center;
  width: 250px;
}

.company .layout1__item:nth-child(2) {
  font-size: 0.9375rem;
  width: calc(100% - 250px);
}

@media screen and (max-width: 767px) {
  .company .layout1 {
    display: block;
  }
  .company .layout1__item:nth-child(1) {
    margin-bottom: 20px;
    width: 100%;
  }
  .company .layout1__item:nth-child(2) {
    width: 100%;
  }
}

.history .page-style-h-1 {
  color: var(--color-key);
  font-size: 1.5rem;
  font-weight: var(--font-weight-exbold);
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .history .page-style-h-1 {
    font-size: 1.375rem;
    margin-bottom: .4em;
  }
}

.history .page-style-text1 {
  margin-bottom: 1.2em;
}

.history .history-layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: url(../images/common/line-history.png) repeat-y left 110px top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.history .history-layout__year {
  margin-right: 5%;
  text-align: center;
  width: 220px;
}

.history .history-layout__year .year-box {
  background: var(--color-beige);
  border-radius: 20px;
  padding: 15px;
}

.history .history-layout__year .year-box .wc {
  display: block;
  font-size: 2.625rem;
  font-weight: var(--font-weight-exbold);
  line-height: 1;
  margin-bottom: 5px;
}

.history .history-layout__year .year-box .jc {
  display: block;
  font-size: 1.25rem;
  font-weight: var(--font-weight-exbold);
  line-height: 1;
}

.history .history-layout__detail {
  padding: 20px 0 40px;
  width: calc(100% - 5% - 220px);
}

.history .history-layout__detail .page-style-h-1:not(:first-child) {
  margin-top: 1em;
}

.history .history-layout--bg-none {
  background: none;
}

@media screen and (max-width: 767px) {
  .history .history-layout {
    background: url(../images/common/line-history.png) repeat-y left 30px top;
    display: block;
  }
  .history .history-layout__year {
    margin-right: 0;
    text-align: center;
    width: auto;
  }
  .history .history-layout__year .year-box {
    background: var(--color-beige);
    border-radius: 8px;
    padding: 10px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .history .history-layout__year .year-box .wc {
    display: inline-block;
    font-size: 2rem;
    font-weight: var(--font-weight-exbold);
    margin-bottom: 0;
    margin-right: .5em;
  }
  .history .history-layout__year .year-box .jc {
    display: inline-block;
    font-size: 1rem;
  }
  .history .history-layout__detail {
    padding: 20px 0 20px 70px;
    width: 100%;
  }
}

.history .page-layout1 {
  gap: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.history .page-layout1 dl {
  margin-right: 20px;
  text-align: center;
  width: 31%;
}

.history .page-layout1 dl dt {
  -webkit-box-shadow: 0 0 0 1px var(--color-beige);
  border: 1px solid var(--color-beige);
  border-radius: 12px;
  box-shadow: 0 0 0 1px var(--color-beige);
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}

.history .page-layout1 dl dt img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .history .page-layout1 {
    display: block;
    margin-top: 30px;
  }
  .history .page-layout1 dl {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}

.brand.himix .page-content {
  background: #ffa521;
  padding: 3em 0;
}

.brand.himix .content-bg {
  background: url(../images/products/himix/himix-bg1.png) #ffa521 repeat-y center top;
}

.brand.himix .himix-page-title {
  background: url(../images/products/himix/himix-title-bg.png) no-repeat center top;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .brand.himix .himix-page-title {
    background-size: cover;
    padding: 0 25px 40px;
  }
}

.brand.himix .himix-style-h-1 {
  border: 2px solid var(--color-base);
  display: inline-block;
  margin-bottom: 20px;
  padding: 3px;
  text-align: center;
}

.brand.himix .himix-style-h-1 span {
  background: #fff;
  border: 4px solid var(--color-base);
  display: inline-block;
  padding: 10px 3em;
}

.brand.himix .read {
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .brand.himix .read {
    text-align: left;
  }
}

.brand.himix .content-box {
  margin-bottom: var(--section-mb-40);
}

.brand.himix .content-box > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .brand.himix .content-box > .inner {
    padding: 0 4%;
  }
}

.brand.himix .content-box > .inner .content {
  background: #fff;
  border-radius: 30px;
  padding: 40px 25px;
  text-align: center;
}

.brand.himix .content-box > .inner .content.s1 {
  background: url(../images/products/himix/himix-s1-bg.png) #fff no-repeat right top;
}

.brand.himix .content-box > .inner .content.s2 {
  background: url(../images/products/himix/himix-s2-bg.png) #fff no-repeat right top;
}

.brand.himix .content-box > .inner .content.s3 {
  background: url(../images/products/himix/himix-s3-bg.png) #fff no-repeat right top;
}

.brand.himix .content-box > .inner .content .s1-content1 {
  padding: 30px 0;
}

.brand.himix .content-box > .inner .content .s1-content2 {
  background: #ffff99;
  border-radius: 20px;
  padding: 20px;
}

.brand.himix .content-box > .inner .content .s2-content1 {
  padding: 30px 0;
}

.brand.himix .content-box > .inner .content .s3-content1 {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .brand.himix .content-box > .inner .content.s1 {
    background-size: 40%;
  }
  .brand.himix .content-box > .inner .content.s2 {
    background-size: 40%;
  }
  .brand.himix .content-box > .inner .content.s3 {
    background-size: 40%;
  }
}

.brand.himix .content-box-btn {
  margin-bottom: var(--section-mb-40);
}

.brand.himix .content-box-btn > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .brand.himix .content-box-btn > .inner {
    padding: 0 4%;
  }
}

.brand.himix .content-box-btn > .inner .content .btn {
  width: 400px;
}

.brand.himix .bannar-layout-title {
  margin-bottom: 20px;
  text-align: center;
}

.brand.siobatakaman .page-content {
  background-image: url(../images/products/siobatakaman/siobatakaman-bg-top.png), url(../images/products/siobatakaman/siobatakaman-bg2.png);
  background-position: center top, center top;
  background-repeat: repeat-x, repeat;
  background-size: 60px, auto;
  padding: 3em 0;
}

@media screen and (max-width: 767px) {
  .brand.siobatakaman .page-content {
    background-size: 40px, auto;
  }
}

.brand.siobatakaman .content-bg {
  background: url(../images/products/siobatakaman/siobatakaman-bg1.png) repeat-y center top;
}

.brand.siobatakaman .siobatakaman-page-title {
  background: url(../images/products/siobatakaman/siobatakaman-title-bg.png) no-repeat center top;
  background-size: 100%;
  padding: 160px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .brand.siobatakaman .siobatakaman-page-title {
    background: url(../images/products/siobatakaman/siobatakaman-title-bg.png) no-repeat center top;
    background-size: cover;
    padding: 80px 25px;
  }
}

.brand.siobatakaman .siobatakaman-style-h-1 {
  border-bottom: 4px solid var(--color-base);
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 3px;
  text-align: center;
}

.brand.siobatakaman .siobatakaman-style-h-1 span {
  border-bottom: 2px solid var(--color-base);
  display: inline-block;
  padding: 10px 1em;
}

.brand.siobatakaman .content-box {
  margin-bottom: var(--section-mb-80);
}

.brand.siobatakaman .content-box > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .brand.siobatakaman .content-box > .inner {
    padding: 0 4%;
  }
}

.brand.siobatakaman .content-box > .inner .content {
  background: #fff;
  border-radius: 30px;
  padding: 40px 25px;
  text-align: center;
}

.brand.siobatakaman .content-box > .inner .content.s1 {
  -webkit-box-shadow: 0 0 0 15px #fffce9;
  background: #e3fcfd;
  box-shadow: 0 0 0 15px #fffce9;
}

.brand.siobatakaman .content-box > .inner .content.s2 {
  -webkit-box-shadow: 0 0 0 15px #fffce9;
  background: #d2faed;
  box-shadow: 0 0 0 15px #fffce9;
}

.brand.siobatakaman .content-box > .inner .content.s3 {
  -webkit-box-shadow: 0 0 0 15px #fffce9;
  background: #fce4ef;
  box-shadow: 0 0 0 15px #fffce9;
}

.brand.siobatakaman .content-box > .inner .content.s4 {
  -webkit-box-shadow: 0 0 0 15px #fffce9;
  background: #fffac2;
  background: url(../images/products/siobatakaman/siobatakaman-bg3.png) #fffac2 repeat-y center top;
  background-size: 120%;
  box-shadow: 0 0 0 15px #fffce9;
}

.brand.siobatakaman .content-box > .inner .content .s1-content1 p {
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.brand.siobatakaman .content-box > .inner .content .s2-content1 {
  padding: 30px 0;
  text-align: center;
}

.brand.siobatakaman .content-box > .inner .content .s3-content1 {
  padding: 30px 0;
  text-align: center;
}

.brand.siobatakaman .content-box > .inner .content .s4-content1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  gap: 3.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 15px;
}

.brand.siobatakaman .content-box > .inner .content .s4-content1 span {
  display: inline-block;
  margin-bottom: 30px;
  width: 30%;
}

.brand.siobatakaman .content-box > .inner .content .s4-text {
  margin-bottom: 2.5em;
}

@media screen and (max-width: 767px) {
  .brand.siobatakaman .content-box > .inner .content.s1 {
    -webkit-box-shadow: 0 0 0 8px #fffce9;
    box-shadow: 0 0 0 8px #fffce9;
  }
  .brand.siobatakaman .content-box > .inner .content.s2 {
    -webkit-box-shadow: 0 0 0 8px #fffce9;
    box-shadow: 0 0 0 8px #fffce9;
  }
  .brand.siobatakaman .content-box > .inner .content.s3 {
    -webkit-box-shadow: 0 0 0 8px #fffce9;
    box-shadow: 0 0 0 8px #fffce9;
  }
  .brand.siobatakaman .content-box > .inner .content.s4 {
    -webkit-box-shadow: 0 0 0 8px #fffce9;
    background: url(../images/products/siobatakaman/siobatakaman-bg3.png) #fffac2 repeat-y center top;
    background-size: 120%;
    box-shadow: 0 0 0 8px #fffce9;
  }
  .brand.siobatakaman .content-box > .inner .content .s1-content1 p {
    text-align: left;
  }
  .brand.siobatakaman .content-box > .inner .content .s4-content1 {
    gap: 2%;
    padding: 0 15px;
  }
  .brand.siobatakaman .content-box > .inner .content .s4-content1 span {
    width: 48%;
  }
}

.brand.siobatakaman .content-box-btn {
  margin-bottom: var(--section-mb-40);
}

.brand.siobatakaman .content-box-btn > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .brand.siobatakaman .content-box-btn > .inner {
    padding: 0 4%;
  }
}

.brand.siobatakaman .content-box-btn > .inner .content .btn {
  width: 400px;
}

.brand.siobatakaman .bannar-layout-title {
  margin-bottom: 20px;
  text-align: center;
}

.contact-faq {
  /* 開いたとき矢印回転 */
}

.contact-faq .layout-faq {
  border-bottom: 1px solid #e6e6e6;
  padding: 6px 0;
}

.contact-faq .layout-faq__q {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 8px 28px 8px 55px;
  position: relative;
  user-select: none;
}

.contact-faq .layout-faq__q:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;utf8,            <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.53 13.86'>            <polyline points='2 2 9.26 11.86 16.53 2' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/>            </svg>");
  background-color: currentColor;
  content: "";
  height: 10px;
  mask-image: url("data:image/svg+xml;utf8,            <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.53 13.86'>            <polyline points='2 2 9.26 11.86 16.53 2' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/>            </svg>");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 14px;
}

.contact-faq .layout-faq__a {
  -webkit-transform: translateY(-6px);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  line-height: 1.8;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 28px 0 55px;
  position: relative;
  transform: translateY(-6px);
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.contact-faq .layout-faq .icon-q {
  font-variation-settings: "wdth" 100;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-brown);
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.contact-faq .layout-faq .icon-a {
  font-variation-settings: "wdth" 100;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-key);
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.contact-faq .layout-faq.is-open .layout-faq__a {
  max-height: 999px;
  opacity: 1;
  padding: 4px 28px 10px 55px;
}

.contact-faq .layout-faq.is-open .layout-faq__q::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .contact-faq .layout-faq__a,
  .contact-faq .layout-faq__q::after {
    -webkit-transition: none;
    transition: none;
  }
}

.contact-form {
  /* label / legend */
  /* input / select / textarea / button 共通 */
  /* テキスト系 */
  /* チェックボックス */
  /* フィールドセット */
  /* ボタン */
  /* プレースホルダー */
  /* フォーカス時のデフォルト枠削除 */
  /* Safariのnumberスピン除去（将来用） */
}

.contact-form.smf-thanks .read {
  display: none;
}

.contact-form.smf-thanks .form-faq {
  display: none;
}

.contact-form form[data-screen="complete"] .complete-heading {
  color: var(--color-key);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.5em;
}

.contact-form .form-faq {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  background: var(--color-light-gray);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 20px 30px;
}

.contact-form .form-faq__text {
  width: calc(100% - 350px);
}

.contact-form .form-faq__btn {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .contact-form .form-faq {
    display: block;
  }
  .contact-form .form-faq__text {
    width: 100%;
  }
  .contact-form .form-faq__btn {
    margin-top: 20px;
    width: 100%;
  }
}

.contact-form .layout-form {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.contact-form .layout-form__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-beige);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--font-weight-exbold);
  padding: 20px;
  position: relative;
  width: 380px;
}

.contact-form .layout-form__title .required {
  -webkit-transform: translateY(-50%);
  background: var(--color-key);
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: var(--font-weight-bold);
  padding: 2px 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-form .layout-form__detail {
  padding: 10px 0 10px 25px;
  width: calc(100% - 380px);
}

@media screen and (max-width: 767px) {
  .contact-form .layout-form {
    display: block;
  }
  .contact-form .layout-form__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    width: 100%;
  }
  .contact-form .layout-form__detail {
    padding: 10px;
    width: 100%;
  }
}

.contact-form .smf-form label,
.contact-form .smf-form legend {
  display: block;
  line-height: 1;
}

.contact-form .smf-form input,
.contact-form .smf-form textarea,
.contact-form .smf-form button {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

.contact-form .smf-form input[type="text"],
.contact-form .smf-form input[type="email"],
.contact-form .smf-form input[type="tel"],
.contact-form .smf-form textarea,
.contact-form .smf-form select {
  width: 100%;
}

.contact-form .smf-form fieldset {
  border: none;
  min-inline-size: 0;
}

.contact-form .smf-form button {
  background: none;
  cursor: pointer;
}

.contact-form .smf-form ::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

.contact-form .smf-form ::-moz-placeholder {
  color: inherit;
  opacity: .5;
}

.contact-form .smf-form :-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

.contact-form .smf-form ::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

.contact-form .smf-form ::placeholder {
  color: inherit;
  opacity: .5;
}

.contact-form .smf-form :focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.contact-form .smf-form input[type="number"]::-webkit-inner-spin-button,
.contact-form .smf-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-form .smf-form .smf-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form .smf-form .smf-tel .smf-input {
  width: 7em;
}

.contact-form .smf-form .smf-tel .hyphen {
  display: inline-block;
  font-size: 1.625rem;
  margin: 0 .5em;
}

@media screen and (max-width: 767px) {
  .contact-form .smf-form .smf-tel .smf-input {
    width: 5em;
  }
  .contact-form .smf-form .smf-tel .hyphen {
    font-size: 1.625rem;
    margin: 0 .3em;
  }
}

.contact-form .smf-form .smf-actions {
  margin: 40px 0;
  text-align: center;
}

.contact-form .smf-form--business .smf-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 0;
}

.contact-form .smf-form--business .smf-item .smf-item__col--label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-beige);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--font-weight-exbold);
  padding: 20px;
  position: relative;
  width: 380px;
}

.contact-form .smf-form--business .smf-item .smf-item__col--label .required {
  -webkit-transform: translateY(-50%);
  background: var(--color-key);
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: var(--font-weight-bold);
  padding: 2px 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-form .smf-form--business .smf-item .smf-item__col--controls {
  padding: 10px 0 10px 25px;
  width: calc(100% - 380px);
}

.contact-form .smf-form--business .smf-item .smf-item__col--controls .smf-text-control__control,
.contact-form .smf-form--business .smf-item .smf-item__col--controls .smf-select-control__control,
.contact-form .smf-form--business .smf-item .smf-item__col--controls .smf-textarea-control__control {
  border: 2px solid var(--color-base);
  border-radius: 8px;
  display: inline-block;
  font-size: 1rem;
  padding: 12px;
  width: auto;
}

.contact-form .smf-form--business .smf-item .smf-item__col--controls .smf-text-control__control,
.contact-form .smf-form--business .smf-item .smf-item__col--controls .smf-textarea-control__control {
  width: 100%;
}

.contact-form .smf-form--business .smf-item .smf-item__col--controls .smf-select-control__control {
  padding-right: 2em;
}

.contact-form .smf-form--business .smf-item.required .smf-item__col--label {
  position: relative;
}

.contact-form .smf-form--business .smf-item.required .smf-item__col--label:after {
  -webkit-transform: translateY(-50%);
  background: var(--color-key);
  border-radius: 8px;
  color: #fff;
  content: "必須";
  display: inline-block;
  font-size: 0.875rem;
  font-weight: var(--font-weight-bold);
  padding: 2px 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .contact-form .smf-form--business .smf-item {
    display: block;
    margin-bottom: 15px;
  }
  .contact-form .smf-form--business .smf-item .smf-item__col--label {
    width: 100%;
  }
  .contact-form .smf-form--business .smf-item .smf-item__col--controls {
    padding: 10px;
    width: 100%;
  }
  .contact-form .smf-form--business .smf-item .smf-item__col--controls .smf-text-control__control,
  .contact-form .smf-form--business .smf-item .smf-item__col--controls .smf-select-control__control,
  .contact-form .smf-form--business .smf-item .smf-item__col--controls .smf-textarea-control__control {
    width: 100%;
  }
}

.contact-form .smf-form--business .smf-item__col {
  padding: 0;
}

@media (min-width: 640px) {
  .contact-form .smf-form--business .smf-item__col--label {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    border-right: 0;
    flex: auto;
    max-width: none;
  }
}

@media (min-width: 640px) {
  .contact-form .smf-form--business .smf-item__col--controls {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: calc(100% - 14em);
  }
}

.contact-form .smf-name .smf-item__col--controls .smf-item__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form .smf-name .smf-item__col--controls .smf-item__controls > div {
  margin-right: 1em;
  width: 15em;
}

@media screen and (max-width: 767px) {
  .contact-form .smf-name .smf-item__col--controls .smf-item__controls {
    display: block;
  }
  .contact-form .smf-name .smf-item__col--controls .smf-item__controls > div {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
}

.contact-form .smf-address .smf-item__col--controls .smf-item__controls {
  display: block;
}

.contact-form .smf-address .smf-item__col--controls .smf-item__controls > div {
  margin-bottom: .7em;
}

.contact-form .smf-address .smf-item__col--controls .smf-item__controls .postcode {
  margin-right: 1em;
  width: 10em;
}

@media screen and (max-width: 767px) {
  .contact-form .smf-address .smf-item__col--controls .smf-item__controls {
    display: block;
  }
  .contact-form .smf-address .smf-item__col--controls .smf-item__controls .postcode {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
}

.contact-form .layout-checkbox {
  background: var(--color-beige);
  border-radius: 20px;
  font-weight: var(--font-weight-bold);
  margin-top: 30px;
  padding: 20px;
  text-align: center;
}

.contact-form .smf-checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.contact-form .smf-checkbox-control input {
  opacity: 0;
  position: absolute;
}

.contact-form .smf-checkbox-control__label {
  padding-left: 30px;
  position: relative;
}

.contact-form .smf-checkbox-control__label::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid var(--color-base);
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.contact-form .smf-checkbox-control__label::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 2px solid var(--color-base);
  border-right: 2px solid var(--color-base);
  content: "";
  height: 10px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 6px;
}

.contact-form .smf-checkbox-control input:checked + .smf-checkbox-control__label::after {
  opacity: 1;
}

.contact-form .smf-checkbox-link {
  display: block;
  font-weight: var(--font-weight-normal);
  margin-bottom: .7em;
  text-decoration: underline;
}

.contact-form .smf-action .smf-button-control__control[data-action="confirm"],
.contact-form .smf-action .smf-button-control__control[data-action="complete"] {
  background: var(--color-key);
  border: none;
  border-radius: 40px;
  color: white;
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  padding: 20px 80px;
}

.contact-form .smf-action .smf-button-control__control[data-action="back"] {
  background: var(--color-light-gray);
  border-radius: 40px;
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1em;
  padding: 20px 40px;
}

.contact-form .smf-select-control {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.contact-form .smf-select-control .smf-select-control__control {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2em;
}

@media screen and (max-width: 767px) {
  .contact-form .smf-select-control {
    width: 100%;
  }
}

.contact-form .smf-select-control::after {
  -webkit-transform: translateY(-60%) rotate(45deg);
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 10px;
}

.contact .layout-link-form .btn {
  margin: 2em auto;
}

.contact .layout-tel .style-tel__number {
  display: inline-block;
  font-size: 3rem;
  font-weight: var(--font-weight-exbold);
  margin-right: 1em;
}

.contact .layout-tel .style-tel__time {
  display: block;
}

@media screen and (max-width: 767px) {
  .contact .layout-tel .style-tel__number {
    display: block;
    margin-right: 0;
  }
}

.home {
  /* 矢印の位置調整 */
}

@media screen and (max-width: 767px) {
  .home #opening img {
    width: 50% !important;
  }
}

.home .kv {
  aspect-ratio: 80 / 43;
  background: url(../images/top/top-kv-bg.png) repeat-x center top;
  background-size: cover;
  padding: 140px 0 120px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .home .kv {
    padding: 80px 0 120px;
  }
}

.home .slick-track div {
  margin: 0 20px;
  /* スライド間の隙間 */
}

.home .slick-slider img {
  -o-object-fit: cover;
  border-radius: 8px;
  /* 縦長でも中央を表示 */
  display: block;
  object-fit: cover;
  width: 100%;
  /* お好みで角丸 */
}

.home .slick-slider a:hover {
  opacity: 1;
}

.home .slick-prev, .home .slick-next {
  z-index: 10;
}

.home .slick-dots {
  bottom: -65px;
}

.home .slick-dots li button {
  background: #fff;
  border: 4px solid #e5ba6e;
  border-radius: 100%;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 25px;
  line-height: 0;
  outline: none;
  width: 25px;
}

.home .slick-dots li.slick-active button {
  background: var(--color-key);
}

.home .slick-arrow {
  z-index: 10;
}

.home .slide-arrow.prev-arrow, .home .slide-arrow.next-arrow {
  background: var(--color-key);
  border-radius: 50%;
  bottom: -80px;
  display: block;
  height: 45px;
  position: absolute;
  width: 45px;
}

.home .slide-arrow.prev-arrow {
  left: calc(50% - 180px);
}

.home .slide-arrow.next-arrow {
  right: calc(50% - 180px);
}

.home .slick-dots li button:before {
  opacity: 0;
}

.home .top-information {
  margin-bottom: var(--section-mb-80);
}

.home .top-information > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .home .top-information > .inner {
    padding: 0 4%;
  }
}

.home .top-information > .inner .content {
  -webkit-box-shadow: 0 0 0 10px var(--color-light-gray);
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 0 10px var(--color-light-gray);
  padding: 20px 30px;
  position: relative;
  top: -20px;
}

.home .top-information > .inner .content .layout {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.home .top-information > .inner .content .layout__item:nth-child(1) {
  width: 25%;
}

.home .top-information > .inner .content .layout__item:nth-child(2) {
  width: 70%;
}

.home .top-information > .inner .content .layout--information {
  background-image: -webkit-radial-gradient(circle, var(--color-base) 2px, transparent 2px);
  background-image: radial-gradient(circle, var(--color-base) 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 14px 4px;
  padding-bottom: 20px;
}

.home .top-information > .inner .content .layout--pressrelease {
  padding-top: 20px;
}

.home .top-information > .inner .content .information-title {
  font-size: 1.75rem;
}

.home .top-information > .inner .content .information-title__en {
  color: var(--color-key);
  display: block;
  font-size: .6em;
}

.home .top-information > .inner .content .information-article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.home .top-information > .inner .content .information-article__date {
  width: 7em;
}

.home .top-information > .inner .content .information-article__category {
  width: 6em;
}

.home .top-information > .inner .content .information-article__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 13em);
}

.home .top-information > .inner .content .information-category {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.2;
  padding: 2px 10px;
  text-align: center;
}

.home .top-information > .inner .content .information-category__event {
  background: var(--color-orange);
}

.home .top-information__btn {
  margin: 30px auto 0;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .home .top-information {
    margin-bottom: var(--section-mb-30);
  }
  .home .top-information > .inner .content {
    top: -20px;
  }
  .home .top-information > .inner .content .layout {
    display: block;
  }
  .home .top-information > .inner .content .layout__item:nth-child(1) {
    width: 100%;
  }
  .home .top-information > .inner .content .layout__item:nth-child(2) {
    width: 100%;
  }
  .home .top-information > .inner .content .information-article__date {
    width: 7em;
  }
  .home .top-information > .inner .content .information-article__category {
    width: 6em;
  }
  .home .top-information > .inner .content .information-article__text {
    margin-bottom: .5em;
    width: 100%;
  }
  .home .top-information > .inner .content .information-category {
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 0.9375rem;
    line-height: 1.2;
    padding: 2px 10px;
    text-align: center;
  }
  .home .top-information > .inner .content .information-category__event {
    background: var(--color-orange);
  }
  .home .top-information__btn {
    margin: 30px auto 0;
  }
}

.home .top-recommended {
  margin-bottom: 120px;
}

.home .top-recommended > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .home .top-recommended > .inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .home .top-recommended {
    margin-bottom: 100px;
  }
}

.home .top-products {
  margin-bottom: var(--section-mb-40);
}

.home .top-products .top-products-title {
  background: url(../images/top/top-products-bg1.png) repeat-x center top;
  margin-bottom: -90px;
  text-align: center;
}

.home .top-products .top-products-title img {
  position: relative;
  top: -90px;
}

.home .top-products .top-products-bg {
  background: url(../images/top/top-products-bg2.png) repeat top center transparent;
  padding-bottom: 30px;
}

.home .top-products .top-products-bg > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .home .top-products .top-products-bg > .inner {
    padding: 0 4%;
  }
}

.home .top-products .top-products-bg > .inner .content .products-item {
  position: relative;
}

.home .top-products .top-products-bg > .inner .content .products-item-title {
  height: 220px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 220px;
}

.home .top-products .top-products-bg > .inner .content .products-item-title__bg {
  display: block;
  height: auto;
  width: 100%;
}

.home .top-products .top-products-bg > .inner .content .products-item-title__bg--pink svg {
  color: var(--color-pink);
}

.home .top-products .top-products-bg > .inner .content .products-item-title__bg--orange svg {
  color: var(--color-orange);
}

.home .top-products .top-products-bg > .inner .content .products-item-title__bg--green svg {
  color: var(--color-green);
}

.home .top-products .top-products-bg > .inner .content .products-item-title__text {
  -webkit-transform: translateY(-50%);
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: var(--font-weight-exbold);
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.home .top-products .top-products-bg > .inner .content .products-item-layout {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 200px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding-left: 300px;
  padding-right: 100px;
  text-align: left;
  width: 100%;
}

.home .top-products .top-products-bg > .inner .content .products-item-layout a {
  display: block;
  text-align: center;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .home .top-products {
    margin-bottom: var(--section-mb-40);
  }
  .home .top-products .top-products-title {
    margin-bottom: -120px;
  }
  .home .top-products .top-products-bg {
    background: url(../images/top/top-products-bg2.png) repeat top center transparent;
    padding-bottom: 30px;
  }
  .home .top-products .top-products-bg > .inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .home .top-products .top-products-bg > .inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .home .top-products .top-products-bg > .inner .content .products-item {
    position: relative;
  }
  .home .top-products .top-products-bg > .inner .content .products-item-title {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .home .top-products .top-products-bg > .inner .content .products-item-title__bg {
    display: block;
    height: 65px;
    width: 100%;
  }
  .home .top-products .top-products-bg > .inner .content .products-item-title__bg--pink {
    background: url(../images/top/top-products-bg-pink-sp.png) no-repeat center top;
    background-size: cover;
  }
  .home .top-products .top-products-bg > .inner .content .products-item-title__bg--orange {
    background: url(../images/top/top-products-bg-orange-sp.png) no-repeat center top;
    background-size: cover;
  }
  .home .top-products .top-products-bg > .inner .content .products-item-title__bg--green {
    background: url(../images/top/top-products-bg-green-sp.png) no-repeat center top;
    background-size: cover;
  }
  .home .top-products .top-products-bg > .inner .content .products-item-title__text {
    -webkit-transform: translateY(-70%);
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: var(--font-weight-exbold);
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-70%);
  }
  .home .top-products .top-products-bg > .inner .content .products-item-layout {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 20px;
    height: auto;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 80px 10px 10px;
    width: 100%;
  }
  .home .top-products .top-products-bg > .inner .content .products-item-layout a {
    display: block;
    width: 30%;
  }
}

.home .top-howto {
  margin-bottom: var(--section-mb-40);
}

.home .top-howto > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .home .top-howto > .inner {
    padding: 0 4%;
  }
}

.home .top-sns {
  margin-bottom: var(--section-mb-40);
  margin-top: 150px;
}

.home .top-sns > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .home .top-sns > .inner {
    padding: 0 4%;
  }
}

.home .top-sns > .inner .content {
  background: #f9e8ca;
  border-radius: 30px;
}

.home .top-sns > .inner .content .top-sns-title {
  text-align: center;
}

.home .top-sns > .inner .content .top-sns-title img {
  margin-bottom: -160px;
  position: relative;
  top: -160px;
}

.home .top-recruit {
  margin-bottom: var(--section-mb-40);
}

.home .top-recruit > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .home .top-recruit > .inner {
    padding: 0 4%;
  }
}

.home .top-banner {
  margin-bottom: var(--section-mb-40);
}

.home .top-banner > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .home .top-banner > .inner {
    padding: 0 4%;
  }
}

.home .top-banner > .inner .content .layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home .top-banner > .inner .content .layout__item {
  display: block;
  margin-bottom: 20px;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .home .top-banner > .inner .content .layout {
    display: block;
  }
  .home .top-banner > .inner .content .layout__item {
    margin-bottom: 20px;
    width: 100%;
  }
}

.home .sns-layout {
  padding: 20px 60px 60px 60px;
}

.home .sns-layout .sb_instagram_header .sbi_feedtheme_header_text {
  display: block;
  margin-bottom: 10px;
}

.home .sns-layout #sb_instagram .sb_instagram_header .sbi_header_text, .home .sns-layout .sb_instagram_header .sbi_header_text {
  display: block;
  text-align: center;
}

@media (min-width: 480px) {
  .home .sns-layout #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img, .home .sns-layout #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img, .home .sns-layout .sb_instagram_header.sbi_large .sbi_header_img, .home .sns-layout .sb_instagram_header.sbi_large .sbi_header_img img {
    border-radius: 50%;
    height: 120px;
    margin: 0 auto;
    width: 120px;
  }
}

@media (min-width: 480px) {
  .home .sns-layout #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3, .home .sns-layout .sb_instagram_header.sbi_large .sbi_header_text h3 {
    font-size: 28px;
    margin: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .home .sns-layout {
    padding: 20px 30px 30px 30px;
  }
}

.information-detail .information-detail-icon {
  display: inline-block;
  margin-left: 1em;
}

.information-detail .information-detail-icon__item {
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: var(--font-weight-bold);
  padding: 4px 1em;
}

.information-detail .information-detail-icon__item--event {
  background: var(--color-orange);
  color: #fff;
}

.information-detail .page-title-date {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: var(--font-weight-bold);
  text-align: left;
}

.information-detail .article-btn {
  margin-top: 80px;
}

.information .article {
  gap: 2%;
  border-top: 1px solid var(--color-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2em 2em 1.2em 0;
  position: relative;
}

.information .article__date {
  width: 6em;
}

.information .article__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: var(--color-orange);
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  width: 9em;
}

.information .article:after {
  -webkit-transform: translateY(-50%);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.93 11.69'><path d='M2.45,11.4l5.85-4.31c.39-.29.63-.75.63-1.24s-.23-.95-.63-1.24L2.45.3C1.77-.2.8-.06.3.63-.2,1.31-.06,2.28.63,2.78l4.17,3.07L.63,8.92c-.68.5-.83,1.47-.33,2.15.5.68,1.47.83,2.15.33h0Z'/></svg>") no-repeat center/contain;
  background: currentColor;
  color: var(--color-key);
  content: "";
  height: 14px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.93 11.69'><path d='M2.45,11.4l5.85-4.31c.39-.29.63-.75.63-1.24s-.23-.95-.63-1.24L2.45.3C1.77-.2.8-.06.3.63-.2,1.31-.06,2.28.63,2.78l4.17,3.07L.63,8.92c-.68.5-.83,1.47-.33,2.15.5.68,1.47.83,2.15.33h0Z'/></svg>") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.information .article:last-child {
  border-bottom: 1px solid var(--color-base);
}

@media screen and (max-width: 767px) {
  .information .article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .information .article__text {
    margin-top: .5em;
    width: 100%;
  }
}

.information .pager {
  margin: 60px auto 0;
  text-align: center;
}

.information .pager .page-numbers {
  margin: 0 1.2em;
}

.information .pager .page-numbers.current {
  color: var(--color-key);
}

.process .process-layout {
  position: relative;
  width: 100%;
}

.process .process-layout .illust {
  display: inline-block;
  position: absolute;
}

.process .process-layout .illust img {
  height: auto;
  width: 100%;
}

.process .process-layout .illust--1 {
  right: 35%;
  top: 0;
  width: 5%;
}

.process .process-layout .illust--2 {
  right: 2%;
  top: 0;
  width: 30%;
}

.process .process-layout .illust--3 {
  left: 2%;
  top: 14%;
  width: 10%;
}

.process .process-layout .illust--4 {
  left: 14%;
  top: 13%;
  width: 10%;
}

.process .process-layout .illust--5 {
  right: 40%;
  top: 23%;
  width: 5%;
}

.process .process-layout .illust--6 {
  right: 15%;
  top: 23%;
  width: 5%;
}

.process .process-layout .illust--7 {
  left: 2%;
  top: 40%;
  width: 5%;
}

.process .process-layout .illust--8 {
  left: 30%;
  top: 35%;
  width: 5%;
}

.process .process-layout .illust--9 {
  right: 24%;
  top: 41%;
  width: 6%;
}

.process .process-layout .illust--10 {
  right: 13%;
  top: 39%;
  width: 6%;
}

.process .process-layout .illust--12 {
  left: 37%;
  top: 61%;
  width: 7%;
}

.process .process-layout .illust--13 {
  left: 49%;
  top: 58%;
  width: 5%;
}

.process .process-layout .illust--14 {
  left: 4%;
  top: 71%;
  width: 5%;
}

.process .process-layout .illust--15 {
  left: 0%;
  top: 79%;
  width: 5%;
}

.process .process-layout .illust--16 {
  right: 43%;
  top: 77%;
  width: 10%;
}

.process .process-layout .illust--17 {
  right: 36%;
  top: 78%;
  width: 7%;
}

.process .process-layout .illust--18 {
  right: 9%;
  top: 66%;
  width: 5%;
}

.process .process-layout .illust--19 {
  left: 34%;
  top: 92%;
  width: 5%;
}

.process .process-layout .illust--22 {
  left: 55%;
  top: 12%;
  width: 5%;
}

.process .process-layout .illust--23 {
  left: 5%;
  top: 23%;
  width: 5%;
}

.process .process-layout .illust--24 {
  right: 45%;
  top: 27%;
  width: 5%;
}

.process .process-layout .illust--25 {
  right: 30%;
  top: 24%;
  width: 3%;
}

.process .process-layout .illust--26 {
  right: 5%;
  top: 22%;
  width: 4%;
}

.process .process-layout .illust--27 {
  left: 18%;
  top: 39%;
  width: 5%;
}

.process .process-layout .illust--28 {
  right: 6%;
  top: 42%;
  width: 4%;
}

.process .process-layout .illust--29 {
  left: 8%;
  top: 65%;
  width: 5%;
}

.process .process-layout .illust--30 {
  left: 48%;
  top: 95%;
  width: 5%;
}

@media screen and (max-width: 767px) {
  .process .process-layout > .sp {
    padding-top: 50px;
  }
  .process .process-layout .illust {
    display: inline-block;
    position: absolute;
  }
  .process .process-layout .illust img {
    height: auto;
    width: 100%;
  }
  .process .process-layout .illust--1 {
    right: 60%;
    top: 0;
    width: 9%;
  }
  .process .process-layout .illust--2 {
    right: 2%;
    top: 0;
    width: 50%;
  }
  .process .process-layout .illust--3 {
    left: 2%;
    top: 10%;
    width: 15%;
  }
  .process .process-layout .illust--4 {
    left: 19%;
    top: 10%;
    width: 12%;
  }
  .process .process-layout .illust--5 {
    right: 26%;
    top: 19%;
    width: 8%;
  }
  .process .process-layout .illust--6 {
    right: 11%;
    top: 22%;
    width: 8%;
  }
  .process .process-layout .illust--7 {
    left: 2%;
    top: 40%;
    width: 5%;
  }
  .process .process-layout .illust--8 {
    left: 23%;
    top: 29%;
    width: 7%;
  }
  .process .process-layout .illust--9 {
    left: 4%;
    top: 42%;
    width: 9%;
  }
  .process .process-layout .illust--10 {
    left: 19%;
    top: 41%;
    width: 9%;
  }
  .process .process-layout .illust--12 {
    left: 82%;
    top: 64.4%;
    width: 9%;
  }
  .process .process-layout .illust--13 {
    left: 49%;
    top: 58%;
    width: 5%;
  }
  .process .process-layout .illust--14 {
    left: 4%;
    top: 71%;
    width: 5%;
  }
  .process .process-layout .illust--15 {
    left: 0%;
    top: 79%;
    width: 7%;
  }
  .process .process-layout .illust--16 {
    left: 23%;
    top: 76%;
    width: 12%;
  }
  .process .process-layout .illust--17 {
    left: 36%;
    top: 76%;
    width: 9%;
  }
  .process .process-layout .illust--18 {
    right: 5%;
    top: 77%;
    width: 7%;
  }
  .process .process-layout .illust--19 {
    left: 8%;
    top: 92%;
    width: 7%;
  }
  .process .process-layout .illust--22 {
    left: 56%;
    top: 11%;
    width: 7%;
  }
  .process .process-layout .illust--23 {
    left: 5%;
    top: 17%;
    width: 7%;
  }
  .process .process-layout .illust--24 {
    right: 11%;
    top: 20%;
    width: 7%;
  }
  .process .process-layout .illust--25 {
    right: 30%;
    top: 22%;
    width: 6%;
  }
  .process .process-layout .illust--26 {
    right: 5%;
    top: 30%;
    width: 7%;
  }
  .process .process-layout .illust--27 {
    left: 28%;
    top: 43%;
    width: 7%;
  }
  .process .process-layout .illust--28 {
    left: 6%;
    top: 45%;
    width: 7%;
  }
  .process .process-layout .illust--29 {
    left: 49%;
    top: 66%;
    width: 7%;
  }
  .process .process-layout .illust--30 {
    left: 34%;
    top: 93%;
    width: 7%;
  }
}

.process .process-movie {
  margin: 60px 0 0 0;
  padding-bottom: 12%;
  position: relative;
  width: 100%;
}

.process .process-movie .illust {
  display: inline-block;
  position: absolute;
}

.process .process-movie .illust img {
  height: auto;
  width: 100%;
}

.process .process-movie .illust--20 {
  bottom: 0;
  left: 5%;
  width: 22%;
}

.process .process-movie .illust--21 {
  bottom: 0;
  right: 5%;
  width: 17%;
}

.process .process-movie .illust--31 {
  left: 10%;
  top: 8%;
  width: 4%;
}

.process .process-movie .illust--32 {
  left: 4%;
  top: 2%;
  width: 5%;
}

.process .process-movie .illust--33 {
  right: 5%;
  top: 7%;
  width: 7%;
}

.process .process-movie__title {
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
}

.process .process-movie__movie {
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.process .process-movie__movie iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.process .process-caution {
  border: 2px solid var(--color-key);
  border-radius: 12px;
  color: var(--color-key);
  margin-top: 40px;
  padding: 10px;
  text-align: center;
}

.products-detail .products-detail-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.products-detail .products-detail-icon__item {
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: var(--font-weight-bold);
  padding: 4px 1em;
}

.products-detail .products-detail-icon__item--new {
  background: var(--color-key);
  color: #fff;
}

.products-detail .products-detail-icon__item--category {
  background: var(--color-beige);
}

.products-detail .products-slider {
  background: var(--color-beige);
  margin-bottom: var(--section-mb-40);
  padding: 40px 0;
  width: 100%;
}

.products-detail .products-slider > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .products-detail .products-slider > .inner {
    padding: 0 4%;
  }
}

.products-detail .products-slider > .inner .content {
  /* 矢印の位置調整 */
}

.products-detail .products-slider > .inner .content .slider-for {
  border-radius: 30px;
  height: 600px;
  margin: 0 auto 40px;
  padding: 10px;
  width: 600px;
}

.products-detail .products-slider > .inner .content .slider-for__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-white);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  justify-content: center;
  overflow: hidden;
  width: 600px;
}

.products-detail .products-slider > .inner .content .slider-for__item img {
  -o-object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.products-detail .products-slider > .inner .content .slider-nav {
  padding: 0 80px;
}

.products-detail .products-slider > .inner .content .slider-nav__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  justify-content: center;
  margin: 0 10px;
  overflow: hidden;
  width: 160px;
}

.products-detail .products-slider > .inner .content .slider-nav__item img {
  -o-object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.products-detail .products-slider > .inner .content .slick-prev, .products-detail .products-slider > .inner .content .slick-next {
  z-index: 10;
}

.products-detail .products-slider > .inner .content .slick-arrow {
  z-index: 10;
}

.products-detail .products-slider > .inner .content .slide-arrow.prev-arrow, .products-detail .products-slider > .inner .content .slide-arrow.next-arrow {
  background: var(--color-key);
  border-radius: 50%;
  bottom: 60px;
  display: block;
  height: 60px;
  position: absolute;
  width: 60px;
}

.products-detail .products-slider > .inner .content .slide-arrow.prev-arrow {
  left: 0;
}

.products-detail .products-slider > .inner .content .slide-arrow.next-arrow {
  right: 0;
}

@media screen and (max-width: 767px) {
  .products-detail .products-slider > .inner .content {
    /* 矢印の位置調整 */
  }
  .products-detail .products-slider > .inner .content .slider-for {
    border-radius: 30px;
    height: 300px;
    margin: 0 auto 20px;
    padding: 10px;
    width: 100%;
  }
  .products-detail .products-slider > .inner .content .slider-for__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    justify-content: center;
    overflow: hidden;
    width: 300px;
  }
  .products-detail .products-slider > .inner .content .slider-for__item img {
    -o-object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  .products-detail .products-slider > .inner .content .slider-nav {
    padding: 0;
  }
  .products-detail .products-slider > .inner .content .slider-nav__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    justify-content: center;
    margin: 0 5px;
    overflow: hidden;
    width: auto;
  }
  .products-detail .products-slider > .inner .content .slider-nav__item img {
    -o-object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  .products-detail .products-slider > .inner .content .slick-prev, .products-detail .products-slider > .inner .content .slick-next {
    z-index: 10;
  }
  .products-detail .products-slider > .inner .content .slick-arrow {
    z-index: 10;
  }
  .products-detail .products-slider > .inner .content .slide-arrow.prev-arrow, .products-detail .products-slider > .inner .content .slide-arrow.next-arrow {
    background: var(--color-key);
    border-radius: 50%;
    bottom: 60px;
    display: block;
    height: 60px;
    position: absolute;
    width: 60px;
  }
  .products-detail .products-slider > .inner .content .slide-arrow.prev-arrow {
    left: 0;
  }
  .products-detail .products-slider > .inner .content .slide-arrow.next-arrow {
    right: 0;
  }
}

.products-detail .products-content {
  margin-bottom: var(--section-mb-40);
}

.products-detail .products-content > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .products-detail .products-content > .inner {
    padding: 0 4%;
  }
}

.products-detail .products-content > .inner .content .read {
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 30px;
  text-align: center;
}

.products-detail .products-content > .inner .content .layout1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.products-detail .products-content > .inner .content .layout1__item:nth-child(1) {
  width: calc(100% - 420px);
}

.products-detail .products-content > .inner .content .layout1__item:nth-child(2) {
  background: var(--color-beige);
  border-radius: 20px;
  padding: 20px;
  width: 380px;
}

.products-detail .products-content > .inner .content .layout1 .share__text {
  font-weight: var(--font-weight-bold);
  text-align: center;
}

.products-detail .products-content > .inner .content .layout1 .share .share-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.products-detail .products-content > .inner .content .layout1 .share .share-link li a {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 15px 10px;
  padding: 15px;
}

.products-detail .products-content > .inner .content .layout1__btn {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .products-detail .products-content > .inner .content .layout1 {
    display: block;
  }
  .products-detail .products-content > .inner .content .layout1__item:nth-child(1) {
    margin-bottom: 30px;
    width: 100%;
  }
  .products-detail .products-content > .inner .content .layout1__item:nth-child(2) {
    width: 100%;
  }
  .products-detail .products-content > .inner .content .layout1 .share__text {
    font-weight: var(--font-weight-bold);
    text-align: center;
  }
  .products-detail .products-content > .inner .content .layout1 .share .share-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .products-detail .products-content > .inner .content .layout1 .share .share-link li a {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 15px 10px;
    padding: 15px;
  }
  .products-detail .products-content > .inner .content .layout1__btn {
    margin-bottom: 15px;
  }
}

.products-detail .products-content2 {
  background: var(--color-gray);
  margin-bottom: var(--section-mb-40);
  padding: 10px 0;
}

.products-detail .products-content2 > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .products-detail .products-content2 > .inner {
    padding: 0 4%;
  }
}

.products-detail .products-content2 > .inner .content .layout1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.products-detail .products-content2 > .inner .content .layout1__item {
  width: 48%;
}

.products-detail .products-content2 > .inner .content .style-h-3 {
  margin-top: 2em;
}

.products-detail .products-content2 > .inner .content .materials {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.products-detail .products-content2 > .inner .content .materials li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  background: #848484;
  border-radius: 6px;
  color: var(--color-white);
  display: block;
  flex: 1;
  padding: 4px 2px;
  text-align: center;
}

.products-detail .products-content2 > .inner .content .materials li.active {
  background: var(--color-key);
}

.products-detail .products-content2 > .inner .content .nutrition-layout {
  gap: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-detail .products-content2 > .inner .content .nutrition-layout .nutrition {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.products-detail .products-content2 > .inner .content .nutrition-layout .nutrition dt, .products-detail .products-content2 > .inner .content .nutrition-layout .nutrition dd {
  padding: 10px;
}

.products-detail .products-content2 > .inner .content .nutrition-layout .nutrition dt {
  background: var(--color-white);
  min-width: 6em;
  text-align: center;
}

.products-detail .products-content2 > .inner .content .nutrition-layout .nutrition dd {
  font-weight: var(--font-weight-bold);
}

.products-detail .products-content2 > .inner .content .caution {
  border-bottom: 2px solid var(--color-key);
  border-top: 2px solid var(--color-key);
  margin: 60px 0 40px;
  padding: 15px 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .products-detail .products-content2 > .inner .content .layout1 {
    display: block;
  }
  .products-detail .products-content2 > .inner .content .layout1__item {
    width: 100%;
  }
  .products-detail .products-content2 > .inner .content .nutrition-layout {
    gap: 1em;
    display: block;
  }
  .products-detail .products-content2 > .inner .content .nutrition-layout .nutrition {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    display: block;
    flex: auto;
  }
  .products-detail .products-content2 > .inner .content .nutrition-layout .nutrition dt, .products-detail .products-content2 > .inner .content .nutrition-layout .nutrition dd {
    padding: 8px;
    width: 100%;
  }
  .products-detail .products-content2 > .inner .content .nutrition-layout .nutrition dd {
    margin-bottom: .7em;
    text-align: center;
  }
}

.products .products-top {
  margin-bottom: var(--section-mb-40);
}

.products .products-top .top-products-title {
  background: url(../images/top/top-products-bg1.png) repeat-x center top;
  margin-bottom: -90px;
  text-align: center;
}

.products .products-top .top-products-title img {
  position: relative;
  top: -90px;
}

.products .products-top > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .products .products-top > .inner {
    padding: 0 4%;
  }
}

.products .products-top > .inner .content .top-products-bg {
  background: url(../images/top/top-products-bg2.png) repeat top center transparent;
  border-radius: 30px;
  padding: 80px;
  padding-bottom: 30px;
}

.products .products-top > .inner .content .top-products-bg .products-item {
  position: relative;
}

.products .products-top > .inner .content .top-products-bg .products-item-title {
  height: 220px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 220px;
}

.products .products-top > .inner .content .top-products-bg .products-item-title__bg {
  display: block;
  height: auto;
  width: 100%;
}

.products .products-top > .inner .content .top-products-bg .products-item-title__bg--pink svg {
  color: var(--color-pink);
}

.products .products-top > .inner .content .top-products-bg .products-item-title__bg--orange svg {
  color: var(--color-orange);
}

.products .products-top > .inner .content .top-products-bg .products-item-title__bg--green svg {
  color: var(--color-green);
}

.products .products-top > .inner .content .top-products-bg .products-item-title__text {
  -webkit-transform: translateY(-50%);
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: var(--font-weight-exbold);
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.products .products-top > .inner .content .top-products-bg .products-item-layout {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 200px;
  margin-bottom: 40px;
  padding-left: 250px;
  text-align: left;
  width: 100%;
}

.products .products-top > .inner .content .top-products-bg .products-item-layout a {
  display: block;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .products .products-top {
    margin-bottom: var(--section-mb-40);
  }
  .products .products-top > .inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .products .products-top > .inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .products .products-top > .inner .content .top-products-bg {
    background: url(../images/top/top-products-bg2.png) repeat top center transparent;
    padding: 30px;
    padding-bottom: 30px;
  }
  .products .products-top > .inner .content .top-products-bg .products-item {
    position: relative;
  }
  .products .products-top > .inner .content .top-products-bg .products-item-title {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .products .products-top > .inner .content .top-products-bg .products-item-title__bg {
    display: block;
    height: 75px;
    width: 100%;
  }
  .products .products-top > .inner .content .top-products-bg .products-item-title__bg--pink {
    background: url(../images/top/top-products-bg-pink-sp.png) no-repeat center top;
    background-size: cover;
  }
  .products .products-top > .inner .content .top-products-bg .products-item-title__bg--orange {
    background: url(../images/top/top-products-bg-orange-sp.png) no-repeat center top;
    background-size: cover;
  }
  .products .products-top > .inner .content .top-products-bg .products-item-title__bg--green {
    background: url(../images/top/top-products-bg-green-sp.png) no-repeat center top;
    background-size: cover;
  }
  .products .products-top > .inner .content .top-products-bg .products-item-title__text {
    -webkit-transform: translateY(-60%);
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: var(--font-weight-exbold);
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-60%);
  }
  .products .products-top > .inner .content .top-products-bg .products-item-layout {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 20px;
    height: auto;
    justify-content: center;
    margin-bottom: 20px;
    padding: 80px 10px 10px;
    width: 100%;
  }
  .products .products-top > .inner .content .top-products-bg .products-item-layout a {
    display: block;
    width: 30%;
  }
}

.products .products-list-layout {
  margin-bottom: var(--section-mb-40);
}

.products .products-list-layout a {
  display: block;
  margin: 0 1% 2em;
}

@media screen and (max-width: 767px) {
  .products .products-list-layout a {
    display: block;
    margin: 0 2% 2em;
  }
}

.products .products-list-card__image {
  -webkit-box-shadow: 0 0 0 5px var(--color-beige);
  border-radius: 16px;
  box-shadow: 0 0 0 5px var(--color-beige);
  margin-bottom: 10px;
  padding: 30px;
  position: relative;
  text-align: center;
}

.products .products-list-card__image .new {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-variation-settings: "wdth" 100;
  -webkit-box-shadow: 0 0 0 4px var(--color-white);
  align-items: center;
  background: var(--color-key);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--color-white);
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  height: 45px;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: -15px;
  width: 45px;
}

.products .products-list-card__image img {
  width: 230px;
}

@media screen and (max-width: 767px) {
  .products .products-list-card__image img {
    width: 100%;
  }
}

.recommend .card__image {
  width: 100%;
}

.recommend .card__btn {
  padding: 30px 0;
  text-align: center;
}

.recommend .card__btn .btn {
  width: 300px;
}

.recruit-interview .interview-detail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-radial-gradient(circle, var(--color-base) 2px, transparent 2px);
  background-image: radial-gradient(circle, var(--color-base) 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 14px 4px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.recruit-interview .interview-detail:last-child {
  background-image: none;
}

.recruit-interview .interview-detail__img {
  padding: 0 20px;
}

.recruit-interview .interview-detail__text {
  padding: 0;
}

.recruit-interview .interview-detail__text > :first-child {
  margin-top: 0;
}

.recruit-interview .interview-detail__text p {
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .recruit-interview .interview-detail__img {
    margin: 0 auto;
    padding: 0 20px;
    width: 80%;
  }
}

.recruit .recruiter .post {
  display: block;
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: .5em;
  padding-right: 15px;
  text-align: right;
}

.recruit .recruiter .name {
  display: block;
  font-size: 1.75rem;
  font-weight: var(--font-weight-exbold);
  margin-bottom: 1em;
  padding-right: 15px;
  text-align: right;
}

.recruit .recruiter p {
  margin-bottom: 1em;
}

.recruit .recruiter .layout-c3-4-1-4__item:nth-child(2) {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recruit .recruiter .layout-c3-4-1-4__item:nth-child(1) {
    text-align: left;
  }
  .recruit .recruiter .layout-c3-4-1-4__item:nth-child(2) {
    text-align: center;
  }
  .recruit .recruiter .layout-c3-4-1-4__item:nth-child(2) img {
    width: 80%;
  }
}

.recruit .layout-interview-list__text {
  display: 1;
  padding: 10px;
}

.recruit .layout-interview-list__text--blue {
  background: #65bbb2;
}

.recruit .layout-interview-list__text--purple {
  background: #ce7eca;
}

.recruit .layout-interview-list__text--green {
  background: #71ba67;
}

.recruit .layout-interview-list__text--yellow {
  background: #e2be0a;
}

.recruit .layout-interview-list__text--pink {
  background: #ea7599;
}

.recruit .layout-interview-list__text--orange {
  background: #e8772b;
}

.recruit .layout-interview-list__text--red {
  background: #db543e;
}

.recruit .style-interview-list {
  color: #fff;
}

.recruit .style-interview-list__year {
  display: block;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}

.recruit .style-interview-list__post {
  display: block;
  font-weight: var(--font-weight-bold);
}

.recruit .style-interview-list__name {
  display: block;
}

.recruit .style-interview-list__name .btn-text {
  font-size: 1.75rem;
  font-weight: var(--font-weight-exbold);
}

.recruit .style-interview-list__name .btn-text__icon {
  top: 1px;
}

.recruit .style-interview-list__name .prefix {
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .recruit .style-interview-list__year {
    display: block;
  }
  .recruit .style-interview-list__post {
    display: block;
  }
}

.recruit .interview-list__btn {
  margin: 30px auto 40px;
  width: 300px;
}

.recruit .layout-schedule {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: var(--color-beige);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--font-weight-exbold);
  margin-bottom: 36px;
  padding: 4px;
  position: relative;
}

.recruit .layout-schedule__time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  min-width: 140px;
  padding: 5px;
  text-align: center;
}

.recruit .layout-schedule__text {
  font-size: 1.125rem;
  padding: 10px 10px 10px 1em;
}

.recruit .layout-schedule:after {
  background: url(../images/common/icon-arrow-triangle-bottom-brown.svg) no-repeat center;
  background-size: contain;
  bottom: -25px;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 16px;
}

.recruit .layout-schedule--last:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .recruit .layout-schedule__time {
    min-width: 4em;
  }
}

.recruit .layout-tel {
  text-align: left;
}

.recruit .layout-tel__post {
  display: block;
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  margin-top: 1em;
}

.recruit .layout-tel__tel {
  display: block;
  font-size: 3rem;
  font-weight: var(--font-weight-exbold);
}

.recruit .layout-tel__time {
  display: block;
}

.recruit .job-description__btn {
  display: block;
  margin: 40px auto 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.site-policy p {
  margin-bottom: 1em;
}

.sitemap .sitemap-link {
  margin-bottom: 2em;
}

.sitemap .sitemap-link > li > a {
  margin-bottom: .8em;
}

.sitemap .sitemap-link > li > ul > li > a {
  margin-bottom: .8em;
}

.sitemap .sitemap-link > li > ul > li > ul > li {
  padding-left: 1em;
}

.sitemap .sitemap-link > li > ul > li > ul > li > a {
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .sitemap .sitemap-link {
    margin-bottom: 1em;
  }
  .sitemap .sitemap-link > li {
    border-bottom: 1px dotted var(--color-base);
  }
}

.section-margin1 {
  margin-bottom: var(--section-mb-40);
}

.section-margin2 {
  margin-bottom: var(--section-mb-80);
}

.section-margin3 {
  margin-bottom: var(--section-mb-120);
}

.style-link {
  color: var(--color-key);
  text-decoration: underline;
}

.style-link:hover {
  text-decoration: none;
}

.style-list {
  margin-bottom: 1em;
}

.style-list li {
  padding-left: 1.2em;
  position: relative;
}

.style-list li:before {
  content: "・";
  font-size: 1em;
  left: 0;
  line-height: 1.6;
  position: absolute;
  top: 0;
}

.style-text--1 {
  margin-bottom: 2em;
  margin-top: 1em;
}

.style-text--2 {
  margin-bottom: 3em;
}

.style-text--strong {
  font-weight: var(--font-weight-bold);
}

.style-text--bg-gray {
  background: var(--color-light-gray);
  border-radius: 12px;
  padding: 15px;
}

.style-text--color-key {
  color: var(--color-key);
}

.style-text--center {
  text-align: center;
}

.style-map {
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}

.style-map iframe {
  height: auto;
  min-height: 320px;
  width: 100%;
}

.style-map .btn {
  margin-top: 20px;
}

.style-table table {
  border-collapse: separate;
  border-spacing: 10px;
}

.style-table table tr th {
  background: var(--color-beige);
  border-radius: 8px;
  margin-bottom: 2px;
  padding: 12px 8px;
  vertical-align: middle;
  width: 28%;
}

.style-table table tr td {
  padding: 12px 8px 12px 25px;
}

.style-table table tr ul {
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .style-table table {
    display: block;
  }
  .style-table table tbody {
    display: block;
  }
  .style-table table tr {
    display: block;
  }
  .style-table table tr th {
    display: block;
    padding: 8px;
    text-align: left;
    width: 100%;
  }
  .style-table table tr td {
    display: block;
    padding: 8px;
    width: 100%;
  }
}

.layout-c2 {
  gap: 30px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.layout-c2__item > :first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .layout-c2 {
    grid-template-columns: 1fr;
  }
}

.layout-c4 {
  gap: 30px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .layout-c4--spc2 {
    grid-template-columns: 2fr;
  }
}

@media screen and (max-width: 767px) {
  .layout-c4 {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .layout-c4--spc2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.layout-c5 {
  gap: 30px 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 767px) {
  .layout-c5--spc2 {
    grid-template-columns: 2fr;
  }
}

@media screen and (max-width: 767px) {
  .layout-c5 {
    grid-template-columns: 1fr;
  }
  .layout-c5--spc2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.layout-c2-3-1-3 {
  gap: 30px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media screen and (max-width: 767px) {
  .layout-c2-3-1-3 {
    grid-template-columns: 1fr;
  }
}

.layout-c1-3-2-3 {
  gap: 30px 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.layout-c1-3-2-3--r {
  grid-template-areas: "right left";
  grid-template-columns: 2fr 1fr;
}

.layout-c1-3-2-3--r .layout-c1-3-2-3__item:nth-child(1) {
  grid-area: left;
}

.layout-c1-3-2-3--r .layout-c1-3-2-3__item:nth-child(2) {
  grid-area: right;
}

@media screen and (max-width: 767px) {
  .layout-c1-3-2-3 {
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }
  .layout-c1-3-2-3 .layout-c1-3-2-3__item:nth-child(1) {
    grid-area: unset;
  }
  .layout-c1-3-2-3 .layout-c1-3-2-3__item:nth-child(2) {
    grid-area: unset;
  }
}

.layout-c1-4-3-4 {
  gap: 30px 20px;
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.layout-c1-4-3-4--r {
  grid-template-areas: "left right";
  grid-template-columns: 3fr 1fr;
}

.layout-c1-4-3-4--r .layout-c1-4-3-4__item:nth-child(1) {
  grid-area: right;
}

.layout-c1-4-3-4--r .layout-c1-4-3-4__item:nth-child(2) {
  grid-area: left;
}

@media screen and (max-width: 767px) {
  .layout-c1-4-3-4 {
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }
  .layout-c1-4-3-4 .layout-c1-4-3-4__item:nth-child(1) {
    grid-area: auto;
    text-align: center;
  }
  .layout-c1-4-3-4 .layout-c1-4-3-4__item:nth-child(1) img {
    width: 65%;
  }
  .layout-c1-4-3-4 .layout-c1-4-3-4__item:nth-child(2) {
    grid-area: auto;
  }
}

.layout-c3-4-1-4 {
  gap: 30px 20px;
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.layout-c3-4-1-4--r {
  grid-template-areas: "left right";
  grid-template-columns: 1fr 3fr;
}

.layout-c3-4-1-4--r .layout-c3-4-1-4__item:nth-child(1) {
  grid-area: right;
}

.layout-c3-4-1-4--r .layout-c3-4-1-4__item:nth-child(2) {
  grid-area: left;
}

@media screen and (max-width: 767px) {
  .layout-c3-4-1-4 {
    gap: 20px 20px;
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }
  .layout-c3-4-1-4 .layout-c3-4-1-4__item:nth-child(1) {
    grid-area: auto;
    text-align: center;
  }
  .layout-c3-4-1-4 .layout-c3-4-1-4__item:nth-child(1) img {
    width: 65%;
  }
  .layout-c3-4-1-4 .layout-c3-4-1-4__item:nth-child(2) {
    grid-area: auto;
  }
}

.content-box1 {
  margin-top: var(--section-mb-60);
}

.content-box1.bg-beige {
  background: var(--color-beige);
}

.content-box1 > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .content-box1 > .inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .content-box1 {
    margin-top: var(--section-mb-30);
  }
}

.breadcrumbs {
  margin-top: var(--section-mb-80);
}

.breadcrumbs > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .breadcrumbs > .inner {
    padding: 0 4%;
  }
}

.breadcrumbs > .inner .content .breadcrumbs-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.breadcrumbs > .inner .content .breadcrumbs-list li {
  position: relative;
}

.breadcrumbs > .inner .content .breadcrumbs-list li:not(:last-child) {
  margin-right: 2em;
}

.breadcrumbs > .inner .content .breadcrumbs-list li:not(:last-child):after {
  -webkit-transform: translateY(-50%);
  background: url(../images/common/arrow-breadcrumbs.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: -1.2em;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

.breadcrumbs > .inner .content a {
  color: var(--color-key);
  font-size: 0.875rem;
  font-weight: var(--font-weight-bold);
}

.breadcrumbs > .inner .content span {
  font-size: 0.875rem;
  font-weight: var(--font-weight-bold);
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: var(--section-mb-40);
  }
}

.page-category {
  background: url(../images/common/page-title-bg.png) no-repeat center;
  background-size: cover;
}

.page-category-text {
  font-size: 2rem;
  font-weight: var(--font-weight-exbold);
  height: 280px;
  padding-top: 140px;
  text-align: center;
}

.page-category-text__en {
  font-variation-settings: "wdth" 100;
  display: block;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .page-category-text {
    font-size: 1.75rem;
    height: 140px;
    padding-top: 50px;
  }
  .page-category-text__en {
    font-size: 1rem;
  }
}

.page-title > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-title > .inner {
    padding: 0 4%;
  }
}

.page-title > .inner .content .page-title-text {
  color: var(--color-key);
  font-size: 2.625rem;
  font-weight: var(--font-weight-exbold);
  margin-bottom: 2.5em;
  position: relative;
  text-align: center;
}

.page-title > .inner .content .page-title-text:after {
  background: url(../images/common/icon-tie.svg) no-repeat center;
  background-size: contain;
  bottom: -1em;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 72px;
}

.page-title > .inner .content .read {
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  text-align: center;
}

.page-title--information > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-title--information > .inner {
    padding: 0 4%;
  }
}

.page-title--information > .inner .content .page-title-text {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-bottom: .8em;
  text-align: left;
}

.page-title--information > .inner .content .page-title-text:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-title > .inner .content .page-title-text {
    font-size: 2rem;
  }
  .page-title > .inner .content .page-title-text:after {
    height: 16px;
    width: 56px;
  }
  .page-title > .inner .content .read {
    text-align: left;
  }
}

.page-content {
  padding-top: 3em;
}

@media screen and (max-width: 767px) {
  .page-content {
    padding-top: 2em;
  }
}

.page-navigation {
  margin-bottom: var(--section-mb-40);
  text-align: center;
}

.page-navigation > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-navigation > .inner {
    padding: 0 4%;
  }
}

.page-navigation > .inner .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.page-navigation > .inner .content a {
  margin: 0 5px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .page-navigation > .inner .content a {
    margin: 0 3px 10px;
  }
}

.style-h-1 {
  background: var(--color-brown);
  border-radius: 8px;
  color: var(--color-white);
  font-size: 1.75rem;
  font-weight: var(--font-weight-exbold);
  margin-bottom: 1.5em;
  padding: 5px 15px;
}

@media screen and (max-width: 767px) {
  .style-h-1 {
    font-size: 1.625rem;
    margin-bottom: 1.2em;
  }
}

.style-h-2 {
  color: var(--color-base);
  font-size: 1.5rem;
  font-weight: var(--font-weight-exbold);
  margin-bottom: .6em;
  margin-top: 1.2em;
  padding: 0 0 0 .8em;
  position: relative;
}

.style-h-2:before {
  background: var(--color-key);
  border-radius: 2px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.style-h-2--s {
  font-size: 1.25rem;
}

.style-h-3 {
  background: var(--color-white);
  border-radius: 8px;
  color: var(--color-base);
  font-size: 1.375rem;
  font-weight: var(--font-weight-exbold);
  margin-bottom: .8em;
  margin-top: 1em;
  padding: 0;
}

.style-h-4 {
  color: var(--color-base);
  font-size: 1.25rem;
  font-weight: var(--font-weight-exbold);
  margin-bottom: .5em;
  margin-top: .8em;
}

.style-h-4--s {
  font-size: 1rem;
}

.products-list {
  margin-bottom: var(--section-mb-80);
}

.products-list > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .products-list > .inner {
    padding: 0 4%;
  }
}

.page-banner-layout {
  margin-bottom: var(--section-mb-40);
  margin-top: var(--section-mb-80);
}

.page-banner-layout > .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-banner-layout > .inner {
    padding: 0 4%;
  }
}

.page-banner-layout > .inner .content .layout-c1 {
  margin-bottom: 20px;
  width: 100%;
}

.page-banner-layout > .inner .content .layout-c2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.page-banner-layout > .inner .content .layout-c2 a {
  display: block;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .page-banner-layout {
    margin-bottom: var(--section-mb-40);
    margin-top: var(--section-mb-40);
  }
  .page-banner-layout > .inner .content .layout-c2 {
    display: block;
  }
  .page-banner-layout > .inner .content .layout-c2 a {
    margin-bottom: 20px;
    width: 100%;
  }
}

@media print {
  body {
    zoom: .8;
    width: 1200px !important;
  }
}
