@charset "UTF-8";
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*----------------------------------------
	font
----------------------------------------*/
/*----------------------------------------
	mediaquery
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	cssHack
----------------------------------------*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*----------------------------------------
	color
----------------------------------------*/
/*----------------------------------------
	共通部分
----------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2;
  color: #000;
  margin: 120px 0 0;
}
@media screen and (max-width: 1240px) {
  body {
    margin: 62px 0 0;
  }
}

main {
  display: block;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

button {
  color: #000;
}

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

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-container
----------------------------------------*/
.l-container {
  display: block;
}

.l-container__contents {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-container__contents {
    width: 96%;
    margin: 0 auto;
  }
}
main {
  margin-top: 10vw;
}

/*----------------------------------------
  @use
----------------------------------------*/
.pagetop {
  position: fixed;
  right: 40px;
  bottom: 5vw;
  width: 60px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 10px;
    bottom: 16vw;
  }
}
.pagetop img {
  width: 100%;
  height: auto;
}

.side-menu {
  position: fixed;
  z-index: 999;
}
@media screen and (min-width: 767px) {
  .side-menu {
    right: 0;
    top: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .side-menu {
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .side-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.side-menu li {
  margin-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .side-menu li {
    width: 100px;
    margin-right: -10px;
  }
  .side-menu li:nth-of-type(2) {
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .side-menu li {
    margin-bottom: 0;
  }
}
.side-menu li img {
  width: 100%;
  height: auto;
}

/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  background: #EFEFEF;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    position: relative;
  }
}
.l-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.l-footer__company__logo {
  width: 80px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__company__logo {
    margin-right: 0;
    margin: 0 auto 15px;
  }
}
.l-footer__container {
  max-width: 1500px;
  margin: auto;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-footer__logo {
  margin: 0 0 20px;
}
.l-footer__logo a {
  display: block;
  width: 200px;
}
.l-footer__address {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    gap: 20px !important;
  }
}
.l-footer__content .l-footer__content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0 15px;
}
.l-footer__content .text-privacy {
  font-size: 1.2rem;
}
.l-footer__content .text-privacy a {
  text-decoration: underline;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__nav li {
  padding: 0 20px;
  border-right: 1px solid #919191;
}
.l-footer__nav li:last-child {
  border-right: none;
}
.l-footer__nav li a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-footer__copyright {
  font-size: 1.4rem;
  text-align: center;
  color: #323131;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 20px;
  }
  .l-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .l-footer__logo a {
    width: 160px;
  }
  .l-footer__content {
    gap: 40px;
  }
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__nav li {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #919191;
  }
  .l-footer__nav li:last-child {
    border-bottom: none;
  }
  .l-footer__nav li a {
    padding: 10px 0;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
    text-align: center;
  }
}
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 初期状態で表示 */
}
.l-header.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); /* ヘッダーを非表示にスライド */
}
.l-header__logo {
  padding: 0.9vw;
  text-align: center;
}
.l-header__logo span {
  font-size: 0.8vw;
}
@media screen and (max-width: 767px) {
  .l-header__logo span {
    display: none;
  }
}
.l-header__logo a {
  display: block;
  width: 16vw;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    margin-top: 0;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.8vw 0.2vw;
  margin-right: 0.9vw;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    gap: 0.8vw 0.2vw;
    margin-right: 0.5vw;
  }
}
.l-header__nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 18px;
}
@media screen and (max-width: 767px) {
  .l-header__nav__menu {
    height: 100%;
    overflow: auto;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: table;
    margin: 0 auto;
  }
}
.l-header__nav__menu > li > a, .l-header__nav__menu > li > span {
  display: inline-block;
  font-size: 1vw;
  line-height: 1.6;
  font-weight: 500;
  padding: 10px 0.2vw;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .l-header__nav__menu > li > a, .l-header__nav__menu > li > span {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav__menu > li > a, .l-header__nav__menu > li > span {
    width: 100% !important;
  }
  .l-header__nav__menu > li > a br, .l-header__nav__menu > li > span br {
    display: none;
  }
}
.l-header__nav__menu > li .sub-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #FCEABD;
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 8vw;
}
.l-header__nav__menu > li .sub-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-header__nav__menu > li .sub-menu .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__nav__menu > li .sub-menu .inner .c-label {
  margin-right: 100px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-header__nav__menu > li .sub-menu .inner .c-label {
    width: 80%;
    line-height: 1.5;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.l-header__nav__menu > li .sub-menu.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header__nav__menu > li .sub-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .l-header__nav__menu > li .sub-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__nav__menu > li .sub-menu ul li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-header__nav__menu > li .sub-menu ul li {
    width: 100%;
  }
}
.l-header__nav__menu > li .sub-menu ul li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  line-height: 1.6;
}
.l-header__nav__menu > li .sub-menu ul li a:after {
  background: url(../img/_common/ico-submenu.svg) no-repeat left center;
  background-size: 100%;
  position: absolute;
  left: -10px;
  top: 8px;
  width: 15px;
  height: 15px;
  content: "";
}
@media screen and (min-width: 767px) {
  .l-header__nav__menu > li .sub-menu.-menu01 ul li {
    width: 250px;
  }
  .l-header__nav__menu > li .sub-menu.-menu02 ul li {
    width: 50%;
  }
  .l-header__nav__menu > li .sub-menu.-menu03 ul li {
    width: 250px;
  }
}
.l-header__nav__menu > li:hover > a, .l-header__nav__menu > li:hover > span {
  color: #C93613;
  position: relative;
}
.l-header__nav__menu > li:hover > a:before, .l-header__nav__menu > li:hover > span:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/_common/ico-nav.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: -15px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .l-header__nav__menu > li:hover > a:before, .l-header__nav__menu > li:hover > span:before {
    display: none;
  }
}
.l-header__toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__logo {
    position: relative;
    padding: 10px;
    z-index: 1;
  }
  .l-header__logo a {
    width: 200px;
  }
  .l-header__nav {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FCEABD;
    padding: 80px 0 20px;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .l-header__nav__content {
    width: 100%;
    padding-bottom: 60px;
  }
  .l-header__nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 95%;
    margin: 0 auto;
    height: 100%;
  }
  .l-header__nav__menu > li {
    border-bottom: 1px solid #919191;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 100%;
  }
  .l-header__nav__menu > li > a,
  .l-header__nav__menu > li > span {
    padding: 16px 0;
    font-size: 1.8rem;
    text-align: center !important;
  }
  .l-header__nav__menu > li .sub-menu {
    position: static;
    background: none;
    padding: 0 20px 20px;
    opacity: 1;
    visibility: revert;
  }
  .l-header__nav__menu > li .sub-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .l-header__nav__menu > li .sub-menu ul li a {
    color: #000;
  }
  .l-header__nav__recruit {
    width: 100%;
  }
  .l-header__nav__recruit a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 80px;
  }
  .l-header__toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1;
  }
  .l-header__toggle div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 22px;
    height: 16px;
  }
  .l-header__toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #FBBC05;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__toggle p {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    margin: 8px 0 0;
  }
  .l-header.is-active .l-header__nav {
    opacity: 1;
    visibility: visible;
    height: 100vh;
  }
  .l-header.is-active .l-header__toggle div span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
  .l-header.is-active .l-header__toggle div span:nth-child(2) {
    opacity: 0;
  }
  .l-header.is-active .l-header__toggle div span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
}
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-nav
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-sidebar
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  padding: 10px 15px;
  position: relative;
  font-size: 1.2rem;
  list-style: none;
  width: 96%;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    width: 98%;
    font-size: 1rem;
    padding: 10px 0;
  }
}
.c-breadcrumb a {
  display: inline-block;
  color: #EC641F;
  text-decoration: underline;
}
.c-breadcrumb span {
  padding: 0 4px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-button
----------------------------------------*/
.c-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

.c-link-list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .c-link-list-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-button {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #FBBC05;
  padding: 8px 10px 8px 0;
  border-radius: 100px;
  color: #000000 !important;
  text-decoration: none !important;
  text-align: center;
}
.c-button[target=_blank]:after {
  content: "";
  width: 6px;
  height: 9px;
  background: url(../img/_common/ico-arrow.svg) no-repeat;
  position: absolute;
  background-size: 100%;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .c-button {
    width: 240px;
    height: 50px;
    font-size: 1.6rem;
  }
}
.c-button__sub {
  background: #E6E6E6;
  border-radius: 100px;
  padding: 12px 35px;
  padding-right: 45px;
  display: inline-block;
  position: relative;
}
.c-button__sub:after {
  content: "";
  width: 6px;
  height: 9px;
  background: url(../img/_common/ico-arrow.svg) no-repeat;
  position: absolute;
  background-size: 100%;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-button__sub2 {
  background: #FBBC05;
  color: #000000 !important;
  text-decoration: none !important;
  border-radius: 100px;
  padding: 12px 35px;
  padding-right: 45px;
  display: inline-block;
  position: relative;
}
.c-button__sub2:after {
  content: "";
  width: 6px;
  height: 9px;
  background: url(../img/_common/ico-arrow.svg) no-repeat;
  position: absolute;
  background-size: 100%;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-button__target {
  background: #E6E6E6;
  border-radius: 100px;
  padding: 12px 35px;
  padding-right: 45px;
  display: inline-block;
  position: relative;
}
.c-button__target:after {
  content: "";
  width: 6px;
  height: 9px;
  background: url(../img/_common/ico-arrow.svg) no-repeat;
  position: absolute;
  background-size: 100%;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-button__return {
  border: 2px solid #FBBC05;
  border-radius: 100px;
  padding: 12px 35px;
  padding-left: 45px;
  display: inline-block;
  position: relative;
}
.c-button__return:after {
  content: "";
  width: 6px;
  height: 9px;
  background: url(../img/_common/ico-arrow.svg) no-repeat;
  position: absolute;
  background-size: 100%;
  left: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-heading
----------------------------------------*/
.c-heading__main, .c-heading__sub {
  overflow: hidden;
  font-weight: bold;
}
.c-heading__main span, .c-heading__sub span {
  display: inline-block;
}
.c-heading__main span {
  font-size: 3rem;
  line-height: 1.2;
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
  background: url(../img/_common/ico-heading.svg) no-repeat left center;
  background-size: 20px;
  padding-left: 35px;
}
.c-heading__main.__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-heading__sub span {
  font-family: "Poppins", sans-serif;
  font-size: 10rem;
  line-height: 1;
  color: #FBBC05;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c-heading-quaternary {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.c-heading.-white .c-heading__main span {
  font-size: 2.4rem;
  color: #fff;
}
.c-heading.-white .c-heading__sub span {
  font-size: 8rem;
  color: #fff;
}
.c-heading.is-active .c-heading__main span, .c-heading.is-active .c-heading__sub span {
  translate: 0 0;
}

@media screen and (max-width: 767px) {
  .c-heading__main span {
    font-size: 2.2rem;
  }
  .c-heading__sub span {
    font-size: 6rem;
  }
  .c-heading.-white .c-heading__main span {
    font-size: 1.8rem;
  }
  .c-heading.-white .c-heading__sub span {
    font-size: 6rem;
  }
}
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-healdline
----------------------------------------*/
.c-healdline__main {
  background: #FBBC05;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
}
.c-healdline__main .main {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-right: 16px;
  color: #323131;
}
@media screen and (max-width: 767px) {
  .c-healdline__main .main {
    line-height: 1.5;
    font-size: 2.1rem;
  }
}
.c-healdline__sub {
  border-bottom: 3px solid #FBBC05;
  padding-bottom: 12px;
}
.c-healdline__sub .main {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-right: 16px;
  color: #323131;
}
@media screen and (max-width: 767px) {
  .c-healdline__sub .main {
    line-height: 1.5;
    font-size: 2.1rem;
  }
}
.c-healdline__sub2 {
  border-left: 3px solid #FBBC05;
  padding-left: 12px;
}
.c-healdline__sub2 .main {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-right: 16px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-bg
----------------------------------------*/
.c-bg__main {
  background: #FEE8A3;
  padding: 12px 20px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-pager
----------------------------------------*/
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-pagination
----------------------------------------*/
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.c-pagination__prev a, .c-pagination__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-pagination__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}
.c-pagination__body li,
.c-pagination__body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination__body li {
  width: 40px;
  height: 40px;
  list-style: none;
  margin: 0 5px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-pagination__body li.current {
  background: #000000;
  color: #ffffff;
}
.c-pagination__body li.current a {
  color: #ffffff;
}
.c-pagination__body a {
  width: 100%;
  height: 100%;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-title
----------------------------------------*/
.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
}
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-label
----------------------------------------*/
.c-label {
  background: #FBBC05;
  border-radius: 100px;
  padding: 12px 20px;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-label {
    padding: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.c-label.-small {
  padding: 6px 30px;
}
@media screen and (max-width: 767px) {
  .c-label.-small {
    padding: 15px;
    line-height: 1.5;
  }
}
.c-label.-sub2 {
  padding: 7px 5px;
  font-size: 1rem;
  border-radius: 8px;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .c-label.-sub2 {
    margin-right: 3px;
    padding: 7px 3px;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-text
----------------------------------------*/
.c-text a {
  display: inline-block;
  color: #EC641F;
  text-decoration: underline;
}
.c-text p {
  margin-bottom: 15px;
}
.c-text .c-text-r {
  text-align: right;
}
.c-text.__center {
  text-align: center;
}

.c-text-color {
  color: #D05275;
}

.c-marker {
  display: inline-block;
  background: #db6e31;
  color: #ffffff;
  padding: 10px;
  line-height: 1;
  margin-top: 6px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-box
----------------------------------------*/
.c-box {
  background: #F7F7F7;
  padding: 40px 65px;
  position: relative;
  margin: 45px auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .c-box {
    padding: 30px 15px;
  }
}
.c-box:before {
  content: "";
  width: 80px;
  height: 100px;
  background: url(../img/_common/box-side-01.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 2;
}
.c-box:after {
  content: "";
  width: 67px;
  height: 100px;
  background: url(../img/_common/box-side-02.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: 2;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-contact
----------------------------------------*/
.c-contact {
  background: -webkit-gradient(linear, left top, right top, from(rgba(106, 130, 204, 0.3)), to(rgba(239, 230, 18, 0.3)));
  background: linear-gradient(to right, rgba(106, 130, 204, 0.3), rgba(239, 230, 18, 0.3));
  padding: 45px;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding: 25px;
  }
}
.c-contact__main {
  background: #ffffff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 20px;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-contact__main {
    width: auto;
    padding: 30px 20px;
  }
}
.c-contact .c-text p {
  line-height: 1.6;
}
.c-contact .c-text .-left {
  text-align: left;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-main-img
----------------------------------------*/
.c-main-img {
  width: 96%;
  margin: 0 auto;
  position: relative;
}
.c-main-img .c-main-img_ttl {
  position: absolute;
  left: 45px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-main-img .c-main-img_ttl {
    padding-right: 3rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.c-main-img:before {
  content: "";
  width: 20rem;
  height: 100px;
  background: url(../img/_common/mainimg-side-01.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -10px;
  top: -30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-main-img:before {
    width: 7rem;
    height: 80px;
    top: 0;
  }
}
.c-main-img:after {
  content: "";
  width: 20rem;
  height: 100px;
  background: url(../img/_common/mainimg-side-02.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -10px;
  bottom: -30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-main-img:after {
    width: 7rem;
    height: 60px;
  }
}
.c-main-img figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.c-main-img figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(106, 130, 204, 0.3)), to(rgba(239, 230, 18, 0.3)));
  background: linear-gradient(to right, rgba(106, 130, 204, 0.3), rgba(239, 230, 18, 0.3));
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
  b-list
----------------------------------------*/
.b-list {
  background: #F7F7F7;
  padding: 45px;
}
@media screen and (max-width: 767px) {
  .b-list {
    padding: 20px;
  }
}
.b-list__container {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .b-list__container {
    padding: 15px;
  }
}
.b-list ul.row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
.b-list ul.row-list li {
  text-align: center;
  width: calc(25% - 25px);
}
@media screen and (max-width: 767px) {
  .b-list ul.row-list li {
    width: calc(50% - 25px);
    line-height: 1.5;
  }
}
.b-list ul.row-list li figure {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .b-list ul.row-list li figure {
    width: 95%;
    margin-bottom: 10px;
  }
}
.b-list ul.row-list li figure img {
  width: 100%;
  height: auto;
}
.b-list ul.row-list li a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.b-list__item {
  border-bottom: 1px solid #E4E4E4;
}
.b-list__item:last-child {
  border-bottom: none;
}
.b-list__link {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
}
.b-list__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url(../img/_common/icon-arrow01.svg) center/cover;
  margin: auto;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
}
.b-list__nolink {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
}
.b-list__nolink .c-list-post__title {
  color: #323131;
  text-decoration: none;
}
.b-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 15px;
  margin: 0 0 10px;
}
.b-list__time {
  width: 142px;
  font-size: 1.6rem;
  line-height: 1;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .b-list__time {
    width: auto;
  }
}
.b-list__time.-person {
  width: 100%;
}
.b-list__time._fill {
  width: 100%;
}
.b-list__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  height: 32px;
  padding: 0 28px;
  border: 1px solid #A3A3A3;
  border-radius: 100px;
}
.b-list__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 32px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #E23B13;
  padding: 0 28px;
  border-radius: 100px;
}
.b-list__hiss {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #A10000;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.b-list__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
}

/*----------------------------------------
	c-list
----------------------------------------*/
.c-list {
  padding: 8px 20px;
}
.c-list.-center {
  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;
  width: 60%;
  margin: 0 auto;
}
.c-list.-center li {
  width: 150px;
}
.c-list li {
  position: relative;
  padding-left: 20px;
  list-style: none;
  line-height: 1.6;
  margin-bottom: 7px;
}
.c-list li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: url(../img/_common/ico-heading.svg) no-repeat left center;
  position: absolute;
  left: 0;
  top: 8px;
}
.c-list li a {
  color: #EC641F;
  text-decoration: underline;
}
.c-list li a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/_common/ico-pdf.svg) no-repeat center center;
  background-size: contain;
  margin-left: 6px;
  vertical-align: text-bottom;
}
.c-list li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/_common/ico-target.svg) no-repeat center center;
  background-size: contain;
  margin-left: 6px;
  vertical-align: text-bottom;
}
.c-list dt span {
  background: #ffffff;
  padding: 6px;
  display: inline-block;
  border-radius: 6px;
  font-weight: normal;
  line-height: 1.5;
}
/*----------------------------------------
  l-list
----------------------------------------*/
.l-list li {
  position: relative;
  line-height: 1.8;
  padding-left: 30px;
}
.l-list li i {
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
}

.ol-list {
  padding: 8px 20px;
}
.ol-list li {
  position: relative;
  padding-left: 12px; /* 番号と装飾用スペースを確保 */
  counter-increment: list; /* 番号をカウントする */
}
.ol-list li::marker {
  font-weight: bold;
  color: #000;
  background: #FBBC05;
  border-radius: 100%;
  display: inline-block;
  font-size: 1.6rem;
}
.ol-list li::marker {
  content: counter(list) " "; /* カスタム番号を表示 */
}

.ol-inner-list {
  padding: 8px 20px;
}
.ol-inner-list > li {
  position: relative;
  padding-left: 12px; /* 番号と装飾用スペースを確保 */
  counter-increment: list; /* 番号をカウントする */
}
.ol-inner-list > li::marker {
  font-weight: bold;
  color: #000;
  background: #FBBC05;
  border-radius: 100%;
  display: inline-block;
  font-size: 1.6rem;
}
.ol-inner-list > li::marker {
  content: counter(list) " "; /* カスタム番号を表示 */
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
  row
----------------------------------------*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .row.-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 15px 0;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
  img-wrap
----------------------------------------*/
.img-wrap {
  width: 100%;
  margin: 0 auto;
}
.img-wrap.-w50 {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .img-wrap.-w50 {
    width: 85%;
  }
}
.img-wrap img {
  width: 100%;
  height: auto;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-table
----------------------------------------*/
.recruit_table a {
  pointer-events: none;
  color: inherit; /* テキスト色を継承 */
  text-decoration: none; /* 下線を削除 */
  color: #000000 !important;
}

.c-table table {
  width: 100%;
}
.c-table table a {
  color: #EC641F !important;
  text-decoration: underline;
}
.c-table table th, .c-table table td {
  padding: 20px;
  border: 1px solid #B8B8B8;
}
.c-table table thead th {
  padding: 4px 10px;
  background: #EC641F !important;
  color: #ffffff;
  text-align: center;
}
.c-table table tbody th {
  background: #FCEABD;
}
.c-table table tbody td {
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .c-table {
    width: 100%;
    overflow: auto;
    position: relative;
  }
  .c-table:before {
    width: 100%;
    background: #5a5a5a url(../img/_common/ico-swipe.svg) no-repeat 6px 12px;
    background-size: 25px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    content: "表を横にスワイプできます。";
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 20px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1;
  }
  .c-table:hover:before {
    opacity: 0;
  }
  .c-table table {
    width: 900px;
  }
}
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-link
----------------------------------------*/
.c-link_target {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.c-link_target:before {
  content: "";
  background: url(../img/_common/ico-link_target.svg) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 53%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-table
----------------------------------------*/
.c-file-search {
  background: #e7e7e7;
  padding: 30px;
}
.c-file-search .c-label {
  margin-right: 15px;
}
.c-file-search input[type=text] {
  background: #ffffff;
  border: 1px solid #000000;
  width: 45% !important;
  padding: 3px !important;
}
.c-file-search button {
  padding: 30px;
  border-radius: 6px;
  line-height: 1.2;
  position: relative;
  background: #db6e31;
  color: #ffffff;
  margin-left: 15px;
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-animation
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-device-sp
----------------------------------------*/
.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

/*----------------------------------------
	u-device-tablet
----------------------------------------*/
.u-device-tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-device-tablet {
    display: block;
  }
}

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

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-front-mv
----------------------------------------*/
.p-front-mv__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto 45px;
  border-radius: 20px;
  overflow: hidden;
}
.p-front-mv__main {
  width: 100%;
}
.p-front-mv__item__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  background: #ffffff;
  width: 19vw;
  font-size: 2vw;
  padding: 2vw 3.5vw;
  border-top-right-radius: 15px;
}
.p-front-mv__item__inner strong {
  color: #C93613;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-front-mv__item__inner {
    background: rgba(255, 255, 255, 0.6);
    font-size: 1.65vw;
  }
}

@media screen and (max-width: 767px) {
  .p-front-mv__head {
    width: 54.0540540541vw;
  }
  .p-front-mv__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-front-mv__item__inner {
    font-size: 1.9rem;
    width: 16rem;
  }
  .p-front-mv__column {
    width: 100%;
  }
}
/*----------------------------------------
	p-front-news
----------------------------------------*/
.p-front-news {
  background: #F7F7F7;
  padding: 45px;
}
@media screen and (max-width: 767px) {
  .p-front-news {
    padding: 45px 10px;
  }
}
.p-front-news__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-news__container {
    width: 95%;
  }
}
.p-front-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-front-news__head {
    padding-bottom: 20px;
  }
}
.p-front-news .tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0;
}
.p-front-news .tab ul li {
  padding: 6px 32px;
  background: #ffffff;
  font-size: 1.8rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-front-news .tab ul li {
    font-size: 1.2rem;
    padding: 6px 12px;
  }
}
.p-front-news .tab ul li.cat-normal {
  background: #44B7DA;
}
.p-front-news .tab ul li.cat-en {
  background: #7CD6C6;
}
.p-front-news .tab ul li.cat-food {
  background: #AEDA94;
}
.p-front-news .tab ul li.active {
  background: #333333;
  color: #ffffff;
}
.p-front-news .content {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
}
.p-front-news .content ul li {
  margin-bottom: 20px;
}
.p-front-news .content ul li:last-child {
  margin-bottom: 0;
}
.p-front-news .content ul li .head {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-front-news .content ul li .head {
    font-size: 1.1rem;
  }
}
.p-front-news .content ul li time {
  margin-right: 10px;
}
.p-front-news .content ul li .ttl {
  font-weight: bold;
  text-decoration: underline;
}
.p-front-news .content ul li .cat {
  border: 1px solid #9A9A9A;
  border-radius: 100px;
  padding: 3px 20px;
  margin-right: 5px;
}
.p-front-news .content ul li .cat.-new {
  border: none;
  background: #E23B13;
  color: #ffffff;
}
.p-front-news__button {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*----------------------------------------
	p-front-about
----------------------------------------*/
.p-front-about {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-about {
    overflow: hidden;
  }
}
.p-front-about .c-heading {
  margin-bottom: 25px;
}
.p-front-about__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 250px;
}
@media screen and (max-width: 767px) {
  .p-front-about__container {
    width: 95%;
    padding: 80px 0 130px;
  }
}
.p-front-about:before {
  position: absolute;
  left: -40px;
  bottom: 0;
  background: url(../img/front/bg_about_01.svg) no-repeat;
  background-size: 100%;
  width: 400px;
  height: 200px;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-front-about:before {
    width: 200px;
    height: 100px;
  }
}
.p-front-about:after {
  position: absolute;
  right: 40px;
  top: 90px;
  background: url(../img/front/bg_about_02.svg) no-repeat;
  background-size: 100%;
  width: 160px;
  height: 200px;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-front-about:after {
    width: 50px;
    height: 100px;
    right: -10px;
    top: 50px;
  }
}

/*----------------------------------------
	p-front-use
----------------------------------------*/
.p-front-use .c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-front-use .c-heading {
    padding-bottom: 15px;
  }
}
.p-front-use__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-front-use__container {
    width: 95%;
    padding-bottom: 40px;
  }
}
.p-front-use__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.p-front-use__list ul li {
  width: calc(33.3333333333% - 15px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-use__list ul li .c-label {
    width: 80%;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-use__list ul li {
    width: calc(50% - 10px);
  }
}
.p-front-use__list ul li a {
  position: relative;
  display: block;
}
.p-front-use__list ul li a .in {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*----------------------------------------
	p-front-search
----------------------------------------*/
.p-front-search {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
.p-front-search:before {
  position: absolute;
  background: url(../img/front/bg_search_01.svg) no-repeat;
  background-size: 100%;
  width: 304px;
  height: 170px;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .p-front-search:before {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front-search:before {
    width: 150px;
    height: 100px;
    top: 460px;
    left: -40px;
  }
}
.p-front-search:after {
  position: absolute;
  right: 200px;
  top: 40px;
  background: url(../img/front/bg_search_02.svg) no-repeat;
  background-size: 100%;
  width: 200px;
  height: 160px;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-front-search:after {
    right: 0;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-search:after {
    width: 100px;
    height: 80px;
    right: -40px;
  }
}
.p-front-search .img-map {
  width: 470px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-search .img-map {
    width: 95%;
    margin: 0 auto;
  }
}
.p-front-search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-front-search__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-search__inner .in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-front-search__inner .in {
    padding: 0 10px;
  }
}
.p-front-search__inner .in ul {
  margin-bottom: 12px;
}
.p-front-search__inner .in ul li {
  padding-top: 20px;
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-front-search__inner .in ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 8px;
    display: block;
    line-height: 2;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 767px) {
  .p-front-search__inner .in ul li .c-text {
    margin-right: 4px;
  }
}
.p-front-search__inner .in ul li .c-label.-sub {
  background: #FCEABD;
  border-radius: 8px;
  width: 60px;
  text-align: center;
  margin-right: 15px;
  padding: 5px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-front-search__inner .in ul li .c-label.-sub {
    padding: 6px;
    width: 100px;
    display: block;
    margin: 0 auto 6px;
  }
}
.p-front-search__inner .in ul li .c-label.-sub2 {
  min-width: 60px;
}
@media screen and (max-width: 767px) {
  .p-front-search__inner .in ul li .c-label.-sub2 {
    min-width: 40px;
  }
}
.p-front-search__container {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-search__container {
    width: 95%;
  }
}
.p-front-search .c-heading {
  text-align: center;
  margin-bottom: 30px;
}

/*----------------------------------------
	p-front-link
----------------------------------------*/
.p-front-link {
  background: url(../img/front/front-center.png) no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0;
  height: auto;
}
.p-front-link:before {
  position: absolute;
  left: 45px;
  top: -80px;
  background: url(../img/front/bg_link_01.svg) no-repeat;
  background-size: 100%;
  width: 130px;
  height: 140px;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-front-link:before {
    width: 80px;
    height: 90px;
    left: -40px;
    top: -40px;
  }
}
.p-front-link:after {
  position: absolute;
  right: 50px;
  bottom: -100px;
  background: url(../img/front/bg_link_02.svg) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 150px;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-front-link:after {
    width: 50px;
    height: 90px;
    right: 20px;
    bottom: -40px;
  }
}
.p-front-link__container {
  max-width: 1083px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-link__container {
    width: 95%;
  }
}
.p-front-link__container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 80px;
}
@media screen and (max-width: 767px) {
  .p-front-link__container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-link__container ul li {
  width: calc(50% - 120px);
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-link__container ul li {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.p-front-link__container ul li figure {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-link__container ul li figure {
    width: 180px;
  }
}
.p-front-link__container ul li figure img {
  width: 100%;
  height: auto;
}
.p-front-link__container ul li .in {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-front-link__container ul li .in .c-label {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .p-front-link__container ul li .in .c-label {
    width: 100%;
  }
}

/*----------------------------------------
	p-front-recruit
----------------------------------------*/
.p-front-recruit {
  padding: 45px 0 0;
}
.p-front-recruit .c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-front-recruit .c-heading {
    margin-bottom: 15rem;
  }
}
.p-front-recruit__inner {
  position: relative;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .p-front-recruit__inner {
    height: 90px;
  }
}
.p-front-recruit__inner:before {
  position: absolute;
  width: 90%;
  background: #B5E1DA;
  border-top-right-radius: 500px;
  content: "";
  height: 100%;
}
.p-front-recruit__inner figure {
  position: absolute;
  width: 700px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .p-front-recruit__inner figure {
    width: 90%;
  }
}
.p-front-recruit__inner a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
  width: 400px;
  padding: 22px 25px;
  line-height: 1;
  text-align: center;
  background: #FFFFFF;
  font-size: 2.6rem;
  border: 3px solid #43C3AE;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .p-front-recruit__inner a {
    width: 70%;
    padding: 17px 25px;
    top: -10rem;
    font-size: 1.5rem;
  }
}

/*----------------------------------------
	p-front-bnr
----------------------------------------*/
.p-front-bnr {
  background: #F7F7F7;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .p-front-bnr {
    padding: 20px 0;
  }
}
.p-front-bnr__container {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-bnr__container {
    width: 95%;
  }
}
.p-front-bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .p-front-bnr ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.p-front-bnr ul li {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 767px) {
  .p-front-bnr ul li {
    width: calc(50% - 20px);
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
.c-sub {
  padding-bottom: 70px;
}

/*----------------------------------------
	p-sub-main
----------------------------------------*/
.p-sub__link-list {
  border: 3px solid #db6e31;
  border-radius: 10px;
  padding: 20px;
  background: #fff8e4;
}
.p-sub__link-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  gap: 20px 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-sub__link-list ul {
    width: 100%;
    gap: 10px 2px;
  }
}
.p-sub__link-list ul li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .p-sub__link-list ul li {
    width: calc(50% - 5px);
  }
}
.p-sub__link-list ul li a {
  display: block;
  padding: 20px;
  border-radius: 6px;
  line-height: 1.2;
  position: relative;
  background: #db6e31;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-sub__link-list ul li a {
    font-size: 1.4rem;
    padding-right: 30px;
  }
}
.p-sub__link-list ul li a:after {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../img/_common/ico-arrow-white.svg) no-repeat;
  position: absolute;
  background-size: 100%;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-sub__link-list ul li a[target=_blank]:after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/_common/ico-target-white.svg) no-repeat;
  position: absolute;
  background-size: 100%;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-sub__link-list ul li.-coming a {
  background: #dedede;
  color: #000000;
}
.p-sub__link-list ul li.-coming a:after {
  display: none;
}
.p-sub__link-list ul li.-coming a:hover {
  opacity: 1 !important;
  cursor: auto;
}
.p-sub__link-list ul li.-active a {
  background: #656565;
}

.p-sub-main {
  padding-top: 10px;
}
.p-sub-main__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95%;
  margin: 0 auto 10px;
  border-radius: 20px;
  overflow: hidden;
}
.p-sub-main__container h2 {
  position: absolute;
  left: 80px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #323131;
}
.p-sub-main__main {
  width: 100%;
}
.p-sub-main__item__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  background: #ffffff;
  width: 20rem;
  font-size: 2.4rem;
  padding: 20px;
  border-top-right-radius: 15px;
}
.p-sub-main__item__inner span {
  color: #C93613;
}

@media screen and (max-width: 767px) {
  .p-front-mv__head {
    width: 54.0540540541vw;
  }
  .p-front-mv__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-front-mv__column {
    width: 100%;
  }
}
.breadcrumbs__container {
  width: 95%;
  margin: 0 auto 45px;
}
.breadcrumbs__container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
.breadcrumbs__container ul li:after {
  content: "＞";
  margin-left: 12px;
  font-size: 1rem;
  position: relative;
  top: -1px;
}
.breadcrumbs__container ul li a {
  color: #EC641F;
  text-decoration: underline;
}
.breadcrumbs__container ul li:last-child:after {
  display: none;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-about
----------------------------------------*/
.p-about__oneday .row .img-wrap {
  width: 260px;
}
.p-about__oneday .row .c-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-form
----------------------------------------*/
.mw_wp_form_confirm .small-txt {
  display: none;
}

.p-form__contact .privacy {
  margin-top: 20px;
  text-align: center;
}
.p-form__contact .privacy a {
  color: #EC641F;
  text-decoration: underline;
}
.p-form__contact .privacy .privacy_n {
  background: #dedede;
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
}
.p-form__contact .form-box-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-form__contact .form-box-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-form__contact .form-box-table .item-title {
  width: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form__contact .form-box-table .item-title {
    width: auto;
    margin-bottom: 15px;
  }
}
.p-form__contact .form-box-table .item-title .error {
  color: inherit;
}
.p-form__contact .form-box-table .item-title .error:after {
  content: "必 須";
  font-size: 1.4rem;
  position: absolute;
  right: 30px;
  line-height: 1;
  top: 0;
  background: #d04c25;
  color: #fff;
  padding: 6px;
}
@media screen and (max-width: 767px) {
  .p-form__contact .form-box-table .item-title .error:after {
    right: 0;
  }
}
.p-form__contact .form-box-table .item-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-form__contact .form-box-table input {
  background: #f7f7f7;
  border: 1px solid #666666;
  padding: 4px;
  width: 100%;
}
.p-form__contact .form-box-table select {
  background: #f7f7f7;
  border: 1px solid #666666;
  padding: 7px 4px;
  width: 100%;
}
.p-form__contact .form-box-table textarea {
  background: #f7f7f7;
  border: 1px solid #666666;
  padding: 4px;
  width: 100%;
}
.p-form__contact .c-button__input {
  background: #FBBC05;
  border-radius: 100px;
  padding: 12px 35px;
  display: inline-block;
  position: relative;
}
.p-form__contact input[name=submitBack] {
  border: 2px solid #FBBC05;
  border-radius: 100px;
  padding: 12px 35px;
  display: inline-block;
  position: relative;
}

/*----------------------------------------
	p-form
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-qa
----------------------------------------*/
.p-qa__list dl {
  margin-bottom: 25px;
}
.p-qa__list dl dt {
  background: #FBBC05;
  border-radius: 12px;
  padding: 16px 20px;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  color: #323131;
  margin-bottom: 10px;
  padding-left: 65px;
  position: relative;
}
.p-qa__list dl dt i {
  font-style: normal;
  font-weight: bold;
  font-size: 1.9rem;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-qa__list dl dd {
  padding: 16px 20px;
  padding-left: 65px;
  position: relative;
}
.p-qa__list dl dd i {
  font-style: normal;
  font-weight: bold;
  font-size: 1.9rem;
  color: #FBBC05;
  position: absolute;
  left: 20px;
  top: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-hoiku
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-hoikuinfo
----------------------------------------*/
.p-hoikuinfo-head .-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-hoikuinfo-head .school-category {
  margin-bottom: 10px;
}
.p-hoikuinfo-head .school-category .kubun-term {
  border-radius: 30px;
  border: 2px solid #dedede;
  padding: 10px 40px;
  line-height: 1;
  display: inline-block;
}
.p-hoikuinfo-head .date {
  font-size: 1.4rem;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .p-hoikuinfo .c-button__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-hoikuinfo__school-info .row {
    gap: 0;
  }
}
.p-hoikuinfo__school-info figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-hoikuinfo__school-info_list {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .p-hoikuinfo__school-info_list {
    width: 100%;
  }
}
.p-hoikuinfo__school-info_list dl {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.p-hoikuinfo__school-info_list dl dt, .p-hoikuinfo__school-info_list dl dd {
  display: table-cell;
  border: 1px solid #B8B8B8;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .p-hoikuinfo__school-info_list dl dt, .p-hoikuinfo__school-info_list dl dd {
    padding: 8px;
  }
}
.p-hoikuinfo__school-info_list dl dt {
  width: 120px;
  background: #FCEABD;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-hoikuinfo__school-info_list dl dt {
    width: 80px;
    font-size: 1.4rem;
  }
}
.p-hoikuinfo__school-info_list dl dd {
  vertical-align: middle;
  border-left: none;
}
.p-hoikuinfo__school-info-state ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-hoikuinfo__school-info-state ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-hoikuinfo__school-info-state ul li {
  text-align: center;
  width: calc(25% - 10px);
}
@media screen and (max-width: 767px) {
  .p-hoikuinfo__school-info-state ul li {
    width: calc(50% - 10px);
  }
}
.p-hoikuinfo__school-info-state ul li figure {
  width: 100%;
}
.p-hoikuinfo__school-info-state ul li figure figcaption {
  font-size: 1.3rem;
  margin-top: 7px;
  line-height: 1.5;
}
.p-hoikuinfo__school-info-map .map-inner iframe {
  width: 100%;
  height: 300px;
}
.p-hoikuinfo__school-info-schedule .schedule-inner ul li {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-hoikuinfo__school-info-schedule .schedule-inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-hoikuinfo__school-info-schedule .schedule-inner ul li:last-child {
  margin-bottom: 0;
}
.p-hoikuinfo__school-info-schedule .schedule-inner .c-label {
  width: 90px;
  margin-right: 20px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-search
----------------------------------------*/
.p-search .c-table table {
  font-size: 1.3rem;
}
.p-search .c-table table .num {
  width: 60px !important;
}
.p-search .c-table table tr th {
  vertical-align: middle;
  line-height: 1.1;
  text-align: center !important;
}
.p-search .c-table table tr th:nth-of-type(1) {
  width: 145px;
}
.p-search .c-table table tr th:nth-of-type(2) {
  width: 32%;
}
.p-search .c-table table tr th:nth-of-type(3) {
  width: 110px;
}
.p-search .chushaku {
  border: 1px solid #d04c25;
  padding: 12px;
}
.p-search #search {
  background: #FEE8A3;
  padding: 35px 20px;
  border-radius: 15px;
}
.p-search #search table th {
  padding-right: 15px;
}
.p-search #search table tr th, .p-search #search table tr td {
  padding-bottom: 14px;
}
.p-search #search input {
  border: 1px solid #000000;
  background: #ffffff;
  padding: 6px;
  line-height: 1.5;
  border-radius: 6px;
}
.p-search #search select {
  background: #ffffff;
  padding: 6px;
  line-height: 1.5;
  border-radius: 6px;
}
.p-search #search #search-bt-j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-search #search #search-bt-j input {
  background: #FBBC05;
  border-radius: 100px;
  padding: 12px 35px;
  display: inline-block;
  position: relative;
  border: none;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-recruit
----------------------------------------*/
.job-applicants {
  margin-bottom: 40px;
}
.job-applicants dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ffffff;
}
.job-applicants dl dt {
  width: 120px;
  font-weight: normal;
}
.job-applicants dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.job-applicants dl dt, .job-applicants dl dd {
  padding: 10px;
}

.p-recruit .date {
  text-align: right;
  margin-bottom: 12px;
  font-size: 1.4rem;
}

#tabx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#tabx li {
  background: #e1e1e1;
  padding: 8px;
  text-align: center;
  width: 12.5%;
  border-bottom: 2px solid #FBBC05;
}
#tabx li.active {
  background: #FBBC05;
}

