@charset "UTF-8";

.sp-line-break {
  /* PCではspanタグの存在を消し、中のテキストだけを描画させる */
  display: contents;
}

/* スマートフォンのブレークポイント */
@media (max-width: 767px) {
  .sp-line-break {
    /* SPではブロック要素に戻して改行を実現 */
    display: block;
    line-height: 1.666;
  }
}



.section-group.page-jobcafe-entry {
  padding-top: 280px;
  padding-bottom: 160px;
  border-bottom: 1px solid #818181;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry {
    padding-top: 42vw;
  }
}

.section-group.page-jobcafe-entry .heading-title01 {
  text-align: center;
  margin-bottom: 80px;
}

.section-group.page-jobcafe-entry .title__en {
  color: var(--main_02, #AACD06);
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}

.section-group.page-jobcafe-entry .sub-title__ja {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.section-group.page-jobcafe-entry .sub-title__ja-contactform {
  color: var(--text, #272727) !important;
}

.section-group.page-jobcafe-entry .heading-title {
  position: relative;
  color: var(--main_02, #AACD06);
  text-align: center;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .heading-title {
    text-align: center;
    font-size: 8vw;
    font-style: normal;
    font-weight: 700;
  }
}

.section-group.page-jobcafe-entry .heading-title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background: var(--main_02, #AACD06);
  bottom: -71px;
}

.section-group.page-jobcafe-entry .heading-title_confirm::before {
  display: none;
}

.section-group.page-jobcafe-entry .contact-container {
  margin-top: 100px;
}

.section-group.page-jobcafe-entry .contact-container .des-inner {
  padding: 30px;
  background: var(--bgc_green, #FCFFEE);
  margin-top: 136px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .des-inner {
    padding: 8vw 2.867vw;
  }
}

.section-group.page-jobcafe-entry .contact-container .des-inner .inside {
  max-width: 840px;
  width: 100%;
  display: grid;
  gap: 20px;
  margin: auto;
}

.section-group.page-jobcafe-entry .contact-container .des-inner .inside-01 {
  max-width: 926px;
}

.section-group.page-jobcafe-entry .contact-container .des-inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .des-inner .text {
    font-size: 4.8vw;
    width: 100%;
  }
}

.section-group.page-jobcafe-entry .contact-container .des-inner .text::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: var(--main_02, #AACD06);
  border-radius: 50%;
  margin: 0 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .des-inner .text::before {
    margin: 0 2.667vw;
  }
}

.section-group.page-jobcafe-entry .contact-container .des-inner .text-01 {
  margin: auto;
}

.section-group.page-jobcafe-entry .contact-container .des-inner .description {
  color: var(--text, #272727);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .des-inner .description {
    font-size: 3.733vw;
    line-height: 160%;
  }
}

.section-group.page-jobcafe-entry .contact-container .des-inner .pdf {
  text-decoration: underline;
  color: var(--text, #272727);
}

.section-group.page-jobcafe-entry .contact-container .des-inner .asterisk {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-align: right;
  padding-right: 55px;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .des-inner .asterisk {
    font-size: 3.733vw;
    padding-right: 3.467vw;
    text-align: left;
  }
}

.section-group.page-jobcafe-entry .contact-container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.section-group.page-jobcafe-entry .contact-container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  padding: 20px;
  border: 1px solid #A3A3A3;
}

.section-group.page-jobcafe-entry .contact-container .box:last-child {
  border-bottom: 1px solid #A3A3A3;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .box {
    max-width: 100%;
    border-bottom: none;
    padding: 5.333vw 5.333vw 0px 5.333vw;
  }
}

.section-group.page-jobcafe-entry .contact-container .horizontal-label {
  margin-right: 10px;
  color: var(--text, #272727);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .horizontal-label {
    font-size: 4.267vw;
    line-height: 140%;
  }
}

.section-group.page-jobcafe-entry .contact-container .required {
  padding: 5px 10px;
  border-radius: 30px;
  background: var(--main_01, #EC6D74);
  color: white;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .required {
    font-size: 3.2vw;
  }
}

.section-group.page-jobcafe-entry .contact-container .area {
  max-width: 721px;
  width: 100%;
  padding: 28px 20px 20px 20px;
  border: 1px solid #A3A3A3;
  font-size: 1.2rem;
  color: var(--text, #272727);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  text-transform: lowercase;
}

.section-group.page-jobcafe-entry .contact-container .area:last-child {
  border-bottom: 1px solid #A3A3A3;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .area {
    max-width: 100%;
    border-top: none;
    padding: 2.667vw 5.333vw 5.333vw 3.333vw;
  }
}

.section-group.page-jobcafe-entry .contact-container .area .multiform {
  text-transform: none;
}

.section-group.page-jobcafe-entry .contact-container .area .custom-width {
  width: 50px;
}

.section-group.page-jobcafe-entry .contact-container .area .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .area .radio-group {
    gap: 2.667vw;
  }
}

.section-group.page-jobcafe-entry .contact-container .area .radio-group01 {
  width: 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-group.page-jobcafe-entry .contact-container .area .center {
  position: relative;
  top: 11px;
}

.section-group.page-jobcafe-entry .contact-container .area .select03 {
  width: 237%;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .area .select03 {
    width: 119%;
  }
}

.section-group.page-jobcafe-entry .contact-container .area .wpcf7-form-control.wpcf7-radio.wpcf7-validates-as-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .area .wpcf7-form-control.wpcf7-radio.wpcf7-validates-as-required {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.section-group.page-jobcafe-entry .contact-container .area .wpcf7-form-control.wpcf7-radio.wpcf7-validates-as-required label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  color: var(--text, #272727);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .area .wpcf7-form-control.wpcf7-radio.wpcf7-validates-as-required label {
    font-size: 3.733vw;
  }
}

.section-group.page-jobcafe-entry .contact-container .area .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  margin: 0px 0 0 0.3em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-group.page-jobcafe-entry .contact-container .area .postal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.section-group.page-jobcafe-entry .contact-container .area .hoge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.section-group.page-jobcafe-entry .contact-container .area .hoge .inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-group.page-jobcafe-entry .contact-container .area .hoge .inner02 .year-text {
  position: relative;
  bottom: -23px;
  left: 59px;
}

.section-group.page-jobcafe-entry .contact-container .area .hoge .inner02 .job-text {
  position: relative;
  bottom: -23px;
  left: 47px;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .area .hoge .inner02 .job-text {
    left: -7px;
  }
}

.section-group.page-jobcafe-entry .contact-container .area .hoge .inner02 .job-text01 {
  position: relative;
  left: 9px;
  bottom: -23px;
}

.section-group.page-jobcafe-entry .contact-container .area .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .area .checkbox-group {
    display: contents;
  }
}

.section-group.page-jobcafe-entry .contact-container .area .checkbox-group label {
  color: var(--text, #272727);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .area .checkbox-group label {
    font-size: 3.733vw;
  }
}

.section-group.page-jobcafe-entry .contact-container .area .regular {
  width: 26%;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .area .regular {
    width: 108%;
  }
}

.section-group.page-jobcafe-entry .contact-container .area .regular02 {
  width: 53%;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .area .regular02 {
    width: 108%;
  }
}

.section-group.page-jobcafe-entry .contact-container textarea,
.section-group.page-jobcafe-entry .contact-container input,
.section-group.page-jobcafe-entry .contact-container select {
  padding: 10px;
  border: 1px solid #272727;
}

@media screen and (max-width: 767px) {

  .section-group.page-jobcafe-entry .contact-container textarea,
  .section-group.page-jobcafe-entry .contact-container input,
  .section-group.page-jobcafe-entry .contact-container select {
    margin-right: 10px;
  }
}

.section-group.page-jobcafe-entry .contact-container .w-97 {
  width: 97%;
}

.section-group.page-jobcafe-entry .contact-container textarea {
  width: 97%;
}

.section-group.page-jobcafe-entry .contact-container input[type=checkbox][name=new-hiring-yes] {
  width: auto;
}

.section-group.page-jobcafe-entry .contact-container input[type=checkbox][name=registration-center],
.section-group.page-jobcafe-entry .contact-container input[type=checkbox][name="preferred-location[]"],
.section-group.page-jobcafe-entry .contact-container input[type=checkbox][name="consultation-topics[]"],
.section-group.page-jobcafe-entry .contact-container input[type=checkbox][name="visit-reason[]"],
.section-group.page-jobcafe-entry .contact-container input[type=checkbox][name=contact-method] {
  width: auto;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin: 5px;
}

@supports (-webkit-appearance: none) and (not (-ms-ime-align: auto)) {

  .section-group.page-jobcafe-entry .contact-container input[type=checkbox][name=registration-center],
  .section-group.page-jobcafe-entry .contact-container input[type=checkbox][name=privacy-agreement],
  .section-group.page-jobcafe-entry .contact-container input[type=checkbox][name="preferred-location[]"],
  .section-group.page-jobcafe-entry .contact-container input[type=checkbox][name="consultation-topics[]"],
  .section-group.page-jobcafe-entry .contact-container input[type=checkbox][name="visit-reason[]"],
  .section-group.page-jobcafe-entry .contact-container input[type=checkbox][name=contact-method] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.section-group.page-jobcafe-entry .contact-container input[type=radio][name=privacy-agreement],
.section-group.page-jobcafe-entry .contact-container input[type=radio][name=final-education],
.section-group.page-jobcafe-entry .contact-container input[type=radio][name=employment-status],
.section-group.page-jobcafe-entry .contact-container input[type=radio][name=gender] {
  width: auto;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin: 5px;
}

@supports (-webkit-appearance: none) and (not (-ms-ime-align: auto)) {

  .section-group.page-jobcafe-entry .contact-container input[type=radio][name=privacy-agreement],
  .section-group.page-jobcafe-entry .contact-container input[type=radio][name=final-education],
  .section-group.page-jobcafe-entry .contact-container input[type=radio][name=employment-status],
  .section-group.page-jobcafe-entry .contact-container input[type=radio][name=gender] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.section-group.page-jobcafe-entry .contact-container .submit {
  text-align: center;
}

.section-group.page-jobcafe-entry .contact-container .wpcf7-form-control-wrap {
  width: 41%;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .wpcf7-form-control-wrap {
    width: 83%;
  }
}

.section-group.page-jobcafe-entry .contact-container .hogehoge {
  width: 72px;
}

.section-group.page-jobcafe-entry .contact-container .prefecture {
  width: 200px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .prefecture {
    width: 100%;
  }
}

.section-group.page-jobcafe-entry .contact-container .office-address01 {
  margin-bottom: 20px;
}

.section-group.page-jobcafe-entry .contact-container .note {
  color: var(--text, #272727);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: lowercase;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .section-group.page-jobcafe-entry .contact-container .note {
    font-size: 3.733vw;
  }
}

.section-group.page-jobcafe-entry .contact-container select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/common/arrow-down.svg) no-repeat;
  border-radius: 0px;
  background-position: right 9px center;
}

.section-group.page-jobcafe-entry .contact-container .input[type=checkbox][name=registration-center] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin: 5px;
}

@supports (-webkit-appearance: none) and (not (-ms-ime-align: auto)) {
  .section-group.page-jobcafe-entry .contact-container input[type=checkbox][name=registration-center] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.confirmation-details table {
  border-collapse: collapse;
  border: 1px solid var(--formcolor, #A3A3A3);
  width: 100%;
}

.confirmation-details table th {
  padding: 20px;
  text-align: left;
  min-width: 206px;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .confirmation-details table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
    border: none;
    font-size: 4.267vw;
    line-height: 160%;
  }
}

.confirmation-details table td {
  line-height: 164%;
}

@media screen and (max-width: 767px) {
  .confirmation-details table td {
    border: none;
    font-size: 3.733vw;
  }
}

@media screen and (max-width: 767px) {
  .confirmation-details table {
    display: block;
    width: 100%;
    border: none;
  }

  .confirmation-details tr {
    display: block;
    width: 100%;
    border: 1px solid;
    width: 136%;
  }

  .confirmation-details tr:not(:last-child) {
    border-bottom: none;
  }

  .confirmation-details th,
  .confirmation-details td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
  }

  .confirmation-details th {
    font-weight: bold;
  }
}

.form-submit {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border-radius: 40px;
  background: #AACD06;
  padding: 20px 80px;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-submit {
    margin-top: 16vw;
    width: 91%;
  }
}

.form-submit::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/common/arrow-w02.svg") no-repeat center center;
  background-size: contain;
}

.confirmation-message {
  text-align: center;
  gap: 20px;
  display: grid;
}

.page-404 {
  border-bottom: 1px solid #B9B9B9;
}

.page-404 .section-group__inner {
  margin: 160px auto 300px;
}

.thanks-container {
  text-align: center;
  display: grid;
}

.thanks-container .thanks-title {
  color: var(--main_02, #AACD06);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .thanks-container .thanks-title {
    text-align: center;
    font-size: 6.4vw;
    line-height: 146%;
  }
}

.thanks-container .thanks-text {
  color: var(--text, #272727);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .thanks-container .thanks-text {
    margin-bottom: 16vw;
  }
}

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,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a,
b {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 100%;
  list-style-type: none;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", serif;
  font-weight: 500;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text, #272727);
}

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

input[type=submit],
input[type=button],
button[type=submit],
button[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button[type=submit]::-webkit-search-decoration,
button[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
button[type=submit]::focus,
button[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}


.close {
  display: none !important;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background: #fff;
  top: 0;
}

.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 100px;
}

@media screen and (max-width: 1270px) {
  .header .header__inner {
    background: #fff;
    padding: 0 0 0 5.333vw;
  }
}

.header .header__inner .logo img {
  width: 105px;
  min-width: 105px;
}

.header .header__inner .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1270px) {
  .header .header__inner .gnav {
    display: none;
  }
}

.header .header__inner .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 103px;
}

