@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
a {
  cursor: pointer;
}
.eng {
  font-family: "futura-pt", sans-serif;
}
.mincho {
  font-family: "yu-mincho-pr6n", sans-serif;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  overflow-x: clip;
  color: #505050;
  font-weight: 500;
}
.cta-recruit .scroll-text {
  display: none !important;
}
section {
  position: relative;
  overflow-x: clip;
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.w-1070 {
  width: 100%;
  margin: auto;
  max-width: 1070px;
}
.w-1100 {
  width: 100%;
  margin: auto;
  max-width: 1100px;
}
.w-750 {
  width: 100%;
  margin: auto;
  max-width: 750px;
}
header.section-header {
  position: fixed;
  top: -100px; /* 上に隠す */
  left: 0;
  width: calc(100% - 120px);
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 0;
  z-index: 99999;
  transition: top 0.5s ease;
}

header.section-header.is-visible {
  top: 40px; /* 出す位置 */
}


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

.section-header__logo {
  width: 160px;
}

.section-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-header_inner > a {
  width: 280px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #b00000;
  border-radius: 100px;
}

.section-header_inner > a img {
  width: 130px;
  height: auto;
  object-fit: contain;
  display: block;
}

body::before {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  object-fit: cover;
  background-image: url(../img/rinrin-img/bg-before.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

section.section-fv {
  position: relative;
  margin-top: 80px;
}

section.section-fv .section-fv__inner__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
  max-width: 740px;
  left: 60px;
}
section.section-fv .section-fv__inner__text img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

h2.main-ttl {
  width: max-content;
  margin: auto;
  margin-bottom: 40px;
  max-width: 100%;
}
h2.main-ttl img {
  display: block;
  width: max-content;
  height: 72px;
  object-fit: contain;
  object-position: center;
}
.sub-ttl {
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.sub-ttl span {
  color: #b00000;
}

section.section-about {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-about__inner {
  background-color: #ffffff9a;
  border-radius: 150px;
  padding: 60px 20px;
}

.section-about__inner h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: 400;
}

.section-about__inner__photo_box {
  display: flex;
  align-items: center;
  max-width: 750px;
  margin: auto;
  width: calc(100% - 40px);
  gap: 20px;
}

.section-about__inner__photo_box img.about-photo {
  width: 45%;
}

.section-about__inner__photo_box p {
  width: 55%;
  line-height: 1.8;
}

.section-top-support__inner.w-1070 img.support-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
  margin: auto;
  display: block;
}

.section-top-support__inner h2 {
  font-size: 32px;
  text-align: center;
  line-height: 1.7;
  margin-top: 12px;
  margin-bottom: 16px;
}

.section-top-support__inner__read-content {
  max-width: 750px;
  margin: auto;
  margin-bottom: 40px;
}

.section-top-support__inner__read-content img {
  margin-bottom: 16px;
}

.section-top-support__inner__read-content p {
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}

ul.section-top-support__inner__support-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

ul.section-top-support__inner__support-list li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 60px 20px;
  width: calc(100% - 80px);
  max-width: 318px;
  max-height: 318px;
}
ul.section-top-support__inner__support-list li:nth-of-type(1) {
  padding-top: 59px;
}
ul.section-top-support__inner__support-list li:nth-of-type(2) {
  padding-top: 53.77px;
}
ul.section-top-support__inner__support-list li:nth-of-type(3) {
  padding-top: 55.12px;
  padding-left: 15px;
  padding-right: 15px;
}

ul.section-top-support__inner__support-list li p {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 32px;
  position: relative;
  width: 100%;
}

ul.section-top-support__inner__support-list li div {
  position: relative;
  width: 100%;
}

ul.section-top-support__inner__support-list li div h3 {
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  gap: 8px;
  max-width: 160px;
  flex-wrap: wrap;
}

ul.section-top-support__inner__support-list li div h3 span {
  position: relative;
  width: max-content;
  display: block;
  margin-right: 0;
  font-size: 20px;
  background-color: #b00000;
  padding: 4px;
  color: #fff;
  line-height: 1.3;
}

ul.section-top-support__inner__support-list li div img {
  position: absolute;
}
ul.section-top-support__inner__support-list li:nth-of-type(1) div img {
  width: 92px;
  height: 60px;
  object-fit: contain;
  object-position: left;
  left: 0;
  bottom: 0;
}
ul.section-top-support__inner__support-list li:nth-of-type(2) div img {
  width: 180px;
  height: 90px;
  object-fit: contain;
  object-position: right;
  right: -23px;
  bottom: 0;
}
ul.section-top-support__inner__support-list li:nth-of-type(3) div img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: left;
  left: 0;
  bottom: 0;
}

ul.section-top-support__inner__support-list li:nth-of-type(2) div h3 {
  margin-left: 0;
  margin-right: auto;
}

ul.section-top-support__inner__support-list li {
  position: relative;
}

ul.section-top-support__inner__support-list li::before {
  width: 100%;
  height: 100%;
  border-radius: 1000000px;
  border: 1px solid #b99494;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff92;
  content: "";
  z-index: -1;
  max-width: 318px;
  max-height: 318px;
}

section.section-top-support {
  margin-bottom: 60px;
}

.section-top-jobbenefit__inner.w-1070 ul {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-bottom: 70px;
}

.section-top-jobbenefit__inner.w-1070 ul li {
  max-width: 230px;
  width: calc(100% / 3);
}

