@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* ----- break point ----- */
/* ----- container width ----- */
/* ----- margin-top/bottom ----- */
/* ----- padding-top/bottom ----- */
/* ----- font-size ----- */
/* ----- line-height, letter-spacing ----- */
/* ----- box-shadow, border-radius ----- */
.js-x-scroll {
  cursor: -webkit-grab;
  cursor: grab;
}

/* -------------------------------------------- */
/* ----------------- フォント名 --------------- */
/* -------------------------------------------- */
.jost {
  font-family: "Jost", sans-serif;
}

.yusei-magic-regular {
  font-family: "Yusei Magic", sans-serif;
}

.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
}

.btn {
  color: #55000C;
  font-size: 18px;
  border-radius: 50px;
  max-width: 240px;
  margin: 55px auto 40px;
  border: 2px solid #55000C;
  text-align: center;
  width: 100%;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn {
    margin: 35px auto 20px;
    max-width: 200px;
  }
}
.btn a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .btn a {
    padding: 16px 0;
  }
}
.btn .fa-solid.fa-chevron-right {
  position: absolute;
  top: 50%;
  left: 87%;
  transform: translate(-50%, -50%);
}

.btn-lightpink {
  background-color: #FFEDF0;
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .btn-lightpink {
    max-width: 240px;
  }
}

.btn-yellow {
  background-color: #FFF7B8;
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .btn-yellow {
    max-width: 240px;
  }
}

.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* ----------------------- fadein animation ----------------------- */
.fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fadeUp.visible {
  opacity: 1;
  transform: translateY(0);
}

.fadeOut {
  visibility: hidden;
}

.js-fadeOut {
  opacity: 0; /* 初期状態で非表示 */
  transform: translateY(50px); /* 初期位置を少し下に設定 */
  transition: opacity 1s ease-out, transform 1s ease-out; /* トランジション設定 */
}

.visible {
  opacity: 1; /* フェードイン時に表示 */
  transform: translateY(0); /* 元の位置に戻す */
}

body {
  padding: 0;
  font-family: "Kosugi Maru", sans-serif;
  background-image: url(https://sakura.syunando.com/wp-content/themes/sakura/images/bg.png);
  background-repeat: no-repeat; /* 背景画像を繰り返し表示させない */
  background-size: cover; /* 背景画像を全画面表示 */
}
@media only screen and (max-width: 768px) {
  body {
    background-image: url(https://sakura.syunando.com/wp-content/themes/sakura/images/sp-bg.png);
  }
}

html {
  color: #333333;
  scroll-behavior: smooth;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
}
.fa-chevron-up {
  color: #55000C;
}

img {
  width: 100%;
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.nav-sp {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .nav-sp {
    display: block;
    text-align: center;
  }
}

.nav-pc {
  display: block;
}
@media only screen and (max-width: 1280px) {
  .nav-pc {
    display: none;
  }
}

.l-inner {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .l-inner {
    padding: 0;
  }
}

.l-inner-welcome {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.top-inner {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .top-inner {
    padding: 0 37px;
  }
}

.l-inner-recruit {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .l-inner-recruit {
    padding: 0 15px;
  }
}

.inner__page-heading {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .inner__page-heading {
    padding: 0;
  }
}

.sec__title {
  text-align: center;
  color: #55000C;
}

.sec__icon,
.sec__icon-recruit {
  background-color: #FFF7B8;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .sec__icon,
.sec__icon-recruit {
    width: 80px;
    height: 80px;
    margin-top: 84px;
  }
}
.sec__icon img,
.sec__icon-recruit img {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  .sec__icon img,
.sec__icon-recruit img {
    width: 60px;
    height: 60px;
  }
}

.sec__icon-recruit {
  margin: 0 auto;
}

.sec__title-text {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.1em;
  margin-top: 9px;
  color: #55000C;
}
@media only screen and (max-width: 768px) {
  .sec__title-text {
    font-size: 20px;
    line-height: 27px;
    margin-top: 10px;
  }
}

.sec__title-en {
  font-family: Jost;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
  letter-spacing: 0.2em;
  color: #55000C;
  margin-top: 9px;
}

.page__heading {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 96px 30px 0;
}
@media only screen and (max-width: 768px) {
  .page__heading {
    padding: 140px 15px 0;
  }
}

.page__heading ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 12px;
  width: 100%;
}

.page__heading-img {
  position: relative;
  color: #55000C;
}
.page__heading-img .sec__title-en {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.1em;
  text-align: center;
}
.page__heading-img .sec__title-en-li {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}

.pan {
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #55000C;
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .pan {
    font-size: 14px;
    line-height: 21px;
    padding-top: 5px;
  }
}

.pan-box {
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #55000C;
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .pan-box {
    font-size: 14px;
    line-height: 21px;
    padding-top: 5px;
  }
}

.pan-text {
  display: inline;
}

.page__heading-title {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  color: #55000C;
}
@media only screen and (max-width: 768px) {
  .page__heading-title {
    font-size: 20px;
    line-height: 20px;
    text-wrap: nowrap;
  }
}

.page__head {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.page__head .sec__title-en {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 15px;
}
.page__head ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.page-numbers {
  display: block;
  padding: 8px 12px;
}

@media only screen and (max-width: 1280px) {
  .g-nav {
    position: fixed;
    z-index: 99;
    top: -120%;
    width: 95%;
    height: 95%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5); /* 背景色を白にして透過を追加 */
    color: #55000C;
    transition: 0.7s;
    border-radius: 40px;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px); /* 背景全体のぼかし効果を追加 */
  }
}
.g-nav::before {
  content: "";
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* 白背景を設定して透過 */
  z-index: -2; /* 背景要素を後ろに移動 */
  filter: blur(10px); /* ぼかし効果を設定 */
}
@media only screen and (max-width: 1280px) {
  .g-nav.panelactive {
    top: 60px;
  }
}

.nav__list {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #55000C;
}
@media only screen and (max-width: 1280px) {
  .nav__list {
    position: absolute;
    flex-wrap: wrap;
    z-index: 99;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    gap: 32px 15px;
  }
}
.nav__items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .nav__items-link {
    display: block;
    width: 100%;
    padding: 12px;
  }
}

.nav__list-item,
.nav__list-item-img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 163px;
}
@media only screen and (max-width: 1280px) {
  .nav__list-item,
.nav__list-item-img {
    width: 45%;
    border-radius: 20px;
    border: 1px solid #55000C;
  }
}

.nav__list-item-img {
  min-width: 293px;
}
@media only screen and (max-width: 1280px) {
  .nav__list-item-img {
    display: none;
  }
}

.nav__border,
.nav__border-pl {
  display: inline-block;
  width: 1px;
  height: 120px;
  border-left: 1px dashed #55000C;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .nav__border,
.nav__border-pl {
    display: none;
  }
}
.nav__border::before, .nav__border::after,
.nav__border-pl::before,
.nav__border-pl::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #55000C;
  border-radius: 50%;
}
.nav__border::before,
.nav__border-pl::before {
  top: 0;
  left: -4.5px;
}
.nav__border::after,
.nav__border-pl::after {
  bottom: 0;
  left: -4.5px;
}

.nav__border-ml {
  margin-left: 10px;
}

.nav__items img {
  width: 48px;
  height: 48px;
}

.nav__items-jp {
  margin-top: 12px;
  line-height: 19.2px;
  letter-spacing: 0.04em;
}

