@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
/*------------------------------------------
	root
------------------------------------------*/
:root {
  --header-height: 100px;
  --inner-width: min(100%, 1100px + (var(--inner-padding) * 2));
  --inner-padding: 10px;
  --pagetop-size: 70px;
  --color-txt: #603314;
  --color-green: #62B44F;
  --color-orange: #F05A1F;
}
@media screen and (min-width: 769px) {
  :root {
    --entry-width: 80px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --header-height: 75px;
    --inner-padding: 25px;
    --entry-height: 60px;
    --cv-height: 60px;
    --pagetop-size: var(--cv-height);
  }
}
@media screen and (max-width: 374px) {
  :root {
    --inner-padding: 20px;
  }
}

/*------------------------------------------
	font
------------------------------------------*/
body {
  color: var(--color-txt);
  font-size: 16px;
  line-height: 185%;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.f-Quicksand {
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}

/*------------------------------------------
	frame
------------------------------------------*/
body {
  background: #FFFCE4;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*------------------------------------------
	scroll action
------------------------------------------*/
.js-scroll {
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s, -webkit-transform 1.5s;
}
.js-scroll:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-scroll:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-scroll:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-scroll:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-scroll.is-fadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.js-scroll.is-fadeInUp.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .js-scroll.is-fadeInUp {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
}

/*============================================================================================================
	l-header
============================================================================================================*/
.l-header {
  position: fixed;
  width: 100%;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__logo a,
.l-header__logo img {
  display: block;
}
.l-header__txt {
  font-size: 14px;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .l-header {
    z-index: 9990;
    top: 0;
    left: 0;
    height: 100px;
    padding: 20px 40px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header.is-scroll {
    height: var(--header-height);
    background: #fff;
  }
  .l-header.is-scroll .l-header__logo {
    height: var(--header-height);
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 90px;
    padding: 0 70px 0 10px;
    z-index: 9999;
    position: absolute;
  }
  .l-header__logo {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 240px 6px 50px;
    grid-template-columns: 240px 50px;
    gap: 6px;
  }
  .l-header__txt {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .l-header-btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__entry {
    width: 50%;
    border-bottom: none;
    position: fixed;
    z-index: 9990;
    bottom: 0;
    border-top: 1px solid;
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1.25;
  }
  .l-header__entry:first-child {
    left: 0;
  }
  .l-header__entry:last-child {
    right: 0;
    border-left: 1px solid;
  }
  .l-header__entry a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 54px;
    background: var(--color-pink);
  }
}

/*============================================================================================================
	footer
============================================================================================================*/
.l-footer {
  padding: 0;
  background: #603314;
  position: relative;
}
.l-footer p,
.l-footer li {
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
.l-footer a,
.l-footer span {
  color: inherit !important;
  font-family: inherit;
  font-weight: inherit;
}
.l-footer a,
.l-footer li,
.l-footer div,
.l-footer span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer-inner {
  width: min(100%, 1100px);
  margin-inline: auto;
  padding: 50px 10px;
}
.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 25px;
  padding: 0;
  gap: 20px 0;
}
.l-footer-nav__item {
  list-style: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.l-footer-nav__item + .l-footer-nav__item {
  position: relative;
}
.l-footer-nav__item + .l-footer-nav__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: currentColor;
  margin: auto;
}
.l-footer-nav__item a {
  display: block;
  padding: 0 20px;
  color: inherit;
  text-decoration: none;
}
.l-footer-nav__item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-footer-copyright {
  margin: 0;
  color: #fff !important;
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .hidden-sp {
    display: none;
  }
  .l-footer-inner {
    padding: 30px 20px;
  }
  .l-footer-nav {
    display: block;
    margin: 0 auto 30px;
  }
  .l-footer-nav__item {
    border-bottom: 1px dashed;
    font-size: 12px;
    text-align: left;
  }
  .l-footer-nav__item + .l-footer-nav__item::after {
    content: none;
  }
  .l-footer-nav__item a {
    padding: 10px 0;
  }
  .l-footer-copyright {
    font-size: 10px;
  }
}

.pagetop {
  display: none;
  width: var(--pagetop-size);
  height: var(--pagetop-size);
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  text-indent: 100%;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 9000;
}
.pagetop a {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--color-orange);
  border-radius: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  position: relative;
}
.pagetop a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0, 100% 2px, 2px 2px, 2px 100%, 0 100%);
  background: currentColor;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .pagetop {
    display: block !important;
    opacity: 1 !important;
    position: fixed !important;
    right: 15px;
    bottom: 20px !important;
    border-right: none;
    border-bottom: none;
    z-index: 9992;
  }
  .pagetop a {
    background: var(--color-orange);
  }
  .pagetop a::after {
    width: 10px;
    height: 10px;
    color: #fff;
  }
}

/*============================================================================================================
	nav
============================================================================================================*/
.l-nav a {
  display: block;
}
.l-nav__entry {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}
.l-nav__entry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background: var(--color-orange) url("../img/ico_arrow01.svg") no-repeat right 16px center/16px;
  border-radius: 0 0 8px 8px;
}
.l-nav__entry.is-green a {
  background: var(--color-green) url("../img/ico_arrow01.svg") no-repeat right 16px center/16px;
}
.l-nav-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