.section-top-jobbenefit__inner.w-1070 ul li img {
  max-width: 213px;
  height: auto;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section-top-jobbenefit__inner.w-1070 ul li p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.05em;
}

section.section-top-jobbenefit {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
  border-radius: 250px 0 0 0;
  position: relative;
}
.btn-style {
  width: max-content;
  max-width: 100%;
  min-width: 320px;
  color: #fff;
  background-color: #b00000;
  transition: 0.25s;
  display: flex;
  align-items: center;
  border: 1px solid #b00000;
  justify-content: center;
  padding: 16px 16px;
  border-radius: 10000000px;
  margin: auto;
  font-size: 30px;
  margin-top: 8px;
  position: relative;
  text-align: center;
}

.btn-style img {
  width: max-content;
  height: 17px;
  object-fit: contain;
  vertical-align: middle;
}
.btn-style:hover {
  opacity: 0.7;
  transition: 0.25s;
}
.btn-style::before {
  content: "";
  width: 6px;
  display: block;
  height: 7px;
  background-image: url(../img/rinrin-img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.entry-btn-cta p {
  text-align: center;
  margin-bottom: 8px;
  font-weight: 400;
}

section.section-top-oneday {
  position: relative;
  padding-top: 60px;
  padding-bottom: 420px;
  background-image: url(../img/rinrin-img/bg-works.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 0 250px 0 0;
  overflow: hidden;
}

section.section-top-jobbenefit::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #fff;
  bottom: 0;
  transform: translateY(100%);
}

.section-top-oneday__inner.w-1070 h2 img {
  max-width: 100%;
  height: 95px;
  object-fit: contain;
  object-position: center;
  margin: auto;
  display: block;
}

.oneday-sub-ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 48px;
}
.oneday-sub-ttl span:first-child {
  padding: 6px 16px;
  border-radius: 1000px;
  background-color: #fff;
  display: block;
  width: max-content;
  max-width: 100%;
  position: relative;
}

.oneday-sub-ttl-text {
  color: #b00000;
  width: 100%;
  font-size: 20px;
  text-align: center;
  display: block;
  margin-top: 18px;
}

/* 吹き出しの下三角 */
.oneday-sub-ttl span:first-child::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #fff; /* 吹き出しと同じ背景色 */
}
ul.section-top-oneday__inner__list {
  max-width: 750px;
  margin: auto;
}
ul.section-top-oneday__inner__list li {
  display: flex;
  align-items: center;
  padding: 24px 80px 24px 0;
  gap: 12px;
  width: max-content;
  position: relative;
}
ul.section-top-oneday__inner__list li:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
  padding: 24px 0px 24px 80px;
  width: max-content;
}
ul.section-top-oneday__inner__list li::before {
  width: 100vw;
  height: 100%;
  border-radius: 100000px 0 0 100000px;
  background-image: url(../img/rinrin-img/oneday-staff-bg.png);
  background-size: cover;
  background-position: left center;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  transform: scaleX(-1); /* ←これで左右反転 */
}

ul.section-top-oneday__inner__list li:nth-child(2n-1)::after {
  height: calc(100% + 10px);
  width: 60vw;
  content: "";
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  content: "";
  border: 1px solid #ff78817a;
  border-radius: 0 1000000px 1000000px 0;
}

ul.section-top-oneday__inner__list li:nth-child(2n)::after {
  height: calc(100% + 10px);
  width: 60vw;
  content: "";
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  content: "";
  border: 1px solid #ff78817a;
  border-radius: 1000000px 0 0 1000000px;
}

ul.section-top-oneday__inner__list li:nth-child(2n)::before {
  left: 0;
  right: auto;
  top: 0;
  border-radius: 100000px 0 0 100000px;
  background-position: left center;

  transform: scaleX(1); /* ←これで左右反転 */
}

ul.section-top-oneday__inner__list li:nth-child(2n) img {
  order: 1000;
}
a.back-top {
  width: max-content;
  margin: 0 auto 60px;
  display: block;
  display: flex;
  padding: 12px 40px 12px 44px;
  gap: 28px;
  justify-content: center;
  background: #fff;
  border-radius: 100000000px;
  color: #b00000;
  position: relative;
  line-height: 1;
}

a.back-top img {
  width: 210px;
  position: absolute;
  left: 12px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 4.5px;
  height: 8px;
  object-fit: contain;
  object-position: center;
  display: block;
}

ul.section-top-oneday__inner__list li img {
  width: 140px;
  height: auto;
  object-fit: contain;
  position: relative;
}
ul.section-top-oneday__inner__list li .text-box {
  width: 170px;
  position: relative;
  z-index: 3;
}

ul.section-top-oneday__inner__list li .text-box h3 {
  display: flex;
  gap: 2px;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
}
ul.section-top-oneday__inner__list li .text-box h3 span {
  display: flex;
  align-items: center;
  background-color: #ffe8e8;
  border-radius: 10000px;
  display: block;
  width: max-content;
  padding: 0 8px;
  font-size: 12px;
  line-height: 1.8;
}
ul.section-top-oneday__inner__list li .text-box h4 {
  font-size: 20px;
  padding: 8px;
  text-align: center;
  border-top: 1px solid #ffe8e8;
  border-bottom: 1px solid #ffe8e8;
  margin-bottom: 14px;
}