.nav__items-en {
  margin-top: 4px;
  font-family: Jost;
  font-size: 10px;
  font-weight: 900;
  line-height: 12px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1280px) {
  .open__btn {
    position: fixed;
    top: 12px;
    right: 12px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 100;
    border: 1px solid #55000C;
  }
  .open__btn span {
    display: inline-block;
    transition: all 0.5s;
    position: absolute;
    left: 11px;
    height: 1px;
    border-radius: 5px;
    background: #fff;
    width: 53%;
    background-color: #55000C;
  }
  .open__btn span:nth-of-type(1) {
    top: 11px;
  }
  .open__btn span:nth-of-type(2) {
    top: 17px;
  }
  .open__btn span:nth-of-type(3) {
    top: 23px;
  }
  .open__btn span:nth-of-type(3)::after {
    content: "menu";
    position: absolute;
    top: 3px;
    left: -1px;
    color: #55000C;
    font-family: Jost;
    font-size: 10px;
    font-weight: 900;
    line-height: 12px;
    text-align: center;
  }
  .open__btn.active span:nth-of-type(1) {
    top: 12px;
    left: 15%;
    transform: translateY(6px) rotate(-20deg);
    width: 70%;
  }
  .open__btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .open__btn.active span:nth-of-type(3) {
    top: 24px;
    top: 24px;
    left: 15%;
    transform: translateY(-6px) rotate(20deg);
    width: 70%;
  }
  .open__btn.active span:nth-of-type(3)::after {
    content: "closed";
    transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(-20deg);
    width: 70px;
    top: 8px;
    left: -13px;
  }
}

.no-scroll {
  overflow: hidden;
}

.slick-list {
  padding-top: 184px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .slick-list {
    padding-top: 120px;
    padding-bottom: 0px;
  }
}

