@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .spnone {
    display: none;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #111111;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 834px) {
  body {
    overflow: hidden;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.inner2 {
  max-width: 1642px;
  margin: auto;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  padding-bottom: 150px;
}

#contents {
  width: 100%;
  max-width: 1200px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #contents {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 0;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
}

#g-nav.panelactive {
  background-color: #fff;
}
#g-nav.panelactive .fix_contact {
  margin-top: 30px;
}

.navR {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#g-nav {
  position: relative;
}
#g-nav .mainNav {
  display: flex;
  justify-content: space-between;
  margin-right: 15px;
  align-items: stretch;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    display: block;
    padding: 50px;
  }
}
#g-nav .mainNav li {
  position: relative;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li {
    border-bottom: 1px solid #ccc;
  }
}
#g-nav .mainNav li a {
  text-align: center;
  padding: 10px;
  display: flex;
  position: relative;
  color: #111111;
  font-weight: bold;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#g-nav .mainNav li a span {
  font-size: 1.2rem;
  display: block;
  line-height: 1em;
  font-weight: 300;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    display: block;
    padding: 15px;
    font-size: 1.8rem;
    text-align: left;
    position: relative;
  }
  #g-nav .mainNav li a:before {
    font-family: "Font Awesome 5 pro";
    content: "\f054";
    position: absolute;
    font-size: 14px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 900px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 9999;
    /*ナビのスタート位置と形状*/
    top: -2000%;
    left: 0;
    right: 0;
    height: 100vh;
    /*ナビの高さ*/
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
    margin-top: 0;
  }
}
#toggle .is-open {
  display: block;
}