ul.section-top-oneday__inner__list li .text-box a {
  width: 100%;
  position: relative;
  background-color: #ec5454;
  padding: 10px;
  border-radius: 100000px;
  display: flex;
  align-items: center;
  border: 1px solid #ec5454;
  justify-content: center;
}

ul.section-top-oneday__inner__list li .text-box a img {
  width: max-content;
  height: 8px;
  object-fit: contain;
  vertical-align: middle;
}
ul.section-top-oneday__inner__list li .text-box a:hover {
  opacity: 0.7;
  transition: 0.25s;
}
ul.section-top-oneday__inner__list li .text-box a::before {
  content: "";
  width: 6px;
  display: block;
  height: 7px;
  background-image: url(../img/rinrin-img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

section.section-top-workev {
  padding: 60px 0 20vw;
  margin-top: -360px;
  background-image: url(../img/rinrin-img/bg-ev.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 250px 0 0 0;
}

.section-top-workev__inner h4 {
  padding: 10px 18px;
  background: linear-gradient(90deg, #ff7981 70%, #ff798282);
  font-size: 28px;
  color: #fff;
  margin: auto;
  margin-bottom: 60px;
  width: max-content;
  display: block;
  font-weight: 400;
}

ul.section-top-workev__content-photo {
  margin-bottom: 60px;
  max-width: 750px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.section-top-workev h3 {
  text-align: center;
}

.section-top-workev h3 img {
  display: block;
  margin: auto;
  text-align: center;
  display: block;
  width: max-content;
  max-width: 100%;
  height: 72px;
  object-fit: contain;
  object-position: center;
}
.section-top-workev p {
  text-align: center;
  line-height: 2;
  margin-top: 60px;
}

.section-top-workev p span {
  color: #b00000;
  font-weight: 700;
}

.sepalate {
  margin-top: -15vw;
  position: relative;
}

section.section-top-connections {
  padding: 60px 0;
}

.section-top-connections__inner h3 {
  margin-top: 40px;
  line-height: 2;
  margin-bottom: 40px;
}

.section-top-connections__inner h3 span {
  display: block;
  text-align: center;
  border-bottom: 2px dashed #ffffff;
  font-size: 28px;
  font-weight: 400;
  width: max-content;
  margin: auto;
}
.section-top-connections__inner p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 12px;
}
.section-top-connections__inner p span {
  background-color: #fff;
  padding: 0 2px;
}

.section-top-machine {
  margin-bottom: 40px;
}
.section-top-machine__inner,
.section-top-career__inner {
  background-color: #ffffff8f;
  padding: 60px 20px;
}

.section-top-machine__inner__ttl-wrap.w-750 {
  position: relative;
}
.section-top-machine__inner__ttl-wrap.w-750 h2 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.section-top-machine__inner__ttl-wrap.w-750 img.machine-img-01 {
  position: relative;
  display: block;
  width: 250px;
  height: 250px;
  margin: -20px auto 0;
}

.section-top-machine__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 10px;
  margin-top: 60px;
}
.section-top-machine__inner ul li {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 10px) / 2);
  max-width: 326px;
}
.section-top-machine__inner ul li h3 {
  color: #fff;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.section-top-machine__inner ul li h3 span:last-of-type {
  display: block;
  border-radius: 20px;
  padding: 6px 10px 6px 60px;
  width: 100%;
  background: linear-gradient(90deg, #fe7e83 0%, #f89b8e 45%, #f1b799 100%);
  line-height: 1.4;
}

.section-top-machine__inner ul li:first-of-type h3 span:last-of-type {
  font-size: 18px;
}
.section-top-machine__inner ul li h3 span:first-of-type {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100000000px;
  background-color: #fff;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-top-machine__inner ul li h3 span:first-of-type img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.section-top-machine__inner ul li p {
  margin-top: 16px;
}

.section-top-recruit {
  padding-top: 100px;
  padding-bottom: 100px;
}

.career-flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 830px;
  width: 100%;
  margin: 0 auto 30px;
  gap: 40px;
}

.career-flex-box ul {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.career-flex-box ul li {
  width: 100%;
  padding-left: 18px;
  position: relative;
}

.career-flex-box ul li::before {
  width: 12px;
  height: 12px;
  border-radius: 0;
  display: block;
  top: 2px;
  background-color: #b00000;
  content: "";
  position: absolute;
  left: 0;
}

.career-flex-box img {
  width: 40%;
}

.section-top-career__inner.w-1070 > p {
  text-align: center;
  color: #919191;
  font-size: 14px;
}

.career-recruit-images span {
  padding: 14px 28px;
  border-radius: 1000px;
  background-color: #fff;
  display: block;
  width: max-content;
  max-width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
}

/* 吹き出しの下三角 */
.career-recruit-images span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #fff; /* 吹き出しと同じ背景色 */
}

.career-recruit-images .btn-style {
  font-size: 18px;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 60px;
}

.section-top-flow__inner h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  width: max-content;
  margin: 0 auto 60px;
  padding: 4px 10px;
  line-height: 1.5;
  position: relative;
}

.section-top-flow__inner h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  background: linear-gradient(90deg, #ed6bae 0%, #e7e6aa 100%);
}

.section-top-flow__inner.w-1070 ul {
  display: flex;
  justify-content: space-between;
}