#recBox01 table {
  margin: 0;
  border-top: solid 1px #666;
  border-left: solid 1px #666;
  border-collapse: collapse;
  width: 100%;
}

#recBox01 table th {
  text-align: center;
  vertical-align: middle;
}

#recBox01 table th, #recBox01 table td {
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
}

#recBox01 table tbody td.name, #recBox01 table tbody td.staff01, #recBox01 table tbody td.staff02 {
  border-bottom-style: dashed;
  padding: 0 6px;
}

#recBox01 table td {
  text-align: center;
  vertical-align: top;
}

#recBox01 table thead th.division {
  width: 10%;
}

#recBox01 table thead th.name {
  width: 22%;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

#recBox01 table tbody td.staff01 {
  width: 10%;
}

#recBox01 table tbody td.staff02 {
  width: 10%;
}

#recBox01 table tbody th.division {
  vertical-align: top;
}

#recBox01 table tbody td.name {
  text-align: left;
}

#recBox01 table tbody td.staff01,
#recBox01 table tbody td.staff02 {
  color: #D05275;
  font-size: 100%;
}

#recBox01 table thead th.division,
#recBox01 table tfoot th.division {
  background: #FFDAA3;
}

#recBox01 table thead th.name,
#recBox01 table tfoot th.name {
  background: #FFECA3;
}

