@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */
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: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  vertical-align: top;
}

:root {
  --baseWith:1216px;
  --fs-md:clamp(calc(14/16), 0.5vw + 0.8rem, 1rem);
}

@keyframes hoverMenu {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutMask {
  0% {
    opacity: 1;
    z-index: 200;
  }
  99% {
    opacity: 0.02;
    z-index: 200;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(1rem);
  }
}
@keyframes textUp {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes zoomLink {
  to {
    transform: scale(105%);
  }
}
/* */
@media screen and (min-width: 750px) {
  .pc_only {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .sp_only {
    display: block;
  }
}

#mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 200;
}
#mask.action {
  animation: fadeOutMask 1s ease-in-out forwards;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  html {
    font-size: min(15px, 3.7333333333vw);
  }
}
html.open {
  overflow: hidden;
}
html.open body {
  overflow: hidden;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  width: 100%;
  color: #59535a;
  font-weight: 500;
  background: #fffef7;
  font-size: 1rem;
}

a {
  text-decoration: none;
}

header {
  max-height: 1000px;
  height: 80vh;
  background: url("../img/bg.jpg") no-repeat center/cover;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
  border-radius: 0 0 3.125rem 3.125rem;
}
@media screen and (min-width: 1400px) {
  header {
    max-height: none;
  }
}
@media screen and (max-width: 749px) {
  header {
    border-radius: 0 0 1.5625rem 1.5625rem;
    height: 500px;
  }
}
header h1 {
  overflow: hidden;
  max-width: 920px;
  width: 60%;
  margin: auto;
  height: 101.3695652174%;
  max-height: 932.6px;
  box-sizing: border-box;
  background-image: url("../img/main.svg");
  background-size: 100% 100%;
  background-position: center center;
  text-indent: -9999em;
}
@media screen and (max-width: 749px) {
  header h1 {
    width: 90%;
  }
}

h2, h3, h4 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

main .inner {
  width: 90%;
  max-width: var(--baseWith);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
main section {
  margin-top: 8rem;
}
main section .title {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 4rem;
}
main section .title:before {
  content: "";
  display: block;
  width: 3em;
  height: 1em;
  background: url("../img/icon1.png") no-repeat center/cover;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1099px) {
  main section .title:before {
    font-size: 40px;
  }
}
@media screen and (max-width: 1100px) {
  main section .title:before {
    font-size: 30px;
  }
}
@media screen and (max-width: 749px) {
  main section .title:before {
    font-size: 20px;
  }
}
main section .title h2 {
  font-size: 2rem;
}
main section .title span {
  color: #f08d29;
  display: block;
  margin-top: 1em;
}
main section.banner .inner {
  width: 90%;
  max-width: var(--baseWith);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
main section.banner .inner img {
  width: 100%;
  height: auto;
}
main section.content1 .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  main section.content1 .flex_box {
    display: block;
  }
}
main section.content1 .flex_box .img_box {
  flex-basis: 31.5789473684%;
}
@media screen and (max-width: 749px) {
  main section.content1 .flex_box .img_box {
    width: 80%;
    margin: 0 auto 4rem;
  }
}
main section.content1 .flex_box .img_box img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  display: block;
}
main section.content1 .flex_box .img_box p {
  margin-top: 2rem;
  text-align: center;
}
main section.content1 .flex_box .img_box p span {
  margin-top: 0.875rem;
  font-size: 2rem;
  display: block;
  color: #f08d29;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
main section.content1 .flex_box .text_box {
  flex-basis: 63.1578947368%;
}
@media screen and (min-width: 750px) {
  main section.content1 .flex_box .text_box {
    margin-top: -0.6em;
  }
}
main section.content1 .flex_box .text_box p {
  line-height: 2.2;
}
main section.content1 .flex_box .text_box p + p {
  margin-top: 2.2em;
}
main section.content1 .career_box {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 4rem;
}
@media screen and (min-width: 750px) {
  main section.content1 .career_box:before {
    content: "";
    border-left: 2px dotted #59535a;
    position: absolute;
    top: 4rem;
    bottom: 4rem;
    left: calc(50% - 1px);
  }
}
@media screen and (max-width: 749px) {
  main section.content1 .career_box {
    padding: 2rem 1.25rem;
    display: block;
  }
}
main section.content1 .career_box > div {
  flex-basis: 44.1176470588%;
}
@media screen and (max-width: 749px) {
  main section.content1 .career_box > div + div {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 2px dotted #59535a;
  }
}
main section.content1 .career_box > div h3 {
  font-size: 1.5rem;
  position: relative;
  padding: 0.3125rem 0 0.3125rem 1.375rem;
  line-height: 1;
  margin-bottom: 2.125rem;
}
main section.content1 .career_box > div h3:before {
  content: "";
  background: #f08d29;
  width: 5px;
  top: -3px;
  left: 0;
  bottom: -3px;
  position: absolute;
  border-radius: 2.5px;
}
main section.content1 .career_box > div ul li {
  line-height: 1.6;
}
main section.content1 .career_box > div ul li + li {
  margin-top: 1rem;
}
main section.content1 .career_box > div dl {
  display: grid;
  grid-template-columns: 19.5833333333% 80.4166666667%;
  row-gap: 1rem;
}
@media screen and (max-width: 749px) {
  main section.content1 .career_box > div dl {
    grid-template-columns: 23.75% 76.25%;
  }
}
main section.content1 .career_box > div dl dt {
  color: #f08d29;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
main section.content1 .career_box > div dl dd {
  line-height: 1.6;
}
main section.content2 .grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 749px) {
  main section.content2 .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
main section.content2 .grid > div {
  position: relative;
}
main section.content2 .grid > div img {
  width: 55.6818181818%;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  main section.content2 .grid > div img {
    width: 80%;
  }
}
main section.content2 .grid > div h3 {
  text-align: center;
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}
main section.content2 .grid > div p {
  line-height: 2;
}
@media screen and (min-width: 750px) {
  main section.content2 .grid > div:nth-child(1):before, main section.content2 .grid > div:nth-child(2):before, main section.content2 .grid > div:nth-child(3):before {
    content: "";
    display: block;
    height: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='2' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='5' height='2' rx='1' ry='1' fill='%23cdcbcd' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
    bottom: -2.5rem;
    left: 0;
  }
  main section.content2 .grid > div:nth-child(1):after, main section.content2 .grid > div:nth-child(2):after, main section.content2 .grid > div:nth-child(4):after, main section.content2 .grid > div:nth-child(5):after {
    content: "";
    display: block;
    width: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='2' height='5' rx='1' ry='1' fill='%23cdcbcd' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2.5rem;
  }
}
@media screen and (max-width: 749px) {
  main section.content2 .grid > div:nth-child(1):before, main section.content2 .grid > div:nth-child(2):before, main section.content2 .grid > div:nth-child(3):before, main section.content2 .grid > div:nth-child(4):before {
    content: "";
    display: block;
    height: 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='2' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='5' height='2' rx='1' ry='1' fill='%23cdcbcd' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
    bottom: -1.25rem;
    left: 0;
  }
  main section.content2 .grid > div:nth-child(1):after, main section.content2 .grid > div:nth-child(3):after, main section.content2 .grid > div:nth-child(5):after {
    content: "";
    display: block;
    width: 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='2' height='5' rx='1' ry='1' fill='%23cdcbcd' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1.25rem;
  }
}

footer {
  margin-top: 8rem;
  padding-top: 7rem;
  background: #fef3b2;
  border-radius: 3.125rem 3.125rem 0 0;
}
@media screen and (max-width: 749px) {
  footer {
    border-radius: 1.5625rem 1.5625rem 0 0;
    padding-bottom: 88px;
  }
}
footer .inner {
  width: 90%;
  max-width: var(--baseWith);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
footer .inner .flex_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box {
    flex-wrap: wrap;
  }
}
footer .inner .flex_box .map_box {
  flex-basis: clamp(350px, 50vw, 776px);
  padding-right: 6.25%;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box .map_box {
    flex-basis: 100%;
    padding-right: 0;
    order: 2;
    width: 100%;
    margin-top: 4rem;
    height: 50vh;
  }
}
footer .inner .flex_box .map_box iframe {
  width: 100%;
  height: 100%;
}
footer .inner .flex_box .text_box {
  flex-basis: clamp(350px, 50vw, 440px);
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box .text_box {
    flex-basis: 100%;
    order: 1;
  }
}
footer .inner .flex_box .text_box address {
  position: relative;
  padding: 0.3125rem 0 0.3125rem 1.375rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
footer .inner .flex_box .text_box address:before {
  content: "";
  background: #f08d29;
  width: 5px;
  top: -3px;
  left: 0;
  bottom: -3px;
  position: absolute;
  border-radius: 2.5px;
}
footer .inner .flex_box .text_box address span {
  display: block;
  padding-bottom: 0.625rem;
}
footer .access_box dl {
  display: grid;
  grid-template-columns: 6.25rem calc(100% - 6.25rem);
  grid-template-rows: 1.875rem 1fr;
  margin-top: 1.5rem;
}
footer .access_box dl:before {
  content: "";
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  background: url("../img/icon8.png") no-repeat center/cover;
  grid-column: 1/2;
  grid-row: 1/3;
  border-radius: 50%;
}
footer .access_box dl.public:before {
  background: url("../img/icon9.png") no-repeat center/cover;
}
footer .access_box dl dt {
  grid-column: 2/3;
  grid-row: 1/2;
  padding-left: 1.25rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
footer .access_box dl dd {
  grid-column: 2/3;
  grid-row: 2/3;
  padding-left: 1.25rem;
}
footer .access_box dl dd ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
}
footer .access_box dl dd ul li:before {
  content: "●";
  transform: scale(80%);
  color: #fbd600;
  position: absolute;
  top: 0;
  left: 0;
}
footer .access_box dl dd ul li + li {
  margin-top: 0.3125rem;
}
footer .access_box dl + dl {
  padding-top: 1.5rem;
  border-top: 2px dotted #8b878b;
}
footer .copy {
  text-align: center;
  margin-top: 7rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 749px) {
  footer .copy {
    padding-bottom: 4.0625rem;
  }
}

#timeTable {
  flex-basis: 61.3839285714%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
#timeTable ul {
  margin-top: 0.875rem;
}
#timeTable ul li + li {
  margin-top: 0.5rem;
}
@media screen and (max-width: 749px) {
  #timeTable ul li {
    letter-spacing: -0.05em;
  }
}
#timeTable th, #timeTable td {
  box-sizing: border-box;
  width: 9.0909090909%;
  display: block;
}
#timeTable table {
  width: 100%;
  display: block;
  border-bottom: 1px solid #8b878b;
}
#timeTable table thead {
  display: block;
}
#timeTable table thead tr {
  display: flex;
  background: #f08d29;
  border-radius: 0.625rem;
  overflow: hidden;
  box-sizing: border-box;
}
#timeTable table thead th {
  padding: 1rem 0;
}
#timeTable table thead th span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}
#timeTable table thead th:first-child {
  width: 41.3636363636%;
}
#timeTable table thead th:first-child span {
  text-align: center;
}
#timeTable table thead th:last-child {
  width: 10.6818181818%;
}
#timeTable table tbody {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  width: 100%;
}
#timeTable table tbody tr {
  width: 100%;
  display: flex;
}
#timeTable table tbody tr + tr {
  border-top: 2px dotted #8b878b;
}
#timeTable table tbody tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 3.5rem;
}
#timeTable table tbody tr td span {
  text-align: center;
  line-height: 1;
  display: block;
}
#timeTable table tbody tr td span i {
  display: block;
  font-style: normal;
  margin-top: 0.3125rem;
}
#timeTable table tbody tr td:first-child {
  width: 41.3636363636%;
}
#timeTable table tbody tr td:last-child {
  width: 10.6818181818%;
}