.dropdown {
  transition: all 0.4s cubic-bezier(0.18, 0.06, 0.23, 1) 0s;
  transition-property: visibility, opacity;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0 0 auto;
  z-index: -1;
  padding: 9rem 0;
  background: #f7f7f7;
}
@media only screen and (max-width: 900px) {
  .dropdown {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    opacity: 1;
    visibility: visible;
    padding: 0;
    z-index: 0;
  }
}
.dropdown .inner {
  padding-top: 9rem;
  border-top: 1px solid #ccc;
  max-width: 100% !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
@media only screen and (max-width: 900px) {
  .dropdown .inner {
    display: block;
    border: none;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
.dropdown .inner .subTitle {
  grid-column: 1/2;
  grid-row: 1/4;
  line-height: 1em;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 900px) {
  .dropdown .inner .subTitle {
    text-align: left;
    border: none;
    padding: 15px;
  }
}
.dropdown .inner .subTitle a {
  height: auto !important;
  font-size: 2.6rem;
  padding: 0 !important;
  display: inline-block !important;
  line-height: 1em;
  border-bottom: none !important;
}
.dropdown .inner .subTitle a:before {
  font-family: "Font Awesome 5 pro";
  content: "\f152";
  position: absolute;
  right: -30px !important;
  line-height: 1em;
  top: 50%;
  color: #ccc;
  transform: translateY(-50%);
}
.dropdown .inner li {
  grid-column: 2/3;
  text-align: left;
}
.dropdown .inner li:last-of-type a {
  border-bottom: none;
}
.dropdown .inner li a {
  background-color: #f7f7f7;
  justify-content: flex-start !important;
  color: #111111 !important;
  padding: 15px !important;
}
@media only screen and (max-width: 900px) {
  .dropdown .inner li a {
    font-size: 1.6rem !important;
    color: #111111 !important;
  }
}

.drop_active {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  .toggle {
    display: block;
    width: 58px;
    min-height: 58px;
    z-index: 9999;
    background-color: #e31f1f;
    position: relative;
  }
  .toggle::before, .toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: #fff;
    transition: 0.2s ease;
  }
  .toggle::before {
    width: 15px;
    height: 1px;
  }
  .toggle::after {
    width: 1px;
    height: 15px;
  }
  .toggle.is-open::before {
    opacity: 0;
    transform: rotate(90deg);
  }
  .toggle.is-open::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 834px) {
  .toggle {
    z-index: 100;
  }
}

@media only screen and (max-width: 900px) {
  .nav_dropdown {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .nav_dropdown a::before {
    content: "";
    display: none;
  }
  .nav_dropdown a {
    flex-grow: 1;
  }
}

/*ハンバーガーメニュー*/
.openBtn {
  display: none;
}

@media only screen and (max-width: 900px) {
  .openBtn {
    display: block;
  }
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openBtn {
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-color: #e31f1f;
  border-radius: 0 0 0 50px;
  box-shadow: -29px 28px 41px -49px #dcdada;
  z-index: 10000;
  padding-bottom: 20px;
}

.btnArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/*ボタン内側*/
.openBtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 35%;
}

.openBtn span:nth-of-type(2) {
  margin: 5px 0;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openBtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(5px) rotate(-45deg);
  width: 40%;
}

.openBtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openBtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-8px) rotate(45deg);
  width: 40%;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .h-logo {
  text-align: left;
  padding-left: 20px;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .header .h-logo {
    padding-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .header .h-logo {
    padding-left: 0;
  }
}

.header {
  z-index: 9997;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  right: 0;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.4s ease;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .header {
    padding: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .header {
    padding: 20px;
  }
}
.header--unpinned {
  transform: translateY(-150%);
}
.header--pinned {
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .header--pinned {
    background-color: inherit;
  }
}
.header--pinned #g-nav {
  display: block;
}

.h_contact,
.fix_contact {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .h_contact,
  .fix_contact {
    justify-content: space-between;
    width: 100%;
  }
}
.h_contact a,
.fix_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  font-weight: bold;
  padding: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  min-width: 100px;
  height: 90px;
}
@media screen and (max-width: 640px) {
  .h_contact a,
  .fix_contact a {
    width: 33.3333333333%;
  }
}
.h_contact .entry,
.fix_contact .entry {
  background-color: #f1ed0d;
  color: #111111;
}
.h_contact .indeed,
.fix_contact .indeed {
  font-size: 1.7rem;
  background: linear-gradient(to right, #29b69d, #2b9fcd);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}
.h_contact .doda,
.fix_contact .doda {
  background: linear-gradient(to right, #2ad79d, #2ac9cd);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-size: 1.6rem;
  color: #fff;
}
.h_contact i,
.fix_contact i {
  font-size: 1.4rem;
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .h_contact {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .h_contact {
    display: none;
  }
}

.fix_contact {
  display: none;
  z-index: 9999;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .fix_contact {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  .fix_contact {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
  }
}

.mainWrap {
  position: relative;
}
.mainWrap .mainText {
  position: absolute;
  right: 5%;
  top: 5%;
}
.mainWrap .mainText h1 {
  text-align: right;
}
.mainWrap .mainText h1 .maskWrap {
  margin-bottom: 15px;
  width: 80%;
  margin-left: auto;
}
.mainWrap .mainText h1 .sub,
.mainWrap .mainText h1 .sub2 {
  background-color: #f7f7f7;
  padding: 0 10px;
  font-size: clamp(18px, 2vw, 32px);
  font-weight: bold;
  display: inline;
  line-height: 1.5em;
}
.mainWrap .mainText h1 .sub {
  margin-bottom: 15px;
}

.mainArea img {
  width: 100% !important;
  height: 80vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .mainArea img {
    height: 60vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.subArea,
.blog_subArea {
  background-size: cover;
  background-position: center;
}
.subArea > div,
.blog_subArea > div {
  position: relative;
  height: 400px;
}
.subArea h1,
.subArea .blog_title,
.blog_subArea h1,
.blog_subArea .blog_title {
  font-size: clamp(60px, 8vw, 90px);
  line-height: 1em;
  font-weight: bold;
  font-family: "Be Vietnam Pro", sans-serif;
  background-color: #fff;
  padding: 60px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subArea h1 .ja,
.subArea .blog_title .ja,
.blog_subArea h1 .ja,
.blog_subArea .blog_title .ja {
  font-size: clamp(30px, 3.8vw, 38px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  line-height: 1.5em;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .subArea h1,
  .subArea .blog_title,
  .blog_subArea h1,
  .blog_subArea .blog_title {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .subArea h1,
  .subArea .blog_title,
  .blog_subArea h1,
  .blog_subArea .blog_title {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.blog_subArea {
  background: url(../images/home/recruit_bg.jpg);
}

.pankuzu {
  margin-top: 12px;
  margin-bottom: 4.8rem;
  font-size: 1.4rem;
  display: flex;
  color: #111111;
}
@media screen and (max-width: 640px) {
  .pankuzu {
    margin-top: 0;
  }
}
.pankuzu ul div::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0 10px;
}
.pankuzu ul li:last-child a {
  pointer-events: none;
  color: #21120e;
  text-decoration: none;
}

footer#global_footer {
  color: #fff;
  background-color: #333333;
  padding: 80px 24px;
}
@media only screen and (max-width: 900px) {
  footer#global_footer {
    text-align: center;
  }
}
footer#global_footer .footer .ftLogo {
  text-align: left;
  margin-bottom: 40px;
}
footer#global_footer .ftBtm {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer#global_footer .ftNav li {
  text-align: left;
}
footer#global_footer .ftNav li a {
  display: block;
  color: #fff;
  line-height: 2em;
}
footer#global_footer #copy {
  color: #fff !important;
  font-size: 1.4rem;
  font-family: "Be Vietnam Pro", sans-serif;
}
footer#global_footer #copy a {
  text-decoration: none;
  color: #fff !important;
}

.title_01 h2 {
  font-size: clamp(60px, 8vw, 100px);
  line-height: 1em;
  font-weight: bold;
  font-family: "Be Vietnam Pro", sans-serif;
}
.title_01 h2 .ja {
  font-size: clamp(30px, 4vw, 43px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  line-height: 1.5em;
}
.title_02 h2 {
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1em;
  font-weight: bold;
  font-family: "Be Vietnam Pro", sans-serif;
}
.title_02 h2 .ja {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  line-height: 1.5em;
  font-weight: 400;
}
.title_02 h2 .ja::before {
  content: "●";
  color: #348733;
}

.top_title_02 h2 {
  font-size: clamp(60px, 8vw, 100px);
  line-height: 1em;
  font-weight: bold;
  font-family: "Be Vietnam Pro", sans-serif;
}
.top_title_02 h2 .ja {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  line-height: 1.5em;
  font-weight: 400;
}
.top_title_02 h2 .ja::before {
  content: "●";
  color: #348733;
}

.ttlRight {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .ttlRight {
    width: 100%;
  }
}

.news {
  max-height: 290px;
  overflow-y: auto;
  text-align: left;
}
.news dt,
.news dd {
  border: none !important;
  width: 100% !important;
}
.news dt {
  font-family: "Be Vietnam Pro", sans-serif;
}
.news dl {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  display: block !important;
}

.text div {
  line-height: 2.5em;
  font-size: 1.8rem;
}

.cont_01Wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .cont_01Wrap {
    margin-top: 150px !important;
  }
}
@media screen and (max-width: 834px) {
  .cont_01Wrap {
    margin-top: 150px !important;
  }
}

.imgBox_01 {
  justify-content: space-between;
}
.imgBox_01 .box {
  position: absolute;
}
.imgBox_01 .box:first-of-type {
  top: -26%;
  left: 10%;
  z-index: 1;
}
.imgBox_01 .box:last-of-type {
  bottom: -12%;
  left: 3%;
  z-index: 1;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .imgBox_01 .box {
    position: inherit;
  }
}
@media screen and (max-width: 834px) {
  .imgBox_01 .box {
    position: inherit;
    width: 50%;
  }
}
.imgBox_02 {
  justify-content: space-between;
}
.imgBox_02 .box {
  position: absolute;
}
.imgBox_02 .box:first-of-type {
  right: 3%;
  top: -30%;
}
.imgBox_02 .box:last-of-type {
  bottom: -22%;
  right: 9%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .imgBox_02 .box {
    position: inherit;
  }
}
@media screen and (max-width: 834px) {
  .imgBox_02 .box {
    position: inherit;
    width: 50%;
  }
}

.cont_01 .inner {
  background-color: #f7f7f7;
  position: relative;
  padding: 210px 24px 100px;
}
@media screen and (max-width: 834px) {
  .cont_01 .inner {
    padding: 100px 24px;
  }
}
.cont_01 .inner .title_01 {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}
.cont_01 .inner .text {
  position: relative;
  z-index: 1;
}
.cont_01 .inner::before {
  content: url(../images/home/home_concept_bg.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont_02 {
  background: url(../images/home/about_bg.jpg);
  background-size: cover;
  padding: 150px 0;
}
.cont_02 .title_02 h2 {
  color: #fff;
}
.cont_03 {
  position: relative;
}
.cont_03::before {
  content: "";
  height: 80%;
  width: calc(100% - 180px);
  position: absolute;
  left: 0;
  bottom: -280px;
  background-color: #f7f7f7;
}
.cont_03 .inner {
  max-width: 1780px !important;
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  grid-template-rows: auto auto auto;
  gap: 70px;
  align-items: flex-end;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
}
.cont_03 .inner .flex_item_01 {
  margin-left: auto;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .cont_03 .inner {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_03 .inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 640px) {
  .cont_03 .inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cont_04 {
  position: relative;
}
.cont_04::before {
  content: "";
  height: 470px;
  width: calc(100% - 180px);
  position: absolute;
  right: 0;
  bottom: -280px;
  background-color: #f7f7f7;
  z-index: -1;
}
.cont_04 .inner {
  max-width: 1560px !important;
  margin: 0 auto 0 0 !important;
}
.cont_05 {
  position: relative;
  padding: 80px 0;
}
.cont_05::before {
  content: "";
  width: 40%;
  height: 102%;
  background-color: #e7e7e7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.cont_05::after {
  content: "";
  width: 60%;
  height: 110%;
  background: url(../images/home/pattern_01.gif);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.41, 0.05, 0.94, 0.65);
}
.cont_05 .inner {
  max-width: 1490px !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .cont_05 .inner {
    display: block;
  }
}
.cont_05 .inner .flxL {
  width: 38%;
}
.cont_05 .inner .flxL img {
  width: 100% !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_05 .inner .flxL .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .cont_05 .inner .flxL {
    width: 100% !important;
    text-align: center;
  }
}
.cont_05 .inner .flxR {
  width: 58%;
}
@media screen and (max-width: 834px) {
  .cont_05 .inner .flxR {
    width: 100% !important;
    margin-top: 15px;
  }
}
@media screen and (max-width: 834px) {
  .cont_05 .inner .flxL .img img {
    width: auto !important;
  }
}
.cont_05 .inner .flxR {
  z-index: -1;
  position: relative;
}
.cont_05 .inner .flxR::before {
  content: "";
  background-color: #ffffff;
  padding: 10% 16%;
  max-width: 1130px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -21%;
  z-index: -1;
  transform: translateY(-50%);
}

.js_moveTrigger_02 {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.41, 0.05, 0.94, 0.65);
}

.js_moveR_02 {
  transform: scaleX(1);
}

.js_moveR::after {
  content: "";
  transform: scaleX(1) !important;
}

.flex_cont {
  justify-content: space-between;
}
.flex_cont .box {
  width: calc((100% - 40px) / 2);
  position: relative;
}
@media screen and (max-width: 640px) {
  .flex_cont .box {
    width: 100%;
  }
  .flex_cont .box:first-of-type {
    margin-bottom: 15px;
  }
}
.flex_cont .box::before {
  content: url(../images/home/arrow.png);
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.flex_cont .box a {
  font-size: clamp(28px, 3vw, 32px);
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  color: #111111;
  padding: 60px;
  display: block;
  text-decoration: none;
  outline: none;
  font-weight: bold;
  background-color: #e7e7e7;
}
.flex_cont .box a .deco {
  font-family: "Be Vietnam Pro", sans-serif;
  -webkit-text-stroke: 1px #e31f1f;
  color: transparent;
  font-weight: 900;
  opacity: 0.2;
  font-size: clamp(40px, 7vw, 70px);
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .flex_cont .box a {
    min-width: 100%;
  }
}
.flex_cont .box a::after, .flex_cont .box a::before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  /*事前に出現させる線の形状*/
  border: solid #e31f1f;
  width: 50px;
  height: 50px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}
.flex_cont .box a::before {
  /*事前に出現させる線の位置*/
  top: 0;
  left: 0;
  /*事前に出現させる線の形状*/
  border-width: 1px 0 0 1px;
}
.flex_cont .box a::after {
  /*事前に出現させる線の位置*/
  bottom: 0;
  right: 0;
  /*事前に出現させる線の形状*/
  border-width: 0 1px 1px 0;
}
.flex_cont .box a:hover::before, .flex_cont .box a:hover::after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-color: #e31f1f;
}
.flex_movie {
  justify-content: space-between;
}
.flex_movie .box {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 640px) {
  .flex_movie .box {
    width: 100% !important;
  }
  .flex_movie .box:first-of-type {
    margin-bottom: 15px;
  }
}
.flex_movie .box iframe {
  width: 100%;
}
.flex_01 {
  justify-content: space-between;
  align-items: center;
}
.flex_01 .box:last-of-type {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flex_01 .box {
    width: 100%;
  }
}

.flex_item_01 {
  position: relative;
  overflow: hidden;
}
.flex_item_01:hover .box:last-of-type .mask {
  transform: none;
}
.flex_item_01 .box:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 22px;
}
.flex_item_01 .box:nth-of-type(2) .name {
  font-size: 2rem;
  font-weight: bold;
}
.flex_item_01 .box:nth-of-type(2) .name .en {
  font-size: 1.2rem;
  color: #ccc;
  font-weight: 400;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-left: 4rem;
}
.flex_item_01 .box:nth-of-type(2) .job {
  font-size: 1.4rem;
  color: #ccc;
}
.flex_item_01 .box:last-of-type .mask {
  background: rgba(227, 31, 31, 0.8);
  color: #fff;
  font-size: 2rem;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(-100%, 0px, 0px);
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gmap iframe {
  width: 100%;
  vertical-align: bottom;
}

.local_sns_01 {
  max-height: 290px;
  overflow-y: auto;
  padding: 0 10px;
}
.local_sns_01 .sns_list {
  border: none !important;
}
.local_sns_01 .sns_list > div {
  border-bottom: none !important;
}
@media screen and (max-width: 834px) {
  .local_sns_01 .sns_list > div {
    flex-direction: row !important;
  }
}
.local_sns_01 .sns_photo {
  padding: 10px 0 !important;
}
.local_sns_01 .sns_text {
  font-size: 1.6rem !important;
  width: 80% !important;
}
.local_sns_01 .sns_text .sns_date {
  color: #111111 !important;
}
.local_sns_01 .sns_text .caption {
  line-height: 2.25em;
  margin-bottom: 20px;
}
.local_sns_01 .sns_text .clearfix li a {
  color: #111111 !important;
}

.top-sns .sns_text .sns_date {
  font-family: "Be Vietnam Pro", sans-serif;
}
.top-sns div.sns_list {
  flex-direction: row;
  border: none;
  flex-wrap: wrap;
}
.top-sns div.sns_list > div {
  width: calc((100% - 96px) / 4);
  flex-direction: column;
  border: none;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.top-sns div.sns_list > div:first-of-type img {
  border: 10px solid #e31f1f;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .top-sns div.sns_list > div {
    width: calc((100% - 48px) / 4);
    margin: 0 16px 16px 0;
  }
}
@media screen and (max-width: 640px) {
  .top-sns div.sns_list > div {
    width: calc(48% - 8px);
  }
}
.top-sns div.sns_list > div:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .top-sns div.sns_list > div:nth-child(2n) {
    margin-right: 0;
  }
}
.top-sns div.sns_list > div div.sns_photo {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.top-sns div.sns_list > div div.sns_photo a {
  display: block;
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.top-sns div.sns_list > div div.sns_photo a:hover {
  transform: scale(1.5);
  transition: 0.5s;
}
.top-sns div.sns_list > div div.sns_photo a img {
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  padding: 0 !important;
}
.top-sns div.sns_list > div div.sns_text {
  font-size: 1.6rem !important;
}
.top-sns div.sns_list > div div.sns_text .sns_date {
  color: #111111 !important;
}
.top-sns div.sns_list > div div.sns_text .caption,
.top-sns div.sns_list > div div.sns_text .clearfix {
  display: none;
}

.btn a, .btn2 a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  color: #111111;
  padding: 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  min-width: 300px;
  background-color: #e7e7e7;
}
@media screen and (max-width: 640px) {
  .btn a, .btn2 a {
    min-width: 100%;
  }
}
.btn a::after, .btn a::before, .btn2 a::after, .btn2 a::before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  /*事前に出現させる線の形状*/
  border: solid #e31f1f;
  width: 20px;
  height: 20px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}
.btn a::before, .btn2 a::before {
  /*事前に出現させる線の位置*/
  top: 0;
  left: 0;
  /*事前に出現させる線の形状*/
  border-width: 1px 0 0 1px;
}
.btn a::after, .btn2 a::after {
  /*事前に出現させる線の位置*/
  bottom: 0;
  right: 0;
  /*事前に出現させる線の形状*/
  border-width: 0 1px 1px 0;
}
.btn a:hover::before, .btn a:hover::after, .btn2 a:hover::before, .btn2 a:hover::after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-color: #e31f1f;
}

.btn2 a {
  min-width: 670px;
}
@media screen and (max-width: 834px) {
  .btn2 a {
    min-width: 100%;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #ccc;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

/* 上下のアニメーション*/
.title_01, .title_02, .flex_01, .local_title_01, .local_title_02, .flex_item_01 .box:nth-child(2), .ftTitle {
  overflow: hidden;
}
.title_01 .scroll-in, .title_02 .scroll-in, .flex_01 .scroll-in, .local_title_01 .scroll-in, .local_title_02 .scroll-in, .flex_item_01 .box:nth-child(2) .scroll-in, .ftTitle .scroll-in {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%); /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
/*========= LoadingのためのCSS ===============*/
html {
  visibility: hidden;
}

html.view_load {
  visibility: visible;
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: url(../images/home/load_bg.jpg) center;
  text-align: center;
  color: #fff;
  background-size: cover;
}

/* Loading画像中央配置　*/
#splash_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 2.4rem;
}

#splash_sub {
  display: none;
}
#splash_sub .sub {
  margin-bottom: 15px;
}
#splash_sub .sub, #splash_sub .sub2 {
  padding: 0 10px;
  font-size: clamp(20px, 2vw, 32px);
  font-weight: bold;
  display: inline-block;
  line-height: 1.5em;
  color: #111111;
}
#splash_sub .sub .fs, #splash_sub .sub2 .fs {
  font-size: clamp(32px, 4vw, 42px);
  line-height: 2em;
}
#splash_sub .sub3 {
  font-size: clamp(18px, 1.8vw, 24px);
  display: inline-block;
  line-height: 1.5em;
  color: #111111;
  padding: 0 10px;
  margin-top: 24px;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg {
  width: 100%;
}

/*========= SVG操作手書き風にするためのCSS ===============*/
#mask .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 90; /*線の太さを指定する*/
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* 線の間隔を指定する */
  stroke-dashoffset: 1500; /* 線の位置を指定する */
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form div.select {
  min-width: 230px !important;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view p.price {
  font-size: 3rem;
}

div.item_view > ul li a {
  margin-bottom: 10px;
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.items {
  justify-content: space-between;
  margin-left: 0 !important;
}
@media screen and (max-width: 640px) {
  .items {
    display: block !important;
  }
}
.items article {
  width: 32% !important;
  margin-left: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .items article {
    width: 48% !important;
  }
}
@media screen and (max-width: 640px) {
  .items article {
    width: 100% !important;
  }
}
.items article .photo {
  width: 100% !important;
}
.items article .name {
  color: #111111 !important;
}
.items article .price {
  color: #111111 !important;
}
.items article button {
  border-radius: 0 !important;
  background: #ccc !important;
  color: #fff !important;
  border: none !important;
  text-indent: 0 !important;
}

.shopPage div.items > article .thumb {
  z-index: 2;
  position: relative;
}

.shopPage div.items > article .hoverImg {
  position: absolute;
  top: 0;
  left: 0;
}

.shopPage div.items > article a.photo {
  position: relative;
}

.shopPage div.items > article a {
  text-decoration: none;
}

.shopPage div.items > article a.photo {
  width: 100%;
  height: auto;
  background-image: none !important;
}

.shopPage div.items > article a.photo img {
  display: block;
  width: 100% !important;
  height: 264px !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#main #col_side1 {
  display: none;
}

.shopPage #main #col_side1 {
  display: block;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .shopPage #main #col_side1 {
    width: 100% !important;
  }
}

.shopPage #col_main {
  width: calc(100% - 300px) !important;
}
@media screen and (max-width: 834px) {
  .shopPage #col_main {
    width: 100% !important;
  }
}

