@charset "UTF-8";

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

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

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

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

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

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/NotoSerifJP-VariableFont_wght.ttf) format("truetype");
  font-family: "Noto Serif JP";
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  src: url(../font/Alata-Regular.ttf) format("truetype");
  font-family: "Alata";
  font-weight: 400;
  font-display: swap;
}

@font-face {
  src: url(../font/ZenKakuGothicNew-Black.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-weight: 900;
  font-display: swap;
}

@font-face {
  src: url(../font/ZenKakuGothicNew-Bold.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  font-display: swap;
}

@font-face {
  src: url(../font/ZenKakuGothicNew-Medium.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-display: swap;
}

@font-face {
  src: url(../font/ZenKakuGothicNew-Regular.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  font-display: swap;
}

@font-face {
  src: url(../font/ZenKakuGothicNew-Light.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-weight: 300;
  font-display: swap;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  background: #E8E8E8;
}

.c-header .inner-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  padding: 10px 40px;
}

.c-header .logo img {
  max-width: 100px;
}

.c-header .c-menu-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  max-height: calc(var(--vh) * 100);
  overflow: auto;
}

.c-header .c-menu-wrap .c-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-right: 32px;
}

.c-header .c-menu-wrap .c-menu a {
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #E8E8E8;
}

.c-header .btn-menu {
  width: 30px;
  height: 30px;
  z-index: 6;
  position: relative;
  cursor: pointer;
}

.c-header .btn-menu .line {
  background: #F38201;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-header .btn-menu.is-open .line {
  background: #fff;
}

.c-header .btn-menu .line:nth-of-type(1) {
  top: 15%;
}

.c-header .btn-menu .line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-header .btn-menu .line:nth-of-type(3) {
  bottom: 15%;
}

.c-header .btn-menu.is-open .line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.c-header .btn-menu.is-open .line:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-10px);
  transform: translateY(-50%) translateX(-10px);
}

.c-header .btn-menu.is-open .line:nth-of-type(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}

.c-footer {
  color: #fff;
  background: #000;
  position: relative;
  padding: 120px 0;
}

.c-footer .inner-block {
  max-width: 1280px;
}

.c-footer .logo {
  width: 229px;
  margin-bottom: 28px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}

.c-footer .c-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.c-footer .c-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-footer .c-menu a {
  border-bottom: 1px solid #000;
}

.c-footer .sns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  margin-top: 32px;
}

.c-footer .copy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
  font-size: 14px;
}

.c-footer .copy-wrap>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #000;
}

.c-footer #pagetop {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 45px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-footer #pagetop>a {
  padding: 10px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #000;
  border-radius: 5px;
}

.c-footer #pagetop .ico {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-ttl01 {
  margin-bottom: 32px;
}

.c-ttl01 .en {
  font-size: 48px;
}

.c-ttl01 .jp {
  color: #F38201;
  display: block;
  font-size: 20px;
}

.c-ttl01.white .en,
.c-ttl01.white .jp {
  color: #fff;
}

.ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ttl-wrap .desc {
  width: calc(100% - 300px - 32px);
  line-height: 2em;
}

.c-ttl02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding-left: 28px;
  position: relative;
  margin-bottom: 60px;
}

.c-ttl02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 28px;
  background-color: #000;
  border-radius: 200px;
}

.c-ttl02 .en {
  font-size: 32px;
}

.c-ttl02 .jp {
  font-size: 20px;
}

.c-ttl02.white {
  color: #fff;
}

.c-ttl02.white::before {
  background-color: #fff;
}

.c-ttl03 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.c-btn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  gap: 56px;
  color: #fff;
  border: 1px solid #000;
  text-align: center;
  border-radius: 30px;
  background-color: #000;
  padding: 18px 30px 15px 30px;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn01 .ico {
  width: 24px;
  height: 28px;
}

