@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-family: "kozuka-gothic-pr6n", "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N", "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

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

blockquote,
q {
  quotes: none;
}

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

ul,
ol,
li,
menu,
dir,
figure {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-block: 0 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
          appearance: button;
}

[hidden],
template {
  display: none;
}

input[type=button],
input[type=text],
input[type=search],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

table,
tbody {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}

ul li {
  list-style: none;
}

html {
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

span {
  display: inline-block;
}

a {
  text-decoration: none;
}

.body {
  position: relative;
}
.body_top {
  background-image: url("../img/bgtopall@2x.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 2200px) {
  .body_top {
    background-color: #EEEFEB;
    background-image: url("../img/bg1@2x.png");
  }
}
@media screen and (max-width: 720px) {
  .body_top {
    background-color: #fff;
    background-image: url("../img/bgtopall-sp@2x.png");
  }
}
.body_under {
  background-image: url("../img/underlayer-bg@2x.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 720px) {
  .body_under {
    background-color: #fff;
    background-image: url("../img/bgtopall-sp@2x.png");
  }
}

.main {
  overflow: hidden;
}
.main_underlayer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .main_underlayer {
    display: block;
  }
}

.header {
  position: relative;
  z-index: 10;
}
.header__top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .header__top {
    display: block;
  }
}
.header__top-left {
  padding: 45px 0 0 45px;
}
@media screen and (width <= 900px) {
  .header__top-left {
    padding: 0;
  }
}
@media screen and (width <= 900px) {
  .header__top-right {
    display: none;
  }
}
@media screen and (width <= 900px) {
  .header__title {
    display: none;
  }
}
.header__name {
  display: block;
  font-weight: 400;
  color: #9F6936;
}
.header__name1 {
  display: block;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 4px;
}
.header__name2 {
  display: block;
  font-size: 34px;
  letter-spacing: 6.8px;
}
.header__text {
  padding-top: 20px;
  font-size: 16px;
  line-height: 27px;
  color: #595757;
  letter-spacing: 1.6px;
}
@media screen and (width <= 900px) {
  .header__text {
    padding-top: 80px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1.2px;
  }
}
.header__menu0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  gap: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 700px;
  padding: 30px 30px 10px 10px;
  line-height: 18px;
  border-bottom: 1px solid #9F6936;
}
.header__menu0li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu0text {
  display: block;
  padding: 0 8px 0 6px;
  font-size: 13px;
  color: #595757;
}
.header__menu0tel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #9F6936;
  letter-spacing: 0.9px;
}
.header__bed {
  width: 27px;
}
.header__tel {
  width: 16px;
}
.header__mark {
  width: 13px;
}
.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  padding: 10px 0 0 65px;
}
.header__link1, .header__link2, .header__link3, .header__link4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #595757;
  letter-spacing: 1.6px;
}
.header__link1::before, .header__link2::before, .header__link3::before, .header__link4::before {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  content: "";
  border-radius: 50%;
}
.header__link1::before {
  background: #DBC8B0;
}
.header__link2::before {
  background: #F5E08E;
}
.header__link3::before {
  background: #E9D391;
}
.header__link4::before {
  background: #D0C3C0;
}