.view_cart a {
  background-color: #e31f1f;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.local_title_01 h2 {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.25em;
  font-weight: bold;
  border-bottom: 10px solid #e31f1f;
  padding-bottom: 8px;
  display: inline-block;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .img .imgL {
    max-width: 100% !important;
  }
}

.local_cont_concept {
  position: relative;
  padding: 120px 0;
}
.local_cont_concept::before {
  content: "";
  width: 40%;
  height: 106%;
  background-color: #e7e7e7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.local_cont_concept::after {
  content: "";
  width: 60%;
  height: 110%;
  background: url(../images/home/pattern_01.gif);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.41, 0.05, 0.94, 0.65);
}
.local_cont_concept .inner {
  max-width: 100% !important;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .local_cont_concept .inner .flxL .img img {
    width: auto !important;
  }
}
.local_cont_concept .inner .flxR {
  padding: 5%;
  z-index: -1;
  position: relative;
}
.local_cont_concept .inner .flxR::before {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 120%;
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  z-index: -1;
}
.local_cont_01 {
  position: relative;
  padding: 120px 0;
}
.local_cont_01::before {
  content: "";
  width: 40%;
  height: 106%;
  background-color: #e7e7e7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.local_cont_01::after {
  content: "";
  width: 60%;
  height: 110%;
  background: url(../images/home/pattern_01.gif);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.41, 0.05, 0.94, 0.65);
}
.local_cont_01 .inner {
  max-width: 1490px !important;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .local_cont_01 .inner .flxL .img img {
    width: auto !important;
  }
}
.local_cont_01 .inner .flxR {
  z-index: -1;
  position: relative;
}
.local_cont_01 .inner .flxR::before {
  content: "";
  background-color: #ffffff;
  padding: 7% 16%;
  max-width: 1130px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -21%;
  z-index: -1;
  transform: translateY(-50%);
}
.local_cont_02 .local_itembox_01:first-of-type .deco::after {
  content: "";
  display: none;
}
.local_cont_02 .local_itembox_01:last-of-type .deco::before {
  content: "";
  display: none;
}
.local_cont_02 .local_itembox_01 .deco {
  position: relative;
}
.local_cont_02 .local_itembox_01 .deco::after {
  position: absolute;
  content: "";
  border-left: 1px dashed #ccc;
  height: 62px;
  width: 1px;
  left: 0;
  right: 0;
  margin: auto;
  top: -62px;
}
@media screen and (max-width: 834px) {
  .local_cont_02 .local_itembox_01 .deco::after {
    display: none;
  }
}
.local_cont_03 {
  position: relative;
}
.local_cont_03 .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 30px;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local_cont_03 .inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .local_cont_03 .inner {
    grid-template-columns: 1fr;
  }
}
.local_cont_03::before {
  content: "";
  width: 90%;
  height: 62%;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  bottom: -160px;
  z-index: -2;
}