@media screen and (min-width: 750px) {
  #floating-banner {
    position: fixed;
    z-index: 50;
    top: 3rem;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
  }
  #floating-banner li a {
    background-color: #00a546;
    width: 5.625rem;
    overflow: hidden;
    border-radius: 0.625rem 0 0 0.625rem;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    height: 14.125rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #floating-banner li a i {
    display: none;
  }
  #floating-banner li a:before {
    content: "";
    width: 1em;
    height: 1em;
    font-size: 1.875rem;
    margin: 0 auto 1.25rem;
    display: none;
  }
  #floating-banner li a:hover {
    opacity: 0.8;
  }
  #floating-banner li a span {
    writing-mode: vertical-rl;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5rem;
  }
  #floating-banner li.line a {
    background-color: #fdea80;
    color: #59535a;
  }
  #floating-banner li.line a:before {
    display: block;
    background: url("../img/line.png") no-repeat center/cover;
  }
  #floating-banner li.line a span {
    transform: translateX(4px);
  }
  #floating-banner li.insta a {
    background: url("../img/bg1.jpg") no-repeat center/cover;
  }
  #floating-banner li.insta a:before {
    display: block;
    background: url("../img/instagram.png") no-repeat center/cover;
  }
  #floating-banner li.insta a span {
    transform: translateX(3px);
  }
}
@media screen and (max-width: 749px) {
  #floating-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
  }
  #floating-banner li a {
    background-color: #00a546;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
  #floating-banner li a:before {
    content: "";
    width: 1em;
    height: 1em;
    font-size: 30px;
    display: none;
  }
  #floating-banner li a:hover {
    opacity: 0.8;
  }
  #floating-banner li a span {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5rem;
  }
  #floating-banner li.offer {
    flex-basis: calc(100% - 140px);
    order: 1;
  }
  #floating-banner li.line {
    flex-basis: 70px;
    order: 2;
  }
  #floating-banner li.line a {
    background-color: #fdea80;
    color: #59535a;
  }
  #floating-banner li.line a:before {
    display: block;
    background: url("../img/line.png") no-repeat center/cover;
  }
  #floating-banner li.line a span {
    display: none;
  }
  #floating-banner li.insta {
    flex-basis: 70px;
    order: 3;
  }
  #floating-banner li.insta a {
    background: url("../img/bg_sp.jpg") no-repeat center/cover;
  }
  #floating-banner li.insta a:before {
    display: block;
    background: url("../img/instagram.png") no-repeat center/cover;
  }
  #floating-banner li.insta a span {
    display: none;
  }
}

#page_top a {
  position: fixed;
  bottom: 10px;
  right: 1.25rem;
  width: 1em;
  height: 1em;
  background: url("../img/gotop.svg") no-repeat center/cover red;
  border-radius: 0.625rem;
  opacity: 0;
  transform: translateY(-100%);
  animation: fadeDown 0.5s ease-in-out forwards;
  z-index: 50;
}
@media screen and (min-width: 1099px) {
  #page_top a {
    font-size: 70px;
  }
}
@media screen and (max-width: 1100px) {
  #page_top a {
    font-size: 55px;
  }
}
@media screen and (max-width: 749px) {
  #page_top a {
    font-size: 40px;
  }
}
@media screen and (max-width: 749px) {
  #page_top a {
    right: 14px;
    bottom: 80px;
  }
}
#page_top a span {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
}
#page_top.on a {
  animation: fadeUp 0.5s ease-in-out forwards;
}

/*
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
*/
/*# sourceMappingURL=style.css.map */