.sp-nav__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  display: none;
  background: #fff;
}
@media screen and (width <= 900px) {
  .sp-nav__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.sp-nav__wrapper.open {
  background: none;
}
.sp-nav__title {
  display: block;
  max-width: 375px;
  padding: 0 0 0 20px;
  margin: 25px auto;
}
@media screen and (max-width: 450px) {
  .sp-nav__title {
    width: 375px;
    max-width: none;
  }
}
.sp-nav__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  line-height: 22px;
  color: #9F6936;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sp-nav__name.open {
  color: #fff;
}
.sp-nav__name1 {
  margin: 0 12px 0 0;
  font-size: 10px;
  letter-spacing: 2px;
}
.sp-nav__name2 {
  font-size: 18px;
  letter-spacing: 3.6px;
}
.sp-nav__line {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10000;
  display: none;
  width: 30px;
  height: 43px;
  padding-right: 5px;
  cursor: pointer;
  background: transparent;
}
@media screen and (width <= 900px) {
  .sp-nav__line {
    display: block;
  }
}
.sp-nav__in {
  width: 30px;
}
.sp-nav__border1, .sp-nav__border2, .sp-nav__border3 {
  display: block;
  width: 30px;
  height: 1px;
  margin: 10px 0;
  background: #9F6936;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sp-nav__border1.open {
  width: 36.0555127546px;
  background: #fff;
  -webkit-transform: rotate(39deg) translate(5px, 10px);
          transform: rotate(39deg) translate(5px, 10px);
}
.sp-nav__border2.open {
  opacity: 0;
}
.sp-nav__border3.open {
  width: 36.0555127546px;
  background: #fff;
  -webkit-transform: rotate(-39deg) translate(5px, -10px);
          transform: rotate(-39deg) translate(5px, -10px);
}
.sp-nav__bg {
  position: fixed;
  inset: 0 0 60px;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sp-nav__bg.open {
  pointer-events: auto;
  background: rgb(159, 105, 54);
  opacity: 0.9;
}
.sp-nav__main {
  position: fixed;
  inset: 270px 0 60px;
  z-index: 51;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sp-nav__main.open {
  pointer-events: auto;
  opacity: 1;
}
.sp-nav__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 10px;
  max-width: 250px;
  margin: 0 auto;
}

.aside {
  width: 310px;
  height: 385px;
  padding: 35px 50px 0 40px;
}
@media screen and (width <= 900px) {
  .aside {
    padding: 35px 20px 0;
  }
}
.aside__ul {
  width: 220px;
  padding: 20px 0 0 50px;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 3.2px;
}
@media screen and (width <= 900px) {
  .aside__ul {
    padding: 20px 20px 0;
  }
}
.aside__li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside__li a {
  display: block;
  color: #595757;
}
.aside__li::before {
  display: block;
  width: 15px;
  height: 2px;
  margin-right: 10px;
  content: "";
  background: #9F6936;
}

.article {
  width: calc(100% - 310px);
  max-width: 860px;
  padding: 415px 20px 0 0;
}
@media screen and (width <= 900px) {
  .article {
    width: auto;
    padding: 80px 20px 0;
  }
}

.footer {
  padding-top: 240px;
}
@media screen and (max-width: 2200px) {
  .footer_top {
    background: #fff;
  }
}
@media screen and (width <= 900px) {
  .footer {
    padding-top: 110px;
    margin-bottom: 60px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .footer__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (width <= 900px) {
  .footer__top {
    display: block;
    max-width: 375px;
    padding: 0 20px;
  }
}
.footer__col0 {
  width: 234px;
  padding: 122px 0;
  border-right: 1px solid #9F6936;
}
@media screen and (width <= 900px) {
  .footer__col0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding: 0 0 15px;
    border-right: 0;
    border-bottom: 1px solid #9F6936;
  }
}
.footer__title0 {
  font-size: 20px;
  line-height: 30px;
  color: #9F6936;
  letter-spacing: 4px;
}
@media screen and (width <= 900px) {
  .footer__title0 {
    margin-right: 12px;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 3.6px;
  }
}
.footer__title1 {
  font-size: 34px;
  line-height: 40px;
  color: #9F6936;
  letter-spacing: 6.8px;
}
@media screen and (width <= 900px) {
  .footer__title1 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 3.6px;
  }
}
@media screen and (width <= 900px) {
  .footer__title1 span {
    margin-left: 10px;
  }
}
@media screen and (width <= 900px) {
  .footer__title1 br {
    display: none;
  }
}
.footer__col1 {
  width: 410px;
  padding: 38px 0 0 36px;
}
@media screen and (width <= 900px) {
  .footer__col1 {
    width: auto;
    padding: 15px 20px 0;
    margin: 0 auto;
  }
}
.footer__link0 {
  color: #595757;
}
.footer__text0, .footer__text1, .footer__text2, .footer__text3 {
  font-size: 16px;
  line-height: 30px;
  color: #595757;
}
@media screen and (width <= 900px) {
  .footer__text0, .footer__text1, .footer__text2, .footer__text3 {
    font-size: 12px;
    line-height: 25px;
  }
}
.footer__text1 {
  margin-left: 36px;
}
@media screen and (width <= 900px) {
  .footer__text1 {
    margin-left: 26px;
  }
}
.footer__text2 {
  margin: 0 0 30px 36px;
}
@media screen and (width <= 900px) {
  .footer__text2 {
    margin: 0 0 0 26px;
  }
}
.footer__text3 {
  margin: 0 0 30px;
}
@media screen and (width <= 900px) {
  .footer__text3 {
    margin: 0;
  }
}
.footer__text4 {
  font-size: 20px;
  line-height: 30px;
  color: #595757;
}
@media screen and (width <= 900px) {
  .footer__text4 {
    font-size: 16px;
  }
}
.footer__map {
  width: 355px;
  padding: 10px;
  background: #EEEFEB;
}
@media screen and (width <= 900px) {
  .footer__map {
    width: 335px;
    margin: 19px auto 0;
  }
}
.footer__googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.footer__googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
}
@media screen and (max-width: 720px) {
  .footer__nav {
    width: 310px;
    padding-top: 60px;
    margin: 0 auto;
  }
}
.footer__link1, .footer__link2, .footer__link3, .footer__link4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #595757;
  letter-spacing: 1.4px;
}
.footer__link1::before, .footer__link2::before, .footer__link3::before, .footer__link4::before {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  border-radius: 50%;
}
@media screen and (max-width: 720px) {
  .footer__link1 {
    width: 175px;
  }
}
.footer__link1::before {
  background: #DBC8B0;
}
@media screen and (max-width: 720px) {
  .footer__link2 {
    width: 115px;
  }
}
.footer__link2::before {
  background: #F5E08E;
}
@media screen and (max-width: 720px) {
  .footer__link3 {
    width: 175px;
  }
}
.footer__link3::before {
  background: #E9D391;
}
@media screen and (max-width: 720px) {
  .footer__link4 {
    width: 115px;
  }
}
.footer__link4::before {
  background: #D0C3C0;
}
.footer__copyright {
  padding: 45px 25px 70px;
}
@media screen and (width <= 900px) {
  .footer__copyright {
    padding: 50px 0 25px;
  }
}
.footer__cptext {
  font-size: 10px;
  color: #595757;
  text-align: center;
  letter-spacing: 1px;
}
.footer__sp {
  display: none;
}
@media screen and (width <= 900px) {
  .footer__sp {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    display: block;
    height: 60px;
    padding: 9px 0 10px;
    background: #EEEFEB;
    border-top: 1px solid #9F6936;
  }
}
.footer__spnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 375px;
  margin: 0 auto;
}
.footer__spli {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 10px;
}
.footer__spli:nth-of-type(1) {
  width: 188px;
  border-right: 1px solid #9F6936;
}
/* .footer__spli:nth-of-type(2) {
  width: 131px;
  border-right: 1px solid #9F6936;
} */
.footer__spli:nth-of-type(2) {
  width: 131px;
}
.footer__spli:nth-of-type(3) {
  width: 56px;
  padding: 0;
}
.footer__splink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.footer__splink-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 40px;
}
.footer__splink-a {
  display: block;
  text-align: center;
}
.footer__spbox {
  display: block;
  padding: 0 0 0 9px;
}
.footer__sptext {
  font-size: 10px;
  line-height: 13px;
  color: #595757;
  letter-spacing: -0.4px;
}
.footer__sptel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #9F6936;
}
.footer__bed {
  display: block;
  width: 26px;
}
.footer__tel {
  display: block;
  width: 16px;
}
.footer__mark {
  display: block;
  width: 13px;
  padding: 3px 0 0;
  margin: 0 auto;
}