#recBox01 table thead th.staff01,
#recBox01 table tfoot th.staff01 {
  background: #FFC1C1;
}

#recBox01 table thead th.staff02,
#recBox01 table tfoot th.staff02 {
  background: #C6DF95;
}

#recBox01 table thead th.type01,
#recBox01 table tfoot th.type01 {
  background: #FCC;
}

#recBox01 table thead th.type02,
#recBox01 table tfoot th.type02 {
  background: #D9EAB9;
}

#recBox01 table tbody th.division {
  background: #FFECCC;
}

#recBox01 table tbody td.name {
  background: #FFC;
}

#recBox01 table tbody td.staff01 {
  background: #FFECEC;
}

#recBox01 table tbody td.staff02 {
  background: #EEF5E0;
}

#recBox01 table thead th.staff01,
#recBox01 table thead th.staff02,
#recBox01 table tfoot th.type01,
#recBox01 table tfoot th.type02 {
  border-bottom-color: #8C8888;
}

#recBox01 table thead th.type-l,
#recBox01 table thead th.type-c,
#recBox01 table tfoot th.type-l,
#recBox01 table tfoot th.type-c {
  border-right-color: #8C8888;
}

#recBox01 table tbody td.name,
#recBox01 table tbody td.staff01,
#recBox01 table tbody td.staff02 {
  border-bottom-style: dashed;
}