.local_flex_cont {
  justify-content: space-between;
}
.local_flex_cont .box {
  width: calc((100% - 40px) / 2);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .local_flex_cont .box {
    width: 100%;
  }
  .local_flex_cont .box:first-of-type {
    margin-bottom: 15px;
  }
}
.local_flex_cont .box a {
  display: block;
  line-height: 1em;
  font-weight: bold;
  padding: 40px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 2.4rem;
}
.local_flex_cont .box .indeed {
  background: linear-gradient(to right, #29b69d, #2b9fcd);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}
.local_flex_cont .box .doda {
  background: linear-gradient(to right, #2ad79d, #2ac9cd);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

.local_itembox_01 {
  align-items: center;
  background-color: #f7f7f7;
  padding: 50px;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 640px) {
  .local_itembox_01 {
    flex-direction: column !important;
  }
}
.local_itembox_01 .box {
  overflow: inherit !important;
}
.local_itembox_01 .box:first-of-type {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .local_itembox_01 .box:first-of-type {
    margin-right: 0;
  }
}
.local_itembox_01 .box h3 {
  font-size: clamp(24px, 2vw, 28px);
  line-height: 1.2em;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .local_itembox_01 .box h3 {
    margin-top: 15px;
    text-align: center;
  }
}
.local_itembox_01 .box .deco {
  font-size: 2rem;
  font-family: "Be Vietnam Pro", sans-serif;
  background-color: #e31f1f;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
}
.local_itembox_01 .box .deco::before {
  position: absolute;
  content: "";
  border-left: 1px dashed #ccc;
  height: 62px;
  width: 1px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -62px;
}
@media screen and (max-width: 834px) {
  .local_itembox_01 .box .deco::before {
    display: none;
  }
}
.local_itembox_02, .local_itembox_03 {
  box-shadow: 1px 1px 4px rgba(62, 60, 60, 0.3);
}
.local_itembox_02 .box:nth-of-type(2), .local_itembox_03 .box:nth-of-type(2) {
  text-align: center;
  padding: 20px;
}
.local_itembox_02 .box:last-of-type, .local_itembox_03 .box:last-of-type {
  padding: 0 30px 30px 30px;
}
.local_itembox_02 h3, .local_itembox_03 h3 {
  font-size: 1.8rem;
  position: relative;
  background-color: #348733;
  padding: 15px;
  font-weight: bold;
}
.local_itembox_02 h3::before, .local_itembox_03 h3::before {
  content: "";
  width: 50px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e31f1f;
}
.local_itembox_03 {
  width: -moz-fit-content;
  width: fit-content;
}
.local_itembox_03 .box h3 {
  margin-bottom: 30px;
}

.flex_staff_01 .box {
  width: 100%;
}
.flex_staff_01 .box:first-of-type {
  position: relative;
}
.flex_staff_01 .box:first-of-type article > div {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 15px;
}
.flex_staff_01 .box:first-of-type img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1.5;
  transform-origin: center center;
}
.flex_staff_01 .box:first-of-type .name {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: bold;
  line-height: 1.25em;
}
.flex_staff_01 .box:first-of-type .name .en {
  font-family: "Be Vietnam Pro", sans-serif;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  color: #ccc;
}
.flex_staff_01 .box:first-of-type .job {
  color: #ccc;
}

.modalarea {
  display: none;
}

.modaal-content-container .box {
  text-align: center;
}
.modaal-content-container article {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .modaal-content-container article {
    display: block;
  }
}
.modaal-content-container article img {
  width: calc((100% - 30px) / 2) !important;
}
@media screen and (max-width: 640px) {
  .modaal-content-container article img {
    width: 100% !important;
  }
}
.modaal-content-container article > div {
  width: calc((100% - 30px) / 2);
  padding: 50px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .modaal-content-container article > div {
    padding: 30px;
    width: 100%;
  }
}
.modaal-content-container article .name {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: bold;
  line-height: 1.25em;
  margin-bottom: 20px;
}
.modaal-content-container article .name .en {
  font-family: "Be Vietnam Pro", sans-serif;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  color: #ccc;
}
.modaal-content-container article .job {
  margin-bottom: 30px;
  display: block;
  color: #ccc;
}

.modaal-container {
  max-width: 1000px;
  text-align: center;
}

.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #333;
}

.modaal-overlay {
  z-index: 9998 !important;
}

.modaal-close {
  background: #e31f1f !important;
}

.dl_01 dt {
  border: none !important;
  padding: 25px !important;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .dl_01 dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl_01 dd {
  border: none !important;
  padding: 25px !important;
}
@media screen and (max-width: 640px) {
  .dl_01 dd {
    width: 100% !important;
  }
}
.dl_01 dl {
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 640px) {
  .dl_01 dl {
    display: block !important;
  }
}

.list_btn {
  z-index: 9999;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 834px) {
  .list_btn {
    position: inherit;
  }
}
.list_btn ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .list_btn ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .list_btn ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list_btn li a {
  background-color: #e31f1f;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  display: block;
  text-align: center;
}
.list_01 article > div {
  font-weight: bold;
}
.list_01 ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .list_01 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .list_01 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list_01 li {
  margin-bottom: 20px;
}

.form {
  background-color: #f7f7f7;
  padding: 30px;
}
.form dt {
  border: none !important;
}
.form dd {
  border: none !important;
}
.form dl {
  border-bottom: 1px solid #e7e7e7 !important;
  padding: 15px 0;
}
.form dl.file dt {
  background-color: #f7f7f7 !important;
}

div.error {
  margin-top: 200px !important;
}

.policy_cont h2 {
  font-size: 1.4em;
  border-bottom: 1px solid #e31f1f;
  padding-bottom: 15px;
  font-weight: bold;
  margin: 50px 0 20px 0;
}

.mail {
  display: none;
}

.confirm {
  margin-top: 140px !important;
}

.policy {
  padding: 10px 0;
  text-align: center;
}

.message {
  margin-top: 280px !important;
}

/*全共通*/
/* 上下のアニメーション*/
.title_02, .local_title_01, .local_title_02, .flex_item_01 .box:nth-child(2), .ftTitle {
  overflow: hidden;
}
.title_02 .scroll-in, .local_title_01 .scroll-in, .local_title_02 .scroll-in, .flex_item_01 .box:nth-child(2) .scroll-in, .ftTitle .scroll-in {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%); /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.submit {
  max-width: 600px !important;
  width: 100% !important;
}
.submit .submit_c, .submit .submit_l, .submit .submit_r {
  background: #F1ED0D !important;
  text-indent: 0 !important;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: none !important;
  border-radius: 0 !important;
  width: 250px !important;
  font-weight: bold;
}/*# sourceMappingURL=assets.css.map */