@charset "UTF-8";
/*
date : 2012-2

+ Text
+ List
+ Anchor
+ Table
+ Form
+ Others
*/
/*----------------------------------------
	font-size
------------------------------------------
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/
/* Don't Edit */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

/*----------------------------------------
	HTML5
----------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

/*----------------------------------------
	Text
----------------------------------------*/
h1 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

h4 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

h5 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

h6 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

pre {
  margin: 1.5em 25px;
  padding: 1em;
  overflow: scroll;
  font-family: "ＭＳ-Ｐ ゴシック" , Osaka, Arial, Helvetica, sans-serif;
  line-height: 1.9;
}

blockquote {
  margin: 1.5em 1px;
  border: 5px solid #9f998f;
  color: #77471c;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-position: left bottom;
}

blockquote[title]::before {
  padding: 0.2em 10px 0.4em 10px;
  content: attr(title);
  display: block;
  color: #fff;
  background-color: #9f998f;
  font-weight: bold;
}

blockquote[cite]::after {
  margin: 0.5em 10px;
  content: attr(cite);
  display: block;
  text-align: right;
  font-size: 85%;
}

blockquote * {
  color: #4c4c4c;
}

em {
  color: #000;
}

pre em {
  font-weight: bold;
  background-image: none;
}

q {
  text-decoration: underline;
}

cite {
  display: block;
  text-align: right;
}

kbd {
  background-color: #f5f5f5;
  font-family: "Osaka|", monospace;
  text-transform: uppercase;
  padding: 0 0.4em;
  border: 1px solid #6a8eaa;
}

del {
  text-decoration: line-through;
}

ins {
  border-top: 10px solid #3cadd6;
  border-bottom: 10px solid #3cadd6;
  border: 7px solid #3cadd6;
  margin: 2em 1px;
  padding: 1px 0;
  display: block;
  text-decoration: none;
}

ins * {
  color: #666 !important;
}

abbr,
acronym {
  border-bottom: 1px dotted #aaa;
  cursor: help;
}

/*----------------------------------------
	List
----------------------------------------*/
ol li {
  margin-left: 1.5em;
}

li,
dt,
dd {
  font-size: 100%;
  list-style-type: none;
  list-style-position: outside;
}

ol li {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

p + p,
ul + p,
ol + p,
dl + p {
  margin-top: 1em;
}

/*----------------------------------------
	Anchor
----------------------------------------*/
a {
  color: #514327;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

/*----------------------------------------
	Table
----------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}

iframe {
  border: none;
}

/*----------------------------------------
	Form
----------------------------------------*/
fieldset,
legend {
  border: none;
}

legend {
  display: none;
}

input[type=text],
textarea {
  padding: 0.2em;
  border: 1px solid #d1d1d1;
  background-color: #fff;
}

input {
  line-height: 1.2;
}

select, input, textarea, button {
  vertical-align: middle;
  position: relative;
  *margin-right: 3px;
  top: 0;
}

input[type="checkbox"],
input[type="radio"] {
  border: none;
  top: -1px;
  top: 0\9;
  margin-right: 2px;
  margin-right: 0\9;
}

input[type=text]:focus,
textarea:focus {
  border: 1px solid #069;
  background-color: #fff;
}

input.button {
  padding: 0;
  border: none;
  background-image: none;
  vertical-align: top;
}

/*----------------------------------------
	Others
----------------------------------------*/
img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  color: #514327;
  line-height: 1.8;
  font-size: clamp(1.4rem, 1.62791vw, 1.6rem);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  /*400 700*/
  letter-spacing: .1rem;
  background-color: #FBFBFB;
  -webkit-text-size-adjust: none;
}

.ghead {
  padding: 20px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
}

.ghead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1344px;
  margin: 0 auto;
}

.ghead__inner .gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ghead__inner .gnavi .logo {
  width: 120px;
  margin-right: 26px;
}

.ghead__inner .gnavi .logo h1 {
  margin: 0;
  line-height: 1;
}

.ghead__inner .gnavi .logo img {
  vertical-align: middle;
}

.ghead__inner .gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ghead__inner .gnavi ul li {
  border-left: solid 1px #F5F4F0;
}

.ghead__inner .gnavi ul li:last-of-type {
  border-right: solid 1px #F5F4F0;
}

.ghead__inner .gnavi ul li a {
  display: block;
  color: #514327;
  font-size: clamp(1.5rem, 1.16667vw, 1.6rem);
  font-weight: 500;
  padding: 0 16px;
}

.ghead__inner .contactNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ghead__inner .contactNavi a {
  display: block;
  font-size: clamp(1.5rem, 1.16667vw, 1.6rem);
  font-weight: 500;
  line-height: 1;
  padding: 14px 2rem;
  padding-left: calc(3rem + 20px);
  border: solid 2px;
  border-radius: 100px;
  position: relative;
}

.ghead__inner .contactNavi a i {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ghead__inner .contactNavi .mail {
  margin-right: 2rem;
}

.ghead__inner .contactNavi .mail a {
  color: #6BBBE8;
  border-color: #6BBBE8;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.ghead__inner .contactNavi .mail a i {
  background-color: #6BBBE8;
  -webkit-transition: background .5s;
  transition: background .5s;
}

@media (hover: hover) and (pointer: fine) {
  .ghead__inner .contactNavi .mail a:hover {
    color: #fff;
    background-color: #6BBBE8;
  }
  .ghead__inner .contactNavi .mail a:hover i {
    color: #6BBBE8;
    background-color: #fff;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ghead__inner .contactNavi .mail a:hover {
    color: #fff;
    background-color: #6BBBE8;
  }
  .ghead__inner .contactNavi .mail a:hover i {
    color: #6BBBE8;
    background-color: #fff;
  }
}

.ghead__inner .contactNavi .phone a {
  color: #AACA65;
  font-family: "Roboto", serif;
  border-color: #AACA65;
}

.ghead__inner .contactNavi .phone a i {
  background-color: #AACA65;
}

@media (max-width: 800px) {
  .ghead__inner .contactNavi .phone a {
    pointer-events: auto;
  }
}

@media (pointer: fine), (hover: hover) {
  .ghead__inner .contactNavi .phone a {
    pointer-events: none;
  }
}

@media (max-width: 1200px) {
  .ghead__inner .gnavi {
    width: calc(100% - 380px);
  }
  .ghead__inner .gnavi .logo {
    margin-right: 0;
  }
  .ghead__inner .gnavi ul li a {
    padding: 0 8px;
  }
  .ghead__inner .contactNavi a {
    padding: 14px 10px;
    padding-left: 40px;
  }
  .ghead__inner .contactNavi a i {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    width: 24px;
    height: 24px;
    left: 5px;
  }
  .ghead__inner .contactNavi .mail {
    margin-right: 10px;
  }
}

@media (max-width: 1000px) {
  .ghead__inner .gnavi {
    width: calc(100% - 40vw);
  }
  .ghead__inner .gnavi .logo {
    width: 100px;
  }
  .ghead__inner .gnavi ul li a {
    font-size: 1.4vw;
    padding: 0 5px;
  }
  .ghead__inner .contactNavi a {
    font-size: 1.4vw;
    padding: 0;
    border: none;
  }
}

@media (max-width: 800px) {
  .ghead {
    padding: 12px 20px;
  }
  .ghead__inner {
    padding-right: 50px;
  }
  .ghead__inner .gnavi {
    width: calc(100% - 40vw);
  }
  .ghead__inner .gnavi .logo {
    width: 70px;
  }
  .ghead__inner .gnavi ul {
    display: none;
  }
  .ghead__inner .contactNavi a {
    font-size: 1.4vw;
  }
  .ghead__inner .contactNavi a i {
    position: static;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    background-color: transparent;
  }
  .ghead__inner .contactNavi a span {
    display: none;
  }
  .ghead__inner .contactNavi .mail a i {
    color: #6BBBE8;
    background-color: transparent;
  }
  .ghead__inner .contactNavi .phone a i {
    color: #AACA65;
    background-color: transparent;
  }
}

.gfoot {
  background-color: #fff;
}

.gfoot .contactBnrWrap {
  background-color: #F5F4F0;
  padding: 50px 20px;
}

.gfoot .contactBnrWrap .contactBnr {
  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;
}

.gfoot .contactBnrWrap .contactBnr .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 20px;
  margin: 0 16px;
  background-color: #fff;
  border-radius: 5px;
}