.slick-initialized .slick-slide img {
  border-radius: 20px;
  width: 90%;
  height: 11vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .slick-initialized .slick-slide img {
    width: 90%;
    height: 21vw;
    border-radius: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .top__mv {
    margin-top: 80px;
  }
}

.mv__images {
  position: relative;
  z-index: -3;
}

.mv__images-mv {
  position: relative;
  z-index: -3;
  margin-top: 69px;
}
@media only screen and (max-width: 768px) {
  .mv__images-mv {
    margin-top: -30px;
    border-radius: 60px;
    height: 540px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv__images-mv img {
  border-radius: 120px;
}
@media only screen and (max-width: 768px) {
  .mv__images-mv img {
    border-radius: 60px;
  }
}

.mv__vector {
  position: absolute;
  top: 120px;
  left: 37px;
  width: min(35.8333333333vw, 516px);
  height: min(28.6805555556vw, 413px);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(1px 5px 4px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 768px) {
  .mv__vector {
    top: 5%;
    left: 4%;
    width: min(72.5333333333vw, 272px);
    height: min(58.1333333333vw, 218px);
  }
}
.mv__vector img {
  position: absolute;
}
.mv__vector p {
  position: absolute;
  z-index: 1;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .mv__vector p {
    left: 22px;
  }
}

.mv__box {
  position: absolute;
  top: 72%;
  left: 85%;
}
@media only screen and (max-width: 768px) {
  .mv__box {
    top: 74%;
    left: -5%;
  }
}

.mv__text {
  font-family: Yusei Magic;
  font-size: min(2.7777777778vw, 40px);
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 0.1em;
  color: #55000C;
}
@media only screen and (max-width: 768px) {
  .mv__text {
    font-size: 24px;
    line-height: 48px;
  }
}
.mv__text span {
  font-family: Yusei Magic;
  font-weight: 400;
  font-size: min(2.5vw, 36px);
  line-height: 72px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .mv__text span {
    font-size: 20px;
    line-height: 40px;
  }
}

.news__pickup {
  position: fixed;
  top: 59.6%;
  right: 2.2%;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  width: 240px;
  height: 120px;
  padding: 16px;
  border-radius: 20px;
  background-color: #FFF7B8;
  color: #55000C;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .news__pickup {
    top: 75%;
    left: -6%;
    padding: 16px 16px 20px;
    height: auto;
  }
}

.pickup__category {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .pickup__category {
    font-size: 16px;
    line-height: 16px;
  }
}

.pickup__title {
  font-family: Kosugi Maru;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 768px) {
  .pickup__title {
    font-size: 12px;
    line-height: 18px;
  }
}

.pickup__date {
  font-family: Kosugi Maru;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-align: right;
  padding-top: 4px;
}
@media only screen and (max-width: 768px) {
  .pickup__date {
    font-size: 10px;
    line-height: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .top__welcome .sec__title-text {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

.welcome__box {
  margin-top: 64px;
}
@media only screen and (max-width: 768px) {
  .welcome__box {
    margin-top: 48px;
  }
}

.top__welcome-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  color: #55000C;
}
@media only screen and (max-width: 768px) {
  .top__welcome-text {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 31px;
  }
}

.top__intro {
  margin-bottom: 157px;
}
@media only screen and (max-width: 768px) {
  .top__intro {
    margin-bottom: 116px;
  }
}

.intro__box {
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .intro__box {
    display: block;
    margin-top: 55px;
  }
}

.intro__item {
  display: block;
  width: 30%;
  padding: 18px 0;
  max-width: 320px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .intro__item {
    width: 100%;
    padding: 8px 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 240px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 24px;
  }
}

.top__letter {
  background-image: url(https://sakura.syunando.com/wp-content/themes/sakura/images/top-letters__bg-pc.png);
  background-repeat: no-repeat; /* 背景画像を繰り返し表示させない */
  background-size: cover; /* 背景画像を全画面表示 */
  border-top: 2px dashed #55000C;
  border-bottom: 2px dashed #55000C;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .top__letter {
    background-image: url(https://sakura.syunando.com/wp-content/themes/sakura/images/top-letters__bg-pc.png);
    padding-bottom: 60px;
    height: auto;
  }
}
.top__letter .sec__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -180px;
}
@media only screen and (max-width: 768px) {
  .top__letter .sec__title {
    top: -124px;
  }
}

.letter__box {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  .letter__box {
    margin-top: 160px;
    gap: 25px;
    padding: 0 15px;
  }
}

.letter__card {
  width: 30%;
  border-radius: 20px;
  max-width: 320px;
  height: 280px;
  color: #333;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .letter__card {
    width: 100%;
    max-width: 320px;
  }
}

.letter__card-link {
  display: flex;
  flex-direction: column;
  height: 280px;
}

.letter__card-img img {
  height: 135px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.letter__card-body {
  padding: 12px;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.letter__card-title {
  font-family: Kosugi Maru;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.04em;
  text-align: left;
}
.letter__card-category {
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.04em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .letter__card-category {
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }
}

.letter__card-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
}

.letter__card-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-align: right;
}

.recruit {
  padding: 80px 0 65px;
  background-image: url(https://sakura.syunando.com/wp-content/themes/sakura/images/top-recruit.png);
  background-repeat: no-repeat; /* 背景画像を繰り返し表示させない */
  background-size: cover; /* 背景画像を全画面表示 */
  background-position: center; /* 背景画像の表示位置を中央に */
}
@media only screen and (max-width: 768px) {
  .recruit {
    padding: 70px 0;
  }
}

.recruit__container {
  opacity: 0.9;
  background-color: #fff;
  padding: 64px 0;
  text-align: center;
  max-width: 1080px;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .recruit__container {
    padding: 64px 0 70px;
  }
}

.recruit__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 48px;
  color: #55000C;
}
@media only screen and (max-width: 768px) {
  .recruit__text {
    margin-top: 33px;
  }
}

.btn__box {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media only screen and (max-width: 768px) {
  .btn__box {
    flex-direction: column;
    gap: 27px;
    margin-top: 35px;
  }
}

.page__mv {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .page__mv {
    padding: 0 10px 0 15px;
  }
}
.page__mv .sec__title-text {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .page__mv .sec__title-text {
    margin-top: 10px;
  }
}
.page__mv .sec__title-en {
  margin-top: 9px;
}
@media only screen and (max-width: 768px) {
  .page__mv .sec__title-en {
    margin-top: 19px;
  }
}
.page__mv .sec__icon {
  background-color: #FFF7B8;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 125px;
}
@media only screen and (max-width: 768px) {
  .page__mv .sec__icon {
    width: 80px;
    height: 80px;
    margin-top: 84px;
  }
}

.page__mv-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  text-align: center;
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .page__mv-text {
    font-size: 16px;
    line-height: 48px;
    text-align: left;
    margin-bottom: 32px;
  }
}

.page__yearly {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .page__yearly {
    padding: 80px 15px;
  }
}
.page__yearly .sec__title-en {
  font-family: Jost;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
  letter-spacing: 0.2em;
  color: #55000c;
  margin-top: 19px;
}

.yearly__box {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 62px 40px 50px;
}
@media only screen and (max-width: 768px) {
  .yearly__box {
    margin-top: 32px;
    padding: 60px 12.5px 44px;
    gap: 18px;
  }
}

.yearly__card {
  width: 30%;
  border-radius: 20px;
  max-width: 320px;
  background-color: #FFEDF0;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .yearly__card {
    width: 100%;
  }
}

.yearly__card-img img {
  height: 195px;
  padding: 12px 12px 0;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.yearly__card-body {
  padding: 6px 12px 12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #FFEDF0;
}

.yearly__card-title {
  font-family: Kosugi Maru;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-left: 5px;
}
.yearly__card-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-top: 8px;
}

.yearly__txt {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 18px;
  margin-right: auto;
  padding-left: 5px;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .yearly__txt {
    padding-top: 10px;
  }
}

.page-contact {
  color: #55000C;
  margin-top: 110px;
  padding: 80px 0 65px;
  background-image: url(https://sakura.syunando.com/wp-content/themes/sakura/images/page-about-contact.png);
  background-repeat: no-repeat; /* 背景画像を繰り返し表示させない */
  background-size: cover; /* 背景画像を全画面表示 */
  background-position: center; /* 背景画像の表示位置を中央に */
}
@media only screen and (max-width: 768px) {
  .page-contact {
    margin-top: 0px;
    padding: 80px 0 90px;
  }
}

.page-contact__container {
  opacity: 0.9;
  background-color: #fff;
  padding: 64px 0 20px;
  text-align: center;
  max-width: 1080px;
  border-radius: 40px;
}
.page-contact__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .page-contact__text {
    font-family: Kosugi Maru;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 50px;
  }
}

.about-contact {
  margin: 45px auto;
  max-width: 240px;
}

.page__intro {
  background-image: url(https://sakura.syunando.com/wp-content/themes/sakura/images/top-letters__bg-pc.png);
  background-repeat: no-repeat; /* 背景画像を繰り返し表示させない */
  background-size: cover; /* 背景画像を全画面表示 */
  border-top: 2px dashed #55000C;
  border-bottom: 2px dashed #55000C;
  position: relative;
  margin-top: 125px;
}
@media only screen and (max-width: 768px) {
  .page__intro {
    background-image: url(https://sakura.syunando.com/wp-content/themes/sakura/images/top-letters__bg-pc.png);
    padding: 0 15px 80px;
    height: auto;
    margin-top: 77px;
  }
}
.page__intro .sec__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -180px;
}
@media only screen and (max-width: 768px) {
  .page__intro .sec__title {
    top: -120px;
  }
}

.page__intro-item {
  padding-top: 115px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .page__intro-item {
    padding-bottom: 0px;
  }
}

.tab {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .tab {
    margin-top: 55px;
  }
}

.tab__menu {
  background-color: #fff;
  border: 1px solid #EF8F9C;
  border-bottom: none;
  color: #EF8F9C;
  cursor: pointer;
  font-size: 16px;
  line-height: 19.2px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
  transition: color 0.4s, background-color 0.4s;
  width: 150px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .tab__menu {
    width: 120px;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.tab__menu span {
  font-family: Kosugi Maru;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .tab__menu span {
    font-size: 12px;
    line-height: 14.4px;
  }
}

.tab__menu.current {
  background-color: #EF8F9C;
  color: #fff;
}

.page__intro__container {
  padding-top: 57px;
  background-color: #fff;
  border-radius: 20px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .page__intro__container {
    padding-top: 20px;
  }
}

.page__intro__container.active {
  display: block;
}

.page__intro__content {
  display: none;
}

.intro__category-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .intro__category-tabs {
    flex-wrap: wrap;
    padding: 0px 12px;
  }
}

.intro__category-tab,
.intro__category-tab2 {
  background-color: #fff;
  border: 1px solid #EF8F9C;
  color: #EF8F9C;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  .intro__category-tab,
.intro__category-tab2 {
    max-width: 150px;
  }
}

.intro__category-tab2 {
  max-width: 150px;
}

.intro__category-tab.current,
.intro__category-tab2.current {
  background-color: #EF8F9C;
  color: #fff;
}

.page__intro__list {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 20px;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 20px 32px;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .page__intro__list {
    margin-top: 19px;
    padding: 0 12px 24px;
  }
}

.page__intro__item {
  border-radius: 20px;
  gap: 20px;
  flex-wrap: wrap;
  width: 31%;
  max-width: 320px;
}
@media only screen and (max-width: 768px) {
  .page__intro__item {
    width: 100%;
  }
}

.page__intro__link {
  display: block;
}

.page__intro__link-category {
  padding: 8px;
  display: block;
}

.page__intro__card-categorys {
  align-items: center;
  display: flex;
}

.page__intro__card-category {
  border-radius: 8px;
  color: #55000C;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-right: 8px;
  padding: 4px 8px;
  background-color: #fff;
}

.page__intro__title {
  font-size: 20px;
  margin-top: 8px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
}

.page__intro__card-img img {
  height: 192px;
  padding: 12px 12px 0;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__intro__card-body {
  padding: 12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.page__intro__card-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
}
.page__intro__card-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-top: 8px;
}

.page__number {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page__number {
    padding-bottom: 48px;
  }
}
.page__number-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.page__number-list {
  width: 36px;
  height: 36px;
  background-color: #fff;
  color: #EF8F9C;
  border: 1px solid #EF8F9C;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__number-list .fa-solid.fa-chevron-right {
  position: relative;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
}

.page__number-list.active {
  background-color: #EF8F9C;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .page__number-list-tab {
    width: 24px;
    height: 24px;
  }
}

.inner__intro-single {
  max-width: 1140px;
  padding: 0 30px;
  text-align: center;
  color: #55000C;
  margin: 80px auto 170px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .inner__intro-single {
    margin: 60px auto 80px;
    padding: 0 15px;
    text-align: left;
  }
}
.inner__intro-single img {
  max-width: 800px;
  height: auto;
  border-radius: 40px;
}
@media only screen and (max-width: 768px) {
  .inner__intro-single img {
    border-radius: 20px;
  }
}

.intro-single__mv {
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .intro-single__mv {
    margin-top: 28px;
  }
}

.intro-single__mv-title {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .intro-single__mv-title {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }
}

.intro-single__mv-text {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.2em;
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .intro-single__mv-text {
    font-size: 16px;
    line-height: 32px;
    margin-top: 12px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.inside__slider {
  height: 400px;
}

.message__box {
  max-width: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px auto 135px;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .message__box {
    display: block;
    padding: 0 15px;
    margin: 45px auto 80px;
  }
}
.message__box img {
  width: 45%;
  max-width: 300px;
  height: auto;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .message__box img {
    width: 58%;
    margin: auto;
    display: block;
    margin-bottom: 32px;
  }
}

.message__box-text {
  color: #55000C;
  max-width: 468px;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .message__box-text {
    font-size: 14px;
    line-height: 28px;
  }
}

.intro-single__container {
  width: 100%;
  letter-spacing: 0.2em;
  line-height: 24px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px 115px;
  color: #55000C;
}
@media only screen and (max-width: 768px) {
  .intro-single__container {
    margin-top: 60px;
    padding: 0 15px 150px;
  }
}

.intro-single__row {
  display: flex;
  border-bottom: 1px dashed #55000C;
}
@media only screen and (max-width: 768px) {
  .intro-single__row {
    display: block;
    border-bottom: none;
  }
}

.intro-single__label {
  width: 25%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  background-color: #fff;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .intro-single__label {
    width: 100%;
    max-width: 100%;
    padding: 17px 0;
    font-size: 16px;
    line-height: 16px;
  }
}

.intro-single__content {
  width: 75%;
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 32px 0 32px 25px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .intro-single__content {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    line-height: 21px;
  }
}
.intro-single__content span {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.2em;
  text-align: left;
}

.intro-single__content-week ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .intro-single__content-week ul {
    justify-content: center;
    gap: 32px;
  }
}

.intro-single__content2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 25px;
  padding-top: 32px;
  padding-bottom: 10px;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .intro-single__content2 {
    padding-left: 0px;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: start;
  }
}
.intro-single__content2 ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
@media only screen and (max-width: 768px) {
  .intro-single__content2 ul {
    gap: 0px;
  }
}
.intro-single__content2 ul li {
  padding: 8px 0;
  width: 48px;
  text-align: center;
  line-height: 16px;
  letter-spacing: 0em;
}
@media only screen and (max-width: 768px) {
  .intro-single__content2 ul li {
    width: 42px;
    font-size: 14px;
    line-height: 14px;
  }
}

.intro-single__word {
  max-width: 100px;
  background-color: #FFEDF0;
  text-align: center;
  padding: 12px 29px;
  line-height: 19.2px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .intro-single__word {
    max-width: 90px;
    padding: 12px 4px;
    font-size: 14px;
    line-height: 16.8px;
    width: 20%;
  }
}

.intro-single__subrow {
  margin-bottom: 10px;
}

.intro-single__sublabel {
  font-weight: bold;
  margin-bottom: 5px;
}

.intro-single__subcontent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 600px;
  background-color: #fff;
  margin-top: -1px;
  border: 1px solid #55000C;
}

.intro-single__title {
  width: 25%;
  text-align: center;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .intro-single__title {
    width: 45%;
  }
}

.intro-single__time {
  width: 75%;
  padding: 16px 0 16px 20px;
  border-left: 1px solid #55000C;
}
@media only screen and (max-width: 768px) {
  .intro-single__time {
    width: 55%;
  }
}

.intro-single__note {
  letter-spacing: 0.2em;
  text-align: left;
  padding-left: 25px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .intro-single__note {
    padding-left: 0px;
    padding-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
}

.single__letter {
  background-image: url(https://sakura.syunando.com/wp-content/themes/sakura/images/top-letters__bg-pc.png);
  background-repeat: no-repeat; /* 背景画像を繰り返し表示させない */
  background-size: cover; /* 背景画像を全画面表示 */
  border-top: 2px dashed #55000C;
  border-bottom: 2px dashed #55000C;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .single__letter {
    background-image: url(https://sakura.syunando.com/wp-content/themes/sakura/images/top-letters__bg-pc.png);
    padding-bottom: 50px;
    height: auto;
  }
}
.single__letter .sec__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -180px;
}
@media only screen and (max-width: 768px) {
  .single__letter .sec__title {
    top: -120px;
  }
}

.letter__box-single {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 160px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .letter__box-single {
    margin-top: 180px;
    padding-bottom: 2px;
    gap: 15px;
    padding: 0 15px;
  }
}

.intro-single__contact {
  color: #55000C;
  padding: 80px 0 65px;
  background-image: url(https://sakura.syunando.com/wp-content/themes/sakura/images/page-about-contact.png);
  background-repeat: no-repeat; /* 背景画像を繰り返し表示させない */
  background-size: cover; /* 背景画像を全画面表示 */
  background-position: center; /* 背景画像の表示位置を中央に */
}
@media only screen and (max-width: 768px) {
  .intro-single__contact {
    padding: 80px 0 90px;
  }
}

.btn-single-intro {
  margin: 35px auto 40px;
}
@media only screen and (max-width: 768px) {
  .btn-single-intro {
    margin: 35px auto 0px;
    max-width: 240px;
  }
}

.intro__category-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .intro__category-tabs {
    flex-wrap: wrap;
    padding: 0px 12px;
  }
}

.intro__category-tab,
.intro__category-tab2 {
  background-color: #fff;
  border: 1px solid #EF8F9C;
  color: #EF8F9C;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  max-width: 200px;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .intro__category-tab,
.intro__category-tab2 {
    font-size: 14px;
    line-height: 16.8px;
    max-width: 150px;
  }
}

.intro__category-tab2 {
  max-width: 150px;
}

.intro__category-tab.current {
  background-color: #EF8F9C;
  color: #fff;
}

.page__intro__card {
  width: 100%;
  border-radius: 20px;
  max-width: 320px;
}

.page__intro__card-pink {
  background-color: #ffedf0;
}

.page__intro__card-yellow {
  background-color: #fff9cb;
}

.page__intro__card-blue {
  background-color: #edf4ff;
}

.page__intro__card-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #55000C;
  padding-top: 8px;
}

.page__intro__card-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-top: 8px;
}

.letter-archive {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 125px 30px 60px 60px;
}
@media only screen and (max-width: 768px) {
  .letter-archive {
    display: block;
    padding: 85px 15px;
  }
}

.letter-archive__side {
  width: 30%;
  height: 100vh;
  max-width: 328px;
  margin-left: 32px;
  padding-top: 10px;
  min-width: 200px;
}
@media only screen and (max-width: 768px) {
  .letter-archive__side {
    width: 100%;
    border-top: 1px solid #55000C;
    padding-top: 12px;
    padding-left: 12px;
    margin: auto;
    margin-top: 0px;
    height: auto;
  }
}

.archive__side-title {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.2em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .archive__side-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.archive__side-contents {
  padding: 12px 0 0 0px;
}
@media only screen and (max-width: 768px) {
  .archive__side-contents {
    padding: 8px 0 0 0px;
  }
}

.archive__side-list-year {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  border-left: 4px solid #EF8F9C;
  padding-left: 10px;
  margin-left: 4px;
}
@media only screen and (max-width: 768px) {
  .archive__side-list-year {
    font-size: 14px;
    line-height: 21px;
  }
}

.archive__side-lists {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px;
  padding: 10px 0;
}

.archive__side-list-month {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .archive__side-list-month {
    font-size: 12px;
    line-height: 12px;
  }
}
.archive__side-list-month a {
  display: block;
  width: 100%;
  padding: 4px 12px;
}

.letter-archive__container {
  max-width: 960px;
  width: 80%;
  padding-right: 24px;
  border-right: 1px solid #55000C;
}
@media only screen and (max-width: 768px) {
  .letter-archive__container {
    padding-right: 0px;
    width: 100%;
    border-right: none;
  }
}

.letter-archive__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .letter-archive__list {
    margin-bottom: 32px;
    padding: 32px 22px 0;
    gap: 20px;
  }
}

.letter-archive__item {
  border-radius: 20px;
  gap: 20px;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 31%;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .letter-archive__item {
    margin-top: 0px;
    width: 100%;
    height: 280px;
  }
}

.letter-archive__link {
  display: block;
}

.letter-archive__card {
  width: 100%;
  border-radius: 20px;
  max-width: 320px;
}

.letter-archive__card-img img {
  height: 135px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.letter-archive__card-body {
  padding: 12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .letter-archive__card-body {
    padding: 12px 12px 25px;
  }
}

.letter-archive__card-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .letter-archive__card-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
  }
}