.section-top-flow__inner.w-1070 ul li {
  width: calc((100% - 80px) / 3);
}
.section-top-flow__inner.w-1070 ul li img {
  display: block;
  width: 115px;
  height: 115px;
  object-fit: contain;
  margin: 0 auto 30px;
}

.section-top-flow__inner.w-1070 ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 58px;
  margin-top: 0px;
  font-size: 20px;
  text-align: center;
  background: linear-gradient(-40deg, #f4bdcf 30%, #f5e1c6 70%);
  border-radius: 10000000px;
  flex-direction: column;
  line-height: 1.5;
}

.section-top-flow {
  background: linear-gradient(0deg, #fcf6ee 0%, #fbefed 60%, #f9e8ec00 100%);
  padding: 100px 0;
  border-radius: 0 0 250px 0;
}

.section-top-flow__inner.w-1070 ul li p span {
  display: block;
  text-align: center;
  font-size: 12px;
  width: 100%;
}

.kuchikomi {
  text-align: center;
  margin-top: 40px;
}

section.section-top-question {
  padding: 60px 0;
}

.question-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.question-list li {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.acordion-ttl {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 40px;
  font-size: 24px;
  gap: 10px;
  line-height: 1.5;
  font-weight: 500;
}

.acordion-ttl::before {
  content: "Q";
  color: #d10000;
  margin-right: 10px;
  font-weight: bold;
  font-size: 24px;
}

.acordion-ttl::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #d10000;
  border-bottom: 2px solid #d10000;
  transform: rotate(45deg);
  transition: transform 0.3s;
}

.acordion-ttl.open::after {
  transform: rotate(-135deg);
}

.acordion-answer {
  padding-left: 10px;
  padding-right: 10px;
  max-height: 0;
  overflow: hidden;
  transition: 0.25s;
  display: flex;
  width: 100%;
  padding-top: 0;
  margin-top: 0;
  opacity: 0;
  font-size: 20px;
  color: #444;
  line-height: 1.7;
  position: relative;
  border-top: 1px solid #acacac;
  box-sizing: border-box;
  font-weight: 400;
  gap: 10px;
}

.acordion-answer.open {
  max-height: 500px; /* 想定される最大の高さに調整 */
  padding-top: 12px;
  margin-top: 10px;
  opacity: 1;
}

.acordion-answer::before {
  content: "A";
  color: #d10000;
  font-weight: bold;
  margin-right: 8px;
}

.footer {
  background-color: #b00000;
  text-align: center;
  font-size: 16px;
  padding: 24px 0;
  color: #fff;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section.section-fv .section-fv__inner__text {
    position: absolute;
    top: 0;
    transform: translateY(0%);
    width: 70%;
    max-width: 740px;
    left: auto;
    right: 0;
  }
  h2.main-ttl img {
    height: 53px;
  }
  h2.main-ttl {
    width: max-content;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  section.section-about {
    padding: 10px;
  }
  .section-about__inner h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .section-about__inner__photo_box {
    width: 100%;
    gap: 24px;
    flex-wrap: wrap;
  }
  .section-about__inner__photo_box img.about-photo {
    width: 100%;
  }
  .section-about__inner__photo_box p {
    width: calc(100% - 35px);
    max-width: 280px;
    line-height: 1.8;
    margin: auto;
  }
  .section-about__inner {
    background-color: #ffffff9a;
    border-radius: 150px;
    padding: 50px 20px 68px;
  }
  .section-top-support__inner h2 {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .section-top-support__inner__read-content {
    max-width: 750px;
    margin: auto;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  ul.section-top-support__inner__support-list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  ul.section-top-support__inner__support-list li::before {
    width: calc(100vw - 0px);
    height: calc(100vw - 0px);
    border-radius: 1000000px;
    border: 1px solid #b99494;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff92;
    content: "";
    z-index: -1;
  }
  ul.section-top-support__inner__support-list li {
    width: calc(100vw - 0px);
    height: calc(100vw - 0px);
    width: 100% !important;
    align-items: center;
    padding: 44px 20px;
    flex-direction: column;
  }
  ul.section-top-support__inner__support-list {
    display: block;
    /* gap: 10px; */
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  ul.section-top-support__inner__support-list li {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  ul.section-top-support__inner__support-list li:nth-child(2n) {
    margin-left: 0;
    margin-right: auto;
  }

  body::before {
    content: "";
    width: 100vw;
    height: 100vh;
    display: block;
    object-fit: cover;
    background-image: url(../img/rinrin-img/bg-before-sp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
  }

  section.section-top-jobbenefit {
    border-radius: 50px 0 0 0;
    position: relative;
  }
  .section-top-jobbenefit__inner.w-1070 ul {
    display: flex;
    justify-content: center;
    max-width: 720px;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 30px 0px;
  }
  .section-top-jobbenefit__inner.w-1070 ul li:first-of-type {
    margin-left: 20vw;
    margin-right: 20vw;
  }
  .section-top-jobbenefit__inner.w-1070 ul li:nth-of-type(2) {
    order: 3;
  }
  .section-top-jobbenefit__inner.w-1070 ul li:last-of-type {
    order: 2;
  }
  .section-top-jobbenefit__inner.w-1070 ul li img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: contain;
  }
  .section-top-jobbenefit__inner.w-1070 ul li {
    width: calc((100% / 2) - 12px);
  }
  .entry-btn-cta p {
    text-align: center;
    margin-bottom: 8px;
    font-size: 13px;
  }
  section.section-top-oneday {
    position: relative;
    padding-top: 60px;
    padding-bottom: 420px;
    background-image: url(../img/rinrin-img/bg-works.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 0 50px 0 0;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }
  .oneday-sub-ttl span:first-child {
    padding: 6px 18px;
    border-radius: 1000px;
    background-color: #fff;
    display: block;
    width: max-content;
    max-width: 100%;
    position: relative;
    line-height: 1.5;
  }
  .oneday-sub-ttl-text {
    color: #b00000;
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 18px;
  }
  .section-top-oneday__inner.w-1070 h2 img {
    max-width: 100%;
    height: 92px;
    object-fit: contain;
    object-position: center;
    margin: auto;
    display: block;
    margin-bottom: 10px;
  }
  ul.section-top-oneday__inner__list li {
    margin-bottom: 30px;
  }
  ul.section-top-oneday__inner__list li img {
    width: 112px;
    height: auto;
    object-fit: contain;
  }
  section.section-top-workev {
    padding: 60px 0 30vw;
    margin-top: -360px;
    background-image: url(../img/rinrin-img/bg-ev.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50px 0 0 0;
  }
  .sepalate {
    margin-top: -25vw;
    position: relative;
  }
  .section-top-workev__inner.w-1070 h2.main-ttl img {
    height: 46px;
  }
  .section-top-workev__inner h4 {
    padding: 10px 18px;
    background: linear-gradient(90deg, #ff7981 70%, #ff798282);
    font-size: 32px;
    color: #fff;
    margin: auto;
    margin-bottom: 60px;
    width: max-content;
    display: block;
    font-weight: 400;
  }
  .sub-ttl {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
  }
  .section-top-workev__inner.w-1070 .sub-ttl {
    color: #b00000;
  }
  .section-top-workev__inner.w-1070 {
    padding: 0 20px;
  }
  .section-top-workev p {
    text-align: center;
    line-height: 2;
    margin-top: 24px;
    font-size: 15px;
    text-align: left;
    padding: 16px 20px;
    background-color: #ffffff5a;
    border-radius: 20px;
  }
  section.section-top-connections {
    padding: 60px 10px;
  }
  .section-top-connections__inner h3 span {
    display: block;
    text-align: center;
    border-bottom: 2px dashed #ffffff;
    font-size: 20px;
    font-weight: 400;
    width: max-content;
    margin: auto;
  }
  .section-top-connections__inner p {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 8px;
    padding: 0 15px;
  }
  .section-top-machine__inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
  }
  .section-top-machine__inner ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  .section-top-machine__inner ul li h3 span:last-of-type {
    display: block;
    border-radius: 20px;
    padding: 6px 34px 6px 58px;
    font-size: 18px;
  }
  .section-top-machine__inner ul li h3 span:last-of-type {
    display: block;
    border-radius: 20px;
    padding: 6px 34px 6px 58px;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
  }
  .section-top-machine__inner ul li:first-of-type h3 span:last-of-type {
    font-size: 16px;
  }
  .section-top-machine__inner ul li p {
    margin-top: 16px;
    line-height: 1.5;
  }
  .section-top-machine,
  section.section-top-career {
    padding: 0 10px;
  }
  .career-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 830px;
    width: 100%;
    margin: 0 auto 0px;
    gap: 20px;
    flex-wrap: wrap;
  }
  .career-flex-box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    order: 2;
  }
  .career-flex-box img {
    width: 100%;
    order: 1;
  }
  .career-flex-box p {
    width: 100%;
    order: 2;
    font-size: 14px;
    text-align: center;
    color: #919191;
    display: none;
  }
  .career-flex-box ul {
    width: 100%;
    order: 3;
  }
  .section-top-recruit {
    padding-left: 10px;
    padding-right: 10px;
  }
  .career-recruit-images span {
    padding: 14px 28px;
    border-radius: 1000px;
    background-color: #fff;
    display: block;
    width: max-content;
    max-width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    text-align: center;
  }

  .section-top-flow {
    background: linear-gradient(0deg, #fcf6ee 0%, #fbefed 60%, #f9e8ec00 100%);
    padding: 60px 20px;
    border-radius: 0 0 50px 0;
  }
  .section-top-flow__inner.w-1070 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
  }
  .section-top-flow__inner.w-1070 ul li {
    width: 100%;
    position: relative;
    padding-left: 13px;
  }
  .section-top-flow__inner.w-1070 ul li img {
    display: block;
    width: 115px;
    height: 115px;
    object-fit: contain;
    margin: 0 auto 30px;
    position: absolute;
  }
  .section-top-flow__inner.w-1070 ul li p {
    flex-direction: column;
  }
  .kuchikomi {
    line-height: 1.5;
  }
  ul.section-top-support__inner__support-list li:nth-of-type(2) div img {
    right: -20px;
  }
  .section-top-flow__inner.w-1070 ul li img {
    display: block;
    width: 85px;
    height: 65px;
    object-fit: contain;
    margin: 0 auto 0px;
    position: absolute;
    left: -10px;
    top: -7px;
  }
  .section-top-question__inner.w-1070 {
    padding: 0 20px;
  }
  .acordion-ttl {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    padding-right: 45px;
    font-size: 16px;
    gap: 4px;
    line-height: 1.5;
    font-weight: 500;
  }
  .acordion-answer {
    font-size: 16px;
  }
.footer   {
    background-color: #b00000;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    color: #fff;
  }
  .section-header__logo {
    width: 114px;
  }
  .section-header_inner > a {
    width: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #b00000;
    border-radius: 100px;
  }
  .section-header_inner > a img {
    width: auto;
    height: 16px;
    object-fit: contain;
    display: block;
  }
  section.section-fv {
    position: relative;
    margin-top: 40px;
  }
  ul.section-top-oneday__inner__list li .text-box h3 {
    font-size: 12px;
  }

  ul.section-top-oneday__inner__list li {
    padding: 24px 56px 24px 0;
    width: 100%;
    justify-content: center;
  }
  ul.section-top-oneday__inner__list li .text-box h3 span {
    font-size: 10px;
  }
  ul.section-top-oneday__inner__list li:nth-child(2n) {
    padding: 24px 0px 24px 56px;
    width: 100%;
  }
  ul.section-top-oneday__inner__list li:nth-child(2n-1)::after,
  ul.section-top-oneday__inner__list li:nth-child(2n)::after {
    width: 100vw;
  }
  ul.section-top-support__inner__support-list li p {
    font-size: 16px;
  }
  ul.section-top-support__inner__support-list li {
    display: flex;
    flex-wrap: nowrap;
  }
  header.section-header {
    margin-top: 10px;

    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

.section-interview-header {
  text-align: center;
  margin-bottom: 47px;
  margin-top: 56px;
}

.section-interview-fv {
  margin-bottom: 40px;
}
.section-interview-content {
  margin-bottom: 60px;
}
.section-interview-content__inner {
  padding: 60px 20px;
  background-color: #ffffffac;
}

.section-interview-content__inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.section-interview-content__inner ul li {
  width: calc((100% - 20px) / 2);
}

.section-interview-content__inner ul li h2 {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 4px;
  color: #fff;
  padding: 6px 6px 6px 6px;
  background: linear-gradient(90deg, #fe7e83 0%, #f89b8e 45%, #f1b799 100%);
}

ul.section-interview-oneday__list li span.time img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}
.section-interview-content__inner ul li p {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.section-interview-oneday__inner h2 {
  width: max-content;
  margin: auto;
  margin-bottom: 8px;
  max-width: 100%;
}

.section-interview-oneday__inner h2 img {
  display: block;
  width: max-content;
  height: 40px;
  object-fit: contain;
  object-position: center;
}

.section-interview-oneday__inner p {
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.5;
}
.section-interview-oneday__list .slick-prev,
.section-interview-oneday__list .slick-next {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.section-interview-oneday__list .slick-prev {
  left: -20px;
}
.section-interview-oneday__list .slick-next {
  right: -20px;
}

.section-interview-oneday {
  margin-bottom: 60px;
}

ul.section-interview-oneday__list li {
  background: #ffffffac;
  padding-bottom: 32px;
}
ul.section-interview-oneday__list li h3.ttl {
  color: #fff;
  text-align: center;
  padding: 4px;
  background: #b01104;
  line-height: 1.5;
}
ul.section-interview-oneday__list li span.time {
  padding: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
ul.section-interview-oneday__list li img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

ul.section-interview-oneday__list li .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
}

ul.section-interview-oneday__list li .dot span {
  display: block;
  background-color: #ccc;
  width: 7px;
  height: 7px;
  object-fit: contain;
  border-radius: 10000px;
}

ul.section-interview-oneday__list li .dot span.active {
  display: block;
  background-color: #b00000;
}

ul.section-interview-oneday__list li .text {
  text-align: center;
  line-height: 1.5;
  display: block;
}
.section-interview-oneday__list {
  display: flex;
  position: relative;
}

.section-interview-oneday__list .section-interview-oneday__list__content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}

/* スライドの間隔を30pxにする */
.section-interview-oneday__list .slick-slide {
  margin: 0 15px;
}

/* 全体の横幅を帳尻合わせ */
.section-interview-oneday__list .slick-list {
  margin: 0 -15px;
}
.list-wrap {
  position: relative;
}
.slick-prev,
.slick-next {
  position: absolute !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #ff7878;
  border-radius: 1000000px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}
.slick-prev {
  left: -15px;
  top: 50%;
  transform: translate(-100%, -50%);
}
.slick-next {
  right: -15px;
  top: 50%;
  transform: translate(100%, -50%);
}

.slick-prev img,
.slick-next img {
  display: block;

  width: 5px !important;
  height: 10px !important;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background-color: #c8bdbd; /* 背景をグレーに */
}


@media screen and (max-width: 640px) {
  .section-interview-oneday__inner.w-750 {
    padding: 0 20px;
  }
  .section-interview-content__inner {
    padding: 24px 10px;
    background-color: #ffffffac;
  }
  .section-interview-content {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-interview-content__inner ul li {
    width: 100%;
  }
  .section-interview-content__inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .slick-prev {
    left: -10px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 100;
  }
  .slick-next {
    right: -10px;
    top: 50%;
    transform: translate(0%, -50%);
  }
}

select#place-select {
  width: 100%;
  background: #fff;
  padding: 22px 40px;
  border-radius: 4px;
  font-size: 22px;
  display: block;
}

.arrow-wrap {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto 44px;
  position: relative;
}
.arrow-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 32px;
  height: 18px;
  background-image: url(../img/rinrin-img/arrow-doun.png);
  pointer-events: none;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: contain;
  background-position: center;
}

ul#shop-list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

ul#shop-list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

ul#shop-list li {
  width: calc((100% - 36px) / 3);
}

ul#shop-list li img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center;
}

ul#shop-list li p {
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 11px;
}

@media screen and (max-width: 640px) {
  ul#shop-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }

  ul#shop-list li {
    width: calc((100% - 16px) / 2);
  }
  ul#shop-list li img {
    width: 100%;
    height: 33vw;
    object-fit: cover;
    object-position: center center;
  }
  .section-top-recruit {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .section-top-flow__inner h2 {
    font-size: 20px;
  }

  select#place-select {
    width: 100%;
    background: #fff;
    padding: 14px 18px;
    border-radius: 4px;
    font-size: 18px;
    display: block;
  }
  .arrow-wrap {
    margin: 0 auto 24px;
  }

  .section-top-jobbenefit__inner.w-1070 ul li p {
    font-size: 12px;
  }
  ul#shop-list li p {
    font-size: 14px;
  }
  .arrow-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 22px;
    height: 12px;
  }

  ul.section-top-oneday__inner__list li::before {
    background-image: url(../img/rinrin-img/oneday-staff-bg-sp.png);
  }

  .section-top-machine__inner,
  .section-top-career__inner {
    padding: 60px 16px;
  }
}