#recBox01 table tbody td.btm {
  border-bottom-style: solid;
}

#recBox01 table tbody td.name a {
  color: #D05275;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-member
----------------------------------------*/
/*------------------------------------------------------------
  dl_system,dl_style
------------------------------------------------------------*/
.dl-system #contents dl.dlBox {
  background: #FFEEEE;
  font-size: 90%;
  text-align: center;
  line-height: 1.5;
  padding: 22px 10px;
  margin-bottom: 30px;
  border: solid 1px #FFCECE;
}

.dl-system #contents dl.dlBox dt {
  color: #F00;
  font-weight: bold;
  margin-bottom: 1em;
}

/*----------------------------------------
	表の調整
----------------------------------------*/
.plan #contents table thead th.date {
  background: #FF9439;
  width: 9%;
  padding: 10px 2px;
}

.plan #contents table thead th.day {
  background: #FFBE39;
  width: 9%;
  padding: 10px 2px;
}

.plan #contents table thead th.time {
  background: #FFDF85;
  width: 12%;
  padding: 10px 2px;
}

.plan #contents table thead th.con {
  background: #FFEDB0;
}

.plan #contents table tbody th.date {
  background: #FFC279;
}

.plan #contents table tbody td.day {
  background: #FFDC79;
}

.plan #contents table tbody td.time {
  background: #FFEDB0;
}