.letter-archive__card-txt {
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  padding-top: 12px;
}

.letter-archive__card-date {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  padding-top: 12px;
  text-align: right;
}

.letter-archive__card-category {
  line-height: 24px;
  letter-spacing: 0.04em;
  padding-top: 14px;
}
@media only screen and (max-width: 768px) {
  .letter-archive__card-category {
    font-size: 14px;
    line-height: 21px;
  }
}

.search__title {
  display: flex;
  gap: 12px;
  padding-bottom: 8px;
  align-items: center;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .search__title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 16.8px;
  }
}
.search__title img {
  width: 20px;
  height: 20px;
  color: #55000C;
}

.search__title-text {
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #55000C;
}

.search__box,
.search__box2 {
  background-color: #fff;
  border: 1px solid;
  display: inline-block;
  width: 240px;
  line-height: 19.2px;
  letter-spacing: 0.1em;
  text-align: left;
  border-radius: 8px;
  position: relative;
}
.search__box select,
.search__box2 select {
  padding: 8px 0 8px 16px;
  z-index: 1;
  position: relative;
  width: 100%;
}

.search__box2 {
  width: 200px;
}

.fa-chevron-down {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
}

.letter__search {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 6px;
  margin-bottom: 30px;
  border-bottom: 2px solid #55000C;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .letter__search {
    display: block;
    margin-bottom: 8px;
  }
}