.pc_view { 
	display: none !important;
}
.sp_view {
	display: block !important;
}

.hide {
	display: none !important;
}


.wrapper {
	width: 100%;
	text-align:center;
	background: #ffffff;
	height:100%;
}

.contents {
	background: #ffffff;
	width: 100%;
	margin: 0 auto;
}

.innerblock {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
    position:relative;
}

#headersp {
	width: 100%;
	text-align:center;
	background:#969096;
	height:67px;
    position:relative;

}

.headerlogoboxsp {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	display: flex;
	justify-content: left;
}

.headerlogosp1 {
	width:calc(100 / 376 * 100%);
	padding-top:15px;
	padding-left:calc(16 / 376 * 100%);
}

.headerlogosp2 {
	width:calc(100 / 376 * 100%);
	padding-left:calc(10 / 376 * 100%);
	padding-top:22px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	line-height:2;

}

.navlogo {
	width:calc(147 / 376 * 100%);
	padding-left:calc(20 / 376 * 100%);
	padding-top:18px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	line-height:2.5;
	margin: 0 0 42px;

}

.nav_list_sp {
	width:calc(357 / 376 * 100%);
	padding-left:calc(20 / 376 * 100%);
	text-align:left;
	margin: 0 0 30px;
}

.nav_list_sp_item {
	font-size:20px;
	font-weight:bold;
	text-align:left;
	padding-bottom:20px;

}

