@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;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.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%;
}

#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 .sp_contact {
  margin-top: 30px;
}

.navR {
  margin-left: auto;
}

#g-nav {
  position: relative;
}
#g-nav .mainNav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 50px;
  }
}
@media screen and (max-width: 834px) {
  #g-nav .mainNav {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 50px;
  }
}
#g-nav .mainNav li {
  position: relative;
}
#g-nav .mainNav li a {
  text-align: center;
  padding: 10px 15px;
  display: block;
  position: relative;
  color: #111111;
  font-weight: bold;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  #g-nav .mainNav li a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    display: block;
    padding: 15px;
    font-size: 1.5em;
    border-bottom: 1px solid #ccc;
    text-align: left;
    position: relative;
    font-weight: bold;
    border-left: none;
  }
  #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 {
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 900px) {
  .dropdown {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.dropdown li:last-of-type a {
  border-bottom: none;
}
.dropdown li a {
  background-color: #c22b30;
  display: block;
  color: #fff !important;
  border-bottom: 1px solid #fff;
  padding: 15px !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li a {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    color: #111111 !important;
  }
}

.toggle {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
@media screen and (max-width: 834px) {
  .toggle {
    z-index: 100;
  }
}

/*ハンバーガーメニュー*/
.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: #c22b30;
  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 .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .inner .h-logo {
  text-align: left;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .header .inner .h-logo {
    padding-left: 24px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .header .inner .h-logo {
    width: 15%;
  }
}
@media screen and (max-width: 834px) {
  .header .inner .h-logo {
    padding-left: 40px;
  }
  .header .inner .h-logo img {
    width: 80% !important;
  }
}

.header {
  z-index: 9999;
  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;
}
.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,
.sp_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .h_contact,
  .sp_contact {
    display: block;
  }
}
.h_contact a,
.sp_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #111111;
  line-height: 1em;
  min-width: 230px;
}
.h_contact .h_tel,
.sp_contact .h_tel {
  margin-right: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
}
.h_contact .h_mail,
.sp_contact .h_mail {
  background-color: #c22b30;
  font-size: 1.8rem;
  padding: 24px;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .h_contact .h_mail,
  .sp_contact .h_mail {
    margin-top: 20px;
  }
}
.h_contact img,
.h_contact i,
.sp_contact img,
.sp_contact i {
  margin-right: 10px;
}

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

@media only screen and (max-width: 900px) {
  .h_contact.js-cloned-header-contact {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    transition: 0.4s;
  }
}
@media only screen and (max-width: 900px) {
  .h_contact.js-cloned-header-contact .h_tel {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .h_contact.js-cloned-header-contact .h_mail {
    width: 100%;
  }
}

.js-footer-fadein {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

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

.mainWrap {
  position: relative;
}
.mainWrap .mainText {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/home/mainText_bg.png);
  height: 63%;
  width: 50%;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .mainWrap .mainText {
    width: 80%;
    height: auto;
    bottom: 30px;
  }
}
.mainWrap .mainText h1 {
  padding-top: 100px;
  padding-right: 30px;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .mainWrap .mainText h1 {
    padding-top: 50px;
  }
}

.mainArea img {
  width: 100% !important;
}

.subArea {
  background: url(../images/home/check_gray_pt.gif);
}
.subArea > div {
  position: relative;
  padding: 13rem 0;
}
@media screen and (max-width: 834px) {
  .subArea > div {
    padding: 5rem 0;
  }
}
.subArea h1 {
  max-width: 1200px;
  margin: auto;
  font-weight: bold;
  font-size: clamp(70px, 10vw, 100px);
  line-height: 1.25em;
  font-family: "Poppins", sans-serif;
  color: #c22b30;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .subArea h1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .subArea h1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.subArea span {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #00974c;
  font-size: 4rem;
  display: block;
  line-height: 1.5em;
  font-weight: bold;
}

.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 {
  background-color: #595959;
  padding: 60px 5% 60px;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  footer#global_footer {
    text-align: center;
  }
}
footer#global_footer .footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer {
    display: block;
  }
}
footer#global_footer .navEnd {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  footer#global_footer .navEnd {
    display: block;
  }
}
footer#global_footer .navEnd a {
  color: #fff;
  font-size: 1.4rem;
}
footer#global_footer .navEnd .policyLink {
  display: block;
}
@media screen and (max-width: 640px) {
  footer#global_footer .ft_logo {
    margin-bottom: 30px;
  }
}
footer#global_footer .ft_R {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  footer#global_footer .ft_R {
    display: block;
  }
}
footer#global_footer .ftNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  footer#global_footer .ftNav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  footer#global_footer .ftNav {
    margin-bottom: 30px;
  }
}
footer#global_footer .ftNav li {
  text-align: left;
}
footer#global_footer .ftNav li a {
  font-size: 1.4rem;
  text-align: left;
  padding: 10px;
  display: block;
  color: #fff;
  line-height: 1.25em;
}
@media screen and (max-width: 640px) {
  footer#global_footer .ftNav li a {
    text-align: center;
  }
}
footer#global_footer .copy {
  margin-top: auto;
}
@media only screen and (max-width: 900px) {
  footer#global_footer .copy {
    margin-top: 30px;
  }
}
footer#global_footer #copy {
  color: #fff !important;
  font-size: 14px;
}
footer#global_footer #copy a {
  text-decoration: none;
  color: #fff !important;
}