/* PC */
@media screen and (min-width: 769px) {
  .l-nav {
    display: block !important;
    height: auto !important;
  }
  .l-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
    position: relative;
    top: -14px;
  }
  .l-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 30px;
  }
  .l-nav-list__item {
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .l-nav-list__item a {
    padding: 5px 0;
    position: relative;
  }
  .l-nav-list__item a::after {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    background: var(--color-pink);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-nav-list__item a:hover {
    opacity: 1;
    color: var(--color-orange);
  }
  .l-nav-list__item a:hover::after {
    width: 100%;
    opacity: 1;
  }
  .l-nav__entry {
    width: 220px;
    font-size: 16px;
    line-height: 1.2;
  }
  .l-nav__entry a {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .l-nav__entry a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    pointer-events: none;
  }
  .l-nav__entry a:hover {
    opacity: 0.6;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .gnavBtn {
    overflow: hidden;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 9992;
    position: fixed;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    background: var(--color-green);
  }
  .gnavBtn span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 28px;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gnavBtn span:nth-of-type(1) {
    top: 20px;
  }
  .gnavBtn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .gnavBtn span:nth-of-type(3) {
    bottom: 20px;
  }
  .gnavBtn.is-close span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-225deg);
            transform: translateY(9px) rotate(-225deg);
  }
  .gnavBtn.is-close span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  .gnavBtn.is-close span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(225deg);
            transform: translateY(-9px) rotate(225deg);
  }
  .l-nav {
    display: none;
    padding: 80px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9991;
    background: rgba(255, 255, 255, 0.95);
    overflow: auto;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav-list__item {
    border-bottom: 1px solid #999;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
  }
  .l-nav-list__item a {
    padding: 15px 30px 15px 20px;
    position: relative;
  }
  .l-nav-list__item a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--color-orange);
    border-bottom: 2px solid var(--color-orange);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-nav-btnWrap {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .l-nav__entry {
    width: min(100%, 400px);
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-size: 14px;
  }
  .l-nav__entry a {
    height: 60px;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
/*============================================================================================================
	.l-mv
============================================================================================================*/
.l-mv {
  position: relative;
  z-index: -1;
}
.l-mv img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-mv {
    padding-inline: 0;
  }
  .l-mv img {
    border-radius: 0;
  }
}

/*============================================================================================================
	main
============================================================================================================*/
.c-tit01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 900;
  font-size: 48px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
.c-tit01__en {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: var(--color-orange);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 125%;
  margin-bottom: -4px;
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  .c-tit01 {
    font-size: min(6.4vw, 28px);
    line-height: 2.2;
    letter-spacing: 0.04em;
  }
  .c-tit01__en {
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 2px;
  }
}

.c-btn01__btn {
  width: min(100%, 380px);
  border-radius: 200px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.c-btn01__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 40px;
  border-radius: inherit;
  position: relative;
  background: var(--color-green) url("../img/ico_arrow01.svg") no-repeat right 32px center/16px;
}
@media screen and (min-width: 769px) {
  .c-btn01__btn a:hover {
    opacity: 1;
    background-color: var(--color-orange) !important;
  }
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .c-btn01__btn {
    margin: 0;
    width: min(100%, 410px);
    font-size: 16px;
  }
  .c-btn01__btn a {
    height: 60px;
  }
}

/*------------------------------------------
	.secAbout
------------------------------------------*/
.secAbout {
  padding: 120px 0;
  background: url("../img/bg_01.webp") no-repeat center/cover;
}
.secAbout-inner {
  max-width: 1300px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 60px 48%;
  grid-template-columns: auto 48%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-column-gap: 60px;
}
.secAbout-txtBox {
  width: min(100%, 500px);
  margin: 0 0 0 auto;
}
.secAbout__secTit {
  margin-bottom: 80px;
  position: relative;
}
.secAbout__secTit::before {
  content: "";
  display: block;
  width: 248px;
  height: 154px;
  background: url("../img/ico_title02.svg") no-repeat center/contain;
  border-radius: 10px;
  position: absolute;
  bottom: -20px;
  right: calc(50% - 310px);
}
.secAbout__lead {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.7;
  color: var(--color-orange);
}
.secAbout__lead .bg {
  padding: 2px 10px;
  border-radius: 4px;
  background: var(--color-orange);
  color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.secAbout__txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.03em;
}
.secAbout__txt + .secAbout__txt {
  margin-top: 20px;
}
.secAbout__txt span {
  background: #F5F079;
  font-size: 21px;
  font-weight: 700;
}
.secAbout-imgBox {
  position: relative;
}
.secAbout-imgBox::after {
  content: "";
  display: block;
  width: 125px;
  aspect-ratio: 125/85;
  background: url("../img/ico_message01.svg") no-repeat center/contain;
  position: absolute;
  left: 2px;
  bottom: 12.5%;
  z-index: -1;
}
.secAbout-imgBox img {
  display: block;
}
.secAbout-imgBox img:nth-of-type(1) {
  width: 94%;
  margin-left: -20px;
}
.secAbout-imgBox img:nth-of-type(2) {
  width: 62.669%;
  margin: 20px 0 0 auto;
}
.secAbout-btn {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .secAbout {
    padding: 60px 0;
  }
  .secAbout-inner {
    display: block;
  }
  .secAbout-txtBox {
    width: 100%;
    margin: 0 auto 40px;
  }
  .secAbout__secTit {
    margin-bottom: 30px;
    font-size: min(6.4vw, 28px);
    line-height: 2.2;
    letter-spacing: 0.04em;
  }
  .secAbout__secTit::before {
    width: 30%;
    bottom: -20px;
    right: 0;
    z-index: -1;
  }
  .secAbout__lead {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .secAbout__txt {
    font-size: 15px;
    line-height: 2;
  }
  .secAbout-imgBox::after {
    width: 20%;
    left: 10px;
    bottom: -10px;
  }
  .secAbout-imgBox img:nth-of-type(1) {
    width: 84%;
    margin-left: 0;
  }
  .secAbout-imgBox img:nth-of-type(2) {
    margin-top: 0;
  }
  .secAbout-btn {
    margin: 32px 0 0;
  }
}

/*------------------------------------------
	.secRecommend
------------------------------------------*/
.secRecommend {
  margin: 100px auto 0;
}
.secRecommend-inner {
  margin: 0 auto;
  text-align: center;
}
.secRecommend__secTit {
  position: relative;
}
.secRecommend__secTit::before, .secRecommend__secTit::after {
  content: "";
  display: block;
  position: absolute;
}
.secRecommend__secTit::before {
  width: 105px;
  height: 141px;
  background: url("../img/img_deco01.svg") no-repeat center/contain;
  bottom: -40px;
  left: calc(50% - 350px);
}
.secRecommend__secTit::after {
  width: 68px;
  height: 128px;
  background: url("../img/img_deco02.svg") no-repeat center/contain;
  bottom: -40px;
  right: calc(50% - 320px);
}
.secRecommend-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 13px 1fr 13px 1fr 13px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.secRecommend-list__item:nth-of-type(odd) img {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.secRecommend-list__item img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .secRecommend {
    margin: 60px auto 0;
  }
  .secRecommend__secTit::before {
    width: 14%;
    bottom: 20px;
    left: 0;
  }
  .secRecommend__secTit::after {
    width: 14%;
    bottom: 20px;
    right: 0;
  }
  .secRecommend-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 48px;
  }
}

/*------------------------------------------
	.secMerit
------------------------------------------*/
.secMerit {
  padding: 120px 0;
  background: url("../img/bg_02.webp") no-repeat center/cover;
}
.secMerit__secTit {
  margin-bottom: 80px;
  position: relative;
}
.secMerit__secTit::before {
  content: "";
  display: block;
  width: 324px;
  height: 160px;
  background: url("../img/ico_title01.svg") no-repeat center/contain;
  position: absolute;
  bottom: -40px;
  right: calc(50% - 140px);
}
.secMerit__secTit::after {
  content: "";
  display: block;
  width: 220px;
  height: 240px;
  position: absolute;
  background: url("../img/img_deco03.svg") no-repeat center/contain;
  bottom: -60px;
  right: 0;
}
.secMerit-list {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.secMerit-listWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 500px;
  grid-template-columns: 1fr 500px;
}
.secMerit-list__item {
  padding: 80px 80px 60px;
  background: #FFFCE4;
  border-radius: 40px;
  border: 4px solid rgba(240, 90, 31, 0.4);
  position: relative;
}
.secMerit-list__item::before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  background: url("../img/ico_merit01.svg") no-repeat center/contain;
  position: absolute;
  top: 24px;
  left: calc(50% - 210px);
}
.secMerit-list__item:nth-child(2)::before {
  background-image: url("../img/ico_merit02.svg");
}
.secMerit-list__item:nth-child(3)::before {
  background-image: url("../img/ico_merit03.svg");
}
.secMerit__tit {
  position: relative;
  margin-top: 12px;
  color: transparent;
  -webkit-text-stroke: 8px #fff;
  -webkit-text-fill-color: #603314;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  paint-order: stroke;
  z-index: 1;
}
.secMerit__txt {
  padding-top: 55px;
  font-size: 18px;
  line-height: 185%;
  letter-spacing: 0.02em;
}
.secMerit__txt.is-pt0 {
  padding-top: 0;
}
.secMerit-box-note {
  margin-top: 20px;
}
.secMerit-box-note__label {
  display: inline-block;
  background: var(--color-green);
  padding: 2px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 10px;
  left: 40px;
}
.secMerit-box-note-list {
  padding: 30px 40px 30px 40px;
  border-radius: 14px;
  background: #fff;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 4px;
  border: 1px solid var(--color-green);
}
.secMerit-box-note-list__item {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 185%;
  padding-left: 1.2em;
  color: #464646;
}
.secMerit-box-note-list__item::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.55em;
  height: 0.55em;
  background: var(--color-green);
  border-radius: 50%;
}
.secMerit-box-note-list__item span {
  background: #F5F079;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .secMerit {
    padding: 60px 0;
  }
  .secMerit__secTit {
    margin-bottom: 40px;
  }
  .secMerit__secTit::before {
    width: 40%;
    bottom: 0;
    right: 100px;
  }
  .secMerit__secTit::after {
    width: 28%;
    bottom: -80px;
    right: 0;
  }
  .secMerit-list {
    display: -ms-grid;
    display: grid;
    gap: 40px;
  }
  .secMerit-listWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .secMerit-listWrap__img {
    width: 60%;
  }
  .secMerit-list__item {
    padding: 24px;
    background: #FFFCE4;
    border-radius: 24px;
    border: 2px solid rgba(240, 90, 31, 0.4);
  }
  .secMerit-list__item::before {
    width: 26%;
    background: url("../img/ico_merit01.svg") no-repeat center/contain;
    position: absolute;
    top: -48px;
    right: 20px;
    left: auto;
  }
  .secMerit-list__item:nth-child(2)::before {
    background-image: url("../img/ico_merit02.svg");
  }
  .secMerit-list__item:nth-child(3)::before {
    background-image: url("../img/ico_merit03.svg");
  }
  .secMerit__tit {
    margin-top: 12px;
    font-size: 22px;
  }
  .secMerit__txt {
    padding-top: 16px;
    font-size: 14px;
  }
  .secMerit__txt.is-pt0 {
    padding-top: 16px;
  }
  .secMerit-box-note {
    margin-top: 20px;
  }
  .secMerit-box-note__label {
    display: inline-block;
    background: var(--color-green);
    padding: 2px 12px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 10px;
    left: 20px;
  }
  .secMerit-box-note-list {
    padding: 30px 16px 30px 16px;
    border-radius: 14px;
    background: #fff;
    list-style: none;
    display: -ms-grid;
    display: grid;
    gap: 4px;
    border: 1px solid var(--color-green);
  }
  .secMerit-box-note-list__item {
    position: relative;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 185%;
    padding-left: 1.2em;
    color: #464646;
  }
}