.nav_list_sp2 {
	width:calc(356 / 376 * 100%);
	padding-left:calc(20 / 376 * 100%);
	text-align:left;
	font-size:20px;
	font-weight:bold;
	padding-bottom:20px;

}

.nav_list_sp3box {
	margin: 0 0 30px;
}

.nav_list_sp3 {
	width:calc(336 / 376 * 100%);
	margin-left:calc(20 / 376 * 100%);
	padding:10px calc(10 / 336 * 100%);

	box-sizing: border-box;
	border:1px solid #fff;
	margin-bottom:7px;
	text-align:left;
	display: flex;
	justify-content: left;

}

.nav_list_sp3a {
	width:calc(36 / 316 * 100%);
}
.nav_list_sp3b {
	width:calc(270 / 316 * 100%);
	padding-left:calc(10 / 316 * 100%);
	display: flex;
	align-items: center;
}


.nav_list_sp3b a {
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
}

.nav_list_sp3bs {
	font-size:12px;
	font-weight:bold;
}

.block_breadcrumb {
	padding:5px 0;

}

.contents {
	background: #ffffff;
	width: 100%;
	margin: 0 auto;
}

.breadcrumb {
	font-size:12px;
	text-align:left;
	color:#4F4D4D;
	width:calc(336 / 376 * 100%);
	line-height:1.5;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0;
	font-weight:bold;
  list-style: none;

}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {/* >を表示*/
  content: '>>';
  padding: 0 0.2em;
  color: #4F4D4D;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #4F4D4D;/*色*/
  font-size:14px;
}