.search__icon-wrapper {
  display: inline-block;
}

.search__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #55000C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search__icon button {
  padding: 8px;
}
.search__icon img {
  width: 20px;
}

.letter-single {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 120px 30px;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .letter-single {
    display: block;
    padding: 85px 15px;
  }
}
.letter-singlelborder {
  max-width: 960px;
  width: 80%;
  padding: 32px;
  border-right: 1px solid;
}

.letter-single__side {
  width: 30%;
  height: 100vh;
  max-width: 328px;
  min-width: 200px;
  padding-left: 24px;
  border-left: 1px solid;
  margin-left: 32px;
}
@media only screen and (max-width: 768px) {
  .letter-single__side {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #55000C;
    border-left: none;
    height: auto;
    padding-top: 12px;
    padding-left: 12px;
    margin: 0;
  }
}

.single__side-title {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.2em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .single__side-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.single__side-contents {
  padding: 12px 0 0 0px;
}

.single__side-list-year {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  border-left: 4px solid #EF8F9C;
  padding-left: 10px;
  margin-left: 4px;
}
@media only screen and (max-width: 768px) {
  .single__side-list-year {
    font-size: 14px;
    line-height: 21px;
  }
}

.single__side-lists {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px;
  padding: 10px 0;
}

.single__side-list-month {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .single__side-list-month {
    font-size: 12px;
    line-height: 12px;
  }
}
.single__side-list-month a {
  display: block;
  width: 100%;
  padding: 4px 12px;
}

.letter-single__container {
  max-width: 960px;
  width: 100%;
  padding: 32px;
  background-color: #fff;
  border-radius: 40px;
}
@media only screen and (max-width: 768px) {
  .letter-single__container {
    width: 100%;
    border-right: none;
    padding: 32px 15px;
    margin-bottom: 32px;
  }
}

.letter-single__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .letter-single__head {
    display: block;
  }
}

.letter-single__category {
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-left: 28px;
}
@media only screen and (max-width: 768px) {
  .letter-single__category {
    font-size: 16px;
    line-height: 19.2px;
  }
}

.letter-single__date {
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0.1em;
  text-align: left;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .letter-single__date {
    padding-top: 12px;
    font-size: 12px;
    line-height: 14.4px;
  }
}

.letter-single__title {
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 768px) {
  .letter-single__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.letter-single__img {
  display: block;
  max-width: 640px;
  max-height: 320px;
  margin: 32px auto;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .letter-single__img {
    margin: 24px auto;
    max-width: 315px;
    max-height: 240px;
  }
}

.blog__contents {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .blog__contents {
    margin-bottom: 64px;
  }
}

.blog__head2 {
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .blog__head2 {
    font-size: 16px;
    line-height: 32px;
  }
}
.blog__head2::before {
  content: "";
  border-left: 4px solid #EF8F9C;
  display: block;
  position: absolute;
  left: 0px;
  border-radius: 5px;
  margin-right: 10px;
  height: 30px;
}

.blog__text {
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .blog__text {
    font-size: 16px;
    line-height: 32px;
  }
}

.btn-letter {
  max-width: 300px;
}

.letter-head_icon {
  width: 16px;
  height: 16px;
  position: absolute;
}

.page__info-item {
  padding-top: 115px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .page__info-item {
    padding-top: 90px;
    padding-bottom: 17px;
  }
}

.info-archive__category-tabs {
  max-width: 1140px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .info-archive__category-tabs {
    flex-wrap: wrap;
    padding: 0px 15px;
    gap: 8px;
    justify-content: flex-start;
  }
}

.info-archive__category-tab {
  background-color: #fff;
  border: 1px solid #EF8F9C;
  color: #EF8F9C;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0.1em;
  text-align: left;
}

.info-archive__category-tab.current {
  background-color: #EF8F9C;
  color: #fff;
}

.info-archive__link {
  padding: 8px 16px;
  display: block;
}

.info__archive-list {
  max-width: 1140px;
  padding: 65px 30px 0px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .info__archive-list {
    padding: 30px 15px 0;
  }
}

.info__archive-item {
  margin-bottom: 37px;
}
@media only screen and (max-width: 768px) {
  .info__archive-item {
    margin-bottom: 45px;
    border-bottom: 1px solid #55000C;
  }
}

.info__archive-link {
  display: block;
}

.info__archive-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  border-bottom: 1px solid #55000C;
  padding-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .info__archive-card {
    align-items: flex-end;
    border-bottom: none;
    gap: 10px;
    padding-bottom: 0px;
  }
}

.info__archive-card__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 120px;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .info__archive-card__icons {
    width: 72px;
    height: 72px;
    border-radius: 7.2px;
  }
}
.info__archive-card__icons img {
  width: 48px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .info__archive-card__icons img {
    width: 28.8px;
  }
}

.icons-color-pink {
  background-color: #ffc9de;
}

.icons-color-blue {
  background-color: #a4c8ff;
}

.icons-color-yellow {
  background-color: #ffc657;
}

.info__archive-card__icon-title {
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .info__archive-card__icon-title {
    font-size: 10.8px;
    line-height: 16.2px;
  }
}

.info__archive-card__body {
  width: 75%;
}

.info__archive-card__date {
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  padding-top: 12px;
}

.info__archive-card__title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: left;
  padding-top: 12px;
  color: #55000C;
}
@media only screen and (max-width: 768px) {
  .info__archive-card__title {
    font-size: 18px;
    line-height: 27px;
    padding-top: 0px;
  }
}