.c-btn01 .ico.arrow {
  -webkit-mask: url(../img/common/icon_arrow01.svg) no-repeat center/contain;
  mask: url(../img/common/icon_arrow01.svg) no-repeat center/contain;
  background-color: #fff;
  display: inline-block;
  aspect-ratio: 1/1;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.c-btn01 .ico.blank {
  -webkit-mask: url(../img/common/icon_blank.svg) no-repeat center/contain;
  mask: url(../img/common/icon_blank.svg) no-repeat center/contain;
  background-color: #fff;
  display: inline-block;
  aspect-ratio: 1/1;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.c-btn01.header-btn {
  font-size: 12px;
  padding: 7px 10px;
  gap: 20px;
}

.c-btn01.header-btn .ico {
  fill: #fff;
  width: 15px;
  height: 15px;
}

.c-btn01.footer-btn {
  font-size: 12px;
  padding: 14px 20px;
  gap: 20px;
  font-size: 14px;
  border-radius: 10px;
  border-color: #fff;
  min-width: 240px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.c-btn01.footer-btn .ico {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.c-btn02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn02 .ico {
  width: 32px;
  height: 32px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  display: block;
}

.c-btn02 .ico::before {
  content: "";
  -webkit-mask: url(../img/common/icon_arrow01.svg) no-repeat center/contain;
  mask: url(../img/common/icon_arrow01.svg) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #000;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-section {
  padding-block: 100px;
}

.c-section.bg-or {
  background-color: #F38201;
  color: #fff;
}

.c-section.bg-ye {
  background-color: #FFD000;
}

.c-section .inner-block.wide {
  max-width: 1180px;
}

.c-section .inner-block.max-wide {
  max-width: 1280px;
}

.en {
  font-family: "Alata", sans-serif;
}

.c-kv {
  background-color: #E8E8E8;
  padding-block: 130px 60px;
}

.c-kv .inner-block {
  max-width: 1280px;
}

.c-kv .inn-wrap {
  max-width: 1000px;
  margin: auto;
}

.c-kv .c-ttl01 {
  margin-bottom: 41px;
}

.c-kv .ttl-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 41px;
}

.c-kv .ttl-wrap .c-ttl01 {
  margin-bottom: 0;
}

.c-kv .ttl-wrap .desc {
  width: calc(100% - 440px);
}

.c-kv .bread-crumbs-area {
  margin-bottom: 51px;
}

.c-kv .bread-crumbs-area * {
  display: inline;
}

.c-kv .bread-crumbs-area .bread-crumbs {
  gap: 15px;
}

.c-kv .bread-crumbs-area .bread-crumbs li {
  color: #8c8c8c;
  font-size: 10px;
}

.c-kv .bread-crumbs-area .bread-crumbs li>a {
  text-decoration: underline;
}

.c-kv .bread-crumbs-area .bread-crumbs li+li {
  padding-left: 19px;
  position: relative;
}

.c-kv .bread-crumbs-area .bread-crumbs li+li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  margin: auto;
  width: 4px;
  height: 4px;
  display: block;
  background-color: #F38201;
  border-radius: 50%;
}

.c-kv .img-wrap img {
  width: 100%;
}

.c-kv .deco-wrap {
  position: relative;
}

.c-kv .deco-wrap .deco {
  position: absolute;
}

.c-news-list-wrap .cont>a {
  padding-block: 34px 32px;
  border-bottom: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6em;
  gap: 60px;
}

.c-news-list-wrap .cont>a .date {
  width: 110px;
  min-width: 120px;
  display: block;
}

.c-news-list-wrap .cont>a .txt {
  font-weight: 500;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.link-sec {
  padding-top: 0;
  padding-bottom: 200px;
}

.link-sec .link-cont {
  width: 100%;
  max-width: 790px;
  border-radius: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 59px;
  background-color: #E8E8E8;
  padding: 20px;
}

.link-sec .link-cont.bg-or {
  background: #F38201;
}

.link-sec .link-cont.bg-or .txt-wrap .ttl {
  color: #fff;
}

.link-sec .link-cont .img-wrap {
  border-radius: 20px;
  overflow: hidden;
  max-width: 311px;
  width: 100%;
}

.link-sec .link-cont .txt-wrap {
  margin: auto 0;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.link-sec .link-cont .txt-wrap .ttl {
  text-align: center;
  font-size: 32px;
  font-family: "Alata", sans-serif;
}

.link-sec .link-cont .txt-wrap .btn-wrap {
  margin-top: 20px;
}

.c-tb01 tr {
  padding: 29px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  border-bottom: 1px solid #E8E8E8;
}

.c-tb01 th {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(224px, 16vw);
  text-align: left;
}

.c-tb01 td {
  line-height: 2;
  letter-spacing: -0.03em;
}

.c-tb01 .dots-list>li {
  position: relative;
  padding-left: 16px;
}

.c-tb01 .dots-list>li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 4px;
  background: #000;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: block;
}

.c-anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 30px;
  margin-bottom: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.c-anchor-list .anchor-btn {
  border-radius: 10px;
  position: relative;
  color: #F38201;
  border: 1px solid #F38201;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 20px;
  gap: 20px;
}

.c-anchor-list .anchor-btn .icon {
  width: 32px;
  height: 32px;
  right: 0;
  margin: auto 0 auto auto;
  display: inline-block;
  background: #F38201;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-anchor-list .anchor-btn .icon::before {
  content: "";
  -webkit-mask: url("../img/common/icon_arrow01.svg") no-repeat center/cover;
  mask: url("../img/common/icon_arrow01.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/* --------------------------------
アニメーション
----------------------------------- */
.anim-fade-in {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.anim-fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .mv-sec {
  background-color: #E8E8E8;
  padding-block: 138px 110px;
}

.home .mv-sec .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1320px;
  position: relative;
  padding: 0 min(200px, 14.2857142857vw);
}

.home .mv-sec .txt01,
.home .mv-sec .txt02 {
  position: absolute;
  z-index: 2;
}

.home .mv-sec .txt01 {
  left: 3vw;
  width: min(202px, 14.4285714286vw);
}

.home .mv-sec .txt02 {
  width: min(102px, 7.2857142857vw);
  right: 5.6vw;
  margin-top: min(20px, 1.4285714286vw);
}

.home .mv-sec .slider-wrap {
  max-width: 883px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 883/608;
  background-color: #F38201;
  border-radius: 51px;
}

.home .mv-sec .slider-wrap .deco01,
.home .mv-sec .slider-wrap .deco02,
.home .mv-sec .slider-wrap .deco03 {
  position: absolute;
  z-index: 4;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.home .mv-sec .slider-wrap .deco01 {
  bottom: -4.1vw;
  left: 1.5vw;
  width: 66px;
}

.home .mv-sec .slider-wrap .deco02 {
  bottom: -4.5vw;
  right: 0.1vw;
  width: 130px;
}

.home .mv-sec .slider-wrap .deco03 {
  top: -3vw;
  right: 0;
  left: 8vw;
  width: 280px;
}

.home .mv-sec .slider-wrap .slider-img {
  border-radius: 51px;
  overflow: hidden;
}

.home .mv-sec .slider-wrap .slider {
  width: 100%;
  margin: 0 auto;
}

.home .mv-sec .slider-wrap .slick-slide {
  width: 100%;
}

.home .mv-sec .slider-wrap .slide lottie-player {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.home .news-sec .inner-block {
  position: relative;
}

.home .news-sec .inner-block .deco01 {
  position: absolute;
  right: -0.9vw;
  top: 0.3vw;
  width: 107px;
  display: block;
}

.home .news-sec .btn-wrap {
  margin-top: 32px;
  margin-right: 0;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.home .about-sec {
  padding-top: 130px;
  padding-bottom: 90px;
}

.home .about-sec .inner-block {
  position: relative;
}

.home .about-sec .inner-block .deco01 {
  position: absolute;
  width: 300px;
  right: 0;
  top: -3vw;
}

.home .about-sec .inner-block .c-ttl01 {
  margin-bottom: 54px;
}

.home .about-sec .inner-block .about-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
}

.home .about-sec .inner-block .about-cont .img-wrap {
  max-width: 480px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.home .about-sec .inner-block .about-cont .txt-wrap {
  width: calc(100% - 480px - 100px);
  line-height: 2em;
}

.home .about-sec .inner-block .about-cont .btn-wrap {
  margin-top: 40px;
}

.home .about-sec .inner-block .app-wrap {
  margin-top: 56px;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home .about-sec .inner-block .app-wrap .icon-wrap {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.home .about-sec .inner-block .app-wrap .icon-wrap p {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}

.home .about-sec .inner-block .app-wrap .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.home .about-sec .inner-block .for-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 120px;
  gap: 20px;
  margin-right: -10px;
  margin-left: -10px;
}

.home .about-sec .inner-block .for-wrap>div {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 40px 30px 38px;
}

.home .about-sec .inner-block .for-wrap>div .img {
  border-radius: 10px;
  margin-bottom: 48px;
}

.home .about-sec .inner-block .for-wrap>div .txt {
  line-height: 2;
  margin-bottom: 40px;
}

.home .blog-sec .ttl-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.home .blog-sec .card-slider-wrapper {
  width: 100%;
  margin: 48px auto 0;
  padding-top: 91px;
  position: relative;
}

.home .blog-sec .card-slider-wrapper .deco01 {
  position: absolute;
  top: 0;
  left: 18vw;
  z-index: 2;
}

.home .blog-sec .card-slider-wrapper .slider-nav {
  position: absolute;
  top: 0;
  right: 7vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  z-index: 1;
}

.home .blog-sec .card-slider-wrapper .slider-btn {
  width: 50px;
  height: 50px;
  background: #ff9800;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 1px solid #F38201;
}

.home .blog-sec .card-slider-wrapper .slider-btn .arrow-icon {
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-mask: url("/img/common/icon_arrow01.svg") no-repeat center/contain;
  mask: url("/img/common/icon_arrow01.svg") no-repeat center/contain;
}

.home .blog-sec .card-slider-wrapper .slider-btn.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.home .blog-sec .card-slider-wrapper .slider-btn.slider-prev {
  margin-left: 10px;
}

.home .blog-sec .card-slider-wrapper .slider-btn.slider-prev .arrow-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home .blog-sec .card-slider-wrapper .slick-arrow {
  display: none !important;
}

.home .blog-sec .card-slider-wrapper .card-slider .slick-dots {
  position: relative;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 48px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  list-style: none;
}

.home .blog-sec .card-slider-wrapper .card-slider .slick-dots li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0;
}

.home .blog-sec .card-slider-wrapper .card-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  background-color: #000;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home .blog-sec .card-slider-wrapper .card-slider .slick-dots li button:before {
  display: none;
}

.home .blog-sec .card-slider-wrapper .card-slide {
  outline: none;
  max-width: 472px;
  padding: 0 16px;
}

.home .blog-sec .card-slider-wrapper .card-slide .card-item {
  display: block;
  text-decoration: none;
}

.home .blog-sec .card-slider-wrapper .card-slide .card-item .card-image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 440/271;
}

.home .blog-sec .card-slider-wrapper .card-slide .card-item .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.home .blog-sec .card-slider-wrapper .card-slide .card-item:hover .card-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.home .blog-sec .card-slider-wrapper .card-slide .card-item .card-content {
  padding: 20px;
}

.home .blog-sec .card-slider-wrapper .card-slide .card-item .card-date {
  display: block;
  font-size: 16px;
}

.home .blog-sec .card-slider-wrapper .card-slide .card-item .card-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home .blog-sec .btn-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 51px auto 0;
}

.home .cta-sec {
  padding-block: 128px 130px;
}

.home .cta-sec .inner-block {
  max-width: 1180px;
  position: relative;
}

.home .cta-sec .inner-block .deco01,
.home .cta-sec .inner-block .deco02 {
  position: absolute;
  bottom: -2vw;
}

.home .cta-sec .inner-block .deco01 {
  width: 125px;
  left: -4vw;
}

.home .cta-sec .inner-block .deco02 {
  width: 115px;
  right: -1.2vw;
}

.home .cta-sec .info-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.home .cta-sec .info-wrap>div {
  display: block;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 20px;
}

.home .cta-sec .info-wrap .c-ttl01 {
  margin-bottom: 55px;
}

.home .cta-sec .info-wrap .img-wrap {
  border-radius: 20px;
  overflow: hidden;
  max-width: 500px;
  margin: auto;
}

.home .cta-sec .info-wrap .img-wrap img {
  width: 100%;
}

.home .cta-sec .info-wrap .btn-wrap {
  margin-top: 48px;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.news .c-kv .deco {
  width: 173px;
  right: -3.5vw;
  bottom: -1.5vw;
}

.news.article .c-kv .c-ttl01 {
  margin-bottom: 0;
}

.news .article-sec {
  background-color: #E8E8E8;
  padding-block: 0 200px;
}

.news .article-sec .white-box {
  background-color: #fff;
  padding: 65px 100px 100px;
  border-radius: 20px;
  margin-bottom: 100px;
}

.news .article-sec .white-box .date {
  margin-bottom: 20px;
}

.news .article-sec .white-box .ttl {
  margin-bottom: 34px;
  font-size: 32px;
}

.news .article-sec .white-box .hdg1 {
  margin-bottom: 5px;
  font-size: 24px;
  border-bottom: solid 2px;
}


.news .article-sec .white-box picture,
.news .article-sec .white-box img {
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

.news .article-sec .white-box p {
  margin-bottom: 40px;
  line-height: 2em;
}

.news .article-sec .white-box .btn-wrap {
  display: grid;
  grid-template-columns: 1fr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 0;
  gap: 40px;
}

.news .article-sec .back-btn-wrap {
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.about .c-kv .deco {
  width: 300px;
  right: -5vw;
  bottom: -2.5vw;
}

.about .vision-sec .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.about .vision-sec .txt-wrap {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: calc(100% - 328px - 80px);
}

.about .vision-sec .txt-wrap .main {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

.about .vision-sec .txt-wrap .desc {
  line-height: 2em;
}

.about .vision-sec .txt-wrap .btn-wrap {
  margin-top: 40px;
}

.about .vision-sec .img-wrap {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 40px;
  width: 328px;
}

.about .vision-sec .img-wrap img {
  width: 100%;
}

.about .message-sec {
  padding-top: 40px;
}

.about .message-sec .inner-block {
  padding-left: 10px;
  padding-right: 10px;
}

.about .message-sec .gray-box {
  background-color: #E8E8E8;
  padding: 100px;
  border-radius: 20px;
  position: relative;
}

.about .message-sec .gray-box .deco {
  width: 292px;
  position: absolute;
  right: 0;
  top: -2vw;
}

.about .message-sec .gray-box .img {
  width: 100%;
  margin: 0 auto 56px;
  display: block;
  max-width: 662px;
  border-radius: 20px;
}

.about .message-sec .gray-box .txt-wrap {
  max-width: 900px;
  margin: auto;
}

.about .message-sec .gray-box .ttl {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 500;
}

.about .message-sec .gray-box .txt {
  margin-bottom: 20px;
  line-height: 2em;
}

.about .message-sec .gray-box .sign {
  margin-top: 40px;
  text-align: right;
}

.about .message-sec .gray-box .sign .name {
  margin-top: 2px;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
}

.about .company-sec {
  padding-top: 0;
}

.about .company-sec .orange-box {
  padding: 100px;
  background-color: #F38201;
  border-radius: 20px;
}

.about .company-sec img {
  border-radius: 20px;
}

.about .company-sec .grid-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}

.about .company-sec .grid-wrap .about {
  max-width: 408px;
  width: 100%;
  display: block;
  color: #fff;
}

.about .company-sec .grid-wrap .about img {
  display: block;
  margin-bottom: 40px;
}

.about .company-sec .grid-wrap .about .ttl {
  border-bottom: 1px solid #fff;
  font-size: 24px;
  margin-bottom: 24px;
  padding-bottom: 8px;
}

.about .company-sec .grid-wrap .about .txt {
  line-height: 2em;
}

.about .company-sec .grid-wrap .department {
  width: calc(100% - 408px - 48px);
}

.about .company-sec .grid-wrap .department .white-box {
  padding: 30px 50px 30px 30px;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.about .company-sec .grid-wrap .department .white-box+.white-box {
  margin-top: 40px;
}

.about .company-sec .grid-wrap .department .white-box picture {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.about .company-sec .grid-wrap .department .white-box .img {
  display: block;
  width: 115px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.about .company-sec .grid-wrap .department .white-box .ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.about .company-sec .grid-wrap .department .white-box .txt {
  line-height: 2em;
}

.requirements .c-kv .deco {
  right: -63px;
  bottom: -6px;
  width: 161px;
  height: 128px;
}

.requirements .requirements-sec {
  padding-bottom: 200px;
}

.requirements .cat-ttl {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 50px;
}

.requirements .js-toggle-area {
  margin-bottom: 40px;
}

.requirements .js-toggle-area+.js-toggle-area {
  /* margin-top: 40px; */
}

.requirements .job-btn {
  background: #F38201;
  border-radius: 20px;
  color: #fff;
  padding: 19px 43px 19px 43px;
  line-height: 1.5;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.requirements .job-btn[aria-expanded=true] .icon::before {
  opacity: 0;
}

.requirements .job-btn[aria-expanded=true] .icon::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.requirements .job-btn .icon {
  background: #fff;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  margin-left: auto;
}

.requirements .job-btn .icon::before {
  content: "";
  width: 15px;
  height: 2px;
  display: block;
  background: #F38201;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.requirements .job-btn .icon::after {
  content: "";
  width: 2px;
  height: 15px;
  display: block;
  background: #F38201;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.requirements .btn-content-area {
  padding: 20px 50px;
}

.requirements .btn-wrap {
  margin: 40px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.requirements .cont:nth-child(n+2) {
  margin-top: 170px;
}

.requirements .cont+.cont {
  /* margin-top: 170px; */
}

.recruitinfo .c-section+.c-section {
  padding-top: 0;
}

.recruitinfo .c-kv .deco {
  right: -4vw;
  bottom: -23px;
  width: 280px;
}

.recruitinfo .c-anchor-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.recruitinfo .personality-list>li+li {
  margin-top: 56px;
}

.recruitinfo .personality-list .contents-wrap {
  display: grid;
  grid-template-columns: 1fr min(40%, 380px);
  grid-template-areas: "txt img";
  gap: 10px clamp(20px, 3.7037037037vw, 40px);
  padding-bottom: 40px;
  border-bottom: 1px solid #E8E8E8;
}

.recruitinfo .personality-list .contents-wrap .txt-area {
  grid-area: txt;
}

.recruitinfo .personality-list .contents-wrap .txt-area .ttl {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.recruitinfo .personality-list .contents-wrap .txt-area .txt {
  font-size: 16px;
  line-height: 200%;
}

.recruitinfo .personality-list .contents-wrap .img-area {
  grid-area: img;
}

.recruitinfo .personality-list .contents-wrap .img-area .img {
  display: block;
}

.recruitinfo .personality-list .contents-wrap .img-area img {
  border-radius: 20px;
}

.recruitinfo .benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(120px, 41.0256410256vw, 180px), 1fr));
  gap: 60px 20px;
}

.recruitinfo .benefits-list+.c-ttl03 {
  margin-top: 60px;
}

.recruitinfo .benefits-list>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 180px;
  margin-inline: auto;
}

.recruitinfo .benefits-list>li .img-area {
  aspect-ratio: 1;
}

.recruitinfo .benefits-list>li .ttl {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.recruitinfo .dayoff-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.recruitinfo .dayoff-list>li {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 10px;
}

.recruitinfo .dayoff-list>li .inn-txt {
  padding-left: 2.25em;
  position: relative;
}

.recruitinfo .dayoff-list>li .inn-txt::before {
  position: absolute;
  content: "";
  background-image: url("../img/common/ico-circle.svg");
  background-size: 1em;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1em;
  height: 1.5em;
  left: 0;
  top: 0;
  bottom: 0;
}

.recruitinfo .faq-list>li+li {
  margin-top: 40px;
}

.recruitinfo .faq-list>li {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.recruitinfo .faq-list>li .ttl-area,
.recruitinfo .faq-list>li .txt-area {
  padding: 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.recruitinfo .faq-list>li .ttl-area .inn-txt,
.recruitinfo .faq-list>li .pre {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.recruitinfo .faq-list>li .ttl-area {
  background: #F38201;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recruitinfo .faq-list>li .txt-area {
  background: #E8E8E8;
  gap: 24px;
}

.recruitinfo .faq-list>li .txt-area .inn-txt {
  font-size: 16px;
  line-height: 200%;
}

.recruitinfo .flow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px clamp(16px, 3.2407407407vw, 35px);
  max-width: 790px;
  margin-inline: auto;
}

.recruitinfo .flow-list>li {
  background: #E8E8E8;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recruitinfo .flow-list>li .contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recruitinfo .flow-list>li .num {
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  font-family: "Alata", sans-serif;
  font-size: 12px;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recruitinfo .flow-list>li .img-area {
  max-width: 100px;
}

.recruitinfo .flow-list>li .ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: #F38201;
}

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

  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  #wrapper {
    min-width: 320px;
  }

  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pc {
    display: none !important;
  }

  .c-header .inner-block {
    padding: 10px 20px;
  }

  .c-footer {
    padding: 60px 20px;
  }

  .c-footer .logo {
    width: 175px;
    margin-bottom: 36px;
  }

  .c-footer .c-menu-wrap {
    display: block;
  }

  .c-footer .c-menu {
    display: block;
  }

  .c-footer .c-menu li+li {
    margin-top: 20px;
  }

  .c-footer .footer-btn {
    margin-top: 36px;
    width: 100%;
    max-width: 300px;
  }

  .c-footer .copy-wrap {
    display: block;
    margin-top: 46px;
  }

  .c-footer .copy-wrap .copy {
    font-size: 12px;
  }

  .c-footer #pagetop {
    top: 35px;
    right: -20px;
  }

  .c-ttl01 {
    margin-bottom: 16px;
  }

  .c-ttl01 .en {
    font-size: 32px;
  }

  .c-ttl01 .jp {
    font-size: 14px;
  }

  .ttl-wrap {
    display: block;
  }

  .ttl-wrap .desc {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
  }

  .c-ttl02 {
    gap: 20px;
    margin-bottom: 38px;
  }

  .c-ttl02 .en {
    font-size: 24px;
  }

  .c-ttl02 .jp {
    font-size: 16px;
  }

  .c-ttl03 {
    font-size: 20px;
    padding-bottom: 6px;
  }

  .c-btn01 {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    min-width: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
  }

  .c-btn01 .ico {
    width: 15px;
    height: 15px;
  }

  .c-section {
    padding-block: 40px;
  }

  .c-kv .c-ttl01 {
    margin-bottom: 35px;
  }

  .c-kv .ttl-wrap {
    display: block;
  }

  .c-kv .ttl-wrap .desc {
    margin-top: 40px;
    width: 100%;
  }

  .c-kv .bread-crumbs-area {
    margin-bottom: 24px;
  }

  .c-kv .img-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }

  .c-news-list-wrap .cont>a {
    padding-block: 20px;
    display: block;
    font-size: 14px;
    line-height: 1.8em;
  }

  .c-news-list-wrap .cont>a .date {
    margin-bottom: 8px;
  }

  .link-sec {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .link-sec .inner-block {
    padding: 0 10px;
  }

  .link-sec .link-cont {
    display: block;
    padding: 20px 30px 60px;
  }

  .link-sec .link-cont .img-wrap {
    max-width: inherit;
  }

  .link-sec .link-cont .img-wrap img {
    width: 100%;
  }

  .link-sec .link-cont .txt-wrap {
    margin: 20px auto 0;
    width: 100%;
  }

  .link-sec .link-cont .txt-wrap .ttl {
    font-size: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-sec .link-cont .txt-wrap .btn-wrap {
    margin-top: 16px;
  }

  .link-sec .link-cont .txt-wrap .btn-wrap .c-btn01 {
    width: 100%;
  }

  .c-tb01 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .c-tb01 th {
    width: 100%;
    background: #E8E8E8;
    text-align: center;
    font-size: 16px;
    padding: 3.5px 0;
  }

  .c-tb01 td {
    padding: 19px 0;
    line-height: 1.8;
  }

  .c-tb01 .dots-list>li {
    padding-left: 20px;
  }

  .c-tb01 .dots-list>li::before {
    top: 10px;
    left: 8px;
  }

  .c-anchor-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .c-anchor-list .anchor-btn {
    padding: 6px 20px;
  }

  .c-anchor-list .anchor-btn .icon {
    width: 26px;
    height: 26px;
  }

  .c-anchor-list .anchor-btn .icon::before {
    width: 16px;
    height: 16px;
  }

  .home .mv-sec {
    padding-block: 122px 54px;
  }

  .home .mv-sec .inner-block {
    display: block;
    padding: 0 15px;
  }

  .home .mv-sec .txt01,
  .home .mv-sec .txt02 {
    position: inherit;
    width: 100%;
  }

  .home .mv-sec .slider-wrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 74px 0 70px;
    border-radius: 30px;
  }

  .home .mv-sec .slider-wrap .deco01 {
    width: 48px;
    bottom: -12vw;
    left: 3.5vw;
  }

  .home .mv-sec .slider-wrap .deco02 {
    width: 90px;
    bottom: -11.5vw;
    right: 1vw;
  }

  .home .mv-sec .slider-wrap .deco03 {
    width: 150px;
    top: -12vw;
    left: 7vw;
  }

  .home .mv-sec .slider-wrap .slider-img {
    border-radius: 30px;
  }

  .home .news-sec .inner-block .deco01 {
    width: 65px;
    right: 10vw;
    top: 5vw;
  }

  .home .news-sec .btn-wrap {
    margin: 22px auto 0;
  }

  .home .about-sec {
    padding-top: 80px;
    padding-bottom: 81px;
  }

  .home .about-sec .inner-block .deco01 {
    width: 155px;
    right: 5vw;
    top: -6vw;
  }

  .home .about-sec .inner-block .c-ttl01 {
    margin-bottom: 15px;
  }

  .home .about-sec .inner-block .about-cont {
    display: block;
  }

  .home .about-sec .inner-block .about-cont .img-wrap {
    width: calc(100% - 70px);
    margin: auto;
  }

  .home .about-sec .inner-block .about-cont .btn-wrap {
    display: block;
    margin: 20px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .home .about-sec .inner-block .app-wrap {
    margin-top: 36px;
    display: block;
    padding: 10px;
    width: calc(100% - 36px);
    margin: 36px auto 0;
  }

  .home .about-sec .inner-block .app-wrap .icon-wrap {
    font-size: 16px;
  }

  .home .about-sec .inner-block .app-wrap .icon-wrap .icon {
    width: 65px;
  }

  .home .about-sec .inner-block .app-wrap .btn-wrap {
    margin: 10px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 10px;
  }

  .home .about-sec .inner-block .for-wrap {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home .about-sec .inner-block .for-wrap>div {
    padding-top: 36px;
    border-radius: 10px;
  }

  .home .about-sec .inner-block .for-wrap>div .txt {
    margin-bottom: 20px;
    line-height: 1.8em;
  }

  .home .about-sec .inner-block .for-wrap>div .c-btn01 {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }

  .home .blog-sec .card-slider-wrapper {
    padding-top: 32px;
  }

  .home .blog-sec .card-slider-wrapper .deco01 {
    width: 190px;
    left: 2vw;
    top: -5vw;
  }

  .home .blog-sec .card-slider-wrapper .slider-nav {
    width: 100%;
    top: 28vw;
    right: 0;
    left: 0;
  }

  .home .blog-sec .card-slider-wrapper .slider-btn {
    width: 30px;
    height: 30px;
  }

  .home .blog-sec .card-slider-wrapper .slider-btn.slider-next {
    margin-right: 10px;
    margin-left: auto;
  }

  .home .blog-sec .card-slider-wrapper .card-slider {
    margin: 0;
  }

  .home .blog-sec .card-slider-wrapper .card-slider .slick-dots {
    display: none !important;
  }

  .home .blog-sec .card-slider-wrapper .card-slide {
    width: 331px;
    padding: 0 10px;
  }

  .home .blog-sec .card-slider-wrapper .card-slide .card-item .card-date {
    font-size: 14px;
  }

  .home .blog-sec .card-slider-wrapper .card-slide .card-item .card-title {
    font-size: 16px;
    margin-top: 8px;
  }

  .home .blog-sec .btn-wrap {
    margin-top: 34px;
  }

  .home .cta-sec {
    padding-block: 80px 140px;
  }

  .home .cta-sec .inner-block {
    padding: 0 10px;
  }

  .home .cta-sec .inner-block .deco01,
  .home .cta-sec .inner-block .deco02 {
    bottom: -22vw;
  }

  .home .cta-sec .inner-block .deco01 {
    width: 75px;
    left: 29vw;
  }

  .home .cta-sec .inner-block .deco02 {
    width: 72px;
    right: 32vw;
  }

  .home .cta-sec .info-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home .cta-sec .info-wrap .c-ttl01 {
    margin-bottom: 16px;
  }

  .home .cta-sec .info-wrap .btn-wrap {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0;
  }

  .home .cta-sec .info-wrap .btn-wrap .c-btn01 {
    width: 100%;
  }

  .news .c-kv .deco {
    width: 115px;
    right: 4vw;
    bottom: -6vw;
  }

  .news .news-sec {
    padding-block: 80px;
  }

  .news .article-sec {
    padding-block: 0 52px;
  }

  .news .article-sec .inner-block {
    padding: 0 10px;
  }

  .news .article-sec .white-box {
    padding: 67px 20px 60px;
    margin-bottom: 40px;
  }

  .news .article-sec .white-box .ttl {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .news .article-sec .white-box .hdg1 {
    font-size: 16px;
    margin-bottom: 15px;
  }


  .news .article-sec .white-box p {
    line-height: 1.8em;
    margin-bottom: 36px;
  }

  .news .article-sec .white-box .btn-wrap {
    margin-top: 32px;
    gap: 16px;
  }

  .about .c-kv .deco {
    width: 190px;
    right: -2vw;
    bottom: -7vw;
  }

  .about .vision-sec .txt-wrap .main {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4em;
  }

  .about .vision-sec .txt-wrap .desc {
    font-size: 14px;
    line-height: 1.8em;
  }

  .about .message-sec {
    padding-top: 60px;
  }

  .about .message-sec .gray-box {
    padding: 40px 20px;
  }

  .about .message-sec .gray-box .deco {
    right: 0.5vw;
    width: 190px;
    top: -5vw;
  }

  .about .message-sec .gray-box .img {
    margin-bottom: 30px;
  }

  .about .message-sec .gray-box .ttl {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .about .message-sec .gray-box .txt {
    line-height: 1.8em;
    margin-bottom: 10px;
  }

  .about .message-sec .gray-box .sign .name {
    font-size: 24px;
  }

  .about .company-sec {
    padding-top: 20px;
  }

  .about .company-sec .inner-block {
    padding: 0 10px;
  }

  .about .company-sec .orange-box {
    padding: 60px 10px;
  }

  .about .company-sec .grid-wrap .about .ttl {
    font-size: 20px;
    padding-bottom: 3px;
  }

  .about .company-sec .grid-wrap .about .txt {
    line-height: 1.8em;
  }

  .about .company-sec .grid-wrap .department .white-box {
    display: block;
    padding: 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .about .company-sec .grid-wrap .department .white-box+.white-box {
    margin-top: 20px;
  }

  .about .company-sec .grid-wrap .department .white-box picture {
    margin-bottom: 24px;
    height: auto;
  }

  .about .company-sec .grid-wrap .department .white-box .img {
    width: 100%;
    height: auto;
  }

  .about .company-sec .grid-wrap .department .white-box .ttl {
    font-size: 20px;
  }

  .about .company-sec .grid-wrap .department .white-box .txt {
    font-size: 14px;
    line-height: 1.8em;
  }

  .about .btn-wrap {
    margin: auto;
    max-width: 300px;
  }

  .about .btn-wrap .c-btn01 {
    width: 100%;
  }

  .requirements .c-kv .deco {
    width: 120px;
    height: 95px;
    right: 11px;
    bottom: -38px;
  }

  .requirements .requirements-sec {
    padding-bottom: 60px;
  }

  .requirements .requirements-sec .inner-block {
    padding: 0 10px;
  }

  .requirements .cat-ttl {
    font-size: 24px;
    margin-bottom: 46px;
    padding: 0 10px;
  }

  .requirements .c-ttl03 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .requirements .job-btn {
    padding: 20px;
    gap: 10px;
  }

  .requirements .job-btn .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .requirements .btn-content-area {
    padding: 20px 10px 0;
  }

  .requirements .cont:nth-child(n+2) {
    margin-top: 100px;
  }

  .requirements .cont+.cont {
    /* margin-top: 100px; */
  }

  .recruitinfo .c-section+.c-section {
    padding-top: 20px;
  }

  .recruitinfo .c-kv .deco {
    width: max(150px, 37.6923076923vw);
    right: min(6.1538461538vw, 0px);
    bottom: -21px;
  }

  .recruitinfo .c-kv .desc {
    margin-top: 30px;
  }

  .recruitinfo .category-section .inner-block {
    padding-inline: 10px;
  }

  .recruitinfo .c-anchor-list {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }

  .recruitinfo .c-anchor-list .anchor-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    padding: 8px 16px;
    gap: 8px;
  }

  .recruitinfo .personality-list>li+li {
    margin-top: 20px;
  }

  .recruitinfo .personality-list .contents-wrap {
    grid-template-columns: 100%;
    grid-template-areas: "img" "txt";
    padding-bottom: 30px;
    max-width: 500px;
    margin-inline: auto;
  }

  .recruitinfo .personality-list .contents-wrap .txt-area .ttl {
    font-weight: 700;
  }

  .recruitinfo .personality-list .contents-wrap .txt-area .txt {
    font-size: 14px;
    line-height: 180%;
    margin-top: 10px;
  }

  .recruitinfo .workstyle-section .c-ttl02 {
    margin-bottom: 25px;
  }

  .recruitinfo .workstyle-section .c-ttl03 {
    margin-bottom: 20px;
  }

  .recruitinfo .benefits-list {
    gap: 0px 10px;
    margin-inline: -10px;
  }

  .recruitinfo .benefits-list+.c-ttl03 {
    margin-top: 50px;
  }

  .recruitinfo .benefits-list>li .ttl {
    font-size: clamp(12px, 3.5897435897vw, 14px);
    line-height: 150%;
  }

  .recruitinfo .faq-list>li+li {
    margin-top: 10px;
  }

  .recruitinfo .faq-list>li .ttl-area,
  .recruitinfo .faq-list>li .txt-area {
    padding: 20px;
    gap: 6px;
  }

  .recruitinfo .faq-list>li .ttl-area .inn-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }

  .recruitinfo .faq-list>li .txt-area {
    gap: 14px;
  }

  .recruitinfo .faq-list>li .txt-area .inn-txt {
    font-size: 14px;
    line-height: 180%;
  }

  .recruitinfo .flow-list {
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, 1fr);
    max-width: 500px;
  }

  .recruitinfo .flow-list>li {
    padding: 10px;
  }

  .recruitinfo .flow-list>li .contents-wrap {
    max-width: 214px;
    width: 100%;
    display: grid;
    grid-template-columns: 34px auto 1fr;
  }

  .recruitinfo .flow-list>li .num {
    width: 34px;
    height: 34px;
  }

  .recruitinfo .flow-list>li .img-area {
    max-width: 60px;
    margin-inline: 20px 10px;
  }

  .recruitinfo .flow-list>li .ttl {
    font-size: 20px;
    font-weight: 700;
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1080px;
  }

  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .sp {
    display: none !important;
  }

  .c-kv .img-wrap {
    border-radius: 20px;
    overflow: hidden;
  }

  .recruitinfo .c-anchor-list {
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
    margin-top: 50px;
  }

  .recruitinfo .personality-section .c-ttl02 {
    margin-bottom: 56px;
  }

  .recruitinfo .personality-list .contents-wrap .txt-area .txt {
    margin-top: 40px;
  }

  .recruitinfo .flow-list {
    min-height: 272px;
  }
}

@media only screen and (min-width: 1000px) {
  .c-header br.adj {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .c-header .inner-block {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 1100px) {
  .c-header .logo img {
    max-width: 80px;
  }

  .c-btn01.p-adj {
    gap: 15px;
    padding: 18px 20px 15px 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .c-header .c-menu-wrap .header-btn {
    display: none;
  }

  .c-header .c-menu-wrap {
    padding: 70px 30px 80px;
    background: #F38201;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    max-width: 269px;
    right: 0;
    border-radius: 0 0 0 50px;
    z-index: 5;
  }

  .c-header .c-menu-wrap.is-open {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .c-header .c-menu-wrap .c-menu {
    display: block;
    margin-top: 10px;
    margin-right: 0;
  }

  .c-header .c-menu-wrap .c-menu a {
    position: relative;
    display: block;
    padding: 13px 20px 13px 0;
    color: #fff;
    font-size: 14px;
  }

  .c-header .c-menu-wrap .c-menu a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../img/common/icon_arrow01.svg) no-repeat center/contain;
    width: 15px;
    height: 15px;
    display: block;
  }

  .c-header .c-menu-wrap .c-menu a.blank::before {
    background: url(../img/common/icon_blank.svg) no-repeat center/contain;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-header .c-menu-wrap .c-menu {
    gap: 10px;
    margin-right: 15px;
  }

  .about .c-kv .deco {
    right: -2vw;
  }

  .requirements .c-kv .deco {
    right: 0;
    bottom: 0;
  }
}

@media (any-hover: hover) {
  .c-header .c-menu-wrap .c-menu a:hover {
    border-bottom: 1px solid #000;
  }

  .c-footer .c-menu a:hover {
    border-bottom: 1px solid #fff;
  }

  .c-footer .sns-wrap a:hover {
    opacity: 0.4;
  }

  .c-footer .copy-wrap>a:hover {
    border-bottom: 1px solid #fff;
  }

  .c-footer #pagetop>a:hover {
    border-color: #fff;
  }

  .c-btn01:hover {
    background-color: #F38201;
    border-color: #F38201;
  }

  .c-btn01.footer-btn:hover {
    border-color: #fff;
  }

  .c-btn01.border-hover:hover {
    background-color: #F38201;
    border-color: #fff;
  }

  .c-btn02:hover {
    text-decoration: underline;
  }

  .c-kv .bread-crumbs-area .bread-crumbs li>a:hover {
    text-decoration: none;
  }

  .c-news-list-wrap .cont>a:hover .txt {
    text-decoration: underline;
  }

  .c-anchor-list .anchor-btn:hover {
    background: #F38201;
    color: #fff;
  }

  .c-anchor-list .anchor-btn:hover .icon {
    background: #fff;
  }

  .c-anchor-list .anchor-btn:hover .icon::before {
    background: #F38201;
  }

  .home .about-sec .inner-block .app-wrap .btn-wrap .btn:hover {
    opacity: 0.6;
  }

  .home .blog-sec .card-slider-wrapper .slider-btn:hover {
    border: 1px solid #F38201;
    background-color: #fff;
  }

  .home .blog-sec .card-slider-wrapper .slider-btn:hover .arrow-icon {
    background-color: #F38201;
  }

  .requirements .job-btn:hover {
    background: #fff;
    color: #F38201;
    border: 1px solid #F38201;
  }
}

@media only screen and (min-width: 1001px) {
  .c-header .btn-menu {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .c-footer .c-menu {
    gap: 20px;
  }

  .news .article-sec .white-box {
    padding: 50px 40px;
  }

  .about .message-sec .gray-box {
    padding: 60px;
  }

  .about .company-sec .orange-box {
    padding: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .home .news-sec .inner-block .deco01 {
    top: 0;
    right: 5vw;
    width: 90px;
  }

  .home .cta-sec .inner-block .deco01,
  .home .cta-sec .inner-block .deco02 {
    bottom: 10vw;
  }

  .home .cta-sec .inner-block .deco01 {
    left: 1vw;
    width: 90px;
  }

  .home .cta-sec .inner-block .deco02 {
    right: 1vw;
    width: 90px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 350px) {
  .home .about-sec .inner-block .deco01 {
    width: 130px;
  }
}

@media only screen and (max-width: 1200px) {
  .home .about-sec .inner-block .about-cont {
    gap: 40px;
  }

  .home .about-sec .inner-block .about-cont .txt-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .home .about-sec .inner-block .about-cont .txt-wrap {
    width: 100%;
    margin-top: 20px;
    line-height: 1.8em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .home .about-sec .inner-block .for-wrap {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 900px) {
  .home .about-sec .inner-block .for-wrap>div .img {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto 48px;
  }

  .about .vision-sec .cont-wrap {
    display: block;
  }

  .about .vision-sec .txt-wrap {
    width: 100%;
  }

  .about .vision-sec .img-wrap {
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 900px) and (max-width: 767px) {
  .home .about-sec .inner-block .for-wrap>div .img {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .home .blog-sec .card-slider-wrapper .card-slide .card-item .card-image {
    height: 200px;
  }

  .home .blog-sec .card-slider-wrapper .card-slide .card-item .card-content {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .home .blog-sec .card-slider-wrapper .card-slide .card-item .card-image {
    height: 180px;
  }

  .home .blog-sec .card-slider-wrapper .card-slide .card-item .card-content {
    padding: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .about .message-sec .gray-box .deco {
    top: -4.5vw;
  }
}

@media only screen and (max-width: 767px) and (max-width: 400px) {
  .about .message-sec .gray-box .deco {
    top: -13vw;
  }
}

@media only screen and (max-width: 1150px) {
  .about .company-sec .grid-wrap {
    display: block;
  }

  .about .company-sec .grid-wrap .about {
    margin-bottom: 40px;
  }

  .about .company-sec .grid-wrap .about img {
    margin: 0 auto 40px;
  }

  .about .company-sec .grid-wrap .about {
    max-width: inherit;
  }

  .about .company-sec .grid-wrap .department {
    width: 100%;
  }
}

@media only screen and (max-width: 1150px) and (max-width: 767px) {
  .about .company-sec .grid-wrap .about img {
    width: calc(100% - 86px);
    margin: 0 auto 28px;
  }

  .about .company-sec .grid-wrap .about {
    margin-bottom: 56px;
    padding: 0 10px;
  }
}


/* =========================
   フォーム共通
========================= */

.form_title {

  text-align: center;
  margin-bottom: 40px;

  @media only screen and (max-width: 768px) {
    margin-bottom: 24px;

  }
}

.form_title h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;

  @media only screen and (max-width: 768px) {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;

  }
}


input {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}

.form-container {
  max-width: 960px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
}

.entry_contents {
  padding: 24px 0;
  /* border-top: 1px solid #e8e8e8; */
  border-bottom: solid 1px #ccc;
}

.entry_contents:last-child {}

.form_table {
  display: flex;

  @media only screen and (max-width: 768px) {
    flex-direction: column;
    gap: 8px;

  }
}

.error-message {
  font-size: 12px;
}


/* =========================
   見出し
========================= */

.form_table .form_head {
  width: 240px;
  font-weight: bold;
}

.form_head_name {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}

.form_head_required {
  margin-left: 8px;
  padding: 0 8px;
  font-size: 14px;
  color: #F38201;
  border: 1px solid #F38201;
  border-radius: 100vh;
}


/* =========================
   フォームコントロール
========================= */

.form_control,
.form_control_tel,
.form_select,
.form_control_age,
.form_control_textarea {
  width: 240px;
  height: 48px;
  padding: 0 16px;
  background-color: #f4f4f4;
  border-radius: 5px;
}

.form_control_name,
.form_control_mail,
.form_control_textarea {
  width: 560px;

  @media only screen and (max-width: 768px) {
    width: 100%;

  }
}

.form_control::placeholder,
.form_select {
  color: #8c8c8c;
}

.form_body_address {
  margin-bottom: 16px;
}

.form_body_address:last-child {
  margin-bottom: 0;
}

.form_address_text {
  font-size: 14px;
  color: #333;
}

.form_body ._age {
  font-size: 14px;
}

.form_control_textarea {
  height: 160px;
}


/* =========================
   フォーカス・入力済み
========================= */
.entry_contents input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
  color: #000;
  background-color: #fff0d8;
}

.form_control:not(:placeholder-shown),
.form_control_textarea:not(:placeholder-shown) {
  background-color: #fff !important;
  border: 1px solid #333;
}


/* =========================
   セレクトボックス
========================= */

select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

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

select.form_select {
  background-color: #f4f4f4;
}

.form_select option {
  background-color: #fff;
  color: #000;
}

select.form_select:has(option:checked:not([value=""])) {
  background-color: #ffffff;
  border: 1px solid #333;
  color: #000;
}


/* =========================
   ラジオボタン
========================= */

.radio {
  /* display: flex; */
  display: inline-block;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-label {
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 32px;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  user-select: none;
  border-radius: 6px;
}

.radio-label::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #8c8c8c;
  border-radius: 50%;
}

.radio input[type="radio"]:checked+.radio-label::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #F38201;
  border: 2px solid #F38201;
  border-radius: 50%;
}

/* =========================
   個人情報の取り組み
========================= */

.personal_information_text {
  margin-bottom: 24px;
}

.personal_information_check {
  margin-bottom: 16px;
}

.personal_information_text,
.personal_information_check,
.form_submitBtn {
  text-align: center;
}

.form_submitContent {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.add_info {
  color: #F38201;
  text-decoration: underline;
}

.form_submitBtn {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.btn_submit,
.btn_reset,
.btn_back {
  font-size: 18px;
  padding: 8px 16px;
  width: 160px;
  border-radius: 5px;
}

.btn_submit {
  background: #000;
  color: #fff;
}

.btn_submit:hover {
  background: #F38201;
  color: #000;
}

.btn_reset,
.btn_back {
  background-color: #fff;
  border: solid 1px #000;
}

.btn_reset:hover,
.btn_back:hover {
  background-color: #E8E8E8;
}

/* =========================
送信確認画面 
========================= */

.mail_php .mail_php_contents {
  max-width: 960px;
  margin: auto;
  padding-left: 16px;
  padding-right: 15px;
  margin-bottom: 80px;
}

.mail_php .bread {
  margin-bottom: 40px;
  font-size: 14px;
}

.mail_php .bread .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.mail_php .bread .breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  color: #F38201;
  font-weight: bold;
}

.mail_php .bread .breadcrumb .breadcrumb_link {
  text-decoration: underline;
}

.mail_php h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;

  @media only screen and (max-width: 768px) {
    font-size: 16px;
    text-align: left;
    margin-bottom: 24px;
  }
}

.mail_php .error_messe {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  border-top: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
  color: #e00707;

  @media only screen and (max-width: 768px) {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;

  }
}

.mail_php .error_messe:last-of-type {
  border-bottom: 1px solid #ccc;
}

.mail_php .mail_button {
  text-align: center;
}

.mail_php .mail_button .mail_back_btn {
  background-color: #fff;
  border: solid 1px #000;
  font-size: 18px;
  padding: 8px 16px;
  width: 160px;
  border-radius: 5px;
}

.mail_php_contents .mail_confirmationText {
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;

  @media only screen and (max-width: 768px) {
    font-size: 18px;

  }
}

.entry_table {
  width: 100%;
  margin-bottom: 40px;
}


.entry_table tbody tr {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  display: block;
  padding: 16px;
  font-size: 14px;
}

.entry_table tbody tr:last-of-type {
  border-bottom: 1px solid #ccc;
}

.entry_table tbody th {
  width: 240px;
  text-align: left;

  @media only screen and (max-width: 768px) {
    display: block;
  }
}

/* パンくず_送信前・送信確認画面共通 */

.entry_page .bread,
.mail_php .bread,
.thanks_page .bread {
  margin: auto;
  margin-bottom: 40px;
  font-size: 14px;
  padding-left: 16px;
  max-width: 960px;
  padding-top: 80px;
    @media only screen and (max-width: 768px) {
  font-size: 12px;
  }
}

.entry_page .bread .breadcrumb,
.mail_php .bread .breadcrumb,
.thanks_page .bread .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.entry_page .bread .breadcrumb li:not(:last-of-type)::after,
.mail_php .bread .breadcrumb li:not(:last-of-type)::after,
.thanks_page .bread .breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  color: #F38201;
  font-weight: bold;
}

.entry_page .bread .breadcrumb .breadcrumb_link,
.mail_php .bread .breadcrumb .breadcrumb_link,
.thanks_page.bread .breadcrumb .breadcrumb_link {
  text-decoration: underline;
}


/* thanksページ */

.thanks_page_contents {
  max-width: 960px;
  margin: auto;
  padding-left: 16px;
  padding-right: 15px;
  margin-bottom: 80px;
}

.thanks_text p {
  text-align: center;
  font-weight: bold;
  font-size: 28px;

  @media only screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.thanks_img {
  margin-top: 32px;
} 

.thanks_img ._img {
  width: inherit;
  width: 100%;
  max-width: 400px;

  @media only screen and (max-width: 768px) {
    max-width: 280px;
  }
}

/* ニュース */
.news-h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
  border-bottom: solid 2px #F38201;
  padding-bottom: 4px;
}

.news-h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #F38201;
}