#block_footer {
	width: 100%;
	background:#969096;
	padding-bottom:25px;

}

.footer_inner {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
}

.footer_left {
	width:calc(336 / 376 * 100%);
	padding-left:calc(20 / 376 * 100%);
}

.footer_logo {
	padding-top:45px;
	width:calc(210 / 336 * 100%);
	margin-bottom:15px;
}

.footer_sub {
	font-weight:bold;
	font-size:18px;
	text-align:left;
	color:#fff;
	margin-bottom:25px;

}

.footer_link {
	text-align:left;
	margin-bottom:20px;
}

.footer_link a{
	font-size:14px;
	color:#fff;
	line-height:1.5;
	font-weight:bold;

}

.footer_link_head{
	font-size:12px;
}

.footer_contact {
	text-align:left;
	margin-bottom:15px;

}

.footer_contact a{
	font-size:12px;
	color:#fff;
	line-height:2;
	font-weight:bold;
	text-decoration: underline;

}

.footer_contact_head {
	font-size:16px;
	color:#fff;
	line-height:2;
	font-weight:bold;
}

.footer_contact_head a{
	font-size:16px;
	color:#fff;
	line-height:1.5;
	font-weight:bold;
	text-decoration: none;

}

.footer_corp{
	font-size:12px;
	color:#fff;
	text-align:left;
}

