@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #544b42;
  font-size: 16px;
  line-height: 1.875;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
body.open #header .top {
  z-index: unset;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #e2750f;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #e2750f;
  font-weight: bold;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  position: relative;
  padding: 101px 0 158px;
}
#contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/contact-bg.webp) no-repeat center/cover;
  border-top-left-radius: 95px;
  border-top-right-radius: 95px;
}
#contact h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #544b42;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 50px;
}
#contact h2 small {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
#contact .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2.9661016949%;
}
#contact .contents .block {
  width: 31.3559322034%;
  background-color: #fff;
  padding: 53px 10px 63px;
  border-radius: 10px;
}
#contact .contents .block .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #544b42;
  text-align: center;
  margin-bottom: 32px;
}
#contact .contents .block .link a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 310px);
  height: 80px;
  margin: 0 auto;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#contact .contents .block .link a:hover {
  opacity: 0.6;
}
#contact .contents .block.entry .link a, #contact .contents .block.mail .link a {
  font-size: 24px;
  background-position: center right 30px;
  background-repeat: no-repeat;
  border-radius: 40px;
}
#contact .contents .block.entry .link a {
  color: #fff;
  background-color: #e2750f;
  background-image: url(../images/arow-white2.webp);
}
#contact .contents .block.mail .link a {
  color: #544b42;
  border: 1px solid #544b42;
  background-image: url(../images/arow-blown2.webp);
}
#contact .contents .block.tel .link a {
  font-size: 34px;
  color: #544b42;
  column-gap: 10px;
}
@media (max-width: 999px) {
  #contact {
    padding: 80px 0 120px;
  }
  #contact h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #contact h2 small {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #contact .contents .block {
    padding: 40px 10px;
  }
  #contact .contents .block .title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  #contact .contents .block .link a {
    height: 60px;
  }
  #contact .contents .block.entry .link a, #contact .contents .block.mail .link a {
    font-size: 20px;
    background-image: none;
  }
  #contact .contents .block.tel .link a {
    font-size: 24px;
  }
  #contact .contents .block.tel .link a img {
    max-width: 18px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding: 60px 0 80px;
  }
  #contact::before {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
  #contact h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #contact h2 small {
    font-size: 16px;
  }
  #contact .contents {
    column-gap: 6%;
  }
  #contact .contents .block {
    width: 47%;
    padding: 30px 10px;
  }
  #contact .contents .block .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #contact .contents .block .link a {
    height: 50px;
  }
  #contact .contents .block.entry .link a, #contact .contents .block.mail .link a {
    font-size: 18px;
  }
  #contact .contents .block.tel .link a {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  #contact .contents {
    flex-direction: column;
    align-items: center;
  }
  #contact .contents .block {
    width: min(100%, 250px);
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .contents article {
  border-top: 1px solid #544b42;
  padding: 23px 0;
}
#news .contents article a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#news .contents article a:hover {
  opacity: 0.6;
}
#news .contents article .cate-time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 21px;
  margin-bottom: 20px;
}
#news .contents article .cate-time .cate {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #544b42;
  background-color: #ffc700;
  border-radius: 12px;
  padding: 0 14px;
}
#news .contents article .cate-time time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #544b42;
}
#news .contents article .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #544b42;
}
#news .contents article:last-child {
  border-bottom: 1px solid #544b42;
}
#news .contents article:not(:last-child) {
  margin-bottom: -6px;
}
@media (max-width: 999px) {
  #news .contents article .cate-time {
    margin-bottom: 10px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #news .contents article .cate-time .cate {
    font-size: 12px;
  }
  #news .contents article .cate-time time {
    font-size: 12px;
  }
  #news .contents article .title {
    font-size: 16px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