.header .header__inner .gnav-item {
  color: var(--text, #272727);
  font-family: YuGothic;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  margin: 10px 40px 10px 0;
}

.header .header__inner .gnav-item:hover {
  color: #AACD06;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .header__inner .img-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 1270px) {
  .header .header__inner .img-nav {
    display: none;
  }
}

.header .header__inner .img-nav .link {
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  width: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .header__inner .img-nav .link:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .header__inner .img-nav .link img {
  margin-bottom: 10px;
}

.header .header__inner .img-nav .link__green {
  background: #AACD06;
}

.header .header__inner .img-nav .link__pink {
  background: var(--main_01, #EC6D74);
}

.header .header__inner .img-nav .img-nav-text {
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.header .top-title {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #E8E8E8;
  padding: 10px 0 10px 100px;
  color: var(--hd_title, #8F8F8F);
}

@media screen and (max-width: 767px) {
  .header .top-title {
    font-size: 3.2vw;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 42px;
  }
}

.header .sp-inner {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .sp-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }

  .header .sp-inner.hidden {
    opacity: 0;
  }
}

.header .sp-inner .access-inner {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .sp-inner .access-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--main_01, #EC6D74);
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
  }
}

.header .sp-inner .access-inner img {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .header .sp-inner .access-inner img {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 1270px) {
  .header .inner {
    padding: 4.067vw 3.267vw;
    background: #AACD06;
  }

  .header .inner.open {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header .inner {
    padding: 0;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #AACD06;
  }

  .header .inner.open {
    background-color: #fff;
  }
}

.header .hamburger {
  display: none;
}

@media screen and (max-width: 1270px) {
  .header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .header .hamburger {
    width: 30px;
    height: 10px;
  }
}

.header .hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 3px);
  transform: rotate(45deg) translate(4px, 3px);
  background-color: #AACD06;
}

.header .hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(3px, -2px);
  transform: rotate(-45deg) translate(3px, -2px);
  background-color: #AACD06;
}

@media screen and (max-width: 1270px) {
  .header .hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(12px, -11px);
    transform: rotate(-45deg) translate(12px, -11px);
  }
}

@media screen and (max-width: 767px) {
  .header .hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(3px, -2px);
    transform: rotate(-45deg) translate(3px, -2px);
  }
}

.header .nav {
  display: none;
  background: #fff;
  position: fixed;
  top: 106px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 1270px) {
  .header .nav {
    top: 70px;
    height: calc(100vh - 70px);
    background: #FCFFF1;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .header .nav {
    top: 70px;
    height: calc(100vh - 70px);
    background: #FCFFF1;
    overflow: auto;
  }
}

.header .nav .nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 45px;
  padding-top: 82px;
}