.info__archive-card__text {
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  padding-top: 12px;
}

@media only screen and (max-width: 768px) {
  .info__archive-card__body-sp {
    padding: 12px 0 30px;
    font-size: 14px;
    line-height: 21px;
  }
}

.line-clamp-pc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 768px) {
  .line-clamp-pc {
    display: none;
  }
}

.line-clamp-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .line-clamp-sp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.info-single {
  padding: 120px 30px 115px;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .info-single {
    display: block;
    padding: 54px 15px 80px;
  }
}

.info-single__container {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 40px;
}
@media only screen and (max-width: 768px) {
  .info-single__container {
    padding-right: 0px;
    width: 100%;
    border-right: none;
    padding: 32px 15px;
  }
}
.info-single__container img {
  display: block;
  max-width: 640px;
  max-height: 320px;
  margin: 32px auto 10px;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .info-single__container img {
    margin: 24px auto 8px;
    max-width: 315px;
    max-height: 165px;
  }
}

.info-single__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .info-single__head {
    display: block;
  }
}

.info-single__date {
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .info-single__date {
    padding-top: 12px;
    font-size: 12px;
    line-height: 14.4px;
  }
}

.info-single__title {
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 768px) {
  .info-single__title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0px;
  }
}

.info-blog__text {
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .info-blog__text {
    font-size: 14px;
    line-height: 28px;
  }
}

.btn-info {
  margin: 64px auto 32px;
  max-width: 300px;
}
.info-single__box {
  padding-bottom: 8px;
}

.recruit__motto {
  padding-top: 64px;
  max-width: 1320px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .recruit__motto {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}

.recruit__motto-container {
  padding: 0 60px;
  color: #55000C;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .recruit__motto-container {
    display: block;
    padding: 0 30px;
    text-align: center;
  }
}
.recruit__motto-container img {
  border-radius: 40px;
  max-width: 480px;
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .recruit__motto-container img {
    border-radius: 20px;
    max-width: 240px;
    width: 100%;
  }
}

.motto__box {
  padding-top: 5px;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .motto__box {
    padding-top: 30px;
    width: 100%;
  }
}

.flex-reverse {
  flex-direction: row-reverse;
}

.motto__box-title {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-align: left;
  border-bottom: 1px solid;
  padding-bottom: 14px;
  padding-left: 34px;
  padding-right: 80px;
  margin-bottom: 21px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .motto__box-title {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 0px;
    padding-top: 5px;
    width: 100%;
    margin-bottom: 13px;
  }
}
.motto__box-title::before {
  content: url(https://sakura.syunando.com/wp-content/themes/sakura/images/recruit-icon.png);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
}

.motto__box-text {
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .motto__box-text {
    font-size: 14px;
    line-height: 28px;
  }
}

.requirements__box {
  margin-top: 64px;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .requirements__box {
    margin-top: 55px;
    padding: 0 15px;
  }
}

.requirements__container {
  width: 100%;
  letter-spacing: 0.2em;
  line-height: 24px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 30px;
  color: #55000C;
  background-color: #fff;
  border-radius: 40px;
}
@media only screen and (max-width: 768px) {
  .requirements__container {
    margin-top: 22px;
    padding: 22px 24px;
  }
}

.requirements__row {
  display: flex;
  border-bottom: 1px dashed #55000C;
  padding: 31px 0;
  gap: 25px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .requirements__row {
    display: block;
    border-bottom: none;
    padding: 0;
  }
}

.requirements__row:last-child {
  border: none;
}

.requirements__label {
  width: 25%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ef8f9c;
  border-radius: 15px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .requirements__label {
    width: 100%;
    max-width: 100%;
    padding: 17px 0;
  }
}

.requirements__content {
  width: 75%;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: #55000C;
}
@media only screen and (max-width: 768px) {
  .requirements__content {
    width: 100%;
    padding: 24px 15px;
    font-size: 14px;
    line-height: 21px;
  }
}
.requirements__content span {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .requirements__content span {
    font-size: 12px;
    line-height: 18px;
  }
}

.accordion {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 96px;
  color: #55000C;
}
@media only screen and (max-width: 768px) {
  .accordion {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 70px 0 60px;
  }
}

.accordion-container {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .accordion-container {
    width: 100%;
    padding: 0 15px;
  }
}

.accordion-item {
  padding: 0 32px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #EF8F9C;
}
@media only screen and (max-width: 768px) {
  .accordion-item {
    padding: 0;
  }
}

.accordion-title {
  position: relative;
  cursor: pointer;
  padding: 30px 0px 30px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .accordion-title {
    padding: 30px 50px 20px 64px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
  }
}

.accordion-title::before {
  content: "Q";
  padding-right: 32px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0px;
}
@media only screen and (max-width: 768px) {
  .accordion-title::before {
    position: absolute;
    left: 25px;
  }
}

.accordion-item img {
  width: 12px;
  height: 10px;
  position: absolute;
  top: 65%;
  right: 0%;
  transform: translatey(-50%);
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .accordion-item img {
    top: 60%;
    right: 7%;
    width: 16px;
    height: 12px;
  }
}

.accordion-title.open img {
  top: 48%;
  transform: rotate(-180deg);
  transition: 0.3s;
}

.accordion-content {
  display: none;
  padding: 30px 40px 40px;
  position: relative;
  border-top: 1px dashed #55000C;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .accordion-content {
    font-size: 14px;
    line-height: 21px;
    padding: 25px 25px 25px 64px;
  }
}

.accordion-content p::before {
  content: "A";
  padding-right: 20px;
  left: 0px;
  display: inline-block;
  text-align: center;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .accordion-content p::before {
    padding-right: 12px;
    position: absolute;
    top: 25px;
    left: 25px;
  }
}

.contact {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .contact {
    margin-bottom: 77px;
    padding: 0 15px;
  }
}

.recruit__main {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .recruit__main {
    padding: 0px;
  }
}
.recruit__main form {
  background-color: #fff;
  padding: 54px 0 30px;
  margin-bottom: 115px;
  border-radius: 40px;
}
@media only screen and (max-width: 768px) {
  .recruit__main form {
    border-radius: 30px;
    padding: 32px 15px 12px;
    margin-bottom: 80px;
  }
}

.contact__main form {
  background-color: #fff;
  padding: 64px 0 30px;
  margin-bottom: 115px;
  border-radius: 40px;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .contact__main form {
    border-radius: 30px;
    padding: 50px 15px 45px;
    margin-bottom: 0px;
  }
}
.contact__main form .form__head {
  padding-left: 140px;
}
@media only screen and (max-width: 768px) {
  .contact__main form .form__head {
    padding-left: 0px;
  }
}
.contact__main form .form__input--textarea {
  height: 200px;
}
.contact__main form .form__privacy .form__privacy-check {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .form {
    padding: 0 15px;
  }
}

.form__item {
  -moz-column-gap: 35px;
       column-gap: 35px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .form__item {
    display: block;
  }
}

.form__item + .form__item {
  margin-top: 16px;
}

.form__item[data-align=start] {
  align-items: start;
}

.form__item[data-align=center] {
  align-items: center;
}

.form__head {
  padding-left: 110px;
  flex-shrink: 0;
  width: 40%;
  text-align: left;
  color: #55000C;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .form__head {
    width: 100%;
    padding-left: 0px;
  }
}

.form__label {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 2px;
  margin-left: 12px;
  padding: 2px 6px;
  border-radius: 4px;
}

.form__label--required {
  background-color: #EF8F9C;
}

.form__label--optional {
  background-color: #333;
}