.plan #contents table tbody td.con {
  background: #FFF9E1;
  text-align: left;
}

.plan #contents table thead th.style {
  background: #FFDF85;
  width: 12%;
  padding: 10px 2px;
}

.plan #contents table tbody td.style {
  background: #FFEDB0;
}

.download #contents table {
  margin-bottom: 50px;
}

.download #contents table.marB20 {
  margin-bottom: 20px;
}

.download #contents table th {
  text-align: center;
  vertical-align: middle;
}

.download #contents table td {
  text-align: left;
  vertical-align: top;
}

.download #contents table thead th.file {
  background: #FFDF85;
  width: 15%;
  padding: 10px 2px;
}

.download #contents table thead th.exp {
  background: #FFEDB0;
  width: auto;
}

.download #contents table thead th.name {
  background: #FCC;
  width: 20%;
  padding: 10px 2px;
}

.download #contents table thead th.date {
  background: #FFDF85;
  width: 15%;
  padding: 10px 2px;
}

.download #contents table tbody th.file {
  background: #FFEDB0;
  text-align: left;
  vertical-align: top;
}

.download #contents table tbody td.exp {
  background: #FFF9E1;
}

.download #contents table tbody td.name {
  background: #FFECEC;
  text-align: left;
  padding: 10px 5px;
}