@keyframes m_fixed {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes remove {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
#header a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 39px 2.9375% 39px 3.6875%;
}
#header .top.remove {
  animation: remove 1s forwards;
}
#header .top.m_fixed {
  position: fixed;
  background-color: #fff;
  animation: m_fixed 1s forwards;
}
html.ccm-toolbar-visible #header .top.m_fixed {
  top: 48px;
}
#header .logo {
  max-width: 300px;
}
#header .right {
  margin-left: auto;
  display: flex;
  column-gap: 30px;
}
#header #gnav {
  align-content: center;
}
#header #gnav ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 26px;
}
#header #gnav ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #544b42;
}
#header .links {
  background-color: #e7e2d1;
  border-radius: 31px;
  padding: 14px 23px;
  align-content: center;
}
#header .links ul {
  display: flex;
  column-gap: 10px;
}
#header .links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 34px;
  border-radius: 17px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#header .links ul li.recruit a {
  background-color: #e2750f;
}
#header .links ul li.contact a {
  background-color: #544b42;
}
@media (max-width: 999px) {
  #header .top {
    padding: 20px 10px;
  }
  #header .logo {
    max-width: 250px;
  }
  #header .right {
    column-gap: 10px;
  }
  #header #gnav ul {
    column-gap: 10px;
  }
  #header #gnav ul li a {
    font-size: 16px;
  }
  #header .links {
    padding: 10px;
  }
  #header .links ul li a {
    width: 100px;
    height: 30px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #header #gnav ul li.sp-in {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding-right: 80px;
  }
  #header #gnav {
    align-content: unset;
  }
  #header #gnav ul li a {
    color: #fff;
  }
  #header .links {
    display: none;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 100px;
  right: 90px;
  z-index: 1;
  width: 60px;
  height: 60px;
}
#pagetop.fin {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  bottom: unset;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #e2750f;
  border-radius: 50%;
}
@media (max-width: 999px) {
  #pagetop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: 70px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  background-color: #544b42;
  padding: 90px 0;
}
#footer a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .logo {
  max-width: 334px;
  margin-bottom: 52px;
}
#footer .top {
  display: flex;
  column-gap: 10px;
  margin-bottom: 86px;
}
#footer .top .data {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .top .data a {
  color: #fff;
  text-decoration: underline;
}
#footer .top .right {
  margin: 5px 0 0 auto;
}
#footer .top .right #fnav {
  margin-bottom: 35px;
}
#footer .top .right #fnav ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 25px;
}
#footer .top .right #fnav ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .top .right .links ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#footer .top .right .links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 34px;
  border-radius: 17px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .top .right .links ul li.recruit a {
  background-color: #e2750f;
}
#footer .top .right .links ul li.contact a {
  border: 1px solid #fff;
}
#footer .bottom {
  display: flex;
  column-gap: 10px;
}
#footer .bottom .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .bottom .privacy {
  margin-left: auto;
}
#footer .bottom .privacy a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 999px) {
  #footer {
    padding: 70px 0;
  }
  #footer .logo {
    margin-bottom: 40px;
  }
  #footer .top {
    margin-bottom: 70px;
  }
  #footer .top .data {
    font-size: 16px;
  }
  #footer .top .right {
    margin-top: 0;
  }
  #footer .top .right #fnav {
    margin-bottom: 20px;
  }
  #footer .top .right #fnav ul {
    column-gap: 10px;
  }
  #footer .top .right #fnav ul li a {
    font-size: 16px;
  }
  #footer .top .right .links ul {
    column-gap: 10px;
  }
  #footer .top .right .links ul li a {
    width: 120px;
    height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 50px 0;
  }
  #footer .logo {
    margin: 0 auto 30px;
  }
  #footer .top {
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .top .data {
    font-size: 14px;
  }
  #footer .top .right {
    margin-left: unset;
  }
  #footer .top .right #fnav {
    margin-bottom: 10px;
  }
  #footer .top .right #fnav ul {
    justify-content: center;
  }
  #footer .top .right #fnav ul li a {
    font-size: 13px;
  }
  #footer .top .right .links ul {
    justify-content: center;
  }
  #footer .top .right .links ul li a {
    width: 100px;
    height: 25px;
    font-size: 12px;
  }
  #footer .bottom {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  #footer .bottom .copyright {
    font-size: 10px;
    text-align: center;
  }
  #footer .bottom .privacy {
    font-size: 10px;
    margin-left: unset;
  }
}

/*# sourceMappingURL=style.css.map */