.form__body {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 480px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .form__body {
    margin-top: 8px;
    margin-left: 0px;
  }
}

.form__input {
  background-color: #fff;
  border: 1px solid #333;
  font-size: 16px;
  outline: none;
  padding: 12px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .form__input {
    font-size: 14px;
  }
}

.form__input:focus,
.form__input:focus-visible {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.form__input--text {
  width: 100%;
}

.form__input--textarea {
  resize: vertical;
  width: 100%;
  height: 180px;
}
@media only screen and (max-width: 768px) {
  .form__input--textarea {
    height: 200px;
  }
}

.form__input--textarea2 {
  resize: vertical;
  max-width: 470px;
  width: 35vw;
  height: 100px;
}
@media only screen and (max-width: 768px) {
  .form__input--textarea2 {
    width: 85vw;
  }
}

.form__input--select {
  cursor: pointer;
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .wpcf7-list-item {
    margin: 0;
  }
}

.form__radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin: 15px 0;
}
@media only screen and (max-width: 768px) {
  .form__radio .wpcf7-list-item {
    margin: 12px 0;
  }
}
.form__radio .wpcf7-list-item-label {
  display: block;
  position: relative;
  cursor: pointer;
}
.form__radio .wpcf7-list-item-label-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form__radio .wpcf7-list-item input[type=radio] {
  opacity: 0;
  position: absolute;
}
.form__radio .wpcf7-list-item input[type=radio]:focus + span::before {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
.form__radio .wpcf7-list-item input[type=radio] + span {
  display: block;
  position: relative;
  padding-left: 33px;
}
@media only screen and (max-width: 768px) {
  .form__radio .wpcf7-list-item input[type=radio] + span {
    padding-left: 25px;
  }
}
.form__radio .wpcf7-list-item input[type=radio] + span::before, .form__radio .wpcf7-list-item input[type=radio] + span::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form__radio .wpcf7-list-item input[type=radio] + span::before {
  border: 1.5px solid #333;
  left: 0;
  transition: border 0.1s;
  height: 16px;
  width: 16px;
}
.form__radio .wpcf7-list-item input[type=radio] + span::after {
  background-color: #333;
  opacity: 0;
  transition: opacity 0.1s;
  height: 11px;
  left: 2.5px;
  width: 11px;
}
.form__radio .wpcf7-list-item input[type=radio]:checked + span::after {
  opacity: 1;
}

.address-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0;
}
@media only screen and (max-width: 768px) {
  .address-box {
    display: block;
  }
}
.address-box span {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .address-box span {
    width: 50%;
  }
}

.address-text {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .address-text {
    width: 35%;
  }
}

.address-answer {
  justify-content: flex-start;
}

.form__privacy {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form__privacy {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.form__privacy .form__privacy-text a {
  color: red;
  display: inline;
  text-decoration: underline;
}
.form__privacy .form__privacy-check {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .form__privacy .form__privacy-check {
    margin-top: 16px;
  }
}
.form__privacy .form__privacy-check span {
  display: inline-block;
}

.wpcf7-checkbox {
  display: block;
  position: relative;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-checkbox .form__input--checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-checkbox label,
.wpcf7-checkbox .form__input--checkbox {
  display: block;
  position: relative;
}
.wpcf7-checkbox .form__input--checkbox,
.wpcf7-checkbox input[type=checkbox],
.wpcf7-checkbox .form__input--checkbox .form__input--checkbox,
.wpcf7-checkbox .form__input--checkbox input[type=checkbox] {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.wpcf7-checkbox .form__input--checkbox:focus + span::before,
.wpcf7-checkbox input[type=checkbox]:focus + span::before,
.wpcf7-checkbox .form__input--checkbox .form__input--checkbox:focus + span::before,
.wpcf7-checkbox .form__input--checkbox input[type=checkbox]:focus + span::before {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
.wpcf7-checkbox .form__input--checkbox:checked + span::after,
.wpcf7-checkbox input[type=checkbox]:checked + span::after,
.wpcf7-checkbox .form__input--checkbox .form__input--checkbox:checked + span::after,
.wpcf7-checkbox .form__input--checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.wpcf7-checkbox .form__input--checkbox + span,
.wpcf7-checkbox input[type=checkbox] + span,
.wpcf7-checkbox .form__input--checkbox .form__input--checkbox + span,
.wpcf7-checkbox .form__input--checkbox input[type=checkbox] + span {
  display: inline-block;
  font-weight: 700;
  padding: 0 0 0 38px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wpcf7-checkbox .form__input--checkbox + span,
.wpcf7-checkbox input[type=checkbox] + span,
.wpcf7-checkbox .form__input--checkbox .form__input--checkbox + span,
.wpcf7-checkbox .form__input--checkbox input[type=checkbox] + span {
    font-size: 16px;
    padding: 0 0 0 28px;
  }
}
.wpcf7-checkbox .form__input--checkbox + span::before, .wpcf7-checkbox .form__input--checkbox + span::after,
.wpcf7-checkbox input[type=checkbox] + span::before,
.wpcf7-checkbox input[type=checkbox] + span::after,
.wpcf7-checkbox .form__input--checkbox .form__input--checkbox + span::before,
.wpcf7-checkbox .form__input--checkbox .form__input--checkbox + span::after,
.wpcf7-checkbox .form__input--checkbox input[type=checkbox] + span::before,
.wpcf7-checkbox .form__input--checkbox input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}
.wpcf7-checkbox .form__input--checkbox + span::before,
.wpcf7-checkbox input[type=checkbox] + span::before,
.wpcf7-checkbox .form__input--checkbox .form__input--checkbox + span::before,
.wpcf7-checkbox .form__input--checkbox input[type=checkbox] + span::before {
  background-color: transparent;
  border: 1.5px solid #333;
  height: 22px;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 22px;
}
.wpcf7-checkbox .form__input--checkbox + span::after,
.wpcf7-checkbox input[type=checkbox] + span::after,
.wpcf7-checkbox .form__input--checkbox .form__input--checkbox + span::after,
.wpcf7-checkbox .form__input--checkbox input[type=checkbox] + span::after {
  border-bottom: 2px solid #EF8F9C;
  border-left: 2px solid #EF8F9C;
  height: 12px;
  left: 2px;
  opacity: 0;
  top: 37%;
  transform: translateY(-50%) rotate(-45deg);
  transition: opacity 0.15s ease;
  width: 20px;
}

.recruit-btn-wrapper {
  text-align: center;
}

.recruit-btn {
  position: relative;
  display: block;
  margin: 64px auto 32px;
  color: #55000C;
  padding: 20px 0;
  border-radius: 40px;
  max-width: 300px;
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  .recruit-btn {
    margin: 48px auto 0px;
  }
}

.recruit-btn::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
  color: #55000C;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-recruit {
  display: block;
  padding: 20px 0;
  max-width: 300px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .btn-recruit {
    max-width: 300px;
  }
}

.fa-solid.fa-chevron-right {
  position: absolute;
  top: 50%;
  left: 87%;
  transform: translate(-50%, -50%);
}

span.wpcf7-spinner {
  display: none;
}

.label-position {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .label-position {
    margin-top: 10px;
  }
}

.contact__inner {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 118px 30px 0;
}
@media only screen and (max-width: 768px) {
  .contact__inner {
    padding: 85px 15px 0;
  }
}
.contact__inner a {
  text-decoration: underline;
}
.contact__inner .contact__inner-text {
  padding-bottom: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .contact__inner .contact__inner-text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}

.contact-btn {
  position: relative;
  display: inline-block;
  margin: 44px auto 32px;
  max-width: 300px;
}

.answer__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 60px 0 65px;
}
@media only screen and (max-width: 768px) {
  .answer__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: left;
    padding: 60px 15px 36px;
  }
}

.top-btn {
  position: relative;
  display: block;
  margin: 44px auto 32px;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .top-btn {
    margin: 44px auto 80px;
  }
}

.page-policy {
  padding: 0px 30px;
}
@media only screen and (max-width: 768px) {
  .page-policy {
    padding: 0px 15px;
  }
}

.inner__page-policy {
  max-width: 1080px;
  padding: 20px 35px 45px;
  margin: 80px auto 77px;
  background-color: #fff;
  border-radius: 12px;
  font-family: Kosugi Maru;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  border-radius: 40px;
}
@media only screen and (max-width: 768px) {
  .inner__page-policy {
    margin: 65px 0px;
    padding: 32px 15px 32px;
  }
}

.policy__box {
  padding: 30px 0px 0;
}
@media only screen and (max-width: 768px) {
  .policy__box {
    padding: 0px 0px 18px;
  }
}
.policy__box h4 {
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-left: 8px;
  margin-bottom: 8px;
  padding-left: 12px;
  padding-top: 4px;
  border-left: 4px solid #FFF7B8;
}
.policy__box ol {
  font-family: "Kosugi Maru";
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
  padding: 0 15px;
}
.policy__box ol li {
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .policy__box ol li {
    padding-left: 25px;
  }
}
.policy__box ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum) "."; /* カウントした数に応じて番号を表示 */
}