.download #contents table tbody td.date {
  background: #FFEDB0;
  font-size: 90%;
  text-align: left;
}

.download #contents table tbody td.exp span {
  color: #C00;
}

.download #contents table tbody td.name a {
  color: #C00;
}

.dl-system #contents table {
  margin-bottom: 50px;
}

.dl-system #contents table th {
  text-align: center;
  vertical-align: middle;
}

.dl-system #contents table td {
  text-align: left;
  vertical-align: top;
}

.dl-system #contents table thead th.file {
  background: #BAD980;
  width: 15%;
  padding: 10px 2px;
}

.dl-system #contents table thead th.exp {
  background: #C6DF95;
  width: auto;
}

.dl-system #contents table thead th.name {
  background: #FFDF85;
  width: 20%;
  padding: 10px 2px;
}

.dl-system #contents table thead th.date {
  background: #BAD980;
  width: 15%;
  padding: 10px 2px;
}

.dl-system #contents table tbody th.file {
  background: #D8E9B8;
  text-align: left;
  vertical-align: top;
}

.dl-system #contents table tbody td.exp {
  background: #E7F1D1;
}

.dl-system #contents table tbody td.name {
  background: #FFEDB0;
  text-align: left;
  padding: 10px 5px;
}

.dl-system #contents table tbody td.date {
  background: #D8E9B8;
  font-size: 90%;
  text-align: left;
}