.title_01 h2 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.5em;
  font-weight: 900;
}
.title_01 h2 .sub {
  display: block;
  font-size: clamp(20px, 2vw, 28px);
}
.title_01 h2 .dot {
  background-image: radial-gradient(circle at center, #f8e315 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.1em; /* 縦方向の位置調整 */
}
.title_02 h2 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.25em;
  font-weight: 900;
}
.title_02 h2 .sub {
  display: block;
  font-size: clamp(18px, 2vw, 20px);
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #00974c;
}

.marker {
  background: linear-gradient(transparent 60%, #f8e315 60%);
}

.news {
  max-height: 200px;
  overflow-y: auto;
}
.news dt,
.news dd {
  border: none !important;
}
@media screen and (max-width: 640px) {
  .news dt,
  .news dd {
    width: 100% !important;
  }
}
.news dt {
  color: #00974c;
  font-weight: 500;
}
.news dl {
  border-bottom: 1px solid #f7f7f7;
  padding: 15px 0;
}
@media screen and (max-width: 640px) {
  .news dl {
    display: block !important;
  }
}

.text div {
  line-height: 2.5em;
}

.btn_text div {
  color: #fff;
  font-weight: 900;
  font-size: clamp(40px, 6vw, 63px);
  line-height: 1.25em;
}
.btn_text div .sub {
  font-size: clamp(30px, 5vw, 53px);
}
.btn_text div .sub .dot {
  background-image: radial-gradient(circle at center, #f8e315 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.1em; /* 縦方向の位置調整 */
}

.cont_01 {
  padding: 120px 0 50px;
}
@media screen and (max-width: 834px) {
  .cont_01 {
    padding: 100px 0 0;
    margin: -10px;
  }
}
.cont_01 .inner {
  position: relative;
}
@media only screen and (min-width: 835px) and (max-width: 1100px) {
  .cont_01 .inner .contWrap {
    background-color: rgba(255, 255, 255, 0.8);
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 15px;
  }
}
@media screen and (max-width: 834px) {
  .cont_01 .inner .contWrap {
    margin-bottom: 50px;
  }
}
.cont_01 .inner .humanL {
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .cont_01 .inner .humanL {
    position: inherit;
  }
}
.cont_01 .inner .humanR {
  position: absolute;
  right: 0;
  bottom: -60px;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .cont_01 .inner .humanR {
    position: inherit;
  }
}
.cont_01 .inner .imgBox {
  flex-wrap: inherit !important;
}
@media screen and (max-width: 834px) {
  .cont_01 .inner .imgBox {
    justify-content: space-between;
  }
}
.cont_02 {
  background: url(../images/home/together_bg.jpg) center;
  background-size: cover;
  padding: 32px;
}
.cont_02 .in {
  padding: 120px;
  border: 3px solid #fff;
}
@media screen and (max-width: 834px) {
  .cont_02 .in {
    padding: 50px;
  }
}
.cont_03 {
  background: url(../images/home/check_pt.gif);
  padding: 120px 0;
}
.cont_04 {
  padding: 120px 0;
  background: url(../images/home/check_gray_pt.gif);
}
.cont_05 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .cont_05 {
    display: block;
  }
}
.cont_05 .flxL {
  width: 50%;
}
.cont_05 .flxL img {
  width: 100% !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_05 .flxL .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .cont_05 .flxL {
    width: 100% !important;
    text-align: center;
  }
}
.cont_05 .flxR {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .cont_05 .flxR {
    width: 100% !important;
    margin-top: 15px;
  }
}
.cont_05 .flxL {
  position: relative;
}
.cont_05 .flxL .name div {
  position: absolute;
  color: #fff;
  right: 50px;
  bottom: 50px;
  font-weight: bold;
  font-size: clamp(30px, 3vw, 36px);
  line-height: 1.5em !important;
}
.cont_05 .flxL .name div .sub {
  font-size: 2rem;
  display: block;
}
.cont_05 .flxR {
  background-color: #c22b30;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .cont_05 .flxR {
    padding: 5%;
    margin-top: 0;
  }
}
.cont_05 .flxR .text div {
  color: #fff;
  line-height: 2em;
}
.cont_05 .flxR .h_tel {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.flex_01 {
  justify-content: space-between;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 30px;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex_01 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .flex_01 {
    display: block !important;
  }
}
.flex_01 .box {
  background-color: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  overflow: inherit !important;
}
@media screen and (max-width: 640px) {
  .flex_01 .box {
    width: 100%;
    margin-bottom: 60px;
  }
}
.flex_01 .box:nth-of-type(4), .flex_01 .box:nth-of-type(5), .flex_01 .box:nth-of-type(6) {
  margin-top: 30px;
}
.flex_01 .box .title {
  font-size: 1.8rem;
  font-weight: 900;
  display: block;
  margin: 25px auto;
  text-align: center;
}
.flex_01 .box .title .marker {
  background: linear-gradient(transparent 60%, #f8e315 60%);
}
.flex_01 .box .deco {
  position: absolute;
  left: -30px;
  top: -30px;
  color: #00974c;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  font-size: clamp(50px, 6vw, 60px);
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex_01 .box .deco {
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .flex_01 .box .deco {
    left: 0;
  }
}
.flex_01 .box article > div {
  line-height: 2em;
}
.flex_02, .flex_03 {
  border: 3px solid #c22b30;
  padding: 30px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
}
.flex_02 .box, .flex_03 .box {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 834px) {
  .flex_02 .box, .flex_03 .box {
    width: 100%;
  }
}
.flex_02 .box .title, .flex_03 .box .title {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 900;
  margin-bottom: 30px;
}
.flex_02 .box:first-of-type iframe, .flex_03 .box:first-of-type iframe {
  width: 100%;
}
.flex_02 article, .flex_03 article {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .flex_02 article, .flex_03 article {
    display: block;
  }
}
.flex_02 article > div, .flex_03 article > div {
  line-height: 2em;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .flex_02 article > div, .flex_03 article > div {
    width: 100% !important;
  }
}
.flex_02 .status, .flex_03 .status {
  position: relative;
  padding-left: 9rem;
  font-weight: bold;
  margin-top: 30px;
}
.flex_02 .status::before, .flex_03 .status::before {
  content: url(../images/home/interview_icon_01.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.flex_03 .status::before {
  content: url(../images/home/interview_icon_02.png);
}
.flex_04 {
  justify-content: space-between;
}
.flex_04 .box {
  width: calc((100% - 60px) / 3);
  text-align: center;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex_04 .box {
    width: calc((100% - 30px) / 2);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex_04 .box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.flex_04 .box::before {
  content: url(../images/home/arrow_icon.png);
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.flex_04 .box a {
  padding: 50px 15px;
  display: block;
  background-color: #c22b30;
  color: #fff;
  font-weight: 900;
  font-size: clamp(28px, 3vw, 32px);
}
.flex_04 .box a .en {
  font-size: clamp(18px, 2vw, 20px);
  font-family: "Poppins", sans-serif;
  color: #901d22;
  display: block;
  margin-bottom: 20px;
}
.flex_04 article {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .flex_04 article {
    display: block;
  }
}
.flex_04 article .title {
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 900;
  background: linear-gradient(transparent 60%, #c22b30 60%);
  line-height: 1.25em;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
.flex_04 article img {
  border-radius: 30px;
  width: 45% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .flex_04 article img {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.flex_04 article > div {
  line-height: 2em;
  font-size: 1.8rem;
  width: 40%;
}
@media screen and (max-width: 834px) {
  .flex_04 article > div {
    width: 100%;
  }
}

.gmap iframe {
  width: 100%;
  border-radius: 10px;
}

.top-sns .slick-slide {
  margin: 0 15px;
  padding: 30px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 834px) {
  .top-sns .slick-slide {
    padding: 15px;
  }
}
.top-sns .sns_text .sns_date {
  font-family: "Poppins", sans-serif;
}

.btn a, .big a {
  color: #fff;
  position: relative;
  display: block;
  padding: 24px;
  width: 350px;
  background-color: #00974c;
  margin: auto;
  line-height: 1em;
}
@media screen and (max-width: 640px) {
  .btn a, .big a {
    width: 100%;
  }
}
.btn a:before, .big a:before {
  content: url(../images/home/green_arrow.png);
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.big a {
  font-size: 3rem;
  padding: 3rem;
  max-width: 500px;
  width: 100%;
  font-weight: bold;
}

::-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;
}

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: #c22b30;
  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, 40px);
  line-height: 1.25em;
  font-weight: 900;
  position: relative;
}
.local_title_01 h2::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  height: 4px;
  background-color: #c22b30;
  display: block;
  border-radius: 10px;
}
.local_title_02 h2 {
  font-size: clamp(60px, 9vw, 100px);
  line-height: 1.25em;
}

.sub_title_01 h3 {
  font-size: clamp(24px, 2vw, 28px);
  line-height: 1.2em;
  font-weight: 900;
}
.sub_title_01 div {
  margin-top: 30px;
}
.sub_title_02 h3 {
  font-size: clamp(24px, 2vw, 28px);
  line-height: 1.2em;
  font-weight: 900;
  position: relative;
  padding-left: 4rem;
}
.sub_title_02 h3::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #c22b30;
  font-size: 3rem;
}

.textCont {
  background-color: #fff;
  padding: 50px;
  border: 4px solid #00974c;
}
.textCont h3 {
  font-size: clamp(24px, 2vw, 28px);
  line-height: 2em;
  font-weight: 900;
  position: relative;
}
.textCont h3::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  vertical-align: middle;
  color: #c22b30;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 3rem;
  border-top-color: currentColor;
  border-bottom: 0;
}
.textCont div {
  line-height: 1.25em;
  margin-top: 100px;
}

.textCont_02 {
  background-color: #f7f7f7;
  padding: 30px;
}

.local_sns .sns_list {
  border: none !important;
}
.local_sns .sns_list > div {
  border: none;
  padding: 25px 0;
  border-bottom: 1px solid #c22b30;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local_sns .sns_list > div .sns_photo {
    margin: auto;
  }
}
.local_sns .sns_list > div .sns_text {
  font-size: 16px !important;
}
.local_sns .sns_list > div .sns_text .sns_date {
  color: #c22b30 !important;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.local_sns .sns_list > div .sns_text .caption {
  line-height: 2.25em;
  margin-bottom: 20px;
}
.local_sns .sns_list > div .clearfix li {
  margin-bottom: 10px;
}
.local_sns .sns_list > div .clearfix li a {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 5px 8px;
  color: #111111;
}

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

.local_cont_01 {
  position: relative;
}
.local_cont_01 .flxL {
  position: relative;
}
.local_cont_01 .flxL .name div {
  position: absolute;
  color: #fff;
  right: 50px;
  bottom: 50px;
  font-weight: bold;
  font-size: clamp(30px, 3vw, 36px);
  line-height: 1.5em !important;
}
@media screen and (max-width: 834px) {
  .local_cont_01 .flxL .name div {
    left: 50px;
    right: unset;
    color: #111111;
  }
}
.local_cont_01 .flxL .name div .sub {
  font-size: 2rem;
  display: block;
}
.local_cont_01 .flxR {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(194, 43, 48, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  max-width: 750px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .local_cont_01 .flxR {
    max-width: 560px;
  }
}
@media screen and (max-width: 834px) {
  .local_cont_01 .flxR {
    padding: 30px;
    margin-top: 0;
    position: inherit;
    transform: none;
    max-width: 100%;
    background-color: #c22b30;
  }
}
.local_cont_01 .flxR .text div {
  color: #fff;
  line-height: 2em;
}
.local_cont_02 {
  font-family: "kokuryu", sans-serif;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 834px) {
  .local_cont_02 {
    border-top: 5px solid #fff;
  }
}
.local_cont_02 .text > div {
  line-height: 3em;
}
@media screen and (max-width: 834px) {
  .local_cont_02 .text > div span {
    font-size: 3rem !important;
  }
}
.local_cont_02::before {
  content: url(../images/contents/logo_bg.png);
  position: absolute;
  right: 10%;
  bottom: 5%;
  filter: opacity(0.3);
}

.local_flex_01 .box {
  border: 1px solid #cccccc;
}
.local_flex_02 {
  border: 4px solid #c22b30;
  padding: 50px;
  position: relative;
}
.local_flex_02::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  vertical-align: middle;
  color: #c22b30;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 3rem;
  border-top-color: currentColor;
  border-bottom: 0;
}
.local_flex_02 .box {
  text-align: left;
}
.local_flex_02 .box:first-of-type {
  margin-bottom: 30px;
}
.local_flex_02 .box:first-of-type div {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.25em;
}
.local_flex_02 .box:first-of-type div .deco {
  color: #00974c;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-right: 30px;
}
.local_flex_02 .box:last-of-type div {
  line-height: 2em;
}
.local_flex_03 {
  justify-content: space-between;
}
.local_flex_03 .box {
  width: calc((100% - 90px) / 4);
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .local_flex_03 .box {
    width: 100%;
  }
}
.local_flex_03 .box a {
  background-color: #595959;
  color: #fff;
  font-weight: bold;
  padding: 24px;
  display: block;
}
.local_flex_04, .local_flex_05 {
  border: 3px solid #c22b30;
  padding: 30px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
}
.local_flex_04 .box, .local_flex_05 .box {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 834px) {
  .local_flex_04 .box, .local_flex_05 .box {
    width: 100%;
  }
}
.local_flex_04 .box .title, .local_flex_05 .box .title {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 900;
  margin-bottom: 30px;
}
.local_flex_04 .box:first-of-type iframe, .local_flex_05 .box:first-of-type iframe {
  width: 100%;
}
.local_flex_04 .text, .local_flex_05 .text {
  line-height: 2em;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  background: #f7f7f7;
}
.local_flex_04 .text::after, .local_flex_05 .text::after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #f7f7f7 transparent transparent transparent;
}
@media screen and (max-width: 834px) {
  .local_flex_04 .text, .local_flex_05 .text {
    width: 100% !important;
  }
}
.local_flex_04 .status, .local_flex_05 .status {
  position: relative;
  padding-left: 9rem;
  font-weight: bold;
  margin-top: 30px;
}
.local_flex_04 .status::before, .local_flex_05 .status::before {
  content: url(../images/home/interview_icon_01.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.local_flex_05 .status::before {
  content: url(../images/home/interview_icon_02.png);
}
.local_flex_06 {
  border: 4px solid #c22b30;
  padding: 50px;
  position: relative;
  justify-content: space-between;
}
.local_flex_06::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  vertical-align: middle;
  color: #c22b30;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 3rem;
  border-top-color: currentColor;
  border-bottom: 0;
}
.local_flex_06 .box {
  text-align: left;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 834px) {
  .local_flex_06 .box {
    width: 100%;
  }
}
.local_flex_06 .box:last-of-type .title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.25em;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.local_flex_06 .box:last-of-type .title .deco {
  color: #00974c;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  border-bottom: 4px solid #00974c;
  margin-right: auto;
  margin-bottom: 10px;
}
.local_flex_06 .box:last-of-type div {
  line-height: 2em;
}

.arrowNone::before {
  content: "";
  display: none;
}

.dl_01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .dl_01 {
    display: block;
  }
}
.dl_01 dt {
  border: none !important;
  border-bottom: 1px solid #c22b30 !important;
  display: block !important;
  width: 100% !important;
  font-weight: bold;
  font-size: 2rem;
}
.dl_01 dd {
  border: none !important;
  display: block !important;
  width: 100% !important;
}
.dl_01 dl {
  display: block !important;
  width: 48%;
  background-color: #ffffff;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .dl_01 dl {
    width: 100%;
  }
  .dl_01 dl:first-of-type {
    margin-bottom: 15px;
  }
}
.dl_02 dt {
  border: none !important;
  color: #fff;
  align-items: center !important;
  background-color: #c22b30 !important;
  padding: 15px !important;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .dl_02 dt {
    display: block !important;
    width: 100% !important;
  }
}
.dl_02 dd {
  border: none !important;
  padding: 15px !important;
}
@media screen and (max-width: 640px) {
  .dl_02 dd {
    display: block !important;
    width: 100% !important;
  }
}
.dl_02 dl {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  .dl_02 dl {
    display: block !important;
  }
}

.td_01 .td_jisha {
  padding: 0 !important;
  border: none !important;
  font-size: 2rem;
  width: 60%;
}
.td_01 .td_jisha div {
  background-color: #c22b30;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 30px !important;
}
.td_01 .td_top {
  vertical-align: bottom !important;
  border: none !important;
  padding: 0 !important;
}
.td_01 .td_top div {
  background-color: #f7f7f7;
  border-radius: 5px 5px 0 0;
  padding: 15px;
}
.td_01 td {
  border: 1px solid #dddddd;
  padding: 20px !important;
}
.td_01 td div {
  text-align: center !important;
  font-weight: bold;
}
.td_02 .td_top {
  background-color: #c22b30;
  color: #fff;
}
.td_02 td {
  padding: 15px !important;
}
.td_02 td div {
  text-align: center;
}

/*tabの形状*/
.tab {
  display: flex;
  flex-wrap: wrap;
}

.tab li a {
  display: block;
  background: #f7f7f7;
  margin: 2px;
  padding: 10px 20px;
  color: #111111;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  background: #c22b30;
  color: #fff;
}

/*エリアの表示非表示と形状*/
.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.area:first-of-type {
  display: none;
}

.form dt {
  border: none !important;
}
.form dd {
  border: none !important;
}
.form dl {
  border-bottom: 1px solid #ccc !important;
  padding: 15px 0;
}

.policy_cont h2 {
  font-size: 1.4em;
  border-bottom: 1px solid #c22b30;
  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;
}/*# sourceMappingURL=assets.css.map */