.policy__title {
  border: 1px solid #55000C;
  display: inline-block;
  padding: 12px 24px 10px;
  margin-bottom: 12px;
  border-radius: 12px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .policy__title {
    padding: 10px 24px;
    margin-bottom: 17px;
  }
}
.policy__title h3 {
  color: #55000C;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.1em;
  padding-left: 8px;
  border-left: 5px solid #55000C;
}
@media only screen and (max-width: 768px) {
  .policy__title h3 {
    font-size: 16px;
    line-height: 16px;
  }
}

.policy__text,
.policy__text-right {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 8px;
  padding: 0 13px;
}
@media only screen and (max-width: 768px) {
  .policy__text,
.policy__text-right {
    font-size: 14px;
    line-height: 21px;
  }
}

.policy__text-right {
  text-align: right;
  padding-top: 15px;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .policy__text-right {
    padding: 0;
  }
}

.inner__page-sitemap {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 66px 30px 55px;
  background-color: #fff;
  border-radius: 40px;
  margin: 80px auto;
}
@media only screen and (max-width: 768px) {
  .inner__page-sitemap {
    margin: 80px 0px 0;
    padding: 14px 0 30px;
  }
}

.page__intro-sitemap {
  margin-top: 135px;
}
@media only screen and (max-width: 768px) {
  .page__intro-sitemap {
    margin-top: 85px;
    padding-bottom: 72px;
  }
}

.sitemap__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #55000C;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  gap: 0 80px;
}
@media only screen and (max-width: 768px) {
  .sitemap__box {
    display: block;
    max-width: 95%;
    font-size: 16px;
    line-height: 24px;
    padding-left: 28px;
    padding-top: 20px;
  }
}

.sitemap__item {
  flex: 1 1 45%; /* PC版での各アイテムの幅を指定 */
  box-sizing: border-box;
  margin-bottom: 8px; /* アイテム間の余白 */
  position: relative;
  padding-left: 30px;
  max-width: 360px;
  border-bottom: 1px dashed #55000C;
}
@media only screen and (max-width: 768px) {
  .sitemap__item {
    width: 100%;
    max-width: 300px;
    padding-left: 18px;
    margin-bottom: 7px;
  }
}

.sitemap__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFF7B8;
}

.sitemap__item:nth-child(1),
.sitemap__item:nth-child(6) {
  order: 1;
}

.sitemap__item:nth-child(2),
.sitemap__item:nth-child(7) {
  order: 2;
}

.sitemap__item:nth-child(3),
.sitemap__item:nth-child(8) {
  order: 3;
}

.sitemap__item:nth-child(4),
.sitemap__item:nth-child(9) {
  order: 4;
}

.sitemap__item:nth-child(5) {
  order: 5;
}

.page__sitemap {
  background-image: url(https://sakura.syunando.com/wp-content/themes/sakura/images/top-letters__bg-pc.png);
  background-repeat: no-repeat; /* 背景画像を繰り返し表示させない */
  background-size: cover; /* 背景画像を全画面表示 */
  border-top: 2px dashed #55000C;
  border-bottom: 2px dashed #55000C;
  position: relative;
  margin-top: 125px;
}
@media only screen and (max-width: 768px) {
  .page__sitemap {
    background-image: url(https://sakura.syunando.com/wp-content/themes/sakura/images/top-letters__bg-pc.png);
    padding: 0 15px 80px;
    height: auto;
    margin-top: 77px;
  }
}
.page__sitemap .sec__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -180px;
}
@media only screen and (max-width: 768px) {
  .page__sitemap .sec__title {
    top: -120px;
  }
}
.page__sitemap .fa-solid.fa-chevron-right {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .page__sitemap .fa-solid.fa-chevron-right {
    left: 90%;
  }
}

.page__none {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .page__none {
    padding: 85px 15px 15px;
  }
}

.page__none-text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .page__none-text {
    font-size: 17px;
    line-height: 25.5px;
  }
}

.page__intro-404 {
  margin-top: 155px;
}
@media only screen and (max-width: 768px) {
  .page__intro-404 {
    margin-top: 85px;
    padding-bottom: 72px;
  }
}

#header {
  width: 100%;
}
.header {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  height: 200px;
  padding: 95px 80px 35px;
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 48px 0px 0px;
    height: 0px;
  }
}

.header__logo img {
  max-width: 280px;
}
@media only screen and (max-width: 1280px) {
  .header__logo img {
    max-width: 200px;
  }
}

.header__bgi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.header__bgi img,
.header__bgi source {
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 768px) {
  .header__bgi img,
.header__bgi source {
    height: 135px;
  }
}

#footer {
  text-align: center;
  background: linear-gradient(180deg, #fffef3 0%, #fff7b8 100%);
  padding-bottom: 12px;
}

.footer__logo {
  padding: 48px 0;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .footer__logo {
    max-width: 200px;
    padding: 48px 0 45px;
  }
}

@media only screen and (max-width: 768px) {
  .footer__box {
    padding: 0 20px;
  }
}

.footer__box ul,
.footer__box ol {
  justify-content: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  gap: 64px;
  margin-bottom: 24px;
  line-height: 19.2px;
  letter-spacing: 0.1em;
  color: #55000C;
}
@media only screen and (max-width: 768px) {
  .footer__box ul,
.footer__box ol {
    gap: 24px;
    flex-wrap: wrap;
    text-align: left;
    padding-right: 0px;
    font-size: 14px;
    line-height: 16.8px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__box ul li,
.footer__box ol li {
    width: 45%;
  }
}
.footer__box ul a,
.footer__box ol a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer__box ol {
    font-size: 12px;
    line-height: 14.4px;
  }
}

.page-top {
  height: 72px;
  width: 72px;
  right: 32px;
  bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  position: fixed;
  background-color: #fff;
  border-radius: 50%;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .page-top {
    height: 48px;
    width: 48px;
    right: 15px;
    bottom: 15px;
    font-size: 16px;
  }
}

small {
  padding: 24px 0 12px;
}
/*# sourceMappingURL=home.css.map */