.dl-system #contents table tbody td.name a {
  color: #C00;
}

.recipe #contents table {
  margin-bottom: 50px;
}

.recipe #contents table th {
  text-align: center;
  vertical-align: middle;
}

.recipe #contents table td {
  text-align: left;
  vertical-align: top;
}

.recipe #contents table thead th.exp {
  background: #C6DF95;
  width: auto;
}

.recipe #contents table thead th.name {
  background: #FFDF85;
  width: 20%;
  padding: 10px 2px;
}

.recipe #contents table thead th.date {
  background: #BAD980;
  width: 15%;
  padding: 10px 2px;
}

.recipe #contents table tbody td.exp {
  background: #E7F1D1;
}

.recipe #contents table tbody td.name {
  background: #FFEDB0;
  text-align: left;
  padding: 10px 5px;
}

.recipe #contents table tbody td.date {
  background: #D8E9B8;
  font-size: 90%;
  text-align: left;
}

.recipe #contents table tbody td.name a {
  color: #C00;
}

.application #contents table th {
  background: #FFEAAA;
  text-align: center;
  vertical-align: middle;
  padding: 8px 2px;
}

.application #contents table td {
  background: #FFF9E1;
  text-align: left;
  vertical-align: top;
  padding: 8px 5px;
}

.application #contents table th.job {
  width: 16%;
}

.application #contents table th.sex {
  width: 10%;
}

.application #contents table th.age {
  width: 10%;
}

.application #contents table th.time {
  width: 16%;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-song
----------------------------------------*/
.p-song .note01 dt {
  font-weight: normal;
}
.p-song .note02 {
  margin-top: 30px;
}
.p-song .note02 dt {
  font-weight: normal;
}
.p-song .note03 {
  margin-top: 30px;
}
.p-song .note03 dt {
  font-weight: normal;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-news
----------------------------------------*/
.p-news .p-seminar-detail a {
  color: #EC641F;
  text-decoration: underline;
}