@charset "UTF-8";
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

button,
[type=button],
[type=submit],
a {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button,
input,
select,
textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

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

ul, ul li, ol, ol li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

em {
  font-style: normal;
}

@font-face {
  font-family: "Tektur";
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Tektur-VariableFont_wdth,wght.woff2") format("woff2"), url("../fonts/Tektur-VariableFont_wdth,wght.woff") format("woff"), url("../fonts/Tektur-VariableFont_wdth,wght.eot") format("eot"), url("../fonts/Tektur-VariableFont_wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2"), url("../fonts/NotoSansJP-VariableFont_wght.woff") format("woff"), url("../fonts/NotoSansJP-VariableFont_wght.eot") format("eot"), url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
body {
  font-family: "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  overflow-x: hidden;
  background: #fff;
  color: #222;
  -webkit-font-smoothing: antialiased;
  font-size: min(18 / 1320 * 100vw, 18px);
}
@media screen and (max-width: 768px) {
  body {
    font-size: min(30 / 750 * 100vw, 18px);
    line-height: 2;
  }
}
body.stop {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

main {
  padding: min(90 / 1320 * 100vw, 90px) 0 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main {
    padding: 2.8em 0 0;
  }
}

@media screen and (min-width: 769px) {
  .pc, .pc.middle {
    display: block;
  }
  .middle {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .middle {
    display: block;
  }
  .pc, .pc.middle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc, .pc.middle {
    display: none;
  }
  .sp {
    display: block;
  }
  svg {
    width: 100%;
  }
}
a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

#svg {
  display: none;
}

@media screen and (min-width: 1321px) {
  .inner {
    width: 1320px;
    padding: 0 60px;
  }
}
.inner {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 min(4.5454545455%, 60px);
}
.inner.wide {
  width: min(100%, 1660px);
}
.inner.narrow {
  max-width: 1120px;
  width: 93.3333333333%;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: min(100%, 1320px);
    margin: 0 auto;
    padding: 0 min(5%, 60px);
  }
  .inner.narrow {
    max-width: 740px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 4%;
  }
  .inner.narrow {
    width: 100%;
  }
}

.flex_wrap,
.box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.en {
  font-family: "Tektur", "NotoSansJP", sans-serif;
  font-weight: 900;
}

.unchor {
  scroll-margin-top: 144px;
}

header {
  width: 100%;
  position: fixed;
  padding-left: 2.5%;
}
header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/header_bg.png) repeat-x center top;
  background-size: min(10 / 1320 * 100vw, 10px);
  z-index: 10000;
}
header .header_btn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .header_btn .btn {
  width: min(144 / 1320 * 100vw, 144px);
  height: 100%;
}
header .header_btn .btn a {
  height: 100%;
  padding-top: min(50 / 1320 * 100vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
header .header_btn .btn a::before {
  content: "";
  width: min(288 / 1320 * 100vw, 288px);
  height: min(144 / 1320 * 100vw, 144px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .header_btn .btn a .text {
  color: #fff;
  font-size: min(16 / 1320 * 100vw, 16px);
  font-weight: 700;
  position: relative;
}
header .header_btn .btn a .text::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
}
header .header_btn .btn a.recruit {
  display: none;
}
header .header_btn .btn a.recruit::before {
  background: linear-gradient(135deg, #26a93f 0%, #abcf30 60%, #abcf30 61%, #26a93f 100%);
}
header .header_btn .btn a.recruit .text::before {
  width: min(35 / 1320 * 100vw, 35px);
  height: min(40 / 1320 * 100vw, 40px);
  background: url(../img/common/icon_recruit.png) no-repeat center top;
  background-size: 100%;
  bottom: min(39 / 1320 * 100vw, 39px);
}
header .header_btn .btn a.contact::before {
  background: linear-gradient(135deg, #ec6400 0%, #f7ad09 60%, #f7ad09 61%, #ec6400 100%);
}
header .header_btn .btn a.contact .text::before {
  width: min(40 / 1320 * 100vw, 40px);
  height: min(40 / 1320 * 100vw, 40px);
  background: url(../img/common/icon_mail.png) no-repeat center bottom;
  background-size: 100%;
  bottom: min(44 / 1320 * 100vw, 44px);
}
@media (hover: hover) {
  header .header_btn .btn a:hover::before {
    left: -100%;
  }
}
@media screen and (max-width: 768px) {
  header .header_btn {
    width: 92%;
    height: auto;
    margin: 1em auto 10em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em 0;
  }
  header .header_btn .btn {
    width: 100%;
    height: min(120 / 750 * 100vw, 80px);
  }
  header .header_btn .btn a {
    padding: 0;
    border-radius: 50px;
  }
  header .header_btn .btn a.recruit::before, header .header_btn .btn a.contact::before {
    content: none;
  }
  header .header_btn .btn a.recruit .text, header .header_btn .btn a.contact .text {
    padding-left: min(56 / 750 * 100vw, 50px);
    font-size: min(30 / 750 * 100vw, 18px);
  }
  header .header_btn .btn a.recruit .text::before, header .header_btn .btn a.contact .text::before {
    display: inline-block;
    bottom: 0;
    top: 0;
    left: 0;
    right: auto;
    margin: auto;
  }
  header .header_btn .btn a.recruit {
    background: linear-gradient(135deg, #26a93f 0%, #abcf30 100%);
  }
  header .header_btn .btn a.recruit .text::before {
    width: min(42 / 750 * 100vw, 35px);
    height: min(48 / 750 * 100vw, 40px);
  }
  header .header_btn .btn a.contact {
    background: linear-gradient(135deg, #ec6400 0%, #f7ad09 100%);
  }
  header .header_btn .btn a.contact .text::before {
    width: min(48 / 750 * 100vw, 40px);
    height: min(34 / 750 * 100vw, 40px);
  }
}

/* header スクロールでダウン */
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.ul_link {
  display: none;
}

@media screen and (min-width: 769px) {
  .ul_link {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 min(4%, 43px);
  }
  .ul_link li a {
    font-size: 14px;
  }
  .ul_link li a::before {
    padding-right: 0.2em;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .ul_link li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  header {
    width: 100%;
    height: min(144 / 1320 * 100vw, 144px);
    padding-left: 2.5%;
    z-index: 1000;
  }
  header .logo {
    width: min(310 / 1320 * 100vw, 310px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .logo a {
    display: block;
  }
  header .header_inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 10001;
  }
  header .inbox {
    display: contents;
  }
  header .header_nav {
    width: calc(100% - min(310 / 1320 * 100vw, 310px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .ul_nav {
    width: calc(100% - min(288 / 1320 * 100vw, 288px));
    height: 100%;
    padding-right: min(60 / 1320 * 100vw, 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 min(60 / 1320 * 100vw, 60px);
    margin-right: 4px;
  }
  header .ul_nav li a {
    height: 100%;
    padding: 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    color: #222;
  }
  header .ul_nav li a:hover {
    color: #ec6400;
  }
  header .ul_nav li a.sp {
    display: none;
  }
  header .ul_nav li a.acd::before {
    content: none;
  }
  header .ul_nav li.current a {
    color: #ec6400;
  }
  header .ul_nav li.targetnav {
    position: relative;
  }
  header .ul_nav li.targetnav > a::after {
    font: var(--fa-font-solid);
    content: "\f107";
    margin-left: 0.3em;
    padding-left: 0.2em;
    position: relative;
    color: #ec6400;
    top: 2px;
    display: inline-block;
    -webkit-transform-origin: center;
            transform-origin: center;
    line-height: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .ul_nav li.targetnav .inner {
    min-width: 200px;
    width: auto;
    max-height: 0;
    padding: 0;
    white-space: nowrap;
    position: absolute;
    top: min(100 / 750 * 100vw, 100px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden;
    z-index: 9999;
    -webkit-transition: max-height 0.1s ease, opacity 0.1s ease;
    transition: max-height 0.1s ease, opacity 0.1s ease;
  }
  header .ul_nav li.targetnav .inner ul {
    width: 100%;
    background: linear-gradient(135deg, #ec6400 0%, #f7ad09 100%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border-radius: 10px;
  }
  header .ul_nav li.targetnav .inner ul li + li a {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .ul_nav li.targetnav .inner ul li a {
    padding: min(11 / 1320 * 100vw, 11px);
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
    font-size: min(16 / 1320 * 100vw, 16px);
    font-weight: 500;
  }
  header .ul_nav li.targetnav .inner ul li a::before {
    content: none;
  }
  header .ul_nav li.targetnav .inner ul li a::after {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  header .ul_nav li.targetnav .inner ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  header .ul_nav li.targetnav:hover a::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header .ul_nav li.targetnav:hover .inner {
    max-height: 500px;
    -webkit-transition: max-height 1s ease, opacity 0.5s ease;
    transition: max-height 1s ease, opacity 0.5s ease;
    z-index: 5;
  }
  header .ul_nav li.targetnav:hover a::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 769px) {
  header .ul_nav li.menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: min(120 / 750 * 100vw, 120px);
    padding: 0 4%;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/header_bg_sp.png) repeat-x center top;
    background-size: min(10 / 750 * 100vw, 10px);
    position: absolute;
    top: 0;
    left: 0;
  }
  header .logo {
    width: min(310 / 750 * 100vw, 310px);
    position: relative;
    z-index: 10001;
  }
  header nav.header_nav {
    max-width: 375px;
    width: 100%;
    height: 100vh;
    padding: min(120 / 750 * 100vw, 120px) 4% 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
  }
  header nav.header_nav.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header nav.header_nav.open .inbox {
    width: 100%;
    overflow-y: auto;
  }
  header nav.header_nav .ul_nav {
    display: block;
    text-align: left;
  }
  header nav.header_nav .ul_nav li {
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  header nav.header_nav .ul_nav li a {
    padding: 1.13em 4%;
    display: block;
    color: #000;
    font-size: min(36 / 750 * 100vw, 16px);
    font-weight: 700;
    position: relative;
  }
  header nav.header_nav .ul_nav li.targetnav.acdwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  header nav.header_nav .ul_nav li.targetnav.acdwrap .link {
    width: 100%;
    position: relative;
  }
  header nav.header_nav .ul_nav li.targetnav.acdwrap .link::after {
    font: var(--fa-font-solid);
    content: "\f107";
    height: 1em;
    color: #ec6400;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    font-size: min(36 / 750 * 100vw, 16px);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: min(30 / 750 * 100vw, 30px);
  }
  header nav.header_nav .ul_nav li.targetnav.acdwrap .link.active::after {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  header nav.header_nav .ul_nav li.targetnav .inner {
    padding: 0;
    display: none;
    background: #f5f5f5;
  }
  header nav.header_nav .ul_nav li.targetnav .inner ul li a {
    padding: 0.75em 9%;
    font-size: min(32 / 750 * 100vw, 16px);
  }
  header nav.header_nav .ul_nav li.targetnav .inner ul li:last-child {
    border-bottom: none;
  }
  header .menu_trigger {
    width: min(120 / 750 * 100vw, 120px);
    height: min(120 / 750 * 100vw, 120px);
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(135deg, #ec6400 0%, #f7ad09 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    z-index: 10005;
  }
  header .menu_trigger .box {
    line-height: 1;
  }
  header .menu_trigger .box::after {
    content: "Menu";
    font-size: min(22 / 750 * 100vw, 14px);
    font-weight: 700;
    color: #fff;
    position: relative;
    top: -6px;
  }
  header .menu_trigger .box span {
    height: 1px;
    margin: 7px 0;
    display: block;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
  }
  header .menu_trigger .box span:first-of-type {
    width: min(60 / 750 * 100vw, 60px);
  }
  header .menu_trigger .box span:nth-of-type(2) {
    width: min(30 / 750 * 100vw, 30px);
  }
  header .menu_trigger .box span:nth-of-type(3) {
    width: min(50 / 750 * 100vw, 50px);
  }
  header .menu_trigger.active .box::after {
    content: "Close";
  }
  header .menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    top: 8px;
  }
  header .menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .menu_trigger.active span:nth-of-type(3) {
    width: min(60 / 750 * 100vw, 60px);
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    top: -9px;
  }
}
/*----------------------------------------*/
/* $ ページトップ
/*----------------------------------------*/
#pagetop {
  width: min(120 / 1320 * 100vw, 120px);
  height: min(120 / 1320 * 100vw, 120px);
  background: #fff;
  position: fixed;
  right: 2em;
  bottom: 30px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
}
#pagetop span {
  width: 100%;
  height: 100%;
  padding-top: min(26 / 1320 * 100vw, 26px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #ec6400;
  font-family: "Tektur", "NotoSansJP", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#pagetop span::before {
  font: var(--fa-font-solid);
  content: "\f077";
  font-size: min(24 / 1320 * 100vw, 24px);
  position: absolute;
  top: 1.4em;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media (hover: hover) {
  #pagetop:hover {
    background: #ec6400;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #pagetop:hover span {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #pagetop {
    width: min(160 / 750 * 100vw, 120px);
    height: min(160 / 750 * 100vw, 120px);
    right: 4%;
  }
  #pagetop span {
    padding-top: min(30 / 750 * 100vw, 30px);
    font-size: min(24 / 750 * 100vw, 16px);
  }
  #pagetop span::before {
    font-size: min(30 / 750 * 100vw, 24px);
    top: 1.5em;
  }
}

/*----------------------------------------*/
/* $ コンタクトエリア
/*----------------------------------------*/
.area_footer_contact {
  height: min(400 / 1320 * 100vw, 400px);
  padding: min(50 / 1320 * 100vw, 50px) 0;
  background: rgba(184, 184, 184, 0.75);
  position: relative;
}
.area_footer_contact .tit_content {
  text-align: center;
}
.area_footer_contact .tit_content span.en, .area_footer_contact .tit_content span.jp {
  color: #fff;
}
.area_footer_contact .btn_contact {
  margin-top: min(52 / 1320 * 100vw, 52px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 min(40 / 1320 * 100vw, 40px);
}
.area_footer_contact .btn_contact .box_btn {
  width: min(400 / 1320 * 100vw, 400px);
  height: min(100 / 1320 * 100vw, 100px);
}
.area_footer_contact .btn_contact .box_btn a {
  font-size: min(20 / 1320 * 100vw, 20px);
  font-weight: 700;
}
.area_footer_contact .btn_contact .box_btn a span {
  padding-left: min(45 / 1320 * 100vw, 45px);
  position: relative;
}
.area_footer_contact .btn_contact .box_btn a span::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.area_footer_contact .btn_contact .box_btn a.recruit::before {
  background: linear-gradient(135deg, #26a93f 0%, #abcf30 50%, #abcf30 51%, #26a93f 100%);
}
.area_footer_contact .btn_contact .box_btn a.recruit span::after {
  width: min(27 / 1320 * 100vw, 27px);
  height: min(30 / 1320 * 100vw, 30px);
  background: url(../img/common/icon_recruit.png) no-repeat center top;
  background-size: 100%;
}
.area_footer_contact .btn_contact .box_btn a.contact span::after {
  width: min(30 / 1320 * 100vw, 30px);
  height: min(22 / 1320 * 100vw, 22px);
  background: url(../img/common/icon_mail.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .area_footer_contact {
    height: min(728 / 750 * 100vw, 728px);
    padding: 2.3em 0 2em;
    background: url(../img/common/footer_contact_bg_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .area_footer_contact .btn_contact {
    width: 80%;
    margin: 1.8em auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.4em 0;
  }
  .area_footer_contact .btn_contact .box_btn {
    width: 100%;
    height: min(150 / 750 * 100vw, 100px);
  }
  .area_footer_contact .btn_contact .box_btn a {
    font-size: min(36 / 750 * 100vw, 20px);
  }
  .area_footer_contact .btn_contact .box_btn a::before {
    content: none;
  }
  .area_footer_contact .btn_contact .box_btn a span {
    padding-left: min(70 / 750 * 100vw, 70px);
  }
  .area_footer_contact .btn_contact .box_btn a.recruit {
    background: linear-gradient(135deg, #26a93f 0%, #abcf30 100%);
  }
  .area_footer_contact .btn_contact .box_btn a.recruit span::after {
    width: min(43 / 750 * 100vw, 43px);
    height: min(48 / 750 * 100vw, 48px);
  }
  .area_footer_contact .btn_contact .box_btn a.contact {
    background: linear-gradient(135deg, #ec6400 0%, #f7ad09 100%);
  }
  .area_footer_contact .btn_contact .box_btn a.contact span::after {
    width: min(50 / 750 * 100vw, 50px);
    height: min(34 / 750 * 100vw, 34px);
  }
}

/*----------------------------------------*/
/* $ footer
/*----------------------------------------*/
footer {
  padding: min(50 / 1320 * 100vw, 50px) 0 min(30 / 1320 * 100vw, 30px);
  position: relative;
  background: #fff;
}
footer .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .flex_wrap.upper .area_status {
  width: min(270 / 1320 * 100vw, 270px);
}
footer .flex_wrap.upper .area_status .dl_status {
  margin-top: min(20 / 1320 * 100vw, 20px);
  font-size: min(16 / 1320 * 100vw, 16px);
}
footer .flex_wrap.upper .area_status .dl_status dt {
  letter-spacing: 0.03em;
  font-weight: 700;
}
footer .flex_wrap.upper .area_status .dl_status dd {
  margin-top: min(2 / 1320 * 100vw, 2px);
  line-height: 2.25;
}
footer .flex_wrap.upper .area_status .ul_sns {
  margin-top: min(20 / 1320 * 100vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(10 / 1320 * 100vw, 10px);
}
footer .flex_wrap.upper .area_status .ul_sns li a {
  width: min(50 / 1320 * 100vw, 50px);
  height: min(50 / 1320 * 100vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  border-radius: 50%;
}
@media (hover: hover) {
  footer .flex_wrap.upper .area_status .ul_sns li a:hover {
    opacity: 0.8;
  }
}
footer .flex_wrap.upper .area_status .ul_sns li.zenn {
  position: relative;
}
footer .flex_wrap.upper .area_status .ul_sns li.zenn::before {
  content: "準備中";
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .flex_wrap.upper .area_status .ul_sns li.zenn a {
  background: none;
  /*------------------*/
  cursor: default;
  pointer-events: none;
}
footer .flex_wrap.upper .ul_nav {
  margin-top: min(18 / 1320 * 100vw, 18px);
}
footer .flex_wrap.upper .ul_nav li {
  text-align: right;
}
footer .flex_wrap.upper .ul_nav li + li {
  margin-top: 0.2em;
}
footer .flex_wrap.upper .ul_nav li a {
  font-size: min(16 / 1320 * 100vw, 16px);
  font-weight: 700;
}
@media (hover: hover) {
  footer .flex_wrap.upper .ul_nav li a:hover {
    color: #ec6400;
  }
}
footer .flex_wrap.lower {
  margin-top: min(52 / 1320 * 100vw, 52px);
  padding-top: min(22 / 1320 * 100vw, 22px);
  border-top: 1px solid #ccc;
  font-size: min(15 / 1320 * 100vw, 15px);
}
footer .flex_wrap.lower .ul_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(45 / 1320 * 100vw, 45px);
}
footer .flex_wrap.lower .copyright {
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 2.7em 0 2em;
  }
  footer .flex_wrap.upper .area_status {
    width: 100%;
  }
  footer .flex_wrap.upper .area_status .logo {
    width: min(340 / 750 * 100vw, 340px);
  }
  footer .flex_wrap.upper .area_status .dl_status {
    margin-top: 0.6em;
    font-size: min(32 / 750 * 100vw, 16px);
  }
  footer .flex_wrap.upper .area_status .dl_status dd {
    margin-top: -0.2em;
    line-height: 1.5;
  }
  footer .flex_wrap.upper .area_status .ul_sns {
    margin-top: 1.7em;
    gap: 0 0.6em;
  }
  footer .flex_wrap.upper .area_status .ul_sns li a {
    width: min(100 / 750 * 100vw, 50px);
    height: min(100 / 750 * 100vw, 50px);
  }
  footer .flex_wrap.upper .ul_nav {
    display: none;
  }
  footer .flex_wrap.lower {
    margin-top: 2.9em;
    padding-top: 1.2em;
    font-size: min(28 / 750 * 100vw, 15px);
    display: block;
  }
  footer .flex_wrap.lower .ul_nav {
    gap: 0 1.2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .flex_wrap.lower .copyright {
    margin-top: 1em;
    display: block;
    text-align: center;
  }
}

#notfound404 .area_kv .tit_en {
  padding-bottom: min(16 / 1320 * 100vw, 16px);
}
@media screen and (max-width: 768px) {
  #notfound404 .area_kv .tit_en {
    top: 0.7em;
    padding-bottom: 0;
  }
}
#notfound404 .area_kv .kv_decoration {
  width: min(368 / 1320 * 100vw, 368px);
  right: 3.35em;
  bottom: -2.5em;
}
@media screen and (max-width: 768px) {
  #notfound404 .area_kv .kv_decoration {
    width: min(468 / 750 * 100vw, 468px);
    right: 4.2%;
    bottom: 0.75em;
  }
}
#notfound404 .box_404 {
  text-align: center;
}
#notfound404 .box_404 .title {
  font-size: min(30 / 1320 * 100vw, 30px);
  font-weight: 700;
}
#notfound404 .box_404 .text {
  margin-top: 0.6em;
  font-size: min(16 / 1320 * 100vw, 16px);
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  #notfound404 .box_404 .title {
    font-size: min(38 / 750 * 100vw, 30px);
    white-space: nowrap;
  }
  #notfound404 .box_404 .text {
    margin-top: 1em;
    font-size: min(30 / 750 * 100vw, 16px);
  }
}
#notfound404 .box_404 .box_btn {
  width: min(380 / 1320 * 100vw, 380px);
  height: min(96 / 1320 * 100vw, 96px);
  margin: 3em auto 0;
  overflow: hidden;
}
#notfound404 .box_404 .box_btn::before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: linear-gradient(135deg, #ec6400 0%, #f7ad09 50%, #f7ad09 51%, #ec6400 100%);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#notfound404 .box_404 .box_btn::after {
  content: "\f054";
  font: var(--fa-font-solid);
  width: min(38 / 1320 * 100vw, 38px);
  height: min(38 / 1320 * 100vw, 38px);
  line-height: min(38 / 1320 * 100vw, 38px);
  font-size: min(16 / 1320 * 100vw, 16px);
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  color: #f7ad09;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: min(27 / 1320 * 100vw, 27px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
#notfound404 .box_404 .box_btn a span {
  position: relative;
  font-weight: 700;
}
@media (hover: hover) {
  #notfound404 .box_404 .box_btn:hover::before {
    left: -100%;
  }
  #notfound404 .box_404 .box_btn:hover::after {
    right: min(10 / 1320 * 100vw, 10px);
    color: #ec6400;
  }
}
@media screen and (max-width: 768px) {
  #notfound404 .box_404 .box_btn {
    width: 100%;
    height: min(120 / 750 * 100vw, 120px);
    margin-top: 2.1em;
    background: linear-gradient(135deg, #ec6400 0%, #f7ad09 100%);
  }
  #notfound404 .box_404 .box_btn::before {
    content: none;
  }
  #notfound404 .box_404 .box_btn::after {
    width: min(60 / 750 * 100vw, 60px);
    height: min(60 / 750 * 100vw, 60px);
    line-height: min(60 / 750 * 100vw, 60px);
    font-size: min(22 / 750 * 100vw, 22px);
    right: 1.3em;
  }
}

/*----------------------------------------*/
/* $ タイトル
/*----------------------------------------*/
.tit_content span {
  display: block;
  line-height: 1;
}
.tit_content span.en {
  font-size: min(70 / 1320 * 100vw, 70px);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.tit_content span.jp {
  margin: min(28 / 1320 * 100vw, 28px) 0 0 0.1em;
  font-size: min(20 / 1320 * 100vw, 20px);
  color: #ec6400;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .tit_content span.en {
    font-size: min(80 / 750 * 100vw, 70px);
  }
  .tit_content span.jp {
    margin: min(28 / 750 * 100vw, 28px) 0 0;
    font-size: min(32 / 750 * 100vw, 20px);
  }
}

.tit_dotts {
  padding-left: 2.2em;
  position: relative;
}
.tit_dotts::before {
  content: "";
  display: block;
  position: absolute;
  width: min(20 / 1320 * 100vw, 20px);
  height: min(20 / 1320 * 100vw, 20px);
  background: #ec6400;
  position: absolute;
  top: 0.6em;
  left: 0;
  border-radius: 50%;
}
.tit_dotts em, .tit_dotts .en {
  display: block;
  line-height: 1;
}
.tit_dotts em {
  font-size: min(36 / 1320 * 100vw, 36px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.tit_dotts .en {
  margin-top: 1em;
  font-weight: 500;
  color: #ec6400;
}
@media screen and (max-width: 768px) {
  .tit_dotts {
    padding-left: 1.9em;
  }
  .tit_dotts::before {
    width: min(28 / 750 * 100vw, 28px);
    height: min(28 / 750 * 100vw, 28px);
    top: 0.5em;
  }
  .tit_dotts em {
    font-size: min(50 / 750 * 100vw, 36px);
  }
  .tit_dotts .en {
    font-size: min(24 / 750 * 100vw, 30px);
  }
}

.tit_leftline {
  padding: 0 0 2px min(26 / 1320 * 100vw, 26px);
  border-bottom: 1px solid #ccc;
  font-size: min(28 / 1320 * 100vw, 28px);
  font-weight: 700;
  line-height: min(50 / 1320 * 100vw, 50px);
  position: relative;
}
.tit_leftline::before {
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 2px);
  background: #ec6400;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tit_leftline {
    padding: 0 0 2px 1em;
    font-size: min(40 / 750 * 100vw, 40px);
    line-height: min(72 / 750 * 100vw, 72px);
  }
  .tit_leftline::before {
    width: 4px;
  }
}

.tit_circle {
  padding-left: min(30 / 1320 * 100vw, 30px);
  font-size: min(24 / 1320 * 100vw, 24px);
  font-weight: 700;
  position: relative;
}
.tit_circle::before {
  content: "";
  display: block;
  width: min(22 / 1320 * 100vw, 22px);
  height: min(22 / 1320 * 100vw, 22px);
  border-radius: 50%;
  border: 6px solid #ec6400;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .tit_circle {
    padding-left: 1.7em;
    font-size: min(36 / 750 * 100vw, 36px);
  }
  .tit_circle::before {
    width: min(37 / 750 * 100vw, 37px);
    height: min(37 / 750 * 100vw, 37px);
    border: 5px solid #ec6400;
  }
}

/*----------------------------------------*/
/* $ ボタン
/*----------------------------------------*/
.box_btn {
  border-radius: 50px;
  position: relative;
}
.box_btn a {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.box_btn a span {
  color: #fff;
  position: relative;
}
.box_btn a::before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: linear-gradient(135deg, #ec6400 0%, #f7ad09 50%, #f7ad09 51%, #ec6400 100%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_btn a:hover::before {
  left: -100%;
}
.viewmore a, .viewmore span {
  width: min(180 / 1320 * 100vw, 180px);
  height: min(48 / 1320 * 100vw, 48px);
  color: #ec6400;
  font-family: "Tektur", "NotoSansJP", sans-serif;
  font-weight: 600;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: min(48 / 1320 * 100vw, 48px);
  letter-spacing: 0.05em;
}
.viewmore a .circle, .viewmore span .circle {
  width: min(48 / 1320 * 100vw, 48px);
  height: min(48 / 1320 * 100vw, 48px);
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.viewmore a .circle::before, .viewmore span .circle::before {
  content: "";
  display: block;
  width: min(96 / 1320 * 100vw, 96px);
  height: min(48 / 1320 * 100vw, 48px);
  background: linear-gradient(135deg, #ec6400 0%, #ec6400 50%, #ec6400 51%, #f7ad09 100%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.viewmore a .circle::after, .viewmore span .circle::after {
  font: var(--fa-font-solid);
  content: "\f054";
  width: min(48 / 1320 * 100vw, 48px);
  height: min(48 / 1320 * 100vw, 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.viewmore a:hover, .viewmore span:hover {
  padding-left: 0.6em;
}
.viewmore a:hover .circle::before, .viewmore span:hover .circle::before {
  left: -100%;
}
@media screen and (max-width: 768px) {
  .viewmore a, .viewmore span {
    width: min(288 / 750 * 100vw, 288px);
    height: min(58 / 750 * 100vw, 58px);
    line-height: min(58 / 750 * 100vw, 58px);
    letter-spacing: 0.05em;
    padding-right: min(60 / 750 * 100vw, 60px);
    font-size: min(30 / 750 * 100vw, 30px);
  }
  .viewmore a .circle, .viewmore span .circle {
    width: min(58 / 750 * 100vw, 58px);
    height: min(58 / 750 * 100vw, 58px);
  }
  .viewmore a .circle::before, .viewmore span .circle::before {
    width: min(58 / 750 * 100vw, 58px);
    height: min(58 / 750 * 100vw, 58px);
    background: #ec6400;
  }
  .viewmore a .circle::after, .viewmore span .circle::after {
    width: min(58 / 750 * 100vw, 58px);
    height: min(58 / 750 * 100vw, 58px);
  }
}

.ul_news {
  border-top: 1px solid #ccc;
}
.ul_news li {
  border-bottom: 1px solid #ccc;
}
.ul_news li a {
  width: 100%;
  padding: min(22 / 1320 * 100vw, 22px) min(30 / 1320 * 100vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.ul_news li a::after {
  font: var(--fa-font-solid);
  content: "\f054";
  font-size: min(16 / 1320 * 100vw, 16px);
  color: #ec6400;
  position: absolute;
  right: min(20 / 1320 * 100vw, 20px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ul_news li a .box_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ul_news li a .time {
  width: min(124 / 1320 * 100vw, 124px);
}
.ul_news li a .category {
  width: min(106 / 1320 * 100vw, 106px);
  margin-right: min(30 / 1320 * 100vw, 30px);
  line-height: min(30 / 1320 * 100vw, 30px);
  text-align: center;
  font-size: min(15 / 1320 * 100vw, 15px);
  background: #888;
  color: #fff;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .ul_news li a:hover {
    color: #ec6400;
  }
  .ul_news li a:hover::after {
    right: min(10 / 1320 * 100vw, 10px);
  }
  .ul_news li a:hover .category {
    background: #ec6400;
  }
}
@media screen and (max-width: 768px) {
  .ul_news li a {
    width: 100%;
    padding: 0.7em 4% 1em;
    line-height: 1.8;
  }
  .ul_news li a::after {
    font-size: min(30 / 750 * 100vw, 30px);
    right: 0;
    margin: auto;
  }
  .ul_news li a .box_status {
    width: 100%;
  }
  .ul_news li a .time {
    width: min(200 / 750 * 100vw, 200px);
  }
  .ul_news li a .category {
    width: min(181 / 750 * 100vw, 106px);
    margin-right: min(30 / 750 * 100vw, 30px);
    line-height: min(40 / 750 * 100vw, 40px);
    font-size: min(28 / 750 * 100vw, 15px);
  }
}