.footer_right{
	width:calc(337 / 376 * 100%);
	margin-left:calc(20 / 376 * 100%);
	padding-top:55px;

	border-bottom:1px solid #fff;
	

}

.footer_nav {
	margin-bottom:45px;
	text-align:left;
}

.footer_nav_head {
	font-weight:bold;
	font-size:18px;
	text-align:left;
	color:#fff;
	margin-bottom:15px;
}

.footer_nav_head a{
	font-weight:bold;
	font-size:18px;
	text-align:left;
	color:#fff;
}

.footer_nav_main {
	font-size:16px;
	color:#fff;
	line-height:2;
	font-weight:bold;

}

.footer_nav_main a{
	font-size:16px;
	color:#fff;
	line-height:2;
	font-weight:bold;

}

.footer_nav_brand {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;

}

.footer_nav_brandimg {
	width:calc(150 / 337 * 100%);
	padding-right:calc(5 / 337 * 100%);
	margin-bottom:5px;
}




.pc_view { 
	display: none !important;
}
.sp_view {
	display: block !important;
}

.hide {
	display: none !important;
}

@media screen and (min-width: 881px){

.pc_view { 
	display: block !important;
}
.sp_view {
	display: none !important;
}

#header img{
      max-width: 100%;
    height: auto;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
}

#header {
	width: 100%;
	text-align:center;
	background:#969096;
	height:96px;

    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.header_inner {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header_left {
	width:162px;
	padding-top:18px;
	padding-left:calc(22 / 1080 * 100%);
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	line-height:2;

}

.header_right {
	padding-right:calc(22 / 1080 * 100%);
	width:calc(896 / 1080 * 100%);
	padding-top:18px;
	padding-bottom:10px;
}

.header_right1 {
	display: flex;
	justify-content: right;

}

.header_right1nav {
	background:#fff;
	height:46px;
	padding-left:0;
	padding-right:0;
	width:193.8px;
	position: relative;
}

.header_right1nav_s {
	margin-right:calc(15 / 896 * 100%);
}


.header_right1nav a{

	color:#969096;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
	font-weight:bold;
	font-size:14px;
}

.header_right1nav img{
	width:calc(18 / 158 * 100%);
	margin-right:5%;

}

.header_right2 {
	display: flex;
	justify-content: right;
	padding-top:8px;

}

.header_right2nav {
	margin-right:2%;
}


.header_right2nav a,
.header_right2nav_s a {
	color:#fff;
	font-size:14px;
}

.block_breadcrumb {
	padding:5px 0;

}

.contents {
	background: #ffffff;
	width: 100%;
	margin: 0 auto;
}

.breadcrumb {
	font-size:12px;
	text-align:left;
	color:#4F4D4D;
	width: 682px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0;
  list-style: none;

}

.footer_inner {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.footer_left {
	width:calc(220 / 1080 * 100%);
	padding-left:calc(68 / 1080 * 100%);

}

.footer_logo {
	padding-top:45px;
	width:calc(210 / 220 * 100%);
	margin-bottom:15px;
}

.footer_sub {
	font-weight:bold;
	font-size:18px;
	text-align:left;
	color:#fff;
	margin-bottom:25px;

}

.footer_link {
	text-align:left;
	margin-bottom:20px;
}

.footer_link a{
	font-size:14px;
	color:#fff;
	line-height:1.5;
	font-weight:bold;

}

.footer_contact {
	text-align:left;
	margin-bottom:20px;

}



.footer_contact a{
	font-size:12px;
	color:#fff;
	line-height:2;
	font-weight:bold;
	text-decoration: underline;

}

.footer_contact_head {
	font-size:16px;
	color:#fff;
	line-height:2;
	font-weight:bold;
}

.footer_contact_head a{
	font-size:16px;
	color:#fff;
	line-height:1.5;
	font-weight:bold;
	text-decoration: none;

}

.footer_corp{
	font-size:12px;
	color:#fff;
	text-align:left;

}



.footer_right{
	width:calc(744 / 1080 * 100%);
	margin-left:calc(48 / 1080 * 100%);
	padding-top:55px;
	border-bottom:none;

}

.footer_nav {
	margin-bottom:40px;
	text-align:left;
}

.footer_nav_head {
	font-weight:bold;
	font-size:18px;
	text-align:left;
	color:#fff;
	margin-bottom:15px;
}

.footer_nav_head a{
	font-weight:bold;
	font-size:18px;
	text-align:left;
	color:#fff;
}

.footer_nav_main {
	font-size:16px;
	color:#fff;
	line-height:2;
	font-weight:bold;

}

.footer_nav_main a{
	font-size:16px;
	color:#fff;
	line-height:2;
	font-weight:bold;

}


.footer_nav_brand {
	display: flex;
	justify-content: left;
}

.footer_nav_brandimg {
	width:calc(150 / 694 * 100%);
	padding-right:calc(20 / 694 * 100%);
}


}



@media screen and (min-width:1081px){

.innerblock {
	width: 1080px;
}

.innerblock2 {
	width: 1080px;
}

.block_workplace {
	width: 1080px;
}

.header_inner {
	width: 1080px;
}

.footer_inner {
	width: 1080px;
}

}