/*------------------------------------------
	.secInterview
------------------------------------------*/
.secInterview {
  padding: 120px 0;
  background: url("../img/bg_01.webp") no-repeat center/cover;
}
.secInterview__secTit {
  margin-bottom: 120px;
  position: relative;
}
.secInterview__secTit::before {
  content: "";
  display: block;
  width: 248.2px;
  height: 154px;
  background: url("../img/ico_title02.svg") no-repeat center/contain;
  position: absolute;
  bottom: -20px;
  right: calc(50% - 300px);
}
.secInterview__secTit::after {
  content: "";
  display: block;
  width: 143px;
  height: 152px;
  position: absolute;
  background: url("../img/img_deco04.svg") no-repeat center/contain;
  bottom: -20px;
  right: 0;
}
.secInterview-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 98px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.secInterview-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  row-gap: 0;
  border-radius: 40px;
  border: 4px solid rgba(240, 90, 31, 0.4);
  background: #fff;
  padding: 48px;
}
.secInterview-list__item__tit {
  position: relative;
}
.secInterview-list__item__tit::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url("../img/ico_interview01.svg") no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: -30px;
}
.secInterview-list__item__tit img {
  max-width: 100%;
}
.secInterview-list__item:nth-child(2) .secInterview-list__item__tit::before {
  background-image: url("../img/ico_interview02.svg");
}
.secInterview-list__item:nth-child(3) .secInterview-list__item__tit::before {
  background-image: url("../img/ico_interview03.svg");
}
.secInterview-list__item:nth-child(4) .secInterview-list__item__tit::before {
  background-image: url("../img/ico_interview04.svg");
}
.secInterview-list__item__txt {
  margin-top: 32px;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.032em;
}
.secInterview-list__item__prof {
  padding-top: 10px;
  text-align: right;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
@media screen and (max-width: 768px) {
  .secInterview {
    padding: 60px 0;
  }
  .secInterview__secTit {
    margin-bottom: 40px;
  }
  .secInterview__secTit::before {
    width: 34%;
    bottom: 10px;
    right: 60px;
  }
  .secInterview__secTit::after {
    width: 20%;
    bottom: -50px;
    right: 0;
  }
  .secInterview-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 56px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .secInterview-list__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 3;
    grid-row: span 3;
    row-gap: 0;
    border-radius: 40px;
    border: 4px solid rgba(240, 90, 31, 0.4);
    background: #FFF;
    padding: 24px;
  }
  .secInterview-list__item__tit {
    position: relative;
  }
  .secInterview-list__item__tit::before {
    width: 40%;
    bottom: -40px;
    right: 0;
  }
  .secInterview-list__item__tit img {
    width: 60%;
  }
  .secInterview-list__item__txt {
    margin-top: 24px;
    font-size: 14px;
  }
  .secInterview-list__item__prof {
    font-size: 13px;
  }
}