@media (hover: hover) and (pointer: fine) {
  .gfoot .contactBnrWrap .contactBnr .bnr:hover {
    -webkit-transition: background .5s;
    transition: background .5s;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gfoot .contactBnrWrap .contactBnr .bnr:hover {
    -webkit-transition: background .5s;
    transition: background .5s;
  }
}

.gfoot .contactBnrWrap .contactBnr .bnr .icon {
  text-align: center;
  margin-right: 16px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.gfoot .contactBnrWrap .contactBnr .bnr .icon i {
  display: inline-block;
  color: #fff;
  font-size: clamp(2rem, 1.83333vw, 3.2rem);
  line-height: 72px;
}

.gfoot .contactBnrWrap .contactBnr .bnr .text span {
  display: block;
  line-height: 1.2;
}

.gfoot .contactBnrWrap .contactBnr .bnr.phone .icon {
  background-color: #AACA65;
}

.gfoot .contactBnrWrap .contactBnr .bnr.phone .text br {
  display: none;
}

.gfoot .contactBnrWrap .contactBnr .bnr.phone .text a {
  color: #AACA65;
}

.gfoot .contactBnrWrap .contactBnr .bnr.phone .text span {
  font-size: clamp(2.4rem, 1.83333vw, 3.2rem);
  font-family: "Roboto", serif;
}

@media (hover: hover) and (pointer: fine) {
  .gfoot .contactBnrWrap .contactBnr .bnr.phone:hover {
    background-color: #AACA65;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.phone:hover .icon {
    background-color: #fff;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.phone:hover .icon i {
    color: #AACA65;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.phone:hover .text a {
    color: #fff;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gfoot .contactBnrWrap .contactBnr .bnr.phone:hover {
    background-color: #AACA65;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.phone:hover .icon {
    background-color: #fff;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.phone:hover .icon i {
    color: #AACA65;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.phone:hover .text a {
    color: #fff;
  }
}

.gfoot .contactBnrWrap .contactBnr .bnr.mail .icon {
  background-color: #6BBBE8;
}

.gfoot .contactBnrWrap .contactBnr .bnr.mail .text a {
  color: #6BBBE8;
}

.gfoot .contactBnrWrap .contactBnr .bnr.mail .text span {
  font-size: clamp(1.8rem, 1.5vw, 2rem);
}

@media (hover: hover) and (pointer: fine) {
  .gfoot .contactBnrWrap .contactBnr .bnr.mail:hover {
    background-color: #6BBBE8;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.mail:hover .icon {
    background-color: #fff;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.mail:hover .icon i {
    color: #6BBBE8;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.mail:hover .text a {
    color: #fff;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gfoot .contactBnrWrap .contactBnr .bnr.mail:hover {
    background-color: #6BBBE8;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.mail:hover .icon {
    background-color: #fff;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.mail:hover .icon i {
    color: #6BBBE8;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.mail:hover .text a {
    color: #fff;
  }
}

.gfoot__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

.gfoot__inner .pagetop {
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  background-color: #F0A64F;
  border-radius: 50%;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.gfoot__inner .pagetop i {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .gfoot__inner .pagetop:hover {
    background-color: #AACA65;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gfoot__inner .pagetop:hover {
    background-color: #AACA65;
  }
}

.gfoot__inner .fnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 16px;
}

.gfoot__inner .fnavi ul li {
  margin-right: 1em;
}

.gfoot__inner .fnavi ul li a {
  color: #514327;
  font-size: clamp(1.4rem, 1.08333vw, 1.4rem);
  font-weight: 500;
}

.gfoot__inner .fnavi ul.menu {
  margin-bottom: 16px;
}

.gfoot__inner .fnavi ul.menu li {
  position: relative;
  margin-right: 0;
}

.gfoot__inner .fnavi ul.menu li:last-of-type a:after {
  display: none;
}

.gfoot__inner .fnavi ul.menu li a {
  display: block;
  font-size: clamp(1.5rem, 1.16667vw, 1.6rem);
}

.gfoot__inner .fnavi ul.menu li a:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-left: 16px;
  border-left: solid 1px #F5F4F0;
  top: 10%;
  right: 0;
}

.gfoot__inner .copyright {
  margin-top: 16px;
  padding-top: 16px;
  border-top: solid 1px #ccc;
}

@media (max-width: 800px) {
  .gfoot .contactBnrWrap .contactBnr {
    display: block;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    margin: 0 auto;
    max-width: 340px;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr .icon {
    margin-right: 0;
    width: 50px;
    height: 50px;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr .icon i {
    line-height: 50px;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr .text {
    width: calc(100% - 70px);
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.phone {
    margin-bottom: 20px;
  }
  .gfoot .contactBnrWrap .contactBnr .bnr.phone .text br {
    display: inline;
  }
  .gfoot__inner {
    padding: 20px;
  }
  .gfoot__inner .pagetop {
    right: 10px;
    top: -30px;
  }
  .gfoot__inner .fnavi ul {
    padding-bottom: 0;
  }
  .gfoot__inner .fnavi ul.menu {
    display: none;
  }
  .gfoot .copyright {
    margin-top: 10px;
    padding-top: 10px;
  }
}

.site-container {
  padding-top: 92px;
  position: relative;
}

@media (max-width: 1000px) {
  .site-container {
    padding-top: 83px;
  }
}

@media (max-width: 800px) {
  .site-container {
    padding-top: 58px;
  }
}

.naviTggle {
  position: fixed;
  top: 14px;
  right: 20px;
  width: 32px;
  height: 32px;
  z-index: 120;
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.naviTggle.is-show {
  display: block;
  pointer-events: auto;
  opacity: 1;
}

.naviTggle span {
  display: block;
  position: absolute;
  left: 10%;
  z-index: 200;
  width: 80%;
  height: 2px;
  background-color: #514327;
  border-radius: 4px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.naviTggle span:nth-child(1) {
  top: 5px;
}

.naviTggle span:nth-child(2) {
  top: 15px;
}

.naviTggle span:nth-child(3) {
  top: 25px;
}

.naviTggle.active span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
      -ms-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.naviTggle.active span:nth-child(2) {
  -webkit-transform: translateY(0px) rotate(45deg);
      -ms-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.naviTggle.active span:nth-child(3) {
  opacity: 0;
}

@media (min-width: 800px) {
  .naviTggle {
    display: none;
  }
  .naviTggle span {
    background-color: #AACA65;
  }
}

.drawerMenu {
  visibility: hidden;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #fff;
  position: fixed;
  top: 58px;
  right: 0;
  z-index: 80;
  opacity: 0;
  -webkit-transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
          transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.drawerMenu__inner .navi {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 2rem;
  place-items: center;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

.drawerMenu__inner .navi ul li {
  padding: 0 1rem;
}

.drawerMenu__inner .navi ul li a {
  color: #514327;
  font-weight: 500;
}

.drawerMenu__inner .navi .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.drawerMenu__inner .navi .menu li {
  width: 100%;
  padding: 0;
}

.drawerMenu__inner .navi .menu li:not(:last-of-type) {
  border-bottom: solid 1px #ccc;
}

.drawerMenu__inner .navi .menu li a {
  display: block;
  color: #514327;
  padding: 1rem;
  text-decoration: none;
}

.drawerMenu__inner .navi .cartBtn {
  margin: 2rem 0;
}

.drawerMenu.open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.clear {
  clear: both;
}

/*----------------------------------------
	clearfix
----------------------------------------*/
.cf {
  min-height: 1px;
  _height: 1%;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/***** カラム・ボックス *****/
.newsList__item {
  cursor: pointer;
  padding: 10px 9.67742vw 10px 40px;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.newsList__item:after {
  content: "";
  font-family: 'wins';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: clamp(2rem, 1.86047vw, 2.4rem);
  position: absolute;
  top: 50%;
  right: 6.45161vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right .5s;
  transition: right .5s;
}

.newsList__item:not(:last-of-type) {
  margin-bottom: 16px;
}

.newsList__item .date-cat .date {
  display: inline-block;
  color: #ccc;
  font-family: 'museo', serif;
  font-weight: 500;
  /*400 700*/
  letter-spacing: .1rem;
  margin-right: 20px;
}

.newsList__item .date-cat .cat {
  display: inline-block;
  color: #514327;
  font-family: "Noto Sans JP", serif;
  padding: 5px 20px;
  background-color: #FAF9F7;
  border-radius: 100px;
}

.newsList__item .text a {
  color: #514327;
}

@media (hover: hover) and (pointer: fine) {
  .newsList__item:hover {
    background-color: #F2F8E9;
  }
  .newsList__item:hover:after {
    right: 5.64516vw;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .newsList__item:hover {
    background-color: #F2F8E9;
  }
  .newsList__item:hover:after {
    right: 5.64516vw;
  }
}

.newsList .moreBtn {
  text-align: right;
}

.newsList .moreBtn p {
  display: inline-block;
}

.newsList .moreBtn a {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}

.newsList .moreBtn a:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  border-top: solid 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.newsList .moreBtn a i {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 800px) {
  .newsList__item {
    padding: 20px 8.06452vw 20px 30px;
  }
  .newsList__item:after {
    right: 3.22581vw;
  }
  .newsList__item:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .newsList__item .date-cat .date {
    margin-right: 10px;
  }
  .newsList__item .date-cat .cat {
    padding: 0 10px;
  }
  .newsList .moreBtn {
    text-align: center;
  }
}

/***** カラム・ボックス *****/
/***** 見出し *****/
/***** 見出し *****/
/***** ボタン *****/
.btn {
  display: inline-block;
  color: #514327;
  padding: 16px 35px 16px 20px;
  background-color: #fff;
  border: solid 2px #514327;
  border-radius: 100px;
  -webkit-transition: background .5s;
  transition: background .5s;
  position: relative;
}

.btn:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  background-color: #514327;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    color: #fff;
    background-color: #514327;
  }
  .btn:hover:after {
    background-color: #fff;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn:hover {
    color: #fff;
    background-color: #514327;
  }
  .btn:hover:after {
    background-color: #fff;
  }
}

@media (max-width: 800px) {
  .btn {
    color: #fff;
    background-color: #514327;
  }
  .btn:after {
    background-color: #fff;
  }
}

@media (max-width: 800px) {
  .btnWrap {
    text-align: center;
  }
}

/***** ボタン *****/
/***** テキスト *****/
/***** 画像 *****/
.alignleft {
  width: 30%;
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

.alignright {
  width: 30%;
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}

.alignnone {
  margin-bottom: 1em;
  width: auto;
  max-width: 600px;
}

.aligncenter {
  margin-bottom: 1em;
  max-width: 1060px;
}

/***** 画像 *****/
/***** アイコン *****/
/***** アイコン *****/
/*テーブル*/
table {
  table-layout: fixed;
}

table th, table td {
  padding: 10px;
}

/*リスト*/
/***** 文字サイズ *****/
.fs20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs30 {
  font-size: 30px;
  font-size: 3rem;
}

.fs40 {
  font-size: 40px;
  font-size: 4rem;
}

/***** 余白調整 *****/
.mt0 {
  margin-top: 0em !important;
}

.mb0 {
  margin-bottom: 0em !important;
}

.mt10 {
  margin-top: 10em !important;
}

.mb10 {
  margin-bottom: 10em !important;
}

.mt20 {
  margin-top: 20em !important;
}

.mb20 {
  margin-bottom: 20em !important;
}

.mt30 {
  margin-top: 30em !important;
}

.mb30 {
  margin-bottom: 30em !important;
}

.mt40 {
  margin-top: 40em !important;
}

.mb40 {
  margin-bottom: 40em !important;
}

.mt50 {
  margin-top: 50em !important;
}

.mb50 {
  margin-bottom: 50em !important;
}

.mt60 {
  margin-top: 60em !important;
}

.mb60 {
  margin-bottom: 60em !important;
}

.mt70 {
  margin-top: 70em !important;
}

.mb70 {
  margin-bottom: 70em !important;
}

.mt80 {
  margin-top: 80em !important;
}

.mb80 {
  margin-bottom: 80em !important;
}

.mt90 {
  margin-top: 90em !important;
}

.mb90 {
  margin-bottom: 90em !important;
}

.mt100 {
  margin-top: 100em !important;
}

.mb100 {
  margin-bottom: 100em !important;
}

.sp-only {
  display: none;
}

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline;
  }
}

.recruit-container {
  color: #14110F;
  font-family: zen-kaku-gothic-antique, sans-serif;
  letter-spacing: .1rem;
  font-weight: 500;
  padding-top: 0;
}

.recruit-container:before {
  content: '';
  width: 100vw;
  height: 150vh;
  background-image: url(../images/recruit/bg-intro2.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
}

.recruitHead {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.recruitHead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
}

.recruitHead__inner .logo {
  width: 296px;
  background-color: #fff;
  border-radius: 100px;
}

.recruitHead__inner .logo h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 296px;
  margin: 0;
  padding: 10px 20px;
  font-family: raleway, sans-serif;
  letter-spacing: .1rem;
  font-weight: normal;
  font-size: clamp(2rem, 2.32558vw, 2.4rem);
  text-transform: uppercase;
}

.recruitHead__inner .logo h1 img {
  width: 90px;
  vertical-align: middle;
}

.recruitHead__inner .logo h1 span {
  margin: 0 10px;
}

.recruitHead__inner .navi {
  font-family: raleway, sans-serif;
  letter-spacing: .1rem;
  text-transform: uppercase;
  width: 192px;
}

.recruitHead__inner .navi .menu a {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 100px;
}

.recruitHead__inner .navi .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruitHead__inner .navi .entry .entryBtn {
  width: 88px;
}

.recruitHead__inner .navi .entry .entryBtn a {
  width: 88px;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
  height: 88px;
  padding-top: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.recruitHead__inner .navi .entry .entryBtn a span {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.recruitHead__inner .navi .entry .entryBtn.shinsotsu a {
  color: #00B1FF;
}

.recruitHead__inner .navi .entry .entryBtn.chuto a {
  color: #E31301;
}

@media (max-width: 800px) {
  .recruitHead__inner .logo {
    width: 200px;
  }
  .recruitHead__inner .logo h1 {
    padding: 10px;
    width: 200px;
    font-size: clamp(1.6rem, 2.32558vw, 2rem);
  }
  .recruitHead__inner .logo h1 img {
    width: 60px;
  }
  .recruitHead__inner .logo h1 span {
    margin: 0 5px;
  }
  .recruitHead__inner .navi {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruitHead__inner .navi .menu {
    width: 120px;
  }
  .recruitHead__inner .navi .menu a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
  }
  .recruitHead__inner .navi .entry .entryBtn {
    width: 60px;
  }
  .recruitHead__inner .navi .entry .entryBtn a {
    width: 60px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    height: 60px;
    padding-top: 15px;
  }
  .recruitHead__inner .navi .entry .entryBtn.chuto {
    margin-left: 5px;
  }
}

@media (max-width: 640px) {
  .recruitHead__inner .logo {
    width: 150px;
  }
  .recruitHead__inner .logo h1 {
    padding: 10px 0;
    width: 150px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .recruitHead__inner .logo h1 img {
    width: 50px;
  }
  .recruitHead__inner .logo h1 span {
    margin: 0 5px;
  }
  .recruitHead__inner .navi {
    width: 100px;
  }
  .recruitHead__inner .navi .entry {
    display: none;
  }
}

.recruitFoot {
  padding: 24px 0;
  position: relative;
  background-color: #fff;
}

.recruitFoot:before {
  content: '';
  width: 100%;
  height: 15vw;
  background-image: url(../images/recruit/back-white.svg);
  background-size: 100%;
  display: block;
  margin-top: -15vw;
}

.recruitFoot__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.recruitFoot__inner .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #B4B4B4;
}

.recruitFoot__inner .navi .pagetop {
  cursor: pointer;
}

.recruitFoot__inner .navi .pagetop i {
  display: inline-block;
  font-size: clamp(2rem, 2.09302vw, 2.4rem);
  vertical-align: middle;
}

.recruitFoot__inner .snsLink {
  text-align: right;
  margin-bottom: 16px;
}

.recruitFoot__inner .snsLink i {
  display: inline-block;
  font-size: clamp(2rem, 2.09302vw, 2.4rem);
  vertical-align: middle;
}

.recruitFoot__inner .copyright {
  max-width: 1200px;
  margin: auto;
  color: #B4B4B4;
  text-align: right;
}

@media (max-width: 640px) {
  .recruitFoot:before {
    height: 20vw;
    margin-top: -20vw;
  }
}

.recruitBtn {
  display: inline-block;
  color: #fff;
  font-size: clamp(1.6rem, 1.86047vw, 2.4rem);
  padding: 16px 120px 16px 30px;
  background-color: #030303;
  border: solid 2px #030303;
  border-radius: 100px;
  -webkit-transition: background .5s;
  transition: background .5s;
  position: relative;
}

.recruitBtn:after {
  content: "";
  font-family: 'wins';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (hover: hover) and (pointer: fine) {
  .recruitBtn:hover {
    color: #030303;
    background-color: #fff;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .recruitBtn:hover {
    color: #030303;
    background-color: #fff;
  }
}

@media (max-width: 800px) {
  .recruitBtn {
    padding: 16px 80px 16px 20px;
  }
  .recruitBtn:after {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.introduction {
  color: #fff;
  padding-bottom: 30vw;
}

.introduction__copy {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 100vh;
}

.introduction__copy .copy {
  font-family: makinas-4-square, sans-serif;
  letter-spacing: .1rem;
  font-size: clamp(10rem, 9.30233vw, 12rem);
  line-height: 1.5;
}

.introduction__copy .copy span {
  font-size: clamp(12rem, 11.62791vw, 16rem);
}

.introduction__lead {
  overflow: hidden;
}

.introduction__lead .hld {
  font-size: clamp(6rem, 6.97674vw, 8rem);
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}

.introduction__lead .moveText {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin: 40px 0 60px;
  z-index: 1;
}

.introduction__lead .moveText ul {
  -webkit-animation: flowing 40s linear infinite;
          animation: flowing 40s linear infinite;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  margin: 0;
  padding: 0;
}

.introduction__lead .moveText ul li {
  display: inline-block;
  padding-right: 20px;
}

.introduction__lead .moveText ul li img {
  width: auto;
  height: 60px;
}

.introduction__lead .text {
  font-size: clamp(2rem, 2.09302vw, 2.4rem);
  font-weight: bold;
  line-height: 2;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}

.introduction__lead .text .btnWrap {
  margin-top: 80px;
}

@media (max-width: 800px) {
  .introduction__copy .copy {
    font-size: 10vw;
  }
  .introduction__copy .copy span {
    font-size: 14vw;
  }
  .introduction__lead {
    overflow: hidden;
  }
  .introduction__lead .hld {
    font-size: 8vw;
  }
  .introduction__lead .moveText ul li {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

@media (max-width: 640px) {
  .introduction__copy {
    height: 60vh;
  }
}

@-webkit-keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.recruitSection .recruitSectiontitle {
  max-width: 1200px;
  margin: 0 auto 80px;
}

.recruitSection .content {
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 800px) {
  .recruitSection .recruitSectiontitle {
    margin-bottom: 40px;
  }
}

.recruitSectiontitle .title {
  color: #33A9DE;
  font-size: clamp(2.2rem, 2.32558vw, 3.2rem);
}

.recruitSectiontitle .title span {
  display: block;
  color: #141414;
  font-family: futura-pt-condensed, sans-serif;
  letter-spacing: .1rem;
  font-size: clamp(6rem, 6.97674vw, 10rem);
  text-transform: capitalize;
  line-height: 1.2;
  margin-right: 10px;
}

.recruitSectiontitle.white .title {
  color: #fff;
}

.recruitSectiontitle.white span {
  color: #fff;
}

.required {
  position: relative;
}

.required:before {
  content: '';
  width: 100%;
  height: 15vw;
  background-image: url(../images/recruit/back.svg);
  background-size: 100%;
  display: block;
  margin-top: -15vw;
}

.required:after {
  content: '';
  width: 100%;
  height: 15vw;
  background-image: url(../images/recruit/back.svg);
  background-size: 100%;
  background-position: center bottom;
  display: block;
  margin-bottom: -15vw;
}

.required .inner {
  padding: 0 20px;
  background-color: #33A9DE;
}

.required .requiredContent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.required .requiredContent__item {
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
}

.required .requiredContent__item .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #DBDBDB;
}

.required .requiredContent__item .title h3 {
  color: #33A9DE;
  font-size: clamp(1.8rem, 1.86047vw, 2.4rem);
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 800px) {
  .required .requiredContent {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .required .requiredContent__item {
    padding: 20px;
  }
  .required .requiredContent__item .title h3 {
    font-size: clamp(1.6rem, 1.86047vw, 2.4rem);
  }
}

.attractive {
  padding: 20vw 20px 40px;
  background-color: #FBFBFB;
}

.attractive .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.attractive .content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.attractive .content.reverse .contentImage {
  width: 56.45161%;
}

.attractive .contentText {
  width: 45.16129%;
}

.attractive .contentText .text h3 {
  color: #33A9DE;
  font-size: clamp(2.2rem, 2.32558vw, 3.2rem);
}

.attractive .contentText .text ul li {
  padding-left: 1em;
  position: relative;
}

.attractive .contentText .text ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.attractive .contentText .text ul li + li {
  margin-top: 10px;
}

.attractive .contentImage {
  width: 56.45161%;
}

@media (max-width: 800px) {
  .attractive .content {
    display: block;
  }
  .attractive .content.reverse {
    margin: 30px 0;
  }
  .attractive .content.reverse .contentImage {
    width: 100%;
  }
  .attractive .contentText {
    width: 100%;
    margin-bottom: 20px;
  }
  .attractive .contentImage {
    width: 100%;
  }
}

.knowwork {
  padding: 80px 20px;
  background-color: #179CDE;
  /* タブ */
  /* パネル */
}

.knowwork .tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #004080;
  border-radius: 100px;
  padding: 0 20px;
}

.knowwork .tabList__item {
  cursor: pointer;
  color: #fff;
  font-size: clamp(1.6rem, 1.86047vw, 2.4rem);
  padding: 10px 0;
  margin: 0 5px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  position: relative;
}

.knowwork .tabList__item.is-active {
  text-decoration: underline;
  color: #fff !important;
  background-color: transparent !important;
}

.knowwork .tabList span.line {
  display: block;
  padding: 10px 0;
  width: 1px;
  height: 30px;
  background-color: #326EAA;
}

.knowwork .panelList__item {
  display: none;
  width: 100%;
  padding: 40px 30px;
}

.knowwork .panelList__item.is-active {
  display: block;
  -webkit-animation: panel-show .9s ease-in-out forwards;
          animation: panel-show .9s ease-in-out forwards;
}

.knowwork .panelList__item .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1110px;
  margin: auto;
}

.knowwork .panelList__item .panel .image {
  width: 45.04505%;
}

.knowwork .panelList__item .panel .text {
  color: #fff;
  width: 41.44144%;
}

.knowwork .panelList__item .panel .text h3 {
  font-size: clamp(3rem, 3.48837vw, 4rem);
}

.knowwork .panelList__item .panel .text .btnWrap {
  margin-top: 40px;
}

@media (max-width: 800px) {
  .knowwork {
    padding: 40px 20px;
  }
  .knowwork .panelList__item {
    padding: 20px;
  }
  .knowwork .panelList__item .panel .image {
    width: 100%;
  }
  .knowwork .panelList__item .panel .text {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .knowwork .tabList {
    padding: 0;
    border-radius: 25px;
  }
  .knowwork .tabList__item {
    width: 50%;
    margin: 0;
    text-align: center;
    border-bottom: solid 1px #326EAA;
  }
  .knowwork .tabList__item:nth-of-type(odd) {
    border-right: solid 1px #326EAA;
  }
  .knowwork .tabList__item:nth-of-type(3), .knowwork .tabList__item:nth-of-type(4) {
    border-bottom: none;
  }
  .knowwork .tabList span.line {
    display: none;
  }
}

@media (max-width: 480px) {
  .knowwork .tabList__item {
    width: 100%;
  }
  .knowwork .tabList__item:nth-of-type(odd) {
    border-right: none;
  }
  .knowwork .tabList__item:nth-of-type(3) {
    border-bottom: solid 1px #326EAA;
  }
}

.workstyle {
  padding: 80px 20px;
  background-color: #FBFBFB;
}

.workstyle .workstyleContent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.workstyle .workstyleContent__item {
  padding: 50px 30px;
  background-color: #F4F2F0;
  border-radius: 25px;
}

.workstyle .workstyleContent__item .title {
  text-align: center;
}

.workstyle .workstyleContent__item .title h3 {
  font-size: clamp(1.8rem, 2.09302vw, 2.4rem);
}

.workstyle .workstyleContent__item .thumb {
  margin: 20px 0;
}

.workstyle .workstyleContent__item ul li {
  position: relative;
  padding-left: 25px;
}

.workstyle .workstyleContent__item ul li:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(../images/recruit/checkmark.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 6px;
  left: 0;
}

.workstyle .workstyleContent__item ul li + li {
  margin-top: 10px;
}

@media (max-width: 800px) {
  .workstyle {
    padding: 40px 20px;
  }
  .workstyle .workstyleContent {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .workstyle .workstyleContent .thumb {
    text-align: center;
  }
  .workstyle .workstyleContent .thumb img {
    max-width: 300px;
  }
}

.careerup {
  padding: 80px 20px;
  background-color: #179CDE;
}

@media (max-width: 800px) {
  .careerup {
    padding: 40px 20px;
  }
}

.staff {
  padding: 80px 0;
  background-color: #FBFBFB;
}

.staff .recruitSectiontitle {
  text-align: right;
  padding-right: 20px;
}

.staff .staffSlider__item {
  padding: 0 5px;
}

.staff .staffSlider__item .thumb {
  margin-bottom: 20px;
}

.staff .staffSlider__item .thumb img {
  border-radius: 10px;
}

.staff .staffSlider__item .title, .staff .staffSlider__item .career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staff .staffSlider__item .title span, .staff .staffSlider__item .career span {
  padding: 0 5px;
  margin-bottom: 5px;
  background-color: #EDF6FF;
  border-radius: 100px;
}

.staff .staffSlider__item .text {
  margin-top: 10px;
}

.staff .arrow_box {
  position: relative;
  margin-top: 30px;
}

.staff .arrow_box .dots-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0;
}

.staff .arrow_box .dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.staff .arrow_box .dots-wrap li:hover, .staff .arrow_box .dots-wrap li.slick-active {
  background: #33A9DE;
}

.staff .arrow_box .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.staff .arrow_box .slide-arrow {
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  width: 48px;
  height: 48px;
  background-color: #514327;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.staff .arrow_box .slide-arrow i {
  font-size: 36px;
  font-size: 3.6rem;
}

.staff .arrow_box .slide-arrow.prev-arrow {
  left: 30%;
}

.staff .arrow_box .slide-arrow.next-arrow {
  right: 30%;
}

@media (hover: hover) and (pointer: fine) {
  .staff .arrow_box .slide-arrow:hover {
    color: #514327;
    background-color: #fff;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .staff .arrow_box .slide-arrow:hover {
    color: #514327;
    background-color: #fff;
  }
}

@media (max-width: 800px) {
  .staff {
    padding: 40px 0;
  }
}

@media (max-width: 640px) {
  .staff .arrow_box .slide-arrow {
    width: 30px;
    height: 30px;
  }
  .staff .arrow_box .slide-arrow i {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .staff .arrow_box .slide-arrow.prev-arrow {
    left: 20px;
  }
  .staff .arrow_box .slide-arrow.next-arrow {
    right: 20px;
  }
}

.flow {
  color: #fff;
  padding: 80px 20px 20vw;
}

.flow .recruitSectiontitle {
  text-align: center;
}

.flow .flowContent {
  color: #14110F;
  padding: 8.06452vw;
  background-color: #fff;
  border-radius: 25px;
}

.flow .flowContent__title {
  text-align: center;
  margin-bottom: 70px;
}

.flow .flowContent__title h3 {
  font-size: clamp(1.6rem, 1.86047vw, 2.4rem);
  background: #2cc9e6;
  background: -webkit-linear-gradient(left, #2cc9e6 0%, #ccf1de 25%, white 40%, white 60%, #ccf1de 75%, #2cc9e6 100%);
  background: linear-gradient(90deg, #2cc9e6 0%, #ccf1de 25%, white 40%, white 60%, #ccf1de 75%, #2cc9e6 100%);
  border-radius: 100px;
}

.flow .flowContent__title h3 span {
  color: #33A9DE;
}

.flow .flowContent__title h3 span em {
  display: inline-block;
  color: #33A9DE;
  font-family: futura-pt-condensed, sans-serif;
  letter-spacing: .1rem;
  font-size: clamp(3rem, 2.32558vw, 4.8rem);
  margin: 0 5px;
}

.flow .flowContent .flowList {
  counter-reset: number;
}

.flow .flowContent .flowList__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow .flowContent .flowList__item + .flowList__item {
  margin-top: 80px;
}

.flow .flowContent .flowList__item:last-of-type:after {
  display: none;
}

.flow .flowContent .flowList__item:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: block;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  background-color: #33A9DE;
  border-radius: 50%;
}

.flow .flowContent .flowList__item:after {
  content: '';
  width: 110px;
  height: 80px;
  background-image: url(../images/recruit/dotline.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 110px;
  left: 0;
}

.flow .flowContent .flowList__item .text {
  font-size: clamp(1.8rem, 2.09302vw, 2.4rem);
  width: calc(100% - 150px);
  background-color: #F4F2F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 60px;
  border-radius: 100px;
}

.flow .flowContent .btnWrap {
  text-align: center;
  margin-top: 70px;
}

.flow .entryContent {
  padding: 60px 8.06452vw;
  margin-top: 80px;
  background-color: #fff;
  border-radius: 300px;
}

.flow .entryContent .btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow .entryContent .btns ul li {
  width: 48%;
}

.flow .entryContent .btns ul li a {
  display: block;
  color: #fff;
  font-size: clamp(1.6rem, 1.86047vw, 2.4rem);
  padding: 10px 80px 10px 30px;
  border-radius: 100px;
  -webkit-transition: background .5s;
  transition: background .5s;
  position: relative;
}

.flow .entryContent .btns ul li a:after {
  content: "";
  font-family: 'wins';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 8px;
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flow .entryContent .btns ul li.shinsotsu a {
  background-color: #00B1FF;
  border: solid 2px #00B1FF;
}

@media (hover: hover) and (pointer: fine) {
  .flow .entryContent .btns ul li.shinsotsu a:hover {
    color: #00B1FF;
    background-color: #fff;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flow .entryContent .btns ul li.shinsotsu a:hover {
    color: #00B1FF;
    background-color: #fff;
  }
}

.flow .entryContent .btns ul li.chuto a {
  background-color: #FF6362;
  border: solid 2px #FF6362;
}

@media (hover: hover) and (pointer: fine) {
  .flow .entryContent .btns ul li.chuto a:hover {
    color: #FF6362;
    background-color: #fff;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flow .entryContent .btns ul li.chuto a:hover {
    color: #FF6362;
    background-color: #fff;
  }
}

@media (max-width: 800px) {
  .flow .flowContent .flowList__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flow .flowContent .flowList__item + .flowList__item {
    margin-top: 40px;
  }
  .flow .flowContent .flowList__item:last-of-type:after {
    display: none;
  }
  .flow .flowContent .flowList__item:before {
    font-size: 24px;
    font-size: 2.4rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .flow .flowContent .flowList__item:after {
    width: 40px;
    height: 30px;
    top: 45px;
    background-size: contain;
  }
  .flow .flowContent .flowList__item .text {
    font-size: clamp(1.6rem, 1.86047vw, 2.4rem);
    width: calc(100% - 50px);
    background-color: transparent;
    display: block;
    padding: 0;
  }
  .flow .entryContent {
    margin-top: 40px;
    padding: 40px 8.06452vw;
    border-radius: 25px;
  }
  .flow .entryContent .btns ul li {
    width: 100%;
  }
  .flow .entryContent .btns ul li a {
    padding: 10px 60px 10px 15px;
  }
  .flow .entryContent .btns ul li a:after {
    font-size: 6px;
    font-size: 0.6rem;
  }
  .flow .entryContent .btns ul li.chuto {
    margin-top: 20px;
  }
}

/* パネル切り替えのアニメーション */
@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