@media screen and (max-width: 1270px) {
  .header .nav .nav__inner {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .header .nav .nav__inner {
    padding-top: 0;
    padding-bottom: 0;
    margin: 40px auto 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media screen and (max-width: 767px) {
  .header .nav ul.nav__list {
    max-width: 315px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header .nav ul.nav__list li {
    border-bottom: 1px solid #AACD06;
    padding: 0 20px;
  }
}

.header .nav ul.nav__list a {
  font-size: 1.8rem;
  line-height: 54.54px;
  letter-spacing: 0.05em;
  color: #0F0F0F;
}

@media screen and (max-width: 767px) {
  .header .nav ul.nav__list a {
    font-size: 4.8vw;
    line-height: 14.544vw;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header .nav .nav__bottom {
  margin-top: 40px;
  height: 40px;
  max-width: 315px;
  width: 100%;
}

.header .nav .nav__bottom .nav__item {
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 20px;
}

.header .nav .nav__bottom .nav__item a {
  color: #FFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.header .nav .nav__bottom .nav__item--01 {
  margin-bottom: 20px;
  background: var(--main_02, #EC6D74);
}

.header .nav .nav__bottom .nav__item--02 {
  background: var(--main_01, #AACD06);
}

.section-group .section-group__inner {
  max-width: 1040px;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .section-group .section-group__inner {
    width: calc(100% - 40px);
  }
}

.about {
  background: #FCFFEE;
  padding: 80px 90px;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 60px 20px;
  }
}

.about__corporate {
  background: #EEE1FF;
}

.about .about-text {
  text-align: center;
  gap: 20px;
  display: grid;
}

.about .about-text__jobcafe {
  text-align: left;
}

.about .about-text__uij {
  margin-bottom: 60px;
}

.about .about-text__corporate {
  margin-bottom: 60px;
}

.about .about-text .about-title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about .about-text .about-desc {
  font-style: normal;
  line-height: 200%;
  letter-spacing: 0.8px;
  font-size: 1.5rem;
}

.about .support_detail {
  padding: 20px 20px 30px;
  border: 1px solid var(--main_02, #AACD06);
  background: #FFF;
  text-align: center;
}

.about .support_detail .support-title {
  padding: 10px 20px;
  border-radius: 40px;
  background: var(--main_02, #AACD06);
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
  display: table;
  margin: auto;
}

.about .support_detail .support-title+.support-description {
  margin-top: 20px;
}

.about .support_detail .support-title__corporate {
  background: var(--main_01, #8865b2);
}

.about .support_detail .support-text {
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.9px;
  margin: 20px 0 15px;
}

.about .support_detail .support-description {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.8px;
}

.event {
  position: relative;
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .event {
    padding-bottom: 60px;
  }
}

.event .event-bg01 {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: -1;
}

.event .event-bg02 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.event .section-group__body {
  max-width: 1240px;
  width: 90%;
  margin: auto;
}

.event .event-container {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .event .event-container+.more-button-container {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .event .event-container {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.event .event-container .event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .event .event-container .event__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .event .event-container .event__list {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 8px 0px rgba(233, 237, 216, 0.35);
    box-shadow: 3px 3px 8px 0px rgba(233, 237, 216, 0.35);
  }
}

@media screen and (max-width: 767px) {
  .event .event-container .event__list .img-wrapper {
    width: 35.6%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .event .event-container .event__list .text-inner {
    width: 58.4%;
  }
}

.event .event-container .event__list .event-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .event .event-container .event__list .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.467vw;
  }
}

.event .event-container .event__list .tag {
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 8px;
  display: inline-block;
  border-radius: 30px;
  background: var(--main_01, #EC6D74);
  margin-bottom: 10px;
}

.event .event-container .event__list .date {
  color: #777;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 10px;
}

.event .event-container .event__list .title {
  color: var(--text, #272727);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .event .event-container .event__list .title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
}

@media screen and (max-width: 767px) {
  .section-group.link {
    padding: 60px 0;
  }
}

.section-group.link>.section-group__inner::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/link-bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100vw;
  padding-bottom: 55.8vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 44.2%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-group.link>.section-group__inner::after {
    top: auto;
    bottom: -60px;
    padding-bottom: 67.7vw;
    background-size: auto 100%;
  }
}

.section-group.link .section-group__inner {
  max-width: 1040px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}

.section-group.link .section-group__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .section-group.link .section-group__inner ul {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section-group.link .section-group__inner ul {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact {
  margin-top: 60px;
}

.contact .section-group__inner {
  max-width: 1240px;
  margin: 0 auto;
  width: 90%;
}

.contact .section-group__inner .contact-inner {
  padding: 80px;
  background: var(--main_02, #AACD06);
}

@media screen and (max-width: 767px) {
  .contact .section-group__inner .contact-inner {
    padding: 60px 20px;
  }
}

.contact .section-group__inner .contact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media screen and (max-width: 767px) {
  .contact .section-group__inner .contact-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .contact .section-group__inner .contact-contents .border {
    height: 1px;
    background-color: #fff;
    width: 100%;
    margin: 30px auto;
  }

  .contact .section-group__inner .contact-contents .border * {
    display: none;
  }
}

.contact .section-group__inner .contact-contents .contact-left {
  display: grid;
}

@media screen and (min-width: 768px) {
  .contact .section-group__inner .contact-contents .contact-left {
    gap: 20px;
  }
}

.contact .section-group__inner .contact-contents .contact-left .text {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .contact .section-group__inner .contact-contents .contact-left .text {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
}

.contact .section-group__inner .contact-contents .contact-left .tel {
  color: #FFF;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .contact .section-group__inner .contact-contents .contact-left .tel {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 15px;
  }
}

.contact .section-group__inner .contact-contents .contact-left .uij-tel {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .contact .section-group__inner .contact-contents .contact-left .uij-tel {
    font-size: 4vw;
  }
}

.contact .section-group__inner .contact-contents .contact-left .date {
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.contact .section-group__inner .contact-contents .contact-right a::after {
  background-image: url(../images/common/arrowRight04.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .contact .section-group__inner .contact-contents .contact-right a {
    font-size: 1.8rem;
    padding: 20px;
  }

  .contact .section-group__inner .contact-contents .contact-right a::after {
    left: 0px;
    width: 7px;
    height: 14px;
  }
}

.contact .bg-contact {
  width: 100%;
  background: #fff;
  height: 100px;
}

.contact .contact {
  margin-top: 60px;
}

.contact .contact .section-group__inner {
  max-width: 1240px;
  margin: 0 auto;
  width: 90%;
}

.contact .contact .contact-inner {
  padding: 80px;
  background: var(--main_02, #AACD06);
}

@media screen and (max-width: 767px) {
  .contact .contact .contact-inner {
    padding: 60px 20px;
  }
}

.contact .contact .contact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media screen and (max-width: 767px) {
  .contact .contact .contact-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact .contact-contents .border {
    height: 1px;
    background-color: #fff;
    width: 100%;
    margin: 30px auto;
  }

  .contact .contact .contact-contents .border * {
    display: none;
  }
}

.contact .contact .contact-contents .contact-left {
  display: grid;
}

@media screen and (min-width: 768px) {
  .contact .contact .contact-contents .contact-left {
    gap: 20px;
  }
}

.contact .contact .contact-contents .contact-left .text {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .contact .contact .contact-contents .contact-left .text {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
}

.contact .contact .contact-contents .contact-left .tel {
  color: #FFF;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .contact .contact .contact-contents .contact-left .tel {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 15px;
  }
}

.contact .contact .contact-contents .contact-left .date {
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.contact .contact .contact-contents .contact-right a::after {
  background-image: url(../images/common/arrowRight04.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .contact .contact .contact-contents .contact-right a {
    font-size: 1.8rem;
    padding: 20px;
  }

  .contact .contact .contact-contents .contact-right a::after {
    left: 0px;
    width: 7px;
    height: 14px;
  }
}

.contact .bg-contact {
  width: 100%;
  background: #fff;
  height: 100px;
}

.second-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .second-title {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .second-title.jcCenter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.second-title .en {
  color: var(--main_02, #AACD06);
  text-align: center;
  font-size: 7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .second-title .en {
    font-size: 4rem;
  }
}

.second-title .ja {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .second-title .ja {
    font-size: 1.6rem;
  }
}

.heading-title01 {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .heading-title01 {
    margin-bottom: 30px;
  }
}

.heading-title01 .title__en {
  color: var(--main_02, #AACD06);
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .heading-title01 .title__en {
    font-size: 4rem;
    margin-bottom: 15px;
  }
}

.heading-title01 .title__en-jobcafe {
  color: var(--_color, #FFA13A);
}

.heading-title01 .title__en-corporate {
  color: var(--_color, #8865b2);
}

.heading-title01 .title__en-contact {
  color: #FFF;
}

.heading-title01 .title__en-subsidy {
  color: #FFF;
}

.heading-title01 .sub-title__ja {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .heading-title01 .sub-title__ja {
    font-size: 1.4rem;
  }
}

.heading-title01 .sub-title__ja-contact {
  color: #FFF;
}

.heading-title01 .sub-title__ja-contactform {
  color: var(--text, #272727) !important;
}

.heading-title01 .sub-title__ja-subsidy {
  color: #FFF;
}

.more-button-container {
  text-align: center;
}

.more-button-container--faq {
  margin-top: 0;
}

.more-button-container__uij {
  background: var(--UIJ_color, #6FAF45);
}

.more-button {
  max-width: 300px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 30px;
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: var(--main_02, #AACD06);
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .more-button {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .more-button:hover {
    opacity: 0.8;
  }
}

.more-button_contact {
  color: var(--main_02, #AACD06);
  background: #FFF;
  max-width: 350px;
}

@media screen and (min-width: 768px) {
  .more-button_contact:hover {
    opacity: 0.8 !important;
  }
}

.more-button_uij {
  margin-bottom: 80px;
}

.more-button__uij {
  background: var(--UIJ_color, #6FAF45);
}

.more-button_faq {
  padding: 15px;
  color: #FFF;
  font-size: 1.6rem;
  max-width: 351px;
  border-radius: 40px;
  background: var(--main_01, #EC6D74);
}

.more-button_address {
  background-color: #fff;
  color: var(--main_01, #EC6D74);
  border: 1px solid var(--main_01, #EC6D74);
  max-width: 451px;
  width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .more-button_address {
    text-align: left;
    max-width: calc(100% - 40px);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    padding: 20px 30px;
    border-radius: 60px;
  }

  .more-button_address+* {
    margin-top: 20px;
  }
}

.more-button_address::after {
  width: 30px !important;
  height: 30px !important;
  right: -7px !important;
  background-image: url("../images/common/arrowRight07.svg") !important;
}

@media screen and (max-width: 767px) {
  .more-button_address::after {
    left: auto !important;
    right: 11px !important;
    width: 18px !important;
    height: 18px !important;
  }
}

.more-button_green {
  max-width: 451px;
  padding: 22px;
  color: #FFF;
  font-size: 1.8rem;
  border-radius: 40px;
  background: var(--main_02, #AACD06);
}

@media screen and (max-width: 767px) {
  .more-button_green {
    text-align: left;
    max-width: calc(100% - 40px);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    padding: 20px 30px;
    border-radius: 60px;
    white-space: nowrap;
  }

  .more-button_green+* {
    margin-top: 20px;
  }
}

.more-button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  margin-left: 34px;
  background-image: url("../images/common/arrow-w02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  position: relative;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .more-button::after {
    left: 20px;
  }
}

.more-button_404 {
  font-size: 1.8rem;
  max-width: 270px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.more-button_404::after {
  content: "";
  display: none;
}

.more-button_404::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/common/arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  position: relative;
}

.more-button_event::after {
  left: 28px;
}

.more-button_contact::after {
  width: 15px;
  height: 15px;
  left: 11px;
  background-image: url("../images/common/arrow-green.svg");
}

.more-button_faq::after {
  width: 30px;
  height: 30px;
  left: 11px;
}

.more-button_green::after {
  width: 30px;
  height: 30px;
  left: 11px;
}

@media screen and (max-width: 767px) {
  .more-button_green::after {
    right: 40px;
    width: 18px;
    height: 18px;
  }
}

.more-button:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.more-button__jobcafe {
  background: var(--_color, #FFA13A);
}

.more-button-return {
  text-align: center;
}

.more-button-return .return-button {
  max-width: 300px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 30px;
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: var(--main_02, #AACD06);
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--main_02, #AACD06);
}

.more-button-return .return-button:hover {
  border: 1px solid var(--main_02, #AACD06);
  background: #fff;
  color: var(--main_02, #AACD06);
}

.more-button-return .return-button:hover::before {
  background-image: url("../images/common/arrow-gre-left.svg");
}

.more-button-return .return-button::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url("../images/common/arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  position: relative;
}

.fixed_btn {
  position: relative;
  width: 150px;
  height: 150px;
  position: fixed;
  top: 569px;
  right: 80px;
  z-index: 9999;
  background: var(--main_01, #EC6D74);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 4px solid #FFF;
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease-in-out, border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease-in-out, transform 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease-in-out, transform 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
}

.fixed_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/hoge.svg") no-repeat center;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .fixed_btn:hover {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-image: url("../images/common/hoge.svg");
  }

  .fixed_btn:hover::after {
    opacity: 1;
  }
}

.fixed_btn .arrow {
  height: 20px;
  margin-top: 14px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .fixed_btn .arrow {
    width: 16px;
    height: 14px;
    margin-top: 6px;
  }
}

.fixed_btn-green {
  background: var(--main_02, #AACD06);
}

.fixed_btn-green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/green-circle.svg") no-repeat center;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.fixed_btn-green:hover {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-image: url("../images/common/green-circle.svg");
}

@media screen and (max-width: 767px) {
  .fixed_btn {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    width: 100px;
    height: 100px;
    top: auto;
    bottom: 40px;
    right: 20px;
    border: 2px solid #FFF;
  }
}

.how-to-use {
  position: relative;
  padding: 160px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .how-to-use {
    padding: 60px 0 30px;
  }
}

.how-to-use .step-container {
  padding: 40px 0;
  max-width: 1040px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .how-to-use .step-container {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .how-to-use .step-container .step-image {
    padding-left: 3.3%;
  }
}

@media screen and (max-width: 767px) {
  .how-to-use .step-container .step-image {
    padding-left: 20px;
  }
}

.how-to-use .step-container::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  background: #F7941E;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .how-to-use .step-container::after {
    border-radius: 10px;
    left: -100px;
  }
}

.how-to-use .step-container__corporate {
  background: #8865b2;
}

.how-to-use .step-container__02 {
  margin: 0 0 auto;
  border-radius: 0 10px 10px 0;
  margin-bottom: 120px;
}

.how-to-use .step-container .step-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .how-to-use .step-container .step-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .how-to-use .step-container .step-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.how-to-use .step-container .step-image {
  max-width: 100%;
  padding-top: 104px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .how-to-use .step-container .step-image {
    height: 0;
    width: 41%;
  }
}

@media screen and (max-width: 767px) {
  .how-to-use .step-container .step-image {
    padding-top: 60px;
    margin-bottom: 20px;
  }
}

.how-to-use .step-container .step-image img {
  max-height: none;
}

.how-to-use .step-container .step-number {
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .how-to-use .step-container .step-number {
    font-size: 2.4rem;
  }
}

.how-to-use .step-container .step-number span {
  display: block;
  font-size: 8rem;
  text-shadow: 31px 23px 11px rgba(89, 115, 84, 0), 20px 14px 10px rgba(89, 115, 84, 0.01), 11px 8px 8px rgba(89, 115, 84, 0.05), 5px 4px 6px rgba(89, 115, 84, 0.09), 1px 1px 3px rgba(89, 115, 84, 0.1);
}

@media screen and (max-width: 767px) {
  .how-to-use .step-container .step-number span {
    font-size: 5rem;
  }
}

.how-to-use .step-container .step-number img {
  width: 100%;
  height: auto;
}

.how-to-use .step-container .step-right {
  max-width: 532px;
  width: 100%;
}

.how-to-use .step-container .step-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-height: 280px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (min-width: 768px) {
  .how-to-use .step-container .step-content {
    width: 53%;
  }
}

.how-to-use .step-container .step-content__02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-to-use .step-container .step-content .step02 {
  width: 100%;
}

.how-to-use .step-container .step-content .step-title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #fff;
  color: #FFA13A;
}

@media screen and (max-width: 767px) {
  .how-to-use .step-container .step-content .step-title {
    font-size: 1, 6rem;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
}

.how-to-use .step-container .step-content .step-title__corporate {
  color: #8865b2;
}

.how-to-use .step-container .step-content .step-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.8px;
  margin-top: 0;
  margin-bottom: auto;
}

.how-to-use .step-container .step-content .btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-to-use .step-container .step-content .step-buttonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .how-to-use .step-container .step-content .step-buttonWrapper {
    margin: auto;
  }
}

.how-to-use .step-container .step-content .step-button {
  display: block;
  margin-top: 20px;
  padding: 12px 20px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 25px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  right: 0;
  margin-left: auto;
  margin-right: 0;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .how-to-use .step-container .step-content .step-button {
    background-color: #fff;
    color: #FFA13A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 295px;
    margin-right: auto;
    line-height: 171%;
    border-radius: 50px;
  }
}

@media screen and (min-width: 768px) {
  .how-to-use .step-container .step-content .step-button {
    color: #fff;
    display: inline-block;
  }
}

.how-to-use .step-container .step-content .step-button__02 {
  left: 0;
  display: inline-table;
}

@media screen and (max-width: 767px) {
  .how-to-use .step-container .step-content .step-button__02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
    margin-top: 30px;
    background-color: #fff;
    color: #FFA13A;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 295px;
    margin-right: auto;
    line-height: 171%;
    border-radius: 50px;
  }
}

.how-to-use .step-container .step-content .step-button::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-left: 8px;
  background-image: url("../images/common/arrowRight05.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .how-to-use .step-container .step-content .step-button::after {
    width: 7px;
    height: 14px;
    background-image: url("../images/common/arrowRight03.svg");
  }
}

.how-to-use .step-container .step-content .step-button:hover {
  background: var(--main_01, #EC6D74);
  color: #FFF;
}

@media (max-width: 768px) {
  .how-to-use .step-container .step-content .step-button:hover .step-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .how-to-use .step-container .step-content .step-button:hover .step-container .step-image {
    margin-bottom: 20px;
  }

  .how-to-use .step-container .step-content .step-button:hover .step-container .step-content {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .how-to-use .step-container:nth-of-type(even) .step-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .how-to-use .step-container:nth-of-type(even)::after {
    left: auto;
    right: -100px;
  }

  .how-to-use .step-container:nth-of-type(even) .step-image {
    padding-right: 3.3%;
    margin-right: 0;
    margin-left: auto;
    height: 0;
  }

  .how-to-use .step-container:nth-of-type(even) .step-number {
    left: auto;
    right: 0;
  }
}

.page-uij .more-button-container.customColor a {
  background-color: #6FAF45;
}

.page-uij .section-group__body .about {
  background: #E6FFD5;
}

@media screen and (max-width: 767px) {
  .page-uij .section-group__body .about .section-group__inner {
    width: 100%;
    margin-bottom: 0;
  }
}

.page-uij .section-group__body .about .heading-title01 .title__en {
  color: #6FAF45;
}

.page-uij .section-group__body .about .support_detail {
  border: 1px solid #6FAF45;
}

.page-uij .section-group__body .about .support_detail p {
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .page-uij .section-group__body .about .support_detail p {
    text-align: left;
  }
}

.page-uij .section-group__body .about .support_detail .support-title {
  background: #6FAF45;
}

.page-uij .how-to-use .heading-title01 .title__en {
  color: #6FAF45;
}

.page-uij .how-to-use .step-container::after {
  background: #6FAF45;
}

.page-uij .how-to-use .step-container .step-title {
  color: #6FAF45;
}

@media screen and (max-width: 767px) {
  .page-uij .how-to-use .step-container .step-buttonWrapper .step-button {
    color: #6FAF45;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4.8vw;
  }

  .page-uij .how-to-use .step-container .step-buttonWrapper .step-button::after {
    background-image: url(../images/common/arrowRight04.svg);
  }
}

@media screen and (max-width: 767px) {
  .text-none {
    margin-bottom: 5.333vw;
  }
}

.page-corporate .more-button-container.customColor a {
  background-color: #8865b2;
}

.page-corporate .section-group__body .about {
  background: #EEE1FF;
}

@media screen and (max-width: 767px) {
  .page-corporate .section-group__body .about .section-group__inner {
    width: 100%;
    margin-bottom: 0;
  }
}

.page-corporate .section-group__body .about .heading-title01 .title__en {
  color: #8865b2;
}

.page-corporate .section-group__body .about .support_detail {
  border: 1px solid #8865b2;
}

.page-corporate .section-group__body .about .support_detail p {
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .page-corporate .section-group__body .about .support_detail p {
    text-align: left;
  }
}

.page-corporate .section-group__body .about .support_detail .support-title {
  background: #8865b2;
}

.page-corporate .how-to-use .heading-title01 .title__en {
  color: #8865b2;
}

.page-corporate .how-to-use .step-container::after {
  background: #8865b2;
}

.page-corporate .how-to-use .step-container .step-title {
  color: #8865b2;
}

.page-corporate .how-to-use .step-container .step-text a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page-corporate .how-to-use .step-container .step-buttonWrapper .step-button {
    color: #8865b2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-corporate .how-to-use .step-container .step-buttonWrapper .step-button::after {
    background-image: url(../images/common/arrowRight06.svg);
  }
}

.page-jobcafe .banner01 {
  height: 370px;
}

@media screen and (max-width: 767px) {
  .page-jobcafe .banner01 {
    height: 170px;
  }
}

.page-jobcafe .more-button-container.customColor a {
  background-color: #FFA13A;
}

.page-jobcafe .section-group__body .about {
  background: #FFE7CE;
}

@media screen and (max-width: 767px) {
  .page-jobcafe .section-group__body .about .section-group__inner {
    width: 100%;
    margin-bottom: 0;
  }
}

.page-jobcafe .section-group__body .about .heading-title01 .title__en {
  color: #FFA13A;
}

.page-jobcafe .section-group__body .about .support_detail {
  border: 1px solid #FFA13A;
}

.page-jobcafe .section-group__body .about .support_detail p {
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .page-jobcafe .section-group__body .about .support_detail p {
    text-align: left;
  }
}

.page-jobcafe .section-group__body .about .support_detail .support-title {
  background: #FFA13A;
}

.page-jobcafe .how-to-use .heading-title01 .title__en {
  color: #FFA13A;
}

.page-jobcafe .how-to-use .step-container::after {
  background: #FFA13A;
}

.page-jobcafe .how-to-use .step-container .step-title {
  color: #FFA13A;
}

.slider {
  position: relative;
}

.slider .event-item {
  position: relative;
}

.slider .event-item .event-thumb {
  width: 100%;
}

.slider .event-item .event-thumb img {
  display: block;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .slider .event-item .event-thumb img {
    height: 170px;
  }
}

.slider .event-item .event-contents {
  position: absolute;
  left: 50px;
  bottom: 0;
  width: calc(100% - 100px);
  padding: 20px;
  background: rgba(170, 205, 6, 0.9);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider .event-item .event-contents.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .slider .event-item .event-contents {
    left: 5px;
    width: calc(100% - 10px);
    padding: 10px;
  }
}

.slider .event-item .event-contents .event-date__inner {
  width: 110px;
  height: 110px;
  border-radius: 110px;
  background-color: #fff;
  color: #AACD06;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .slider .event-item .event-contents .event-date__inner {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    font-size: 1.2rem;
  }
}

.slider .event-item .event-contents .event-title {
  width: calc(100% - 120px);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .slider .event-item .event-contents .event-title {
    font-size: 1.6rem;
    width: calc(100% - 40px);
  }
}

.slider.full-screen {
  padding-bottom: 21px;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .slider.full-screen {
    padding-bottom: 38px;
  }
}

.slider.full-screen .slick-slide {
  padding: 0 50px;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .slider.full-screen .slick-slide {
    padding: 0 5px;
    max-width: 335px;
  }
}

.slider.full-screen .dotsWrapper {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .slider.full-screen .dotsWrapper {
    height: 30px;
  }
}

.slider.full-screen .slick-dots {
  position: absolute;
  overflow: hidden;
  border-radius: 5px;
  top: 49px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 348px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 332px;
  background-color: #DBDBDB;
  height: 5px;
}

@media screen and (max-width: 767px) {
  .slider.full-screen .slick-dots {
    left: 150px;
    max-width: calc(100% - 170px);
    top: 34px;
    height: 3px;
  }
}

.slider.full-screen .slick-dots li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  text-align: center;
  height: 5px;
}

@media screen and (max-width: 767px) {
  .slider.full-screen .slick-dots li {
    height: 3px;
  }
}

.slider.full-screen .slick-dots button {
  display: none;
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
  /* スライドバー */
}

.slider.full-screen .slick-dots::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--progress-width, 10%);
  height: 5px;
  background: #AACD06;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(var(--progress-translate, 0%));
  transform: translateX(var(--progress-translate, 0%));
}

.slider.full-screen .arrowWrapper {
  position: absolute;
  top: calc(100% - 50px);
  left: 55%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .slider.full-screen .arrowWrapper {
    max-width: calc(100% - 19px);
    height: 30px;
  }
}

.slider.full-screen .arrowWrapper .slick-arrow,
.slider.full-screen .arrowWrapper .slick-play-pause {
  position: static;
  margin-right: 30px;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 2;
  background-image: url(../images/common/arrowLeft01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

@media screen and (max-width: 767px) {

  .slider.full-screen .arrowWrapper .slick-arrow,
  .slider.full-screen .arrowWrapper .slick-play-pause {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}

.slider.full-screen .arrowWrapper .slick-arrow::before,
.slider.full-screen .arrowWrapper .slick-play-pause::before {
  content: none;
}

.slider.full-screen .arrowWrapper .slick-arrow.slick-prev,
.slider.full-screen .arrowWrapper .slick-play-pause.slick-prev {
  left: 0;
}

.slider.full-screen .arrowWrapper .slick-arrow.slick-next,
.slider.full-screen .arrowWrapper .slick-play-pause.slick-next {
  background-image: url(../images/common/arrowRight01.svg);
  left: 100px;
}

.slider.full-screen .arrowWrapper .slick-play-pause.stop {
  background-image: url(../images/common/pose.svg);
}

.slider.full-screen .arrowWrapper .slick-play-pause.play {
  background-image: url(../images/common/play.svg);
}

.slider.full-screen02 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .slider.full-screen02 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .slider.full-screen02 {
    margin-bottom: 30px !important;
  }
}

.slider.full-screen02 .slick-slide {
  max-width: 780px;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .slider.full-screen02 .slick-slide {
    padding: 0 5px;
    max-width: 335px;
  }
}

.slider.full-screen02 img {
  height: 370px;
}

@media screen and (max-width: 767px) {
  .slider.full-screen02 img {
    height: 170px;
  }
}

.slider.full-screen02 .event-item .event-thumb img {
  height: 370px;
}

@media screen and (max-width: 767px) {
  .slider.full-screen02 .event-item .event-thumb img {
    height: 170px;
  }
}

.slider.full-screen02 .event-item .event-contents {
  width: calc(100% - 80px);
  left: 40px;
}

@media screen and (max-width: 767px) {
  .slider.full-screen02 .event-item .event-contents {
    left: 5px;
    width: calc(100% - 10px);
    padding: 10px;
  }
}

.slider.full-screen02 .event-item .event-contents .event-date__inner {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .slider.full-screen02 .event-item .event-contents .event-date__inner {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    font-size: 1.2rem;
  }
}

.slider.full-screen02 .event-item .event-contents .event-title {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .slider.full-screen02 .event-item .event-contents .event-title {
    font-size: 1.6rem;
    width: calc(100% - 40px);
  }
}

.slider.full-screen02 .arrowWrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  left: 50%;
  z-index: 2;
  max-width: 830px;
}

.slider.full-screen02 .arrowWrapper .slick-arrow {
  width: 50px;
  height: 50px;
  display: block;
  background-image: url(../images/common/arrowLeft02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .slider.full-screen02 .arrowWrapper .slick-arrow {
    width: 25px;
    height: 25px;
  }
}

.slider.full-screen02 .arrowWrapper .slick-arrow::before {
  content: none;
}

.slider.full-screen02 .arrowWrapper .slick-arrow.slick-prev {
  left: 0;
}

@media screen and (max-width: 767px) {
  .slider.full-screen02 .arrowWrapper .slick-arrow.slick-prev {
    left: 10px;
  }
}

.slider.full-screen02 .arrowWrapper .slick-arrow.slick-next {
  background-image: url(../images/common/arrowRight02.svg);
  right: 0;
}

@media screen and (max-width: 767px) {
  .slider.full-screen02 .arrowWrapper .slick-arrow.slick-next {
    right: 10px;
  }
}

.slider.full-screen02 .arrowWrapper .slick-play-pause {
  display: none;
}

section.section-group.top {
  padding-top: 154px;
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  section.section-group.top {
    padding-bottom: 60px;
    padding-top: 112px;
  }
}

section.section-group.top .section-group__inner {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group__inner {
    margin-top: 30px;
  }
}

section.section-group.top .section-group.works {
  padding-top: 120px;
  margin-bottom: 160px;
  position: relative;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.works {
    padding-top: 40px;
    margin-bottom: 60px;
  }
}

section.section-group.top .section-group.works .line {
  position: absolute;
  top: 112px;
  left: 0;
}

section.section-group.top .section-group.works .section-group__inner {
  margin: 0 auto;
  position: relative;
}

section.section-group.top .section-group.works .section-group__inner .works-text02 {
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.9px;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.works .section-group__inner .works-text02 {
    margin-top: 60px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}

section.section-group.top .section-group.works .section-group__inner .works-text02 .pink {
  color: var(--main_01, #EC6D74);
}

section.section-group.top .section-group.works .second-img {
  width: 100%;
}

section.section-group.top .section-group.contents {
  background: #FCFFEE;
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.contents {
    padding: 60px 20px;
    overflow: hidden;
  }
}

section.section-group.top .section-group.contents .contents-bg01 {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.contents .contents-bg01 {
    top: -60px;
    right: -20%;
    width: 80%;
    height: 416px;
  }
}

section.section-group.top .section-group.contents .contents-bg02 {
  position: absolute;
  bottom: 0;
  left: 0;
}

section.section-group.top .section-group.contents .section-group__inner {
  z-index: 100;
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.contents .section-group__inner {
    width: 100%;
  }
}

section.section-group.top .section-group.contents .section-group__inner .contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.contents .section-group__inner .contents-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

section.section-group.top .section-group.contents .section-group__inner .contents-item .contents-item__img {
  padding: 60px 65px 30px;
}

section.section-group.top .section-group.contents .section-group__inner .contents-item .contents-item__text {
  max-width: 690px;
  width: 100%;
}

section.section-group.top .section-group.contents .section-group__inner .contents-item .contents-item__text .contents-item__title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.contents .section-group__inner .contents-item .contents-item__text .contents-item__title {
    font-size: 2rem;
  }
}

section.section-group.top .section-group.contents .section-group__inner .contents-item .contents-item__text .contents-item__desc {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.8px;
}

section.section-group.top .section-group.contents .section-group__inner .job-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.contents .section-group__inner .job-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

section.section-group.top .section-group.contents .section-group__inner .job-list .job-item {
  position: relative;
  overflow: hidden;
}

section.section-group.top .section-group.contents .section-group__inner .job-list .job-item img {
  display: block;
  width: 100%;
  height: auto;
}

section.section-group.top .section-group.contents .section-group__inner .job-list .button-container {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
}

section.section-group.top .section-group.contents .section-group__inner .job-list .button-container .job-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 23px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

section.section-group.top .section-group.contents .section-group__inner .job-list .button-container .job-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #C2E325, #77CD00);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.contents .section-group__inner .job-list .button-container .job-button {
    padding: 15px 20px;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}

section.section-group.top .section-group.contents .section-group__inner .job-list .button-container .job-button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 24px;
  background-image: url("../images/common/arrow-w01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.contents .section-group__inner .job-list .button-container .job-button::after {
    width: 7px;
    height: 14px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  section.section-group.top .section-group.contents .section-group__inner .job-list .button-container .job-button:hover {
    color: #AACD06;
  }

  section.section-group.top .section-group.contents .section-group__inner .job-list .button-container .job-button:hover::before {
    opacity: 0;
  }

  section.section-group.top .section-group.contents .section-group__inner .job-list .button-container .job-button:hover::after {
    background-image: url("../images/common/arrowRight04.svg");
  }
}

section.section-group.top .section-group.news {
  position: relative;
  padding: 160px 0;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.news {
    padding: 16vw 0 23.2vw 0;
    position: relative;
  }
}

section.section-group.top .section-group.news .news-bg01 {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.news .news-bg01 {
    width: 26.667vw;
    top: 12px;
  }
}

section.section-group.top .section-group.news .news-bg02 {
  position: absolute;
  bottom: 60px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.news .news-bg02 {
    width: 26.667vw;
  }
}

section.section-group.top .section-group.news .section-group__inner {
  max-width: 1040px;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.news .section-group__inner .second-title {
    margin-bottom: 40px;
  }
}

section.section-group.top .section-group.event {
  background: #F1F1F1;
  padding: 80px 0;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event {
    padding: 10.667vw 0;
    margin-bottom: 60px;
  }
}

section.section-group.top .section-group.event .section-group__inner {
  max-width: 1040px;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .second-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  section.section-group.top .section-group.event .section-group__inner .second-title .en {
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    white-space: nowrap;
  }

  section.section-group.top .section-group.event .section-group__inner .second-title .jp {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__container-inner {
  margin-bottom: 40px;
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-first {
  color: var(--text, #272727);
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents {
  position: relative;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-right {
    width: 100%;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-right .event-img {
  width: 485px;
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-right .event-img {
    height: 160px;
    width: 100%;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left {
  max-width: 435px;
  width: 100%;
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-year {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-year {
    font-size: 1.8rem;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-date__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-date__inner {
    margin-bottom: 15px;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-date__inner .date {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-date__inner .date {
    font-size: 3rem;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-date__inner .weekday {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-date__inner .weekday {
    font-size: 1.6rem;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-date__inner .time {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-date__inner .time {
    font-size: 1.8rem;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-tag {
  display: inline-block;
  border-radius: 30px;
  background: var(--main_01, #EC6D74);
  padding: 5px 10px;
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-tag {
    font-size: 1.4rem;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents .event-left .event-desc {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second {
  border-radius: 10px;
  background: #FFF;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .second-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 100%;
  }

  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .second-event img {
    display: block;
    width: 56.8%;
    height: 97px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .time-inner {
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .time-inner .event-year {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .time-inner .event-year {
    font-size: 4.267vw;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .time-inner .date-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .time-inner .date-inner {
    gap: 3.2vw;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .time-inner .date-inner .date {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .time-inner .date-inner .date {
    text-align: center;
    font-size: 6.4vw;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .time-inner .date-inner .weekday {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .time-inner .date-inner .weekday {
    font-size: 4.267vw;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .time-inner .time {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .time-inner .time {
    font-size: 4.267vw;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .event-img {
  width: 149px;
  height: 87px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .text-inner {
    margin: 0 auto 0 0;
    width: 100%;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .text-inner .event-tag {
  display: inline-block;
  border-radius: 30px;
  background: var(--main_01, #EC6D74);
  padding: 5px 10px;
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .text-inner .event-tag {
    font-size: 1.4rem;
  }
}

section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .text-inner .event-title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.event .section-group__inner .event__container .event__contents-second .text-inner .event-title {
    font-size: 1.6rem;
  }
}

section.section-group.top .section-group.link {
  position: relative;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.link {
    padding: 16vw 0;
  }
}

section.section-group.top .section-group.link .link-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

section.section-group.top .section-group.link .section-group__inner {
  max-width: 1040px;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.link .section-group__inner .second-title {
    margin-bottom: 30px;
  }
}

section.section-group.top .section-group.link .section-group__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  section.section-group.top .section-group.link .section-group__inner ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.333vw;
  }
}

.news-list {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .news-list {
    margin-bottom: 60px;
  }
}

.news-list .news-item {
  padding: 30px 0;
  border-bottom: 1px solid #DCDCDC;
}

@media screen and (max-width: 767px) {
  .news-list .news-item {
    padding: 20px 0;
  }
}

.news-list .news-item .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .news-list .news-item .news-inner {
    padding: 0 20px;
  }
}

.news-list .news-item .right {
  gap: 20px;
  display: grid;
}

@media screen and (max-width: 767px) {
  .news-list .news-item .right {
    gap: 0px;
    max-width: calc(100% - 30px);
  }
}

.news-list .news-item .right .news-item__date {
  color: #676767;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .news-list .news-item .right .news-item__date {
    color: #676767;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
  }
}

.news-list .news-item .right .news-item__title {
  color: var(--text, #272727);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .news-list .news-item .right .news-item__title {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
}

@media screen and (max-width: 767px) {
  .news-list .news-item .circle-button {
    width: 30px;
    height: 30px;
  }
}

.page-jobcafe {
  padding-top: 180px;
}

@media screen and (max-width: 767px) {
  .page-jobcafe {
    padding-top: 148px;
  }

  .page-jobcafe .section-group.link .section-group__inner::after {
    padding-bottom: 176.8%;
    bottom: -60%;
    background-image: url(../images/common/link-bg2.svg);
    background-size: 100% auto;
  }
}

.page-jobcafe .swiper .swiper-wrapper {
  margin-bottom: 80px;
}

.page-jobcafe .swiper .swiper-wrapper .swiper-button-next,
.page-jobcafe .swiper .swiper-wrapper .swiper-button-prev {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: static;
}

@media screen and (max-width: 767px) {

  .page-jobcafe .swiper .swiper-wrapper .swiper-button-next,
  .page-jobcafe .swiper .swiper-wrapper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}

.page-jobcafe .swiper .swiper-wrapper .swiper-button-next::after,
.page-jobcafe .swiper .swiper-wrapper .swiper-button-prev::after {
  display: none;
}

.page-jobcafe .swiper .swiper-wrapper .swiper-button-next svg,
.page-jobcafe .swiper .swiper-wrapper .swiper-button-prev svg {
  position: relative;
  top: 10px;
}

.page-jobcafe .swiper .swiper-wrapper .swiper-button-next .swiper-button-prev,
.page-jobcafe .swiper .swiper-wrapper .swiper-button-next .swiper-button-next,
.page-jobcafe .swiper .swiper-wrapper .swiper-button-prev .swiper-button-prev,
.page-jobcafe .swiper .swiper-wrapper .swiper-button-prev .swiper-button-next {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-jobcafe .section-group__body .about {
  background: #FFE7CE;
  padding: 80px 90px;
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .page-jobcafe .section-group__body .about {
    margin-top: 60px;
    padding: 60px 20px;
  }
}

.page-jobcafe .section-group__body .about .section-group__inner {
  width: 100%;
}

.page-jobcafe .section-group__body .about .about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page-jobcafe .section-group__body .about .about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.page-jobcafe .section-group__body .about .about-inner .about-text {
  max-width: 732px;
  width: 100%;
  gap: 20px;
  display: grid;
}

.page-jobcafe .section-group__body .about .about-inner .about-text .about-title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .page-jobcafe .section-group__body .about .about-inner .about-text .about-title {
    text-align: center;
  }
}

.page-jobcafe .section-group__body .about .about-inner .about-text .about-desc {
  font-style: normal;
  line-height: 200%;
  letter-spacing: 0.8px;
}

.page-jobcafe .section-group__body .about .support_detail {
  padding: 20px 20px 30px;
  background: #FFF;
  text-align: center;
}

.page-jobcafe .section-group__body .about .support_detail .support-title {
  padding: 10px 20px;
  border-radius: 40px;
  background: var(--main_02, #AACD06);
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
  display: table;
  margin: auto;
}

.page-jobcafe .section-group__body .about .support_detail .support-title+.support-description {
  margin-top: 20px;
}

.page-jobcafe .section-group__body .about .support_detail .support-title__jobcafe {
  background: var(--_color, #FFA13A);
}

.page-jobcafe .section-group__body .about .support_detail .support-title__corporate {
  background: var(--_color, #8865b2);
}

.page-jobcafe .section-group__body .about .support_detail .support-text {
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.9px;
  margin: 20px 0 15px;
}

@media screen and (max-width: 767px) {
  .page-jobcafe .section-group__body .about .support_detail .support-text p {
    text-align: left;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
}

.page-jobcafe .section-group__body .about .support_detail .support-description {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.8px;
}

.page-jobcafe .tel-span {
  font-size: 2.2rem;
}

.page-uij {
  padding-top: 184px;
}

@media screen and (max-width: 767px) {
  .page-uij {
    padding-top: 142px;
  }

  .page-uij .section-group.link .section-group__inner::after {
    padding-bottom: 176.8%;
    bottom: -60%;
    background-image: url(../images/common/link-bg2.svg);
    background-size: 100% auto;
  }
}

.page-uij .swiper .swiper-wrapper {
  margin-bottom: 80px;
}

.page-uij .swiper .swiper-wrapper .swiper-slide img {
  margin: auto;
  display: block;
}

.page-uij .section-group__inner {
  margin-bottom: 80px;
}

.page-uij .recruit {
  margin: 80px 0;
}

.page-uij .recruit .recruit-list {
  gap: 40px;
  display: grid;
}

.page-uij .recruit .recruit-list .recruit-item .recruit-item__inner {
  position: relative;
}

.page-uij .recruit .recruit-list .recruit-item .recruit-item__inner .recruit-item__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.page-uij .recruit .recruit-list .recruit-item .recruit-item__inner .recruit-item__img--01 {
  background-image: url("../images/uij/recruit01.png");
}

.page-uij .recruit .recruit-list .recruit-item .recruit-item__inner .recruit-item__img--02 {
  background-image: url("../images/uij/recruit02.png");
}

.page-uij .recruit .recruit-list .recruit-item .recruit-item__inner .button-wrapper {
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-uij .recruit .recruit-list .recruit-item .recruit-item__inner .custom-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ff6d6d;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-uij .recruit .recruit-list .recruit-item .recruit-item__inner .custom-button_pink {
  color: var(--main_01, #EC6D74);
  border: 1px solid #EC6D74;
}

.page-uij .recruit .recruit-list .recruit-item .recruit-item__inner .custom-button_pink:hover {
  background-color: #ff6d6d;
  color: #fff;
}

.page-uij .recruit .recruit-list .recruit-item .recruit-item__inner .custom-button_green {
  border: 1px solid #AACD06;
  color: var(--main_02, #AACD06);
}

.page-uij .recruit .recruit-list .recruit-item .recruit-item__inner .custom-button_green:hover {
  background-color: #AACD06;
  color: #fff;
}

.page-uij .recruit .recruit-list .recruit-item .recruit-item__inner .custom-button_green .icon {
  font-size: 2.4rem;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .page-uij .recruit .sp-button-wrapper {
    text-align: center;
    padding: 5.333vw 8vw;
    background: var(--pink_gd, linear-gradient(87deg, #FA9CA1 5.41%, #EC6D74 94.59%));
  }
}

.page-uij .recruit .sp-button-wrapper__green {
  background: var(--gd_green, linear-gradient(304deg, #77CD00 11.13%, #C2E325 91.9%));
}

.page-uij .recruit .sp-button-wrapper .custom-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ff6d6d;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .page-uij .recruit .sp-button-wrapper .custom-button {
    font-size: 4.8vw;
    padding: 5.333vw;
    width: 100%;
  }
}

.page-uij .recruit .sp-button-wrapper .custom-button_pink {
  color: var(--main_01, #EC6D74);
  border: 1px solid #EC6D74;
}

.page-uij .recruit .sp-button-wrapper .custom-button_pink:hover {
  background-color: #ff6d6d;
  color: #fff;
}

.page-uij .recruit .sp-button-wrapper .custom-button_green {
  border: 1px solid #AACD06;
  color: var(--main_02, #AACD06);
}

.page-uij .recruit .sp-button-wrapper .custom-button_green:hover {
  background-color: #AACD06;
  color: #fff;
}

.page-uij .recruit .sp-button-wrapper .custom-button_green .icon {
  font-size: 2.4rem;
  margin-left: 5px;
}

.page-corporate {
  padding-top: 184px;
}

@media screen and (max-width: 767px) {
  .page-corporate {
    padding-top: 142px;
  }

  .page-corporate .section-group.link .section-group__inner::after {
    padding-bottom: 176.8%;
    bottom: -60%;
    background-image: url(../images/common/link-bg2.svg);
    background-size: 100% auto;
  }
}

.page-corporate .corporate-fv {
  text-align: center;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .page-corporate .corporate-fv {
    margin-bottom: 60px;
  }
}

.page-corporate .support_detail .section-group__inner {
  max-width: 1240px;
  width: 100%;
  margin: auto;
}

.page-corporate .support_detail .support-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-corporate .support_detail .support-inner .support-item {
  position: relative;
}

.page-corporate .support_detail .support-inner .support-item .support-text {
  padding: 20px;
  background: rgba(236, 109, 116, 0.9);
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.page-school_official {
  padding-top: 184px;
}

@media screen and (max-width: 767px) {
  .page-school_official {
    padding-top: 142px;
  }
}

.page-school_official .support_detail02 {
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .page-school_official .support_detail02 {
    margin-top: 60px;
  }
}

.page-school_official .corporate-fv {
  text-align: center;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .page-school_official .corporate-fv {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .section-group__body .support_detail02 ul *+* {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .section-group__body .support_detail02 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 160px;
  }
}

.section-group__body .support_detail02 ul li {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #CECECE;
  background: #FFF;
}

.section-group__body .support_detail02 ul li .su-title {
  color: #4DA000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-top: 20px;
  margin-bottom: 15px;
}

.section-group__body .support_detail02 ul li .su-descrption {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.page-access {
  padding-top: 142px;
  border-bottom: 1px solid #818181;
}

@media screen and (max-width: 767px) {
  .page-access {
    padding-top: 30px;
  }
}

.page-access .section-group__inner {
  max-width: 1040px;
  width: 90%;
  margin: 160px auto 88px;
}

.page-access .section-group__inner .access-container .location {
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-access .section-group__inner .access-container .location {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

.page-access .section-group__inner .access-container .access-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .page-access .section-group__inner .access-container table.profile__table {
    width: 100%;
  }
}

.page-access .section-group__inner .access-container table.profile__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .page-access .section-group__inner .access-container table.profile__table tr {
    gap: 42px;
  }
}

.page-access .section-group__inner .access-container table.profile__table th,
.page-access .section-group__inner .access-container table.profile__table td {
  font-size: 1.6rem;
  line-height: 160%;
  padding: 24px 0;
  border-bottom: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-access .section-group__inner .access-container table.profile__table th a,
.page-access .section-group__inner .access-container table.profile__table td a {
  color: #272727;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {

  .page-access .section-group__inner .access-container table.profile__table th,
  .page-access .section-group__inner .access-container table.profile__table td {
    font-size: 3.733vw;
    line-height: 160%;
    letter-spacing: 0.08em;
    width: 100%;
    border: none;
    text-align: left;
    padding: 0;
  }
}

.page-access .section-group__inner .access-container table.profile__table th {
  border-bottom: 1px solid var(--main_02, #AACD06);
  color: var(--main_02, #AACD06);
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .page-access .section-group__inner .access-container table.profile__table th {
    width: 68px;
    margin-right: 10px;
    font-size: 1.6rem;
    padding: 0;
    letter-spacing: 0;
  }
}

.page-access .section-group__inner .access-container table.profile__table td {
  width: calc(100% - 130px - 42px);
  padding: 24px 0 24px 24px;
}

@media screen and (max-width: 767px) {
  .page-access .section-group__inner .access-container table.profile__table td {
    width: calc(100% - 78px);
    padding: 0;
    padding: 20px 10px;
    border-bottom: 1px solid #BDBDBD;
  }
}

.page-access .section-group__inner .access-container iframe {
  width: 100%;
  height: 345px;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .page-access .section-group__inner .access-container iframe {
    margin-top: 5.867vw;
    height: 66.133vw;
  }
}

.page-access .access-container__second {
  padding: 160px 0;
  background: #FBFBFB;
}

@media screen and (max-width: 767px) {
  .page-access .access-container__second {
    padding: 60px 0;
  }
}

.page-access .access-container__second .location {
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-access .access-container__second .location {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

.page-access .access-container__second .second__inner {
  max-width: 1040px;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .page-access .access-container__second .second__inner table.profile__table {
    width: 100%;
  }
}

.page-access .access-container__second .second__inner table.profile__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .page-access .access-container__second .second__inner table.profile__table tr {
    gap: 42px;
  }
}

@media screen and (max-width: 767px) {
  .page-access .access-container__second .second__inner table.profile__table tr:first-child {
    border-top: 0.267vw solid var(--main_02, #AACD06);
  }
}

.page-access .access-container__second .second__inner table.profile__table th,
.page-access .access-container__second .second__inner table.profile__table td {
  font-size: 1.6rem;
  line-height: 160%;
  padding: 24px 0;
  border-bottom: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-access .access-container__second .second__inner table.profile__table th a,
.page-access .access-container__second .second__inner table.profile__table td a {
  color: #272727;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {

  .page-access .access-container__second .second__inner table.profile__table th,
  .page-access .access-container__second .second__inner table.profile__table td {
    font-size: 3.733vw;
    line-height: 160%;
    letter-spacing: 0.08em;
    width: 100%;
    border: none;
    text-align: left;
    padding: 0;
  }
}

.page-access .access-container__second .second__inner table.profile__table th {
  border-bottom: 1px solid var(--main_02, #AACD06);
  color: var(--main_02, #AACD06);
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .page-access .access-container__second .second__inner table.profile__table th {
    width: 68px;
    margin-right: 10px;
    font-size: 1.6rem;
    padding: 0;
    letter-spacing: 0;
  }
}

.page-access .access-container__second .second__inner table.profile__table td {
  width: calc(100% - 130px - 42px);
  padding: 24px 0 24px 24px;
}

@media screen and (max-width: 767px) {
  .page-access .access-container__second .second__inner table.profile__table td {
    width: calc(100% - 78px);
    padding: 0;
    padding: 20px 10px;
    border-bottom: 1px solid #BDBDBD;
  }
}

@media screen and (min-width: 768px) {
  .page-access .access-container__second .second__inner ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    margin-top: 50px;
  }
}

.page-access .access-container__second .second__inner ul li {
  gap: 30px;
  display: grid;
}

@media screen and (max-width: 767px) {
  .page-access .access-container__second .second__inner ul li+li {
    margin-top: 40px;
  }
}

.page-access .access-container__second .second__inner ul li .location-title {
  color: #000;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--main_02, #AACD06);
  display: table;
  margin: auto;
  text-align: center;
}

.page-access .access-container__second .second__inner ul li iframe {
  width: 100%;
  height: 345px;
}

@media screen and (max-width: 767px) {
  .page-access .access-container__second .second__inner ul li iframe {
    margin-top: 5.867vw;
    height: 66.133vw;
  }
}

.page-faq {
  padding-top: 184px;
}

@media screen and (max-width: 767px) {
  .page-faq {
    padding-top: 142px;
  }
}

.page-faq .section-group__inner {
  max-width: 1040px;
  width: 90%;
  margin: 160px auto;
}

.page-faq .section-group__inner .faq-inner {
  margin-bottom: 80px;
}

.page-faq .section-group__inner .faq-inner .faq-title {
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}

.page-faq .section-group__inner .faq-inner .faq-border {
  width: 45px;
  border: 2px solid #AACD06;
  margin: auto;
}

.page-faq .faq {
  gap: 160px;
  display: grid;
  /* アコーディオンが開いたときの "+" → "−" の変化 */
}

.page-faq .faq .faq-container {
  border-bottom: 1px solid #C2C2C2;
  padding: 30px 0;
  cursor: pointer;
}

.page-faq .faq .faq-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-faq .faq .faq-header .faq-question {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.9px;
}

.page-faq .faq .faq-header span {
  color: var(--main_02, #AACD06);
  font-size: 1.8rem;
}

.page-faq .faq .faq-header .faq-toggle {
  font-size: 3rem;
  color: #9acd32;
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.page-faq .faq .faq-answer {
  display: none;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.8px;
  padding: 30px 0 0;
}

.page-faq .faq .faq-answer span {
  color: var(--main_01, #EC6D74);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.8px;
}

.page-faq .faq .faq-answer a {
  color: var(--text, #272727);
  text-decoration: underline;
}

.page-faq .faq .open .faq-toggle {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-faq .faq .open .faq-answer {
  display: block;
}

.page-contact {
  padding-top: 184px;
  border-bottom: 1px solid #818181;
}

@media screen and (max-width: 767px) {
  .page-contact {
    padding-top: 142px;
  }
}

.page-contact .section-group__inner {
  max-width: 1040px;
  width: 90%;
  margin: 160px auto;
}

@media screen and (max-width: 767px) {
  .page-contact .section-group__inner {
    margin: 30px auto 50px;
  }

  .page-contact .section-group__inner .heading-title01 {
    margin-bottom: 60px;
  }
}

.page-contact .section-group__inner .contact-container {
  display: grid;
  gap: 80px;
}

@media screen and (max-width: 767px) {
  .page-contact .section-group__inner .contact-container {
    display: block;
  }
}

.page-contact .section-group__inner .contact-container .faq {
  background: #F6F6F6;
  padding: 30px;
}

.page-contact .section-group__inner .contact-container .faq .faq-title {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 30px;
}

.page-contact .section-group__inner .contact-container .contact-item {
  padding: 40px 0 50px;
  border: 1px solid var(--main_02, #AACD06);
  background: #FFF;
  -webkit-box-shadow: 0px 81px 23px 0px rgba(209, 209, 209, 0), 0px 52px 21px 0px rgba(209, 209, 209, 0.01), 0px 29px 17px 0px rgba(209, 209, 209, 0.05), 0px 13px 13px 0px rgba(209, 209, 209, 0.09), 0px 3px 7px 0px rgba(209, 209, 209, 0.1);
  box-shadow: 0px 81px 23px 0px rgba(209, 209, 209, 0), 0px 52px 21px 0px rgba(209, 209, 209, 0.01), 0px 29px 17px 0px rgba(209, 209, 209, 0.05), 0px 13px 13px 0px rgba(209, 209, 209, 0.09), 0px 3px 7px 0px rgba(209, 209, 209, 0.1);
}

@media screen and (max-width: 767px) {
  .page-contact .section-group__inner .contact-container .contact-item {
    padding: 30px 0;
    margin-bottom: 8vw;
  }
}

.page-contact .section-group__inner .contact-container .contact-item .faq-inner {
  margin-bottom: 40px;
}

.page-contact .section-group__inner .contact-container .contact-item .faq-inner .faq-title {
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page-contact .section-group__inner .contact-container .contact-item .faq-inner .faq-title {
    font-size: 1.8rem;
  }
}

.page-contact .section-group__inner .contact-container .contact-item .faq-inner .faq-border {
  width: 45px;
  border: 2px solid #AACD06;
  margin: auto;
}

.page-contact .section-group__inner .contact-container .contact-contents {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-contact .section-group__inner .contact-container .contact-contents {
    margin-bottom: 40px;
  }
}

.page-contact .section-group__inner .contact-container .contact-contents .tel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .page-contact .section-group__inner .contact-container .contact-contents .tel-inner {
    gap: 15px;
    margin-bottom: 20px;
  }
}

.page-contact .section-group__inner .contact-container .contact-contents .tel-inner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.page-contact .section-group__inner .contact-container .contact-contents .tel-inner .inner .contact-text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .page-contact .section-group__inner .contact-container .contact-contents .tel-inner .inner .contact-text {
    gap: 10px;
    font-size: 4.8vw;
  }
}

.page-contact .section-group__inner .contact-container .contact-contents .tel-inner .inner span {
  font-size: 3.2rem;
  font-weight: 700;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .page-contact .section-group__inner .contact-container .contact-contents .tel-inner .inner span {
    font-size: 5.333vw;
  }
}

.page-contact .section-group__inner .contact-container .contact-contents .tel-inner .inner {
  font-size: 1.8rem;
}

.page-contact .section-group__inner .contact-container .contact-contents .tel-inner .inner .sub-text {
  margin-top: 10px;
  text-align: center;
  font-family: YuGothic;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .page-contact .section-group__inner .contact-container .contact-contents .tel-inner .inner .sub-text {
    font-size: 3.733vw;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .section-group__inner .contact-container .contact-contents .tel-inner .inner .tel-icon {
    width: 24px;
  }
}

.page-contact .section-group__inner .contact-container .mail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.page-contact .section-group__inner .contact-container .mail-inner .contact-text {
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .page-contact .section-group__inner .contact-container .mail-inner .contact-text {
    font-size: 1.8rem;
    gap: 10px;
  }
}

.page-contact .section-group__inner .contact-container .mail-inner span {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .page-contact .section-group__inner .contact-container .mail-inner span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .section-group__inner .contact-container .mail-inner .tel-icon {
    width: 24px;
  }
}

.archive-news {
  padding-top: 307px;
  border-bottom: 1px solid #818181;
}

@media screen and (max-width: 767px) {
  .archive-news {
    padding-top: 172px;
  }
}

.archive-news .section-group__body {
  padding: 85px 0 131px;
}

@media screen and (max-width: 767px) {
  .archive-news .section-group__body {
    padding: 0;
  }
}

.archive-news .section-group__body .news-continer {
  width: 100%;
}

.archive-news .section-group__body .news-continer .news__list {
  padding: 30px 0;
  border-bottom: 1px solid #DCDCDC;
}

@media screen and (max-width: 767px) {
  .archive-news .section-group__body .news-continer .news__list {
    padding: 20px 0;
  }
}

.archive-news .section-group__body .news-continer .news__list .news__list-item {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.archive-news .section-group__body .news-continer .news__list .area {
  gap: 10px;
  display: grid;
}

@media screen and (max-width: 767px) {
  .archive-news .section-group__body .news-continer .news__list .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: grid;
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .archive-news .section-group__body .news-continer .news__list .area .sp-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.133vw;
  }
}

@media screen and (max-width: 767px) {
  .archive-news .section-group__body .news-continer .news__list .area img {
    position: relative;
    bottom: -16px;
  }
}

@media screen and (max-width: 767px) {
  .archive-news .section-group__body .news-continer .news__list .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.467vw;
  }
}

.archive-news .section-group__body .news-continer .news__list .tag-item {
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--sab_color, rgb(24, 156, 81));
  border: 1px solid;
  padding: 14px;
}

@media screen and (max-width: 767px) {
  .archive-news .section-group__body .news-continer .news__list .tag-item {
    font-size: 3.2vw;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 2.133vw;
    display: inline-table;
  }
}

.archive-news .section-group__body .news-continer .news__list .date {
  color: #909090;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .archive-news .section-group__body .news-continer .news__list .date {
    font-size: 4.267vw;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}

.archive-news .section-group__body .news-continer .news__list .text {
  color: var(--text, #272727);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .archive-news .section-group__body .news-continer .news__list .text {
    font-size: 3.733vw;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}

.archive-news .section-group__body .news-continer .wp-pagenavi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 49px;
  gap: 20px;
  border: 0;
}

@media screen and (max-width: 767px) {
  .archive-news .section-group__body .news-continer .wp-pagenavi {
    margin-top: 0;
  }
}

.archive-news .section-group__body .news-continer a {
  text-decoration: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: var(--text, #272727);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.9px;
  text-transform: capitalize;
}

.archive-news .section-group__body .news-continer a .page.smaller.larger {
  border: 0;
  color: var(--text, #272727);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.9px;
  text-transform: capitalize;
}

.archive-news .section-group__body .news-continer .previouspostslink,
.archive-news .section-group__body .news-continer .nextpostslink {
  border: 1px solid #AACD06;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.archive-news .section-group__body .news-continer .previouspostslink {
  margin-right: 20px;
}

.archive-news .section-group__body .news-continer .nextpostslink {
  margin-left: 20px;
}

.archive-news .section-group__body .news-continer .current {
  color: var(--white, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.9px;
  text-transform: capitalize;
  background: var(--main_02, #AACD06);
  border: 0;
  border-radius: 50px;
  padding: 13px 16px;
}

.archive-news .section-group__body .news-continer .fa-solid.fa-chevron-right {
  color: #AACD06;
}

.archive-news .section-group__body .news-continer .fa-chevron-left {
  color: #AACD06;
}

.single-news {
  padding-top: 193px;
  border-bottom: 1px solid #818181;
}

@media screen and (max-width: 767px) {
  .single-news {
    padding-top: 142px;
  }
}

.single-news .news__container .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single-news .news__container .list-item {
    margin-bottom: 5.6vw;
  }
}

.single-news .section-group__inner {
  padding: 80px 0;
  background: var(--bkc_gry, #FBFBFB);
  max-width: 1240px;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner {
    padding: 30px 20px;
  }
}

.single-news .section-group__inner .section-group__body {
  margin-bottom: 131px;
  max-width: 840px;
  width: 100%;
  margin: auto;
}

.single-news .section-group__inner .text__container .main-date {
  color: var(--main_02, #AACD06);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.single-news .section-group__inner .text__container .main-text {
  color: var(--text, #252525);
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-transform: capitalize;
  padding-bottom: 40px;
  border-bottom: 1px solid #AACD06;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner .text__container .main-text {
    font-size: 1.8rem;
    line-height: 160%;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.single-news .section-group__inner .text__container .img {
  margin-bottom: 44px;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner .text__container .img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner .text__container .img img {
    height: auto;
  }
}

.single-news .section-group__inner .text__container p {
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner .text__container p {
    font-size: 3.733vw;
    line-height: 25.2px;
    padding-bottom: 6.4vw;
  }
}

.single-news .section-group__inner .text__container img {
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner .text__container img {
    margin-bottom: 11.2vw;
  }
}

.single-news .section-group__inner h1.wp-block-heading {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.2px;
  border-bottom: 2px solid #B7B7B7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner h1.wp-block-heading {
    font-size: 4.267vw;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 5.333vw;
  }
}

.single-news .section-group__inner h2.wp-block-heading {
  color: var(--main_02, #AACD06);
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner h2.wp-block-heading {
    font-size: 4.267vw;
    margin-bottom: 5.333vw;
  }
}

.single-news .section-group__inner h3.wp-block-heading {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.single-news .section-group__inner h3.wp-block-heading::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #AACD06;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner h3.wp-block-heading {
    font-size: 4.267vw;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 5.333vw;
  }

  .single-news .section-group__inner h3.wp-block-heading::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
  }
}

.single-news .section-group__inner h4.wp-block-heading {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 2px solid #AACD06;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner h4.wp-block-heading {
    font-size: 4.267vw;
    margin-bottom: 5.333vw;
    padding-bottom: 2.667vw;
  }
}

.single-news .section-group__inner h5.wp-block-heading {
  padding: 10px;
  background: #F1F7D6;
  font-size: 2rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner h5.wp-block-heading {
    font-size: 4vw;
    margin-bottom: 5.333vw;
  }
}

.single-news .section-group__inner h6.wp-block-heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner h6.wp-block-heading {
    font-size: 3.733vw;
    margin-bottom: 5.333vw;
  }
}

.single-news .section-group__inner p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner p {
    font-size: 3.733vw;
  }
}

.single-news .section-group__inner a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.single-news .section-group__inner ul {
  margin: 0 0 20px 20px;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner ul {
    margin: 0 0 2.133vw 20px;
  }
}

.single-news .section-group__inner ul li {
  list-style: disc;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner ul li {
    font-size: 3.733vw;
  }
}

.single-news .section-group__inner ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.single-news .section-group__inner ol li {
  list-style: auto;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner ol li {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner .link {
    font-size: 3.733vw;
  }
}

.single-news .section-group__inner a {
  color: var(--0578-d-2, #AACD06);
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner a {
    font-size: 3.733vw;
  }
}

.single-news .section-group__inner .wp-block-image {
  margin-bottom: 20px;
}

.single-news .section-group__inner .wp-block-image img {
  width: 100%;
  border-radius: 10px;
  border-radius: 10px;
}

.single-news .section-group__inner .wp-block-quote {
  background: #F3F3F3;
  color: var(--4-f-4-f-4-f, #4F4F4F);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}

.single-news .section-group__inner .wp-block-quote p {
  padding: 15px;
  color: var(--4-f-4-f-4-f, #4F4F4F);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.75px;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .single-news .section-group__inner .wp-block-quote {
    font-size: 3.733vw;
  }
}

.news-pagenetion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 840px;
  width: 100%;
  margin: 80px auto;
  color: #AACD06;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news-pagenetion {
    width: calc(100% - 40px);
    margin: 60px auto 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.news-pagenetion .back {
  background-color: #AACD06;
  color: #FFF;
  font-size: 1.6rem;
  padding: 15px 30px 15px 50px;
  border-radius: 30px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news-pagenetion .back {
    margin-top: 70px;
  }
}

.news-pagenetion .back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 17px;
  background-image: url(../images/common/arrowLeft03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.news-pagenetion .prev,
.news-pagenetion .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {

  .news-pagenetion .prev,
  .news-pagenetion .next {
    position: absolute;
    top: 0;
    height: 40px;
  }
}

.news-pagenetion .prev a,
.news-pagenetion .next a {
  color: var(--text, rgb(37, 37, 37));
  margin-right: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-align: left;
}

@media screen and (max-width: 767px) {

  .news-pagenetion .prev a,
  .news-pagenetion .next a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .news-pagenetion .prev {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .news-pagenetion .next {
    right: 0;
  }
}

.news-pagenetion .circle-button {
  position: relative;
}

.news-pagenetion .circle-button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url(../images/common/arrowRight02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.news-pagenetion .circle-button.prev {
  padding-left: 60px;
}

.news-pagenetion .circle-button.prev::before {
  left: 0;
  background-image: url(../images/common/arrowLeft02.svg);
}

.news-pagenetion .circle-button.next {
  padding-right: 60px;
}

.news-pagenetion .circle-button.next::before {
  right: 0;
  background-image: url(../images/common/arrowRight02.svg);
}

@media screen and (max-width: 767px) {
  .news-pagenetion .page-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6.4vw;
  }
}

.single-event {
  margin-top: 273px;
  padding-bottom: 160px;
  border-bottom: 1px solid #818181;
}

@media screen and (max-width: 767px) {
  .single-event {
    padding-top: 142px;
  }
}

.single-event .news__container .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single-event .news__container .list-item {
    margin-bottom: 5.6vw;
  }
}

.single-event .section-group__inner {
  max-width: 1240px;
  width: 100%;
  padding: 80px 0;
  background: var(--bkc_gry, #FBFBFB);
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner {
    margin: 30px 20px;
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
}

.single-event .section-group__inner .section-group__body {
  margin-bottom: 131px;
  max-width: 1040px;
  width: 100%;
  margin: auto;
}

.single-event .section-group__inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-event .section-group__inner .container .event-left {
  max-width: 464px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .container .event-left {
    margin-bottom: 20px;
  }
}

.single-event .section-group__inner .container .event-left .event-year {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.single-event .section-group__inner .container .event-left .event-date__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .container .event-left .event-date__inner {
    margin-bottom: 30px;
  }
}

.single-event .section-group__inner .container .event-left .event-date__inner .date {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .container .event-left .event-date__inner .date {
    font-size: 3rem;
  }
}

.single-event .section-group__inner .container .event-left .event-date__inner .weekday {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .container .event-left .event-date__inner .weekday {
    font-size: 1.6rem;
  }
}

.single-event .section-group__inner .container .event-left .event-date__inner .time {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .container .event-left .event-date__inner .time {
    font-size: 2rem;
  }
}

.single-event .section-group__inner .container .event-left .event-tag {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border-radius: 30px;
  background: var(--main_01, #EC6D74);
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .container .event-left .event-tag {
    font-size: 1.4rem;
  }
}

.single-event .section-group__inner .container .event-left .event-title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .container .event-left .event-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.single-event .section-group__inner .container .event-left .event-description {
  color: var(--text, #272727);
  text-overflow: ellipsis;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}

.single-event .section-group__inner .container .event-right {
  position: relative;
}

.single-event .section-group__inner .container .event-right .img-hoge {
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .container .event-right .img-hoge {
    margin-right: 10px;
  }
}

.single-event .section-group__inner .container .event-right .event-bg {
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  display: block;
  background: #AACD06;
  right: 0;
  left: 20px;
  top: 20px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .container .event-right .event-bg {
    left: 10px;
    width: calc(100% - 10px);
    top: 10px;
  }
}

.single-event .section-group__inner .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
  background-color: transparent;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .content {
    margin-bottom: 30px;
    word-wrap: break-word;
  }
}

.single-event .section-group__inner .content .img {
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .content .img img {
    height: auto;
  }
}

.single-event .section-group__inner .content h1.wp-block-heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 43.2px;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #B7B7B7;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #B7B7B7;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .content h1.wp-block-heading {
    font-size: 4.267vw;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 5.333vw;
  }
}

.single-event .section-group__inner .content h2.wp-block-heading {
  color: var(--main_02, #AACD06);
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.15px;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .content h2.wp-block-heading {
    font-size: 4.267vw;
    margin-bottom: 5.333vw;
  }
}

.single-event .section-group__inner .content h3.wp-block-heading {
  color: var(--text, #272727);
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.1px;
  gap: 10px;
}

.single-event .section-group__inner .content h3.wp-block-heading::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #AACD06;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .content h3.wp-block-heading {
    font-size: 4.267vw;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 5.333vw;
  }

  .single-event .section-group__inner .content h3.wp-block-heading::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
  }
}

.single-event .section-group__inner .content h4.wp-block-heading {
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.05px;
  border-bottom: 2px solid #AACD06;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .content h4.wp-block-heading {
    font-size: 4.267vw;
    margin-bottom: 5.333vw;
    padding-bottom: 2.667vw;
  }
}

.single-event .section-group__inner .content h5.wp-block-heading {
  background: #F1F7D6;
  padding: 10px;
  color: var(--text, #272727);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .content h5.wp-block-heading {
    font-size: 4vw;
    margin-bottom: 5.333vw;
  }
}

.single-event .section-group__inner .content h6.wp-block-heading {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.9px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .content h6.wp-block-heading {
    font-size: 3.733vw;
    margin-bottom: 5.333vw;
  }
}

.single-event .section-group__inner .content p {
  margin: 20px 0;
  width: 100%;
  color: var(--4-f-4-f-4-f, #4F4F4F);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.75px;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .content p {
    font-size: 3.733vw;
  }
}

.single-event .section-group__inner .content a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-decoration: underline;
  margin-bottom: 10px;
}

.single-event .section-group__inner .detail-inner .detail-item .detail-title {
  color: var(--main_02, #AACD06);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--main_02, #AACD06);
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .detail-inner .detail-item .detail-title {
    margin-bottom: 10px;
  }
}

.single-event .section-group__inner .detail-inner .detail-item .detail-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
}

.single-event .section-group__inner .detail-inner .detail-item .detail-text a {
  color: var(--text, #272727);
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .detail-inner .detail-item .detail-text {
    margin-bottom: 20px;
    word-wrap: break-word;
  }
}

.single-event .section-group__inner .detail-inner img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .single-event .section-group__inner .detail-inner img {
    margin-bottom: 11.2vw;
  }
}

.archive-event {
  padding-top: 142px;
  border-bottom: 1px solid #818181;
}

.archive-event .section-group__inner {
  max-width: 1241px;
  width: 90%;
  margin: 160px auto 88px;
}

@media screen and (max-width: 767px) {
  .archive-event .section-group__inner {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 0;
  }
}

.archive-event .section-group__body .event-container {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .archive-event .section-group__body .event-container a {
    display: block;
    border: 1px solid #E5ECC4;
    border-radius: 10px;
    overflow: hidden;
  }

  .archive-event .section-group__body .event-container a+* {
    margin-top: 20px;
  }
}

.archive-event .section-group__body .event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border: 1px solid #D4D4D4;
  margin-bottom: 88px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .archive-event .section-group__body .event-list {
    margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.archive-event .section-group__body .event-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .archive-event .section-group__body .event-list a {
    color: inherit;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .archive-event .section-group__body .event-list a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.archive-event .section-group__body .event-list .event-list__tag {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.85px;
  color: var(--main_02, #AACD06);
  background: #fff;
  padding: 20px 60px;
  width: 100%;
  text-align: center;
  border: 1px solid var(--main_02, #AACD06);
}

@media screen and (max-width: 767px) {
  .archive-event .section-group__body .event-list .event-list__tag {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}

.archive-event .section-group__body .event-list .event-list__tag.active {
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  background: var(--main_02, #AACD06);
}

@media screen and (min-width: 768px) {
  .archive-event .section-group__body .event-list .event-list__tag.active {
    font-size: 1.8rem;
  }
}

.archive-event .section-group__body .event-list>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .archive-event .section-group__body .event-list>div {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .archive-event .section-group__body .event-list>div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.archive-event .section-group__body p {
  margin-top: 20px;
}

.img-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.event-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(174, 174, 174, 0.8);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(140, 136, 136, 0.65);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.5px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .overlay {
    font-size: 3.2vw;
    height: 27%;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 60px;
    gap: 20px;
  }
}

.pagination span,
.pagination a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.9px;
  color: #272727;
}

.pagination span.current,
.pagination a.current {
  width: 40px;
  background-color: #AACD06;
  color: #fff;
  border-radius: 50%;
  margin-left: 0px;
}

.pagination span.next,
.pagination span.nextpostslink,
.pagination a.next,
.pagination a.nextpostslink {
  width: 40px;
  background-image: url(../images/common/arrowRight02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none !important;
}

.pagination span.next i,
.pagination span.nextpostslink i,
.pagination a.next i,
.pagination a.nextpostslink i {
  display: none !important;
}

.pagination span.prev,
.pagination span.previouspostslink,
.pagination a.prev,
.pagination a.previouspostslink {
  width: 40px;
  background-image: url(../images/common/arrowLeft02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none !important;
}

.pagination span.prev i,
.pagination span.previouspostslink i,
.pagination a.prev i,
.pagination a.previouspostslink i {
  display: none !important;
}

.footer {
  margin-top: auto;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 37px 20px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

.footer .footer__inner {
  max-width: 1240px;
  width: 90%;
  margin: auto;
  padding: 88px 0;
  border-bottom: 1px solid #B9B9B9;
}

@media screen and (max-width: 767px) {
  .footer .footer__inner {
    padding: 0;
    width: 100%;
  }
}

.footer .footer__inner .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__container .logo {
    margin-bottom: 4.267vw;
  }
}

.footer .footer__inner .footer__container .logo .ft-logo {
  width: 206px;
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__container .logo .ft-logo {
    width: 39.467vw;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__container .footer__nav {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer .footer__inner .footer__container .footer__nav .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 785px;
  width: 100%;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__container .footer__nav .footer__list {
    gap: 4.267vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8vw;
  }
}

.footer .footer__inner .footer__container .footer__nav .footer__list li a {
  color: var(--text, #272727);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__container .footer__nav .footer__list li a {
    font-size: 4.267vw;
  }
}

.footer .footer__inner .ft-address .address {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .footer .footer__inner .ft-address .address {
    font-size: 3.733vw;
    margin-bottom: 13.267vw;
  }
}

.footer .copy {
  padding: 20px 0;
  color: #636363;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 3.467vw;
  }
}

.page-404 {
  padding-top: 145px;
}

.page-404 .section-group__inner {
  max-width: 1040px;
  width: 90%;
  margin: 160px auto;
}

@media screen and (max-width: 767px) {
  .page-404 .section-group__inner {
    margin: 16vw auto;
  }
}

.page-404 .main {
  color: var(--main_02, #AACD06);
  text-align: center;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-404 .main {
    font-size: 16vw;
    font-weight: 700;
    line-height: 96px;
    margin-bottom: 16vw;
  }
}

.page-404 .sub {
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-404 .sub {
    font-size: 4.267vw;
    line-height: 25.6px;
    margin-bottom: 16vw;
  }
}

.privacy .main {
  padding: 162px 0 200px;
}

@media screen and (max-width: 767px) {
  .privacy .main {
    background: rgb(242, 239, 234);
    padding: 17.067vw 0;
  }
}

.privacy .privacy-container {
  max-width: 1040px;
  width: 90%;
  margin: auto;
}

.privacy .privacy-container .text {
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .privacy .privacy-container .text {
    font-size: 3.733vw;
    line-height: 22.4px;
  }
}

.privacy .privacy-container .ul-inner {
  gap: 61px;
  display: grid;
}

@media screen and (max-width: 767px) {
  .privacy .privacy-container .ul-inner {
    gap: 36px;
  }
}

@media screen and (max-width: 767px) {
  .privacy .privacy-container .ul-inner li {
    gap: 10px;
    display: grid;
  }
}

.privacy .privacy-container .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  color: rgb(24, 156, 81);
}

@media screen and (max-width: 767px) {
  .privacy .privacy-container .title {
    font-size: 4.267vw;
    line-height: 25.6px;
  }
}

.privacy .privacy-container .description {
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .privacy .privacy-container .description {
    font-size: 3.733vw;
    line-height: 22.4px;
  }
}

.privacy .privacy-container .description ul {
  gap: 10px;
  display: grid;
}

.privacy .privacy-container .description ul .list-item::before {
  content: "・";
}

@media screen and (max-width: 767px) {
  .privacy .privacy-container .description ul .list-item::before {
    content: "・";
  }
}

.page-select-page {
  padding-top: 184px;
}

@media screen and (max-width: 767px) {
  .page-select-page {
    padding-top: 142px;
  }

  .page-select-page .section-group.link .section-group__inner::after {
    padding-bottom: 176.8%;
    bottom: -60%;
    background-image: url(../images/common/link-bg2.svg);
    background-size: 100% auto;
  }
}

.page-select-page .corporate-fv {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-select-page .corporate-fv {
    margin-bottom: 60px;
  }
}

.page-select-page .catch-copy {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-select-page .catch-copy {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
    margin-bottom: 60px;
  }
}

.page-select-page .section-group__body .frame-1087,
.page-select-page .section-group__body .frame-1087 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-select-page .section-group__body .page-select-inner {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .page-select-page .section-group__body .page-select-inner {
    padding-bottom: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.page-select-page .section-group__body .select-item {
  background: #ffffff;
  border-radius: 10px;
  border-style: solid;
  border-color: var(--companycolor, #8865b2);
  border-width: 1px;
  padding: 30px 30px 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* max-width: 600px; */
  max-width: calc((100% / 3) - 30px);
  width: 100%;
  min-height: 498px;
  position: relative;
  -webkit-box-shadow: 95px 124px 44px 0px rgba(188, 159, 193, 0), 61px 79px 40px 0px rgba(188, 159, 193, 0.01), 34px 45px 34px 0px rgba(188, 159, 193, 0.05), 15px 20px 25px 0px rgba(188, 159, 193, 0.09), 4px 5px 14px 0px rgba(188, 159, 193, 0.1);
  box-shadow: 95px 124px 44px 0px rgba(188, 159, 193, 0), 61px 79px 40px 0px rgba(188, 159, 193, 0.01), 34px 45px 34px 0px rgba(188, 159, 193, 0.05), 15px 20px 25px 0px rgba(188, 159, 193, 0.09), 4px 5px 14px 0px rgba(188, 159, 193, 0.1);
}

@media screen and (max-width: 767px) {
  .page-select-page .section-group__body .select-item {
    max-width: calc(100% - 40px);
    padding: 20px;
    gap: 15px;
  }
}

.page-select-page .section-group__body .rectangle-56 {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 300px;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-select-page .section-group__body .select-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 58px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.tac250618 {
  text-align: center;
}

.page-select-page .section-group__body .select-inner_2 {
  gap: 30px;
}

.page-select-page .section-group__body .frame-280 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-select-page .section-group__body .frame-280 {
    gap: 10px;
  }
}

.page-select-page .section-group__body .div {
  color: var(--companycolor, #8865b2);
  text-align: left;
  font-family: "YuGothic-Bold", sans-serif;
  /* font-size: 2.4rem; */
  font-size: 1.8rem;
  line-height: 100%;
  font-weight: 700;
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .page-select-page .section-group__body .div {
    font-size: 1.8rem;
  }
}

.page-select-page .section-group__body .div2 {
  color: var(--text, #272727);
  text-align: left;
  font-family: "YuGothic-Medium", sans-serif;
  font-size: 1.6rem;
  line-height: 160%;
  font-weight: 500;
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.page-select-page .section-group__body .frame-283 {
  background: #ffffff;
  border-radius: 10px;
  border-style: solid;
  border-color: var(--companycolor, #8865b2);
  border-width: 1px;
  padding: 30px 30px 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 600px;
  position: relative;
  -webkit-box-shadow: 95px 124px 44px 0px rgba(188, 159, 193, 0), 61px 79px 40px 0px rgba(188, 159, 193, 0.01), 34px 45px 34px 0px rgba(188, 159, 193, 0.05), 15px 20px 25px 0px rgba(188, 159, 193, 0.09), 4px 5px 14px 0px rgba(188, 159, 193, 0.1);
  box-shadow: 95px 124px 44px 0px rgba(188, 159, 193, 0), 61px 79px 40px 0px rgba(188, 159, 193, 0.01), 34px 45px 34px 0px rgba(188, 159, 193, 0.05), 15px 20px 25px 0px rgba(188, 159, 193, 0.09), 4px 5px 14px 0px rgba(188, 159, 193, 0.1);
}

.page-select-page .section-group__body .div4 {
  color: var(--text, #272727);
  text-align: left;
  font-family: "YuGothic-Medium", sans-serif;
  font-size: 17px;
  line-height: 160%;
  font-weight: 500;
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-height: 8rem;
}

.page-select-page .section-group__body .group-101 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 240px;
  height: 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-select-page .section-group__body .group-101 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.page-select-page .section-group__body .group-101 .custom-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 40px;
  background-color: #8865b2;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 40px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.page-select-page .section-group__body .group-101 .custom-button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 22px;
  background-image: url("../images/common/arrow01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.page-select-page .section-group__body .group-101 .custom-button:hover {
  background-color: #FFFFFF;
  color: #8865b2;
  border: 1px solid #8865b2;
}

.page-select-page .section-group__body .group-101 .custom-button:hover::after {
  width: 20px;
  height: 22px;
  background-image: url("../images/common/arrow-purple.svg");
}

.page-projinzai {
  padding-top: 184px;
}

@media screen and (max-width: 767px) {
  .page-projinzai {
    padding-top: 142px;
  }

  .page-projinzai .section-group.link .section-group__inner::after {
    padding-bottom: 176.8%;
    bottom: -60%;
    background-image: url(../images/common/link-bg2.svg);
    background-size: 100% auto;
  }
}

.page-projinzai .heading-title {
  position: relative;
  color: var(--main_02, #AACD06);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .page-projinzai .heading-title {
    margin-top: 30px;
    font-size: 3rem;
  }

  .page-projinzai .heading-title .title {
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-left: 33px;
    margin-right: 33px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-projinzai .heading-title .title {
    width: 90%;
    margin: auto;
  }
}

.page-projinzai .heading-title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background: var(--main_02, #AACD06);
  bottom: -71px;
}

@media screen and (max-width: 767px) {
  .page-projinzai .heading-title::before {
    height: 30px;
    width: 3px;
    bottom: -50px;
  }
}

.projinzai-container {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .projinzai-container {
    margin-bottom: 60px;
  }
}

.projinzai-container .projinzai-list {
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 167px;
}

@media screen and (min-width: 768px) {
  .projinzai-container .projinzai-list {
    display: grid;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .projinzai-container .projinzai-list {
    margin-top: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.projinzai-container .projinzai-list .projinzai-list__item {
  padding: 20px;
  border: 1px solid var(--main_02, #AACD06);
  background: rgba(245, 250, 221, 0.7);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .projinzai-container .projinzai-list .projinzai-list__item {
    width: 100%;
  }

  .projinzai-container .projinzai-list .projinzai-list__item+* {
    margin-top: 20px;
  }
}

.projinzai-container .projinzai-list .projinzai-list__item .title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--main_02, #AACD06);
}

@media screen and (max-width: 767px) {
  .projinzai-container .projinzai-list .projinzai-list__item .title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.projinzai-container .projinzai-list .projinzai-list__item .text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.8px;
  color: var(--text, #272727);
}

.about-container {
  position: relative;
  background: rgba(245, 250, 221, 0.7);
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .about-container {
    padding: 60px 0;
  }
}

.about-container .about-bg01 {
  position: absolute;
  right: 0;
  z-index: -1;
}

.about-container .about-bg02 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .about-container .about-container__inner {
    gap: 80px;
    display: grid;
  }
}

.about-container .about-container__inner .about-container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .about-container .about-container__inner .about-container-item {
    gap: 80px;
  }

  .about-container .about-container__inner .about-container-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .about-container .about-container__inner .about-container-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .about-container .about-container__inner .about-container-item+* {
    margin-top: 30px;
  }
}

.about-container .about-container__inner .about-container-item .about-container__text {
  display: grid;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .about-container .about-container__inner .about-container-item .about-container__text {
    gap: 10px;
  }
}

.about-container .about-container__inner .about-container-item .about-container__text .number {
  color: var(--main_02, #AACD06);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 767px) {
  .about-container .about-container__inner .about-container-item .about-container__text .number {
    font-size: 4rem;
  }
}

.about-container .about-container__inner .about-container-item .about-container__text .text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.8px;
  color: var(--text, #272727);
}

.about-container .about-container__inner .about-container-item .about-container__text span {
  color: var(--main_02, #AACD06);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.8px;
}

.services-container {
  padding: 160px 0;
}

@media screen and (max-width: 767px) {
  .services-container {
    padding: 60px 0;
  }
}

.services-container .services-container__inner {
  gap: 20px;
  display: grid;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #A8CF11;
/*  background-color: #64800d;*/
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .content {
    padding: 20px;
  }
}

.circle {
  width: 40px;
  height: 40px;
  background-color: white;
  color: #A8CF11;
  /*color: #64800d;*/
  font-weight: bold;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .circle {
    margin-right: 30px;
    width: 55px;
    height: 55px;
    font-size: 3rem;
  }
}

.text {
  color: var(--White, #FFF);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .text {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    width: calc(100% - 85px);
  }
}

.recruitment-container {
  padding: 160px 0;
  background: #FBFBFB;
  position: relative;
  overflow: hidden;
}

.recruitment-container * {
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recruitment-container {
    padding: 60px 0;
  }

  .recruitment-container .heading-title01 .sub-title__ja {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 0 20px;
  }
}

.recruitment-container .recruitment-bg01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .recruitment-container .recruitment-bg01 {
    right: -50%;
  }
}

.recruitment-container .recruitment-bg02 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .recruitment-container .recruitment-bg02 {
    left: -50%;
  }
}

.recruitment-container .recruitment-title {
  color: var(--main_02, #AACD06);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .recruitment-container .recruitment-title {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    padding: 0 20px;
  }
}

.recruitment-container .recruitment-description {
  color: var(--text, #272727);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .recruitment-container .recruitment-description {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

.recruitment-container .recruit-item .recruit-item__inner {
  position: relative;
}

.recruitment-container .recruit-item .recruit-item__inner .recruit-item__img {
  background-image: url("../images/common/business_operator.png");
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .recruitment-container .recruit-item .recruit-item__inner .recruit-item__img {
    background-image: url("../images/common/business_operatorSp.png");
  }
}

.recruitment-container .recruit-item .recruit-item__inner .button-wrapper {
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .recruitment-container .recruit-item .recruit-item__inner .button-wrapper {
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
}

.recruitment-container .recruit-item .recruit-item__inner .button-wrapper .custom-button {
  width: auto;
  cursor: pointer;
  pointer-events: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ff6d6d;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .recruitment-container .recruit-item .recruit-item__inner .button-wrapper .custom-button {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: 10px 30px;
  }
}

.recruitment-container .recruit-item .recruit-item__inner .button-wrapper .custom-button_green {
  border: 1px solid #AACD06;
  color: var(--main_02, #AACD06);
}

.recruitment-container .recruit-item .recruit-item__inner .button-wrapper .custom-button_green:hover {
  background-color: #AACD06;
  color: #fff;
}

.recruitment-container .recruit-item .recruit-item__inner .button-wrapper .custom-button .icon {
  font-size: 2.4rem;
  margin-left: 5px;
}

.event-container {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .event-container {
    padding: 0;
  }

  .event-container+.more-button-container {
    margin-top: 60px;
  }
}

.subsidy-container {
  padding: 80px 0;
  background: var(--pink_gd, linear-gradient(87deg, #FA9CA1 5.41%, #EC6D74 94.59%));
}

@media screen and (max-width: 767px) {
  .subsidy-container {
    padding: 30px 20px;
    text-align: center;
  }
}

.subsidy__body {
  text-align: center;
}

.subsidy__body .subsidy-title {
  color: var(--White, #FFF);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--White, #FFF);
  display: inline-block;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .subsidy__body .subsidy-title {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
}

.subsidy__body .subsidy-text {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 40px;
}

.section-group.contact-area {
  padding: 160px 0 0px;
}

@media screen and (max-width: 767px) {
  .section-group.contact-area {
    padding: 0;
  }
}

.section-group.contact-area .bg-contact {
  width: 100%;
  background: #fff;
  height: 100px;
}

/*追加修正 20250525 */
.slick-prev:focus,
.slick-next:focus {
  outline: 2px solid #007ACC !important;
  border-radius: 2px;
}

@media screen and (max-width: 1270px) {
  .header .nav {
    display: none;
  }

  .header .nav.is-open {
    display: block !important;
  }
}

.header .nav.menu-visible {
  display: block !important;
}

section.section-group.top .section-group.works .section-group__inner {
  text-align: center;
}


/* 20250615追加　page-corporate-forign */


.page-foreign {
  padding-top: 184px;
}

@media screen and (max-width: 767px) {
  .page-foreign {
    padding-top: 142px;
  }

  .page-foriegn .section-group.link .section-group__inner::after {
    padding-bottom: 176.8%;
    bottom: -60%;
    background-image: url(../images/common/link-bg2.svg);
    background-size: 100% auto;
  }
}

.page-foreign .more-button-container.customColor a {
  background-color: #0576C9;
}

.page-foreign .section-group__body .about {
  background: #F0FCFE;
}

@media screen and (max-width: 767px) {
  .page-foreign .section-group__body .about .section-group__inner {
    width: 100%;
    margin-bottom: 0;
  }
}

.page-foreign .section-group__body .about .heading-title01 .title__en {
  color: #0576C9;
}

.page-foreign .section-group__body .about .support_detail {
  border: 1px solid #0576C9;
}

.page-foreign .section-group__body .about .support_detail p {
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .page-foreign .section-group__body .about .support_detail p {
    text-align: left;
  }
}

.page-foreign .section-group__body .about .support_detail .support-title {
  background: #0576C9;
}

.page-foreign .how-to-use .heading-title01 .title__en {
  color: #0576C9;
}

.page-foreign .how-to-use .step-container::after {
  background: #0576C9;
}

.page-foreign .how-to-use .step-container .step-title {
  color: #0576C9;
}

.page-foreign .how-to-use .step-container .step-text a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page-foreign .how-to-use .step-container .step-buttonWrapper .step-button {
    color: #0576C9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-foreign .how-to-use .step-container .step-buttonWrapper .step-button::after {
    background-image: url(../images/common/arrowRight06.svg);
  }
}



.page-foreign .recruit {
  margin: 80px 0;
}

.page-foreign .recruit .recruit-list {
  gap: 40px;
  display: grid;
}

.page-foreign .recruit .recruit-list .recruit-item .recruit-item__inner {
  position: relative;
}

.page-foreign .recruit .recruit-list .recruit-item .recruit-item__inner .recruit-item__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.page-foreign .recruit .recruit-list .recruit-item .recruit-item__inner .recruit-item__img--01 {
  background-image: url("https://enisie-oita.net/sangyouzinzaicenter_login_site/wp-content/themes/original/images/uij/recruit01.png");
}

.page-foreign .recruit .recruit-list .recruit-item .recruit-item__inner .recruit-item__img--02 {
  background-image: url("https://enisie-oita.net/sangyouzinzaicenter_login_site/wp-content/themes/original/images/uij/recruit02.png");
}

.page-foreign .recruit .recruit-list .recruit-item .recruit-item__inner .recruit-item__img--03 {
  background-image: url("https://enisie-oita.net/sangyouzinzaicenter_login_site/wp-content/themes/original/images/common/business_operator.png");
}

.page-foreign .recruit .recruit-list .recruit-item .recruit-item__inner .button-wrapper {
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-foreign .recruit .recruit-list .recruit-item .recruit-item__inner .custom-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ff6d6d;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-foreign .recruit .recruit-list .recruit-item .recruit-item__inner .custom-button_pink {
  color: var(--main_01, #EC6D74);
  border: 1px solid #EC6D74;
}

.page-foreign .recruit .recruit-list .recruit-item .recruit-item__inner .custom-button_pink:hover {
  background-color: #ff6d6d;
  color: #fff;
}

.page-foreign .recruit .recruit-list .recruit-item .recruit-item__inner .custom-button_green {
  border: 1px solid #AACD06;
  color: var(--main_02, #AACD06);
}

.page-foreign .recruit .recruit-list .recruit-item .recruit-item__inner .custom-button_green:hover {
  background-color: #AACD06;
  color: #fff;
}

.page-foreign .recruit .recruit-list .recruit-item .recruit-item__inner .custom-button_green .icon {
  font-size: 2.4rem;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .page-foreign .recruit .sp-button-wrapper {
    text-align: center;
    padding: 5.333vw 8vw;
    background: var(--pink_gd, linear-gradient(87deg, #FA9CA1 5.41%, #EC6D74 94.59%));
  }
}

.page-foreign .recruit .sp-button-wrapper__green {
  background: var(--gd_green, linear-gradient(304deg, #77CD00 11.13%, #C2E325 91.9%));
}

.page-foreign .recruit .sp-button-wrapper .custom-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ff6d6d;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .page-foreign .recruit .sp-button-wrapper .custom-button {
    font-size: 4.8vw;
    padding: 5.333vw;
    width: 100%;
  }
}

.page-foreign .recruit .sp-button-wrapper .custom-button_pink {
  color: var(--main_01, #EC6D74);
  border: 1px solid #EC6D74;
}

.page-foreign .recruit .sp-button-wrapper .custom-button_pink:hover {
  background-color: #ff6d6d;
  color: #fff;
}

.page-foreign .recruit .sp-button-wrapper .custom-button_green {
  border: 1px solid #AACD06;
  color: var(--main_02, #AACD06);
}

.page-foreign .recruit .sp-button-wrapper .custom-button_green:hover {
  background-color: #AACD06;
  color: #fff;
}

.page-foreign .recruit .sp-button-wrapper .custom-button_green .icon {
  font-size: 2.4rem;
  margin-left: 5px;
}