.icon__about, .icon__admi, .icon__align, .icon__recruit {
  position: relative;
  z-index: 10;
  display: block;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
@media screen and (width <= 900px) {
  .icon__about, .icon__admi, .icon__align, .icon__recruit {
    width: 120px;
    height: 120px;
  }
}
.icon__about {
  background: rgba(219, 200, 176, 0.3);
}
.icon__admi {
  background: rgba(245, 224, 142, 0.3);
}
.icon__align {
  background: rgba(233, 211, 145, 0.3);
}
.icon__recruit {
  background: rgba(197, 181, 177, 0.3);
}
.icon__ab-box, .icon__admi-box, .icon__align-box, .icon__recruit-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (width <= 900px) {
  .icon__ab-box, .icon__admi-box, .icon__align-box, .icon__recruit-box {
    width: 109px;
    height: 109px;
  }
}
.icon__ab-box {
  background: #DBC8B0;
}
.icon__admi-box {
  background: #F5E08E;
}
.icon__align-box {
  background: #E9D391;
}
.icon__recruit-box {
  background: #D0C3C0;
}
.icon__ab-img {
  display: block;
  width: 67px;
  margin: 35px auto 20px;
}
@media screen and (width <= 900px) {
  .icon__ab-img {
    width: 36px;
    margin: 19px auto 12px;
  }
}
.icon__admi-img {
  display: block;
  width: 76px;
  margin: 39px auto 18px;
}
@media screen and (width <= 900px) {
  .icon__admi-img {
    width: 41px;
    margin: 22px auto 10px;
  }
}
.icon__align-img {
  display: block;
  width: 67px;
  margin: 32px auto 22px;
}
@media screen and (width <= 900px) {
  .icon__align-img {
    width: 37px;
    margin: 17px auto 12px;
  }
}
.icon__recruit-img {
  display: block;
  width: 86px;
  margin: 50px auto 19px;
}
@media screen and (width <= 900px) {
  .icon__recruit-img {
    width: 47px;
    margin: 27px auto 11px;
  }
}
.icon__text {
  font-size: 18px;
  line-height: 24px;
  color: #9F6936;
  text-align: center;
  letter-spacing: 3.6px;
}
@media screen and (width <= 900px) {
  .icon__text {
    font-size: 9px;
    line-height: 13px;
    letter-spacing: 1.8px;
  }
}

.top-mainvisual__img {
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 618px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .top-mainvisual__img {
    top: 105px;
    width: 311px;
  }
}
.top-mainvisual__icons {
  position: relative;
  z-index: 5;
  max-width: 1300px;
  height: 475px;
  padding: 0 40px;
  margin: 83px auto 0;
}
@media screen and (width <= 900px) {
  .top-mainvisual__icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
    width: 250px;
    height: auto;
    padding: 0;
    margin: 280px auto 0;
  }
}
@media screen and (width <= 900px) {
  .top-mainvisual__i1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top-mainvisual__i2 {
  position: absolute;
  top: 10px;
  right: 40px;
  z-index: 3;
}
@media screen and (width <= 900px) {
  .top-mainvisual__i2 {
    position: static;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.top-mainvisual__i3 {
  position: absolute;
  top: 210px;
  left: 155px;
  z-index: 3;
}
@media screen and (width <= 900px) {
  .top-mainvisual__i3 {
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-mainvisual__i4 {
  position: absolute;
  top: 255px;
  right: 125px;
  z-index: 3;
}
@media screen and (width <= 900px) {
  .top-mainvisual__i4 {
    position: static;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

.top-message {
  max-width: 1040px;
  padding: 90px 20px 153px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .top-message {
    padding: 80px 20px 110px;
  }
}
.top-message__titleimg {
  display: block;
  width: 168px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .top-message__titleimg {
    width: 133px;
  }
}
.top-message__subtitle {
  padding: 35px 0 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #9F6936;
  text-align: center;
  letter-spacing: 4.8px;
}
@media screen and (width <= 900px) {
  .top-message__subtitle {
    padding: 30px 0 20px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.6px;
  }
}
.top-message__wrap {
  padding: 25px 0;
}
.top-message__text {
  margin: 0 0 33px;
  font-size: 16px;
  line-height: 33px;
  color: #595757;
  text-align: center;
  letter-spacing: 0.1px;
}
.top-message__text:last-of-type {
  margin-bottom: 0;
}
@media screen and (width <= 900px) {
  .top-message__text {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.48px;
  }
}
@media screen and (width <= 900px) {
  .top-message__text .pcbr {
    display: none;
  }
}
.top-message__foot {
  padding-top: 28px;
  font-size: 20px;
  line-height: 30px;
  color: #9F6936;
  text-align: center;
  letter-spacing: 4px;
}
.top-message__foot span {
  padding-right: 12px;
  font-size: 16px;
}

.slider {
  overflow: hidden;
}
@media screen and (max-width: 2200px) {
  .slider_top {
    background: #fff;
    background-image: url("../img/bg2@2x.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
}
@media screen and (max-width: 1800px) {
  .slider_top {
    background-position: top center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 720px) {
  .slider_top {
    background-image: url("../img/bg2-sp@2x.png");
  }
}
.slider__wrapper {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .slider__wrapper {
    padding-bottom: 25px;
  }
}
.slider__wrapper_admission {
  padding-top: 115px;
}
@media screen and (width <= 900px) {
  .slider__wrapper_admission {
    padding-top: 110px;
  }
}
.slider__wrapper_admission2 {
  padding-top: 100px;
}
@media screen and (width <= 900px) {
  .slider__wrapper_admission2 {
    padding-top: 110px;
  }
}
.slider__outer {
  position: relative;
  width: 1428px;
  margin-left: 150px;
}
@media screen and (width <= 900px) {
  .slider__outer {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 540px) {
  .slider__outer {
    position: static;
    width: 520px;
  }
}
.slider__outer_admission {
  margin-left: 310px;
}
@media screen and (width <= 900px) {
  .slider__outer_admission {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
.slider__nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.slider__nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
}
@media screen and (max-width: 720px) {
  .slider__nav-wrap {
    margin: 0 auto;
  }
}
.slider__pagination, .slider__pagination2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.slider__pagination .swiper-pagination-bullet, .slider__pagination2 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #9F6936;
  opacity: 1;
}
.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .slider__pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9F6936;
}
.slider__button-prev, .slider__button-next, .slider__button-prev2, .slider__button-next2 {
  position: static;
  width: 50px;
  height: 50px;
  margin: 0;
  cursor: pointer;
}
.slider__button-prev::after, .slider__button-next::after, .slider__button-prev2::after, .slider__button-next2::after {
  content: none;
}
.slider__button-prev img, .slider__button-next img, .slider__button-prev2 img, .slider__button-next2 img {
  display: block;
  width: 50px;
}

.slider-nolong .swiper-slide {
  margin-top: 50px;
}

.slider-nolong .swiper-backface-hidden .swiper-slide-active {
  margin-top: 0;
}

.slider-nolong .swiper-slide-next {
  margin-top: 100px;
}

.line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1px;
  line-height: 0;
  background: #9F6936;
}
.line::after, .line::before {
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  background: #9F6936;
  border-radius: 50%;
}
.line::after {
  position: absolute;
  top: -3px;
  right: 0;
}

.underlayer__title {
  padding-bottom: 23px;
  font-size: 24px;
  line-height: 30px;
  color: #9F6936;
  text-align: center;
  letter-spacing: 4.8px;
}
@media screen and (width <= 900px) {
  .underlayer__title {
    padding-bottom: 6px;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.underlayer__title_about2 {
  padding-top: 142px;
}
@media screen and (width <= 900px) {
  .underlayer__title_about2 {
    padding-top: 110px;
  }
}
.underlayer__title_about3 {
  padding-top: 190px;
}
@media screen and (width <= 900px) {
  .underlayer__title_about3 {
    padding-top: 110px;
  }
}
.underlayer__title_about4 {
  padding-top: 90px;
}
@media screen and (width <= 900px) {
  .underlayer__title_about4 {
    padding-top: 110px;
  }
}
.underlayer__title_admission2 {
  padding-top: 130px;
}
@media screen and (width <= 900px) {
  .underlayer__title_admission2 {
    padding-top: 110px;
  }
}
.underlayer__title_admission3, .underlayer__title_admission4, .underlayer__title_admission5, .underlayer__title_renkei2, .underlayer__title_recruit2 {
  padding-top: 130px;
}
@media screen and (width <= 900px) {
  .underlayer__title_admission3, .underlayer__title_admission4, .underlayer__title_admission5, .underlayer__title_renkei2, .underlayer__title_recruit2 {
    padding-top: 110px;
  }
}
.underlayer__numlist {
  padding-left: 1.5em;
}
.underlayer__numlist_about {
  padding-top: 60px;
}
@media screen and (width <= 900px) {
  .underlayer__numlist_about {
    padding-top: 40px;
  }
}
.underlayer__li {
  font-size: 16px;
  line-height: 33px;
  color: #595757;
  letter-spacing: 0.64px;
  list-style: decimal;
}
@media screen and (width <= 900px) {
  .underlayer__li {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
}
.underlayer__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  font-size: 16px;
  line-height: 33px;
  color: #595757;
  letter-spacing: 0.64px;
  background-image: -webkit-linear-gradient(left, #9f6934, #9f6934 3px, transparent 3px, transparent 8px);
  background-image: linear-gradient(to right, #9f6934, #9f6934 3px, transparent 3px, transparent 8px);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 8px 1px;
}
.underlayer__dl:last-of-type {
  background: none;
}
@media screen and (width <= 900px) {
  .underlayer__dl {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
}
.underlayer__dl dt {
  width: 180px;
  padding-left: 25px;
  font-weight: 400;
  color: #9F6936;
}
@media screen and (width <= 900px) {
  .underlayer__dl dt {
    width: 130px;
    padding-right: 20px;
    padding-left: 10px;
  }
}
.underlayer__dl dt.underlayer__dt22 {
  width: 220px;
}
@media screen and (width <= 900px) {
  .underlayer__dl dt.underlayer__dt22 {
    width: 120px;
  }
}
.underlayer__dl dt.underlayer__recruit {
  width: 280px;
  padding-left: 120px;
}
@media screen and (max-width: 1300px) {
  .underlayer__dl dt.underlayer__recruit {
    width: 33%;
    padding-left: calc(27.5vw - 237.5px);
  }
}
@media screen and (width <= 900px) {
  .underlayer__dl dt.underlayer__recruit {
    width: 120px;
    padding-left: 10px;
  }
}
.underlayer__dl dt.underlayer__recruit::before {
  display: inline-block;
  margin-right: 3px;
  color: #9F6936;
  content: "●";
}
.underlayer__dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.underlayer__ul {
  padding-left: 1.5em;
}
.underlayer__list {
  list-style: disc;
}
.underlayer__text {
  font-size: 16px;
  line-height: 33px;
  color: #595757;
  letter-spacing: 0.64px;
}
@media screen and (width <= 900px) {
  .underlayer__text {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
}
.underlayer__text_center {
  text-align: center;
}
@media screen and (max-width: 720px) {
  .underlayer__text_center {
    text-align: left;
  }
}
.underlayer__text_admission {
  padding-top: 60px;
}
@media screen and (width <= 900px) {
  .underlayer__text_admission {
    padding-top: 40px;
  }
}
.underlayer__text_mb {
  margin-bottom: 33px;
}
@media screen and (width <= 900px) {
  .underlayer__text_mb {
    margin-bottom: 30px;
  }
}
.recruit_contact {
  display: flex;
    justify-content: center
}
.underlayer__text_recruit {
  margin-top: 20px;
  text-align: left;
}
.underlayer__text_recruit2 {
  padding: 10px 25px 0;
  background-image: -webkit-linear-gradient(left, #9f6934, #9f6934 3px, transparent 3px, transparent 8px);
  background-image: linear-gradient(to right, #9f6934, #9f6934 3px, transparent 3px, transparent 8px);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 8px 1px;
}
@media screen and (width <= 900px) {
  .underlayer__text_recruit2 {
    padding: 10px;
  }
}
.underlayer__brown {
  margin-right: 1em;
  color: #9F6936;
}
.underlayer__smalltext {
  font-size: 14px;
  line-height: 33px;
  color: #595757;
  letter-spacing: 0.64px;
}
@media screen and (width <= 900px) {
  .underlayer__smalltext {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
}

.underpic {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  z-index: 20;
  pointer-events: none;
}
.underpic__wrapper {
  max-width: 1450px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .underpic__wrapper {
    max-width: 1300px;
  }
}
.underpic__pic {
  display: block;
  width: 1090px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1450px) {
  .underpic__pic {
    margin-left: calc(50vw - 365px);
  }
}
@media screen and (max-width: 1300px) {
  .underpic__pic {
    margin-left: 285px;
  }
}
@media screen and (width <= 900px) {
  .underpic__pic {
    width: 900px;
    margin-left: 170px;
  }
}
@media screen and (max-width: 720px) {
  .underpic__pic {
    width: 162px;
    margin: 30px 0 0 calc(20.28vw + 124px);
  }
}

.tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 33px;
}
.tel_renkei {
  margin-top: 40px;
}
.tel_recruit {
  margin-top: 33px;
}
.tel__img {
  display: block;
  width: 16px;
  margin-right: 8px;
}
.tel__text {
  font-size: 16px;
  color: #9F6936;
  letter-spacing: 0.64px;
}
@media screen and (width <= 900px) {
  .tel__text {
    font-size: 14px;
    letter-spacing: 0.3px;
  }
}
.tel__num {
  margin-left: 17px;
  font-size: 30px;
  font-weight: 700;
  color: #9F6936;
  letter-spacing: 1.2px;
}
@media screen and (width <= 900px) {
  .tel__num {
    font-size: 16px;
  }
}
.tel__num_renkei {
  margin-left: 33px;
}

.about {
  padding-bottom: 45px;
}
@media screen and (width <= 900px) {
  .about {
    padding-bottom: 0;
  }
}
.about__text {
  padding-top: 60px;
  font-size: 22px;
  line-height: 50px;
  color: #595757;
  text-align: center;
  letter-spacing: 0.88px;
}
@media screen and (width <= 900px) {
  .about__text {
    padding-top: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
@media screen and (max-width: 720px) {
  .about__text {
    text-align: left;
  }
}
@media screen and (max-width: 720px) {
  .about__text .pc {
    display: none;
  }
}
.about__gaiyou {
  max-width: 800px;
  padding-top: 52px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .about__gaiyou {
    padding-top: 40px;
  }
}
.about__text1 {
  max-width: 800px;
  padding: 52px 0 0 30px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 53px;
  color: #9F6936;
  letter-spacing: 0.64px;
  background-image: -webkit-linear-gradient(left, #9f6934, #9f6934 3px, transparent 3px, transparent 8px);
  background-image: linear-gradient(to right, #9f6934, #9f6934 3px, transparent 3px, transparent 8px);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 8px 1px;
}
@media screen and (width <= 900px) {
  .about__text1 {
    padding: 40px 0 0 10px;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0.48px;
  }
}
.about__enkaku {
  max-width: 800px;
  margin: 0 auto;
}

.recruit {
  padding-bottom: 50px;
}
@media screen and (width <= 900px) {
  .recruit {
    padding-bottom: 0;
  }
}
.recruit__article {
  padding: 52px 0 30px;
}
@media screen and (width <= 900px) {
  .recruit__article {
    padding: 40px 0 30px;
  }
}
.recruit__welfare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0 120px;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  color: #9F6936;
  letter-spacing: 0.64px;
  background-image: -webkit-linear-gradient(left, #9f6934, #9f6934 3px, transparent 3px, transparent 8px);
  background-image: linear-gradient(to right, #9f6934, #9f6934 3px, transparent 3px, transparent 8px);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 8px 1px;
}
@media screen and (max-width: 1300px) {
  .recruit__welfare {
    padding-left: calc(27.5vw - 237.5px);
  }
}
@media screen and (width <= 900px) {
  .recruit__welfare {
    padding-left: 10px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
}
.recruit__welfare::before {
  display: inline-block;
  margin-right: 3px;
  color: #9F6936;
  content: "●";
}
.recruit__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0 20px;
  margin: 70px auto 0;
  font-size: 16px;
  color: #595757;
  letter-spacing: 0.64px;
  background: #F6EDD6;
}
@media screen and (width <= 900px) {
  .recruit__box {
    margin-top: 40px;
  }
}
.recruit__title {
  padding: 10px 25px;
  margin-top: 80px;
  font-size: 16px;
  line-height: 33px;
  color: #9F6936;
  letter-spacing: 0.64px;
  border-top: 3px solid #9F6936;
  border-bottom: 1px solid rgba(159, 105, 54, 0.5);
}
@media screen and (width <= 900px) {
  .recruit__title {
    padding: 10px;
    margin-top: 40px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
}

.renkei__article {
  padding: 52px 0 0;
}
@media screen and (width <= 900px) {
  .renkei__article {
    padding: 40px 0 0;
  }
}

.admission__box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}
.admission__box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
.admission__box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}
.admission__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  font-size: 24px;
  color: #9F6936;
  background: #F5E08E;
  border-radius: 50%;
}
@media screen and (width <= 900px) {
  .admission__num {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 16px;
  }
}
.admission__flow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 33px;
  color: #9F6936;
  letter-spacing: 0.64px;
}
.admission__add {
  padding: 15px 0 0 55px;
}
@media screen and (width <= 900px) {
  .admission__add {
    padding: 15px 0 0 40px;
  }
}
.admission__articlebottom {
  max-width: 1300px;
  margin: 0 auto;
}
.admission__bottom {
  width: calc(100% - 310px);
  max-width: 860px;
  padding: 0 20px 0 0;
  margin-left: 310px;
}
@media screen and (width <= 900px) {
  .admission__bottom {
    width: auto;
    padding: 0 20px;
    margin-left: 0;
  }
}
.admission__preparation {
  max-width: 800px;
  padding-top: 52px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .admission__preparation {
    padding-top: 40px;
  }
}
.admission__visit {
  padding: 52px 0 0 50px;
}
@media screen and (width <= 900px) {
  .admission__visit {
    padding: 40px 0 0;
  }
}

.top_link_buttom{
	width: 392px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
		
}

@media screen and (width <= 900px) {
.top_link_buttom{
	width: 300px;	
		
}
}