/*------------------------------------------
	.secSearch
------------------------------------------*/
.secSearch {
  padding: 120px 0;
  background: url("../img/bg_02.webp") no-repeat center/cover;
}
.secSearch__secTit {
  margin-bottom: 120px;
  position: relative;
}
.secSearch__secTit::before {
  content: "";
  display: block;
  width: 324px;
  height: 160px;
  background: url("../img/ico_title01.svg") no-repeat center/contain;
  position: absolute;
  bottom: -20px;
  right: calc(50% - 140px);
}
.secSearch__secTit::after {
  content: "";
  display: block;
  width: 270px;
  height: 138px;
  position: absolute;
  background: url("../img/img_deco05.svg") no-repeat center/contain;
  bottom: 10px;
  right: 0;
}
.secSearch-job__secTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.secSearch-job-list {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 96px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.secSearch-job-list__item {
  display: -ms-grid;
  display: grid;
  gap: 32px;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
.secSearch-job-list__item__txt {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 185%;
  padding-inline: 20px;
}
.secSearch-job-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.secSearch-2col {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.secSearch-employee-btn {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .secSearch {
    padding: 60px 0;
  }
  .secSearch__secTit {
    margin-bottom: 60px;
    position: relative;
  }
  .secSearch__secTit::before {
    width: 44%;
    bottom: -20px;
    right: 60px;
  }
  .secSearch__secTit::after {
    width: 40%;
    bottom: -70px;
    right: 0;
  }
  .secSearch-job__secTit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .secSearch-job__secTit img {
    width: 50%;
  }
  .secSearch-job-list {
    margin-top: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .secSearch-job-list__item {
    display: -ms-grid;
    display: grid;
    gap: 32px;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }
  .secSearch-job-list__item__txt {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 185%;
    padding-inline: 20px;
  }
  .secSearch-job-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .secSearch-2col {
    margin-top: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .secSearch-employee__secTit, .secSearch-area__secTit {
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .secSearch-employee__secTit img, .secSearch-area__secTit img {
    width: 55%;
  }
  .secSearch-employee-btn, .secSearch-area-btn {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    gap: 24px;
  }
}

/*------------------------------------------
	.secEntry
------------------------------------------*/
.secEntry {
  padding-block: 160px;
  background: url("../img/img_entry01.webp") no-repeat left calc(50% - 520px) bottom 60%/358px, url("../img/img_entry02.webp") no-repeat right calc(50% - 540px) bottom 60%/330px, url("../img/bg_03.webp") no-repeat center/cover;
}
.secEntry-inner {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.secEntry__txt {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 240%;
  letter-spacing: 0.08em;
}
.secEntry__txt span {
  background: #F5F079;
  color: var(--color-txt);
  font-size: 24px;
  font-weight: 700;
}
.secEntry__lead {
  margin-top: 30px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  letter-spacing: 150%;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.secEntry-btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.secEntry-btn__txt {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .secEntry {
    padding-block: 200px 80px;
    background: url("../img/img_entry01.webp") no-repeat left 10px top 40px/140px, url("../img/img_entry02.webp") no-repeat right 10px top 40px/140px, url("../img/bg_03.webp") no-repeat center/cover;
  }
  .secEntry__txt {
    font-size: 16px;
    line-height: 200%;
  }
  .secEntry__txt span {
    font-size: 18px;
  }
  .secEntry__lead {
    margin-top: 20px;
    font-size: 26px;
  }
  .secEntry-btn {
    margin-top: 30px;
  }
  .secEntry-btn__txt {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */