@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Antique+Soft&family=Zen+Old+Mincho&display=swap");
/*======================================================================================
  top
======================================================================================*/
/* kv
-----------------------------------------------------------------*/
.top-kv {
  position: relative;
  margin-top: 100px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .top-kv {
    margin-top: 64px;
  }
}

.top-kv-slide {
  max-height: 630px;
}
@media screen and (max-width: 630px) {
  .top-kv-slide {
    max-height: 320px;
  }
}
.top-kv-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.top-kv-slide-item {
  max-width: 630px;
  max-height: 630px;
}
@media screen and (max-width: 630px) {
  .top-kv-slide-item {
    max-width: 320px;
    max-height: 320px;
  }
}

.top-kv-slide-item-type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 630px) {
  .top-kv-slide-item-type1 {
    gap: 0 8px;
  }
}
@media screen and (max-width: 425px) {
  .top-kv-slide-item-type1 {
    gap: 0 6px;
  }
}
.top-kv-slide-item-type1 .top-kv-slide-item-type1-children1 .top-kv-slide-item__image {
  max-width: 310px;
  max-height: 630px;
}
@media screen and (max-width: 630px) {
  .top-kv-slide-item-type1 .top-kv-slide-item-type1-children1 .top-kv-slide-item__image {
    max-width: 160px;
    max-height: 320px;
  }
}
.top-kv-slide-item-type1 .top-kv-slide-item-type1-children2 {
  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;
  gap: 10px 0;
}
@media screen and (max-width: 630px) {
  .top-kv-slide-item-type1 .top-kv-slide-item-type1-children2 {
    gap: 8px 0;
  }
}
.top-kv-slide-item-type1 .top-kv-slide-item-type1-children2 .top-kv-slide-item__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  max-width: 310px;
  max-height: 310px;
}
@media screen and (max-width: 630px) {
  .top-kv-slide-item-type1 .top-kv-slide-item-type1-children2 .top-kv-slide-item__image {
    max-width: 160px;
    max-height: 155px;
  }
}

.top-kv-slide-item-type2 .top-kv-slide-item__image {
  max-width: 630px;
  max-height: 630px;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 630px) {
  .top-kv-slide-item-type2 .top-kv-slide-item__image {
    width: 100%;
    max-width: none;
    max-height: none;
  }
}

.top-kv-slide-item-type3 {
  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;
  gap: 10px 0;
}
@media screen and (max-width: 630px) {
  .top-kv-slide-item-type3 {
    gap: 8px 0;
  }
}
.top-kv-slide-item-type3 .top-kv-slide-item-type3-children1 .top-kv-slide-item__image, .top-kv-slide-item-type3 top-kv-slide-item-type3-children2 .top-kv-slide-item__image {
  max-width: 630px;
  max-height: 310px;
}
@media screen and (max-width: 630px) {
  .top-kv-slide-item-type3 .top-kv-slide-item-type3-children1 .top-kv-slide-item__image, .top-kv-slide-item-type3 top-kv-slide-item-type3-children2 .top-kv-slide-item__image {
    max-width: none;
    max-height: none;
    width: 100%;
  }
}

.top-kv-slide-item__image {
  border-radius: 10px;
}

.top-kv-text-wrap {
  position: absolute;
  bottom: 15%;
  width: 100%;
  z-index: +1;
}
.top-kv-text-wrap .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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 425px) {
  .top-kv-text-wrap .inner {
    padding: 0;
  }
}

.top-kv-text {
  display: inline-block;
  margin-left: 40px;
  padding: 20px 12px 20px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "Zen Old Mincho", serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .top-kv-text {
    font-size: 50px;
  }
}
@media screen and (max-width: 425px) {
  .top-kv-text {
    margin-left: 10px;
    padding: 16px 0 18px 24px;
    font-size: 36px;
  }
}
.top-kv-text:last-child {
  margin-left: 240px;
}
@media screen and (max-width: 768px) {
  .top-kv-text:last-child {
    margin-left: 210px;
  }
}
@media screen and (max-width: 425px) {
  .top-kv-text:last-child {
    margin-left: 130px;
  }
}

/* top-section
-----------------------------------------------------------------*/
.top-section {
  position: relative;
  margin-top: 160px;
  overflow: hidden;
}

.top-section-title {
  position: absolute;
  top: 0;
  left: 0;
}
.top-section-title .top-section-title__text {
  font-family: "Antonio", sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: .75;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-section-title .top-section-title__text {
    font-size: 120px;
  }
}
@media screen and (max-width: 425px) {
  .top-section-title .top-section-title__text {
    font-size: 94px;
  }
}

.top-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  padding: 0 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .top-section-inner {
    gap: 60px 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0 20px;
    margin-top: 0;
  }
}
.top-section-inner.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-section-inner.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-section-contents {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-section-contents {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
}
.top-section-contents .top-section-contents__title {
  margin-top: 120px;
  font-family: "Zen Antique Soft", serif;
  font-size: clamp(22px, 2vw, 32px);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-section-contents .top-section-contents__title {
    margin-top: 0;
  }
}
.top-section-contents .top-section-contents__text {
  margin-top: 40px;
  font-size: clamp(16px, 2vw, 18px);
}
.top-section-contents .top-section-contents__link {
  margin-top: 60px;
}

.top-section-image {
  max-width: 660px;
}
@media screen and (max-width: 768px) {
  .top-section-image {
    margin-top: 120px;
    max-width: 100%;
  }
}

.outside-right {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .outside-right {
    margin-right: 0;
  }
}

.outside-left {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .outside-left {
    margin-left: 0;
  }
}

/* top-about us
-----------------------------------------------------------------*/
.top-section.top-aboutus {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .top-section.top-aboutus {
    margin-top: 100px;
  }
}
.top-section.top-aboutus .top-section-title .top-section-title__text {
  color: #FFE5E5;
}

/* top-business
-----------------------------------------------------------------*/
.top-section.top-business .top-section-title {
  left: calc(100vw - 20px);
}
@media screen and (max-width: 768px) {
  .top-section.top-business .top-section-title {
    left: 0;
  }
}
.top-section.top-business .top-section-title .top-section-title__text {
  margin-left: 6px;
  color: #E6FFE5;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .top-section.top-business .top-section-title .top-section-title__text {
    margin-left: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.top-section.top-business .top-section-image {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .top-section.top-business .top-section-image {
    margin-top: 120px;
  }
}

.top-business-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  padding: 0 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .top-business-items {
    gap: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-business-items {
    -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;
  }
}

.top-business-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px 20px;
  max-width: 360px;
  background-color: #FFFFFF;
  border: 1px solid #BC1212;
}
@media screen and (max-width: 425px) {
  .top-business-item {
    width: 100%;
    max-width: 360px;
  }
}
.top-business-item .top-business-item__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #BC1212;
}
.top-business-item .top-business-item__image {
  margin-top: 10px;
}
.top-business-item .top-business-item__lead {
  margin-top: 20px;
  height: calc(1.6em * 2);
  font-family: "Zen Antique Soft", serif;
  font-size: 16px;
  text-align: center;
}
.top-business-item .top-business-item__lead.line1 {
  white-space: nowrap;
  line-height: calc(1.6em * 2);
}
.top-business-item .top-business-item__text {
  margin-top: 6px;
  font-size: 14px;
}

/* top-recruit
-----------------------------------------------------------------*/
.top-section.top-recruit .top-section-title .top-section-title__text {
  color: #E9E5FF;
}

/* top-gallery
-----------------------------------------------------------------*/
.top-gallery {
  margin-top: 120px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .top-gallery {
    margin-top: 100px;
    padding: 40px 0;
  }
}

.top-gallery-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top-gallery-slide img {
  border-radius: 6px;
  margin: 40px 0;
  max-width: 480px;
}
.top-gallery-slide img.position-up {
  margin-top: 0;
}
.top-gallery-slide img.position-down {
  margin-top: 80px;
}

/* top-news
-----------------------------------------------------------------*/
.top-section.top-news {
  margin-top: 120px;
  padding-top: 120px;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  .top-section.top-news {
    margin-top: 100px;
  }
}
@media screen and (max-width: 425px) {
  .top-section.top-news {
    padding-top: 80px;
  }
}
.top-section.top-news .top-section-title {
  top: auto;
  left: auto;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .top-section.top-news .top-section-title {
    top: 0;
    left: 0;
    bottom: auto;
  }
}
.top-section.top-news .top-section-title .top-section-title__text {
  color: #FFF4E5;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .top-section.top-news .top-section-title .top-section-title__text {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.top-news-items {
  position: relative;
  margin: 0 auto;
  padding: 40px 60px;
  width: 100%;
  max-width: 1000px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: +1;
}
@media screen and (max-width: 768px) {
  .top-news-items {
    padding: 40px 20px;
  }
}

.top-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .top-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 20px;
  }
}
.top-news-item:first-of-type {
  border-top: 1px solid #CCCCCC;
}
.top-news-item .top-news-item__date {
  padding: 30px 0;
  width: 140px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-news-item .top-news-item__date {
    padding: 20px 0 0;
  }
}
.top-news-item .top-news-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-news-item .top-news-item__title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 0 20px;
  }
}
.top-news-item .top-news-item__title:hover {
  color: #999999;
}

/*======================================================================================
  about us
======================================================================================*/
#about.page-header {
  background-image: url("../../assets/image/img_page-header-about.png");
}
@media screen and (max-width: 425px) {
  #about.page-header {
    background-image: url("../../assets/image/img_page-header-about_sp.png");
  }
}
@media screen and (max-width: 768px) {
  #about + .inner-link .inner-link-item {
    min-width: 174px;
  }
}
@media screen and (max-width: 425px) {
  #about + .inner-link .inner-link-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 110px;
  }
}

section.about-section {
  margin-top: 0;
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  section.about-section {
    padding-top: 80px;
  }
}
section.about-section:first-of-type {
  padding-top: 0;
}

.about-inner {
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .about-inner {
    padding: 0 20px;
  }
}

.philosophy .about-inner {
  background-image: url("../../assets/image/bg_logo.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.philosophy__declaration {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(34px, 2vw, 44px);
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 425px) {
  .philosophy__declaration {
    font-size: clamp(24px, 8vw, 34px);
  }
}

.philosophy__lead {
  margin-top: 70px;
  font-size: clamp(16px, 2vw, 20px);
  text-align: center;
}
@media screen and (max-width: 425px) {
  .philosophy__lead {
    margin-top: 40px;
    text-align: left;
  }
}

.management-policy__lead {
  font-size: clamp(16px, 2vw, 20px);
  text-align: center;
}
@media screen and (max-width: 425px) {
  .management-policy__lead {
    text-align: left;
  }
}

.management-policy-sentence {
  margin: 40px auto 0;
  padding: 40px;
  width: 720px;
  background-color: #FFFFFF;
  counter-reset: num;
}
@media screen and (max-width: 768px) {
  .management-policy-sentence {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .management-policy-sentence {
    padding: 20px;
  }
}
.management-policy-sentence .management-policy-sentence__item {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  text-indent: -1.15em;
  margin-left: 1.15em;
  counter-increment: num;
}
.management-policy-sentence .management-policy-sentence__item::before {
  content: counter(num) ". ";
}
.management-policy-sentence .management-policy-sentence__item:not(:first-of-type) {
  margin-top: 20px;
}
.management-policy-sentence .management-policy-sentence__text {
  margin-top: 4px;
  margin-left: 1.5em;
}

ul.ideal-talent-item {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}
ul.ideal-talent-item li {
  display: table-row;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
}
ul.ideal-talent-item li::before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}
ul.ideal-talent-item li::after {
  content: "";
  display: block;
}

.ideal-talent-image-wrap {
  margin: 60px auto 0;
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .ideal-talent-image-wrap {
    margin-top: 40px;
  }
}
.ideal-talent-image-wrap .ideal-talent__image {
  position: relative;
  -webkit-box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.message-wrap {
  clear: both;
}

.director-portrait {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
  width: 40%;
  max-width: 280px;
}
@media screen and (max-width: 425px) {
  .director-portrait {
    float: none;
    margin: 0 auto 40px;
    width: 60%;
  }
}

.message__text {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.8;
}

.director-signature {
  margin-top: 40px;
  font-family: "Zen Antique Soft", serif;
  font-size: clamp(22px, 2vw, 30px);
  text-align: right;
}
@media screen and (max-width: 425px) {
  .director-signature {
    margin-top: 20px;
  }
}
.director-signature span {
  margin-right: 30px;
  font-size: clamp(16px, 2vw, 20px);
}

.management-sentence-wrap {
  padding: 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 425px) {
  .management-sentence-wrap {
    padding: 20px;
  }
}

.management-sentence__item {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
}
.management-sentence__item:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 425px) {
  .management-sentence__item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.management-sentence__text {
  margin-top: 10px;
  margin-left: 1.5em;
}
@media screen and (max-width: 425px) {
  .management-sentence__text {
    margin-left: 1em;
  }
}

.management-sentence__signature {
  margin-top: 40px;
  text-align: right;
}

.action-plan-sentence-wrap {
  padding: 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 425px) {
  .action-plan-sentence-wrap {
    padding: 20px;
  }
}

.action-plan-sentence__lead {
  margin-top: 40px;
  text-indent: 1em;
}

.action-plan-sentence__item {
  font-weight: 500;
  margin-top: 20px;
}
.action-plan-sentence__item:first-of-type {
  margin-top: 40px;
}

.action-plan-sentence__text {
  margin-top: 6px;
  margin-left: 1.1em;
}
.action-plan-sentence__text .level2 {
  margin-left: 1.1em;
}

.action-plan-sentence__objective {
  margin-top: 24px;
  margin-left: 1.1em;
}

.action-plan-sentence__item + .action-plan-sentence__objective {
  margin-top: 6px;
}

.certification-items {
  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;
  gap: 20px 40px;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .certification-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .certification-items {
    padding: 0;
  }
}

.certification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px 40px;
  padding: 20px 20px 20px 40px;
  width: 536px;
  border: 1px solid #BC1212;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .certification-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding: 20px;
    width: 100%;
    max-width: 536px;
  }
}
.certification-item .certification-item__image {
  width: 100%;
  max-width: 120px;
}
.certification-item .certification-item-contents {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .certification-item .certification-item-contents {
    margin-top: 0;
  }
}
.certification-item .certification-item-contents .certification-item-contents__title {
  font-weight: 500;
}
.certification-item .certification-item-contents .certification-item-contents__text {
  margin-top: 10px;
  font-size: clamp(12px, 2vw, 14px);
}

.history-list-items {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.history-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .history-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 20px;
  }
}
.history-list-item:first-of-type {
  border-top: 1px solid #CCCCCC;
}
.history-list-item .history-list-item__date {
  padding: 20px 0;
  width: 160px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .history-list-item .history-list-item__date {
    padding: 20px 0 0;
  }
}
.history-list-item .history-list-item__text {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .history-list-item .history-list-item__text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 0 20px;
  }
}

.company-profile-image-wrap {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 540px;
}

.company-profile-items {
  position: relative;
  margin: 40px auto 0;
  width: 100%;
}

.company-profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .company-profile-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 20px;
  }
}
.company-profile-item:first-of-type {
  border-top: 1px solid #CCCCCC;
}
.company-profile-item .company-profile-item__title {
  padding: 30px 0;
  width: 240px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .company-profile-item .company-profile-item__title {
    padding: 20px 0 0;
  }
}
.company-profile-item .company-profile-item__text {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .company-profile-item .company-profile-item__text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 0 20px;
  }
}
.company-profile-item .company-profile-item__text .map {
  color: #BC1212;
}
.company-profile-item .company-profile-item__text .map i {
  font-size: 18px;
  vertical-align: middle;
}
.company-profile-item .company-profile-item__text .map a {
  border-bottom: 1px solid #BC1212;
  color: #BC1212;
}
.company-profile-item .company-profile-item__text .map a:hover {
  border-color: transparent;
}

.organization-chart {
  margin-top: 40px;
  padding: 40px 80px;
  width: 100%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .organization-chart {
    padding: 40px;
  }
}
@media screen and (max-width: 425px) {
  .organization-chart {
    padding: 20px;
  }
}
.organization-chart .organization-chart__title {
  margin-bottom: 20px;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
}

/*======================================================================================
  business
======================================================================================*/
#business.page-header {
  background-image: url("../../assets/image/img_page-header-business.png");
}
@media screen and (max-width: 425px) {
  #business.page-header {
    background-image: url("../../assets/image/img_page-header-business_sp.png");
  }
}
@media screen and (max-width: 768px) {
  #business + .inner-link .inner-link-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 194px;
  }
}
@media screen and (max-width: 425px) {
  #business + .inner-link .inner-link-item {
    min-width: 117px;
  }
}

.business-section {
  margin-top: 160px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .business-section {
    margin-top: 80px;
  }
}
.business-section:first-of-type {
  margin-top: 0;
}

.business-section__title {
  font-family: "Antonio", sans-serif;
  font-size: clamp(70px, 10vw, 140px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
  color: #EDEDED;
}

.business-section-contents__title {
  margin-top: -20px;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: clamp(32px, 4vw, 50px);
  letter-spacing: 0.05em;
  text-align: left;
}
.business-section-contents__title span {
  font-size: clamp(26px, 4vw, 38px);
}
.business-section-contents__title span.business-section-contents__subtitle {
  margin-left: 40px;
  font-family: "Zen Antique Soft", serif;
  font-size: clamp(24px, 4vw, 30px);
  letter-spacing: 0;
}
@media screen and (max-width: 425px) {
  .business-section-contents__title span.business-section-contents__subtitle {
    display: block;
    margin-left: 1.4em;
  }
}

.business-section-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 80px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .business-section-contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.business-section-contents-wrap .business-section-contents {
  width: 100%;
  max-width: 640px;
}
.business-section-contents-wrap .business-section-contents .business-section-contents__lead {
  font-family: "Zen Antique Soft", serif;
  font-size: clamp(18px, 2vw, 20px);
  letter-spacing: 0;
}
.business-section-contents-wrap .business-section-contents .business-section-contents__lead .note {
  font-size: 14px;
}
.business-section-contents-wrap .business-section-contents .business-section-contents__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .business-section-contents-wrap .business-section-contents .business-section-contents__text {
    margin-top: 20px;
  }
}
.business-section-contents-wrap .business-section-contents__image {
  width: 40%;
  max-width: 480px;
  -webkit-box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .business-section-contents-wrap .business-section-contents__image {
    width: 100%;
    max-width: none;
  }
}

@-moz-document url-prefix() {
  .business-section-contents-wrap .business-section-contents__image {
    width: 100%;
    max-width: 480px;
  }
  @media screen and (max-width: 768px) {
    .business-section-contents-wrap .business-section-contents__image {
      max-width: none;
    }
  }
}
.workflow {
  margin-top: 40px;
  padding: 40px 10px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .workflow {
    padding: 20px 10px;
  }
}
.workflow .workflow__title {
  margin-left: 30px;
  margin-bottom: 0;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  text-align: left;
  letter-spacing: .02em;
}
@media screen and (max-width: 768px) {
  .workflow .workflow__title {
    margin-left: 10px;
  }
}

.workflow-items {
  margin-top: 10px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .workflow-items {
    padding: 0 10px;
  }
}
.workflow-items .workflow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #BC1212;
}
.workflow-items .workflow-item .workflow__num {
  font-family: "Antonio", sans-serif;
  font-size: clamp(40px, 6vw, 60px);
  font-weight: 700;
  letter-spacing: -0;
  color: #BC1212;
}
.workflow-items .workflow-item .workflow-contents__title {
  font-weight: 500;
  color: #BC1212;
}
.workflow-items .workflow-item .workflow-contents__text {
  margin-top: 10px;
  font-size: clamp(13px, 2vw, 14px);
}
.workflow-items .workflow-item .workflow-contents__text .note {
  font-size: clamp(10px, 2vw, 12px);
}

/* grid */
.workflow-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 80px;
  grid-row-gap: 0;
}
@media screen and (max-width: 1024px) {
  .workflow-items {
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .workflow-items {
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
  }
}

.workflow-item:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.workflow-item:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
@media screen and (max-width: 768px) {
  .workflow-item:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
}

.workflow-item:nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
}
@media screen and (max-width: 768px) {
  .workflow-item:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.workflow-item:nth-child(4) {
  grid-area: 2 / 2 / 3 / 3;
}
@media screen and (max-width: 768px) {
  .workflow-item:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
  }
}

.workflow-item:nth-child(5) {
  grid-area: 3 / 1 / 4 / 2;
}
@media screen and (max-width: 768px) {
  .workflow-item:nth-child(5) {
    grid-area: 5 / 1 / 6 / 2;
  }
}

.workflow-item:nth-child(6) {
  grid-area: 3 / 2 / 4 / 3;
}
@media screen and (max-width: 768px) {
  .workflow-item:nth-child(6) {
    grid-area: 6 / 1 / 7 / 2;
  }
}

.workflow-item:nth-child(7) {
  grid-area: 4 / 1 / 5 / 2;
}
@media screen and (max-width: 768px) {
  .workflow-item:nth-child(7) {
    grid-area: 7 / 1 / 8 / 2;
  }
}

.workflow-images {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.workflow-image-wrap img {
  max-width: 280px;
}

.business-section-button-wrap {
  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;
  margin: 40px auto 0;
}

.business-section.achievements {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #F9F9F9;
}

.achievements-items-wrap {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 720px;
}
.achievements-items-wrap .achievements-items__title {
  margin-top: 40px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
}
.achievements-items-wrap .achievements-items__title:first-of-type {
  margin-top: 0;
}

.achievements-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
  margin-top: 5px;
}
@media screen and (max-width: 425px) {
  .achievements-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 425px) {
  .achievements-item {
    width: 100%;
  }
}
.achievements-item .achievements-item__title {
  margin-top: 5px;
  font-size: clamp(12px, 2vw, 14px);
  text-align: center;
}

/*======================================================================================
  recruit
======================================================================================*/
#recruit.page-header {
  background-image: url("../../assets/image/img_page-header-recruit.png");
}
@media screen and (max-width: 425px) {
  #recruit.page-header {
    background-image: url("../../assets/image/img_page-header-recruit_sp.png");
  }
}
@media screen and (max-width: 425px) {
  #recruit + .inner-link .inner-link-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.recruit-section {
  margin-top: 0;
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .recruit-section {
    padding-top: 80px;
  }
}
.recruit-section:first-of-type {
  padding-top: 0;
}

.recruit-h4 {
  padding: 22px 1em;
  width: 100%;
  background-color: #FFE5E5;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  text-align: center;
}
.recruit-h4:not(:first-of-type) {
  margin-top: 80px;
}

.recruit-h5 {
  margin: 40px 0 6px;
  font-size: 16px;
  font-weight: 500;
  color: #BC1212;
}

.environment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 80px;
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  .environment-item {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .environment-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}
.environment-item:first-of-type {
  margin-top: 0;
}
.environment-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .environment-item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.environment-item .environment-item-contents {
  width: 100%;
  max-width: 640px;
}
.environment-item .environment-item-contents .environment-item-contents__title {
  font-family: "Zen Antique Soft", serif;
  font-size: clamp(20px, 2vw, 24px);
  letter-spacing: 0;
}
.environment-item .environment-item-contents .environment-item-contents__title .emphasis {
  color: #BC1212;
}
.environment-item .environment-item-contents .environment-item-contents__text {
  margin-top: 40px;
}
@media screen and (max-width: 425px) {
  .environment-item .environment-item-contents .environment-item-contents__text {
    margin-top: 20px;
  }
}
.environment-item .environment-item__image {
  width: 45%;
  max-width: 480px;
  -webkit-box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .environment-item .environment-item__image {
    width: 100%;
    max-width: none;
  }
}

@-moz-document url-prefix() {
  .environment-item .environment-item__image {
    width: 100%;
    max-width: 480px;
  }
  @media screen and (max-width: 768px) {
    .environment-item .environment-item__image {
      max-width: none;
    }
  }
}
.welfare-inner {
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .welfare-inner {
    padding: 0 20px;
  }
}

.welfare-box-items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .welfare-box-items-wrap {
    -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;
  }
}

.welfare-box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin: 0 auto;
}

.welfare-box-item {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .welfare-box-item {
    max-width: 225px;
  }
}

.welfare-items {
  margin-top: 40px;
}

.recruit-h5 + .welfare-items {
  margin-top: 0;
}

.welfare-item {
  padding: 20px 0;
  min-height: 118px;
  border-bottom: 1px solid #BC1212;
}
.welfare-item .welfare-item__title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #BC1212;
}
.welfare-item .welfare-item__text {
  margin-top: 20px;
  font-size: 14px;
}

/* grid */
.welfare-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 768px) {
  .welfare-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 425px) {
  .welfare-items {
    display: block;
  }
}

.welfare-items2 {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .welfare-items2 {
    grid-column-gap: 30px;
  }
}

.welfare-item:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
  border-top: 1px solid #BC1212;
}

.welfare-item:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  border-top: 1px solid #BC1212;
}
@media screen and (max-width: 425px) {
  .welfare-item:nth-child(2) {
    border-top: none;
  }
}

.welfare-item:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
  border-top: 1px solid #BC1212;
}
@media screen and (max-width: 768px) {
  .welfare-item:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    border-top: none;
  }
}

.welfare-item:nth-child(4) {
  grid-area: 2 / 1 / 3 / 2;
}
@media screen and (max-width: 768px) {
  .welfare-item:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
  }
}

.welfare-item:nth-child(5) {
  grid-area: 2 / 2 / 3 / 3;
}
@media screen and (max-width: 768px) {
  .welfare-item:nth-child(5) {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.welfare-item:nth-child(6) {
  grid-area: 2 / 3 / 3 / 4;
}
@media screen and (max-width: 768px) {
  .welfare-item:nth-child(6) {
    grid-area: 3 / 2 / 4 / 3;
  }
}

.welfare-item:nth-child(7) {
  grid-area: 3 / 1 / 4 / 2;
}
@media screen and (max-width: 768px) {
  .welfare-item:nth-child(7) {
    grid-area: 4 / 1 / 5 / 2;
  }
}

.welfare-item:nth-child(8) {
  grid-area: 3 / 2 / 4 / 3;
}
@media screen and (max-width: 768px) {
  .welfare-item:nth-child(8) {
    grid-area: 4 / 2 / 5 / 3;
  }
}

.welfare-item:nth-child(9) {
  grid-area: 3 / 3 / 4 / 4;
}
@media screen and (max-width: 768px) {
  .welfare-item:nth-child(9) {
    grid-area: 5 / 1 / 6 / 2;
  }
}

.editors-contents {
  position: relative;
  margin-top: 160px;
}
@media screen and (max-width: 425px) {
  .editors-contents {
    margin-top: 80px;
  }
}
.editors-contents:first-of-type {
  margin-top: 0;
}

.editors-contents-person {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 20px 40px;
  max-width: 320px;
  border: 1px solid #BC1212;
  background-color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .editors-contents-person {
    float: none;
    clear: both;
    margin: 0 auto 40px;
    max-width: 260px;
  }
}
.editors-contents-person .editors-contents-person__career {
  margin-top: 20px;
  font-size: clamp(16px, 2vw, 20px);
}
.editors-contents-person .editors-contents-person__name {
  margin-top: 10px;
}
.editors-contents-person .editors-contents-person__image img {
  border-radius: 50%;
}

.editors-contents-faq-wrap .space {
  float: right;
}

.editors-contents-schedule {
  float: right;
  margin-top: 20px;
  margin-left: 40px;
  width: 45%;
  max-width: 480px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .editors-contents-schedule {
    margin: 20px auto 0;
    width: 100%;
  }
}

.editors-contents-faq .editors-contents-faq__title {
  font-family: "Zen Antique Soft", serif;
  font-size: clamp(22px, 2vw, 24px);
}
.editors-contents-faq .editors-contents-faq__border {
  margin-bottom: 40px;
  width: auto;
  border-bottom: 1px solid #BC1212;
}
.editors-contents-faq .editors-contents-faq__q {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}
.editors-contents-faq .editors-contents-faq__q:first-of-type {
  margin-top: 0;
}
.editors-contents-faq .editors-contents-faq__a {
  margin-top: 10px;
}

.recruit-movie {
  margin-bottom: 0 !important;
  padding-top: 80px;
}

.recruit-movie__movie {
  position: relative;
  margin: 0 auto;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  width: 100%;
  max-width: 960px;
  height: 0;
}
.recruit-movie__movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entory-link {
  margin-top: 80px;
  padding: 40px 20px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.entory-link .entory-link-button-wrap {
  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;
  margin: 0 auto;
}
.entory-link .button-size2 {
  font-size: clamp(14px, 2vw, 18px);
}

.float-entory-link {
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 1;
  z-index: 9800;
}
.float-entory-link.is-hide {
  opacity: 0;
  z-index: 0;
}

.footer-space {
  height: 200px;
  width: 100%;
}

/* summary
-----------------------------------------------------------------*/
.summary-inner {
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .summary-inner {
    padding: 0 20px;
  }
}

.summary-items {
  padding: 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .summary-items {
    padding: 40px 20px;
  }
}

.summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .summary-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 20px;
  }
}
.summary-item:first-of-type {
  border-top: 1px solid #CCCCCC;
}
.summary-item .summary-item__title {
  padding: 30px 0;
  width: 240px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .summary-item .summary-item__title {
    padding: 20px 0 0;
  }
}
.summary-item .summary-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .summary-item .summary-item__text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 0 20px;
  }
}

.summary-button-wrap {
  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;
  margin: 80px auto 0;
}

.recruitment-process {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #FFFFFF;
}

.recruitment-process-items {
  margin: 80px auto 0;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recruitment-process-items {
    padding: 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-process-items {
    padding: 0;
  }
}

@media screen and (max-width: 425px) {
  .recruitment-process-items-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 260px;
  }
}

.recruitment-process-item {
  position: relative;
  padding: 40px 20px;
  border: 1px solid #BC1212;
}
@media screen and (max-width: 425px) {
  .recruitment-process-item {
    width: 260px;
  }
}
.recruitment-process-item .recruitment-process-item__step {
  position: absolute;
  top: -36px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 40px;
  background-color: #FFFFFF;
  font-family: "Antonio", sans-serif;
  line-height: 1;
  text-align: center;
  color: #BC1212;
}
.recruitment-process-item .recruitment-process-item__step .recruitment-process-item__step-title {
  letter-spacing: 0;
}
.recruitment-process-item .recruitment-process-item__step .recruitment-process-item__step-count {
  font-size: 36px;
  letter-spacing: -0.02em;
}
.recruitment-process-item .recruitment-process-item__title {
  font-size: 18px;
  font-weight: 500;
}
.recruitment-process-item .recruitment-process-item__image {
  margin: 20px auto;
  width: 80px;
}
.recruitment-process-item .recruitment-process-item__note {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
}
.recruitment-process-item .recruitment-process-item__text {
  font-size: 13px;
  text-align: left;
}

/* grid */
.recruitment-process-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .recruitment-process-items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .recruitment-process-items {
    grid-column-gap: 10px;
  }
}
@media screen and (max-width: 425px) {
  .recruitment-process-items {
    grid-template-columns: 260px;
    grid-template-rows: repeat(4, 1fr);
  }
}

.recruitment-process-item:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.recruitment-process-item:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
@media screen and (max-width: 425px) {
  .recruitment-process-item:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
}

.recruitment-process-item:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
}
@media screen and (max-width: 1024px) {
  .recruitment-process-item:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
  }
}
@media screen and (max-width: 425px) {
  .recruitment-process-item:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.recruitment-process-item:nth-child(4) {
  grid-area: 1 / 4 / 2 / 5;
}
@media screen and (max-width: 1024px) {
  .recruitment-process-item:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
  }
}
@media screen and (max-width: 425px) {
  .recruitment-process-item:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
  }
}

.recruitment-contact {
  margin-top: 80px;
  padding: 40px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruitment-contact {
    padding: 40px 20px;
  }
}

.recruitment-contact__title {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
}

.recruitment-contact__image {
  display: block;
  margin: 20px auto 0;
  width: 300px;
}
@media screen and (max-width: 425px) {
  .recruitment-contact__image {
    width: 260px;
  }
}
.recruitment-contact__image img {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}
.recruitment-contact__image img:hover {
  opacity: .6;
}

.recruitment-contact__text {
  margin-top: 40px;
}
.recruitment-contact__text a {
  border-bottom: 1px solid #BC1212;
  color: #BC1212;
  -webkit-transition: .2s;
  transition: .2s;
}
.recruitment-contact__text a:hover {
  border-color: transparent;
}

.float-recruitment-contact {
  position: fixed;
  bottom: 40px;
  right: 0;
  padding: 30px;
  width: 320px;
  border: 1px solid #CCCCCC;
  background-color: #F8FFF8;
  z-index: 9800;
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .float-recruitment-contact {
    padding: 20px;
    width: 240px;
  }
}
.float-recruitment-contact.is-hide {
  opacity: 0;
  z-index: 0;
}
.float-recruitment-contact .recruitment-contact__title {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .float-recruitment-contact .recruitment-contact__title {
    font-size: 14px;
  }
}
.float-recruitment-contact .recruitment-contact__image {
  margin: 10px auto 0;
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .float-recruitment-contact .recruitment-contact__image {
    width: 200px;
  }
}
.float-recruitment-contact .recruitment-contact__text {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .float-recruitment-contact .recruitment-contact__text {
    margin-top: 10px;
    font-size: 12px;
  }
}

/*======================================================================================
  news
======================================================================================*/
.news__title {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
}

.news__date {
  text-align: right;
}

.news-body {
  margin-top: 10px;
  padding: 80px;
  width: 100%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .news-body {
    padding: 40px;
  }
}
@media screen and (max-width: 425px) {
  .news-body {
    padding: 20px;
  }
}

.news-body h6, .news-body h5, .news-body h4, .news-body h3, .news-body h2, .news-body h1 {
  line-height: 1.6;
}
.news-body p {
  margin: 1em 0;
}

.news-image-wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 425px) {
  .news-image-wrap {
    margin-top: 40px;
  }
}
.news-image-wrap .news__image {
  width: 100%;
  max-width: 640px;
}

/* news-links
-----------------------------------------------------------------*/
.news-links {
  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: 40px auto 0;
  width: 300px;
}
@media screen and (max-width: 425px) {
  .news-links {
    width: 100%;
  }
}

.news-link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 130px;
  height: 54px;
  border-color: #120055;
  background-color: #FFFFFF;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 400;
  color: #120055;
}
.news-link:hover {
  background-color: #120055;
  color: #FFFFFF;
}
.news-link.disabled {
  border-color: #CCCCCC;
  color: #CCCCCC;
}
.news-link.disabled:hover {
  background-color: #FFFFFF;
  color: #CCCCCC;
  cursor: default;
}
.news-link i {
  font-size: 20px;
}
.news-link.news-link__prev {
  padding: 0 20px 0 4px;
}
.news-link.news-link__prev i {
  margin-right: auto;
}
.news-link.news-link__next {
  padding: 0 4px 0 20px;
}
.news-link.news-link__next i {
  margin-left: auto;
}

/*======================================================================================
  contact
======================================================================================*/
.contact-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .contact-inner {
    padding: 0 20px;
  }
}

.contact-body {
  padding: 40px 60px;
  margin-top: 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 425px) {
  .contact-body {
    padding: 40px 20px;
  }
}

.contact__step {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 392px;
}

@media screen and (max-width: 425px) {
  .contact .form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contact__note {
  margin: 10px 0;
  font-size: 12px;
}
.contact__note a {
  color: #BC1212;
  border-bottom: 1px solid #BC1212;
  -webkit-transition: .2s;
  transition: .2s;
}
.contact__note a:hover {
  border-color: transparent;
}

.contact-button-wrap {
  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: 20px;
  margin: 80px auto 0;
}
.contact-button-wrap.multiple {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 425px) {
  .contact-button-wrap.multiple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* confirm
-----------------------------------------------------------------*/
.form-confirm__text {
  margin-top: 4px;
  padding: 12px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  letter-spacing: 0.05em;
}

/*======================================================================================
  privacy-policy
======================================================================================*/
.privacypolicy__title {
  margin-bottom: 40px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
}

.privacypolicy__lead {
  text-indent: 1em;
}

.policy01, .policy02 {
  counter-reset: num;
}
.policy01 .level-1, .policy02 .level-1 {
  margin-top: 20px;
  font-weight: 500;
  counter-increment: num;
}
.policy01 .level-1::before, .policy02 .level-1::before {
  content: counter(num) ". ";
}

.privacypolicy__text {
  margin-left: 1.15em;
}

ul.privacypolicy__list {
  display: table;
  margin-left: 1.15em;
}
ul.privacypolicy__list li {
  display: table-row;
}
ul.privacypolicy__list li::before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}
ul.privacypolicy__list li::after {
  content: "";
  display: block;
}
