@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
mark,
menu,
nav,
ol,
p,
pre,
q,
s,
section,
select,
small,
span,
strong,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

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

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

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

a {
  background-color: transparent;
}

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

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

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

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[disabled] {
  cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

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

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

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

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

blockquote,
q {
  quotes: none;
}

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

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

[type=button],
[type=reset],
[type=submit],
a,
a img,
button {
  transition: 0.5s;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
html {
  background-color: #FAF2F2;
}

body {
  width: 100%;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  margin: 0 auto;
  box-shadow: 0px 0px 4px 2px #d1d1d1;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  body {
    position: relative;
    width: min(768px, 0.5818181818 * var(--vh, 1vh));
    font-size: 1.8rem;
  }
}
img {
  width: 100%;
  vertical-align: top;
  line-height: 1em;
}

.readTxt {
  font-size: 1.6rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 768px) {
  .readTxt {
    font-size: 1.7rem;
  }
}
.readTxt.-pd {
  padding: 0 1em;
}

.readTxt.-center {
  text-align: center;
}

.colorOrange {
  color: #FF6500;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .colorOrange {
    font-weight: bold;
  }
}
.marker {
  font-weight: 500;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

@media screen and (max-width: 768px) {
  .marker {
    font-weight: bold;
  }
}
.red {
  color: #FF0000;
}

.youtubeWrap {
  padding: 0 1em;
}

.youtubeWrap .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtubeWrap .youtube iframe {
  width: 100%;
  height: 100%;
}

.secTtl.bgOrange {
  position: relative;
}

.secTtl.bgOrange:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: -1px;
  background-color: #FF6500;
}

.secTtl.bgOrange:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: -1px;
  background-color: #FF6500;
}

.arrow {
  width: 30%;
  max-width: 90px;
  margin: 0 auto 5px;
  display: block;
  position: relative;
  top: -1px;
}

.header {
  height: 55px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px #b8b8b8;
  z-index: 1;
  position: relative;
}

.header .head {
  display: flex;
  justify-content: space-between;
  padding: 8px 13px;
  height: 55px;
}

.header .head .logo {
  padding: 2px;
}

.header .head img {
  height: 100%;
  width: auto;
}

.header .head .right-element {
  text-align: right;
  margin-left: auto;
}

.footer {
  text-align: center;
  font-size: 85%;
}

.footer a {
  text-decoration: none;
  color: #000;
}

.footer .copy {
  margin-top: 0.8em;
  background-color: #FF6500;
  padding: 0.7em 0;
  color: #fff;
}

.bgOrange {
  background-color: #FF6500;
}

.bgBeige {
  background-color: #FFF5E9;
}

/*==================================================================================================
	コンテンツ
==================================================================================================*/
.lpContainer .secContainer.-comic .comicList {
  padding: 0 1em;
}

.lpContainer .secContainer.-comic .comicList img {
  margin-bottom: 13px;
}

.lpContainer .secContainer.-present {
  position: relative;
  margin-bottom: 2em;
}

.lpContainer .secContainer.-present .btn {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0.8em;
  left: 0;
}

@media screen and (min-width: 768px) {
  .lpContainer .secContainer.-present .btn {
    bottom: 0.7em;
  }
}
.lpContainer .secContainer.-present .btn a {
  display: block;
}

.lpContainer .secContainer.-worries h2 {
  padding-top: 1.5em;
  padding-bottom: 1em;
  background-color: #2B3847;
}

.lpContainer .secContainer.-worries h2 img {
  display: block;
  width: 85%;
  margin: 0 auto;
}

.lpContainer .secContainer.-worries .worriesList {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgb(43, 56, 71) 20%, rgb(43, 56, 71) 100%);
}

.lpContainer .secContainer.-worries .worriesList img {
  position: relative;
  top: -2px;
  z-index: 1;
}

.lpContainer .secContainer.-worries .worriesList .txt {
  position: relative;
  top: -5px;
}

.lpContainer .secContainer.-message {
  background-color: #FFF5C9;
  padding: 1.5em 0 1em;
}

.lpContainer .secContainer.-message h2 {
  margin-bottom: 0.2em;
}

.lpContainer .secContainer.-messageRecruit .messageRecruitList__item {
  margin-bottom: 1em;
}

.lpContainer .secContainer.-messageRecruit .messageRecruitList__item img {
  margin-bottom: 0.8em;
}

.lpContainer .secContainer.-reason {
  background-color: #FFF3E3;
}

.lpContainer .secContainer.-reason .reasonList {
  padding: 0 1.2em 1em;
}

.lpContainer .secContainer.-reason .reasonList__item {
  border-radius: 8px;
  outline: 2px solid #FF6500;
  padding: 0.5em 0.8em;
  background-color: #fff;
  margin-bottom: 1.5em;
}

.lpContainer .secContainer.-reason .reasonList__item:last-child {
  margin-bottom: 0;
}

.lpContainer .secContainer.-reason .reasonList__item h4 {
  margin-bottom: 0.2em;
  margin-top: 0.1em;
}

.lpContainer .secContainer.-reason .reasonList__item .readTxt {
  margin-bottom: 0.7em;
}

.lpContainer .secContainer.-stable .readTxt.-bg {
  background-color: #EAEAEA;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.lpContainer .secContainer.-voice {
  margin-bottom: 1.5em;
}

.lpContainer .secContainer.-voice .voiceList__item {
  padding: 1em 0 1.5em 0;
}

.lpContainer .secContainer.-voice .voiceList__item .readTxt {
  font-size: 112%;
  font-weight: 500;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .lpContainer .secContainer.-voice .voiceList__item .readTxt {
    font-weight: bold;
  }
}
.lpContainer .secContainer.-voice .voiceList__item:first-child {
  padding-top: 0;
}

.lpContainer .secContainer.-voice .voiceList__item:nth-child(odd) {
  background-color: #FFF3E3;
}

.lpContainer .secContainer.-recruitInfo {
  padding: 1em;
  margin-top: 1em;
}

.lpContainer .secContainer.-recruitInfo h2 {
  background-color: #FF6500;
  text-align: center;
  font-weight: 700;
  font-size: 160%;
  color: #fff;
  padding: 0.2em;
}

@media screen and (max-width: 768px) {
  .lpContainer .secContainer.-recruitInfo h2 {
    font-weight: bold;
  }
}
.lpContainer .secContainer.-recruitInfo .recruitInfo__item {
  padding: 1em;
}

.lpContainer .secContainer.-recruitInfo .recruitInfo__item h3 {
  text-align: center;
  font-weight: 700;
  font-size: 115%;
  margin-bottom: 0.4em;
}

@media screen and (max-width: 768px) {
  .lpContainer .secContainer.-recruitInfo .recruitInfo__item h3 {
    font-weight: bold;
  }
}
.lpContainer .secContainer.-recruitInfo .recruitInfo__item p .bold {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .lpContainer .secContainer.-recruitInfo .recruitInfo__item p .bold {
    font-weight: bold;
  }
}
.lpContainer .secContainer.-recruitInfo .recruitInfo__item p .ttl {
  font-weight: 500;
  font-size: 110%;
}

@media screen and (max-width: 768px) {
  .lpContainer .secContainer.-recruitInfo .recruitInfo__item p .ttl {
    font-weight: bold;
  }
}
.lpContainer .secContainer.-recruitInfo .recruitInfo__item p .txt {
  padding-left: 1em;
}

.lpContainer .secContainer.-recruitInfo .recruitInfo__item:nth-child(odd) {
  background-color: #EEEEEE;
}

.lpContainer .secContainer.-faq {
  background-color: #FFF6EC;
  padding: 2em 1em 0;
}

.lpContainer .secContainer.-faq .faqList__item {
  padding: 1.5em 0;
  border-top: 2px dotted #515151;
}

.lpContainer .secContainer.-faq .faqList__item .q {
  position: relative;
  color: #FF6500;
  font-weight: 500;
  padding-left: 35px;
  font-size: 110%;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 768px) {
  .lpContainer .secContainer.-faq .faqList__item .q {
    font-weight: bold;
  }
}
.lpContainer .secContainer.-faq .faqList__item .q:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url(https://rakurakuman.com/_wordpress/wp-content/themes/rakuraku-seitaiin/assets/images/recruit/faq_q.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.lpContainer .secContainer.-faq .faqList__item .a {
  position: relative;
  padding-left: 35px;
}

.lpContainer .secContainer.-faq .faqList__item .a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url(https://rakurakuman.com/_wordpress/wp-content/themes/rakuraku-seitaiin/assets/images/recruit/faq_a.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.lpContainer .secContainer.-lroad {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 5px 2px #c3c3c3;
  padding-top: 2em;
  background: url(https://rakurakuman.com/_wordpress/wp-content/themes/rakuraku-seitaiin/assets/images/recruit/bg_paper.jpg) repeat;
}

.lpContainer .secContainer.-lroad .orange {
  font-weight: 500;
  font-size: 110%;
  color: #FF6500;
}

@media screen and (max-width: 768px) {
  .lpContainer .secContainer.-lroad .orange {
    font-weight: bold;
  }
}
.lpContainer .secContainer.-flow {
  margin-top: 2em;
}

.lpContainer .secContainer.-flow .flowList {
  margin-top: 1em;
  padding: 0 1em;
}

.lpContainer .secContainer.-flow .flowList__item {
  margin: 0.5em 0 1em;
  padding: 0.3em 0.3em 1em 0.3em;
  background-color: #FFF6EC;
  box-shadow: 0px 0px 5px 2px #979595;
  border-radius: 10px;
}

#sticky-container {
  position: fixed;
  z-index: 2;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  opacity: 0;
  /* 初期状態では非表示 */
  transition: opacity 0.3s;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

#sticky-container .btnList {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}

#sticky-container .btnList a:first-child {
  margin-right: 10px;
}


.-main {
  background: #fff6eb;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.-main .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.-main .head .contents p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 21px;
  color: #1e205e;
}
.-main .head .contents p img {
  width: 20px;
}
.-main .head .icon {
  width: 75px;
}
.-main .tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.-main .tags .tag {
  color: #fff;
  font-size: 39px;
  background: #ff7000;
  padding: 1px 10px;
  font-weight: 500;
  border-radius: 10px;
}
.-main .subTitle {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #2a9800;
  font-size: 32px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  max-width: 100%;
}
.-main .subTitle::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(https://rakurakuman.com/_wordpress/wp-content/themes/rakuraku-seitaiin/assets/images/recruit/border.png) no-repeat;
  background-size: 100%;
}
.-main .subTitle span {
  font-size: 44px;
}
.-main .subTitle .top {
  transform: rotate(-4deg);
  display: inline-block;
  position: relative;
}
.-main .subTitle .top::after {
  content: "・";
  position: absolute;
  top: -13px;
  font-size: 22px;
  left: 16px;
  color: #f20000;
}
.-main .subTitle .top::before {
  content: "・";
  position: absolute;
  top: -13px;
  font-size: 22px;
  left: 61px;
  color: #f20000;
}
.-main h1 img {
  margin-bottom: -40px;
}
.-main h1 {
  color: #303030;
  font-size: 50px;
}
.-main h1 .title {
  display: inline-block;
  color: #f20000;
  font-size: 56px;
  position: relative;
  background: linear-gradient(transparent 60%, #fff65e 40%);
}
.-main h1 .min {
  color: #f20000;
  font-size: 21px;
  position: absolute;
  right: -7px;
  bottom: 4px;
  display: inline-block;
  transform: rotate(4deg);
}
.-main h1 span.big {
  font-size: 54px;
}
.-main .fvIcons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.-main .fvIcon {
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  text-shadow: 1px 1px 2px #000;
}
.-main .fvIcon span {
  font-size: 36px;
}
.-main .fvIcon .icon {
  width: 24px;
  margin-left: 5px;
}
.-main .fvIcon:first-child {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding-top: 30px;
  background: #62bccf;
}
.-main .fvIcon:nth-child(2) {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding-top: 40px;
  background: #e8b760;
}
.-main .fvIcon:nth-child(3) {
  height: 140px;
}
.-main .fvIcon:nth-child(3) > img {
  width: auto;
  height: 100%;
}
.-main .store {
  background: #fff;
  border: 2px solid #2a9800;
  width: -moz-max-content;
  width: max-content;
  color: #2a9800;
  padding: 0 10px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 36px;
  transform: rotate(-2deg);
}
.-main .store span {
  font-size: 46px;
}
.-main .recruit {
  color: #ff7000;
  font-weight: bold;
  font-size: 48px;
}
.-main .man {
  position: absolute;
  right: -30px;
  bottom: 70px;
  width: 220px;
}

@media screen and (max-width: 500px) {
  .-main {
    background: #fff6eb;
    padding: 20px;
  }
  .-main .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .-main .head .contents p {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #1e205e;
  }
  .-main .head .contents p img {
    width: 16px;
  }
  .-main .head .icon {
    width: 60px;
  }
  .-main .tags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
  }
  .-main .tags .tag {
    color: #fff;
    font-size: 29px;
    background: #ff7000;
    padding: 3px 10px;
    font-weight: bold;
    border-radius: 5px;
  }
  .-main .subTitle {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #2a9800;
    font-size: 26px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    max-width: 100%;
  }
  .-main .subTitle::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url(https://rakurakuman.com/_wordpress/wp-content/themes/rakuraku-seitaiin/assets/images/recruit/border.png) no-repeat;
    background-size: 100%;
  }
  .-main .subTitle span {
    font-size: 32px;
  }
  .-main .subTitle .top {
    transform: rotate(-4deg);
    display: inline-block;
    position: relative;
  }
  .-main .subTitle .top::after {
    content: "・";
    position: absolute;
    top: -12px;
    font-size: 18px;
    left: 12px;
    color: #f20000;
  }
  .-main .subTitle .top::before {
    content: "・";
    position: absolute;
    top: -12px;
    font-size: 18px;
    left: 44px;
    color: #f20000;
  }
  .-main h1 img {
    margin-bottom: -30px;
  }
  .-main h1 {
    color: #303030;
    font-size: 38px;
  }
  .-main h1 span.big {
    font-size: 44px;
  }
  .-main h1 .title {
    display: inline-block;
    color: #f20000;
    font-size: 41px;
    position: relative;
  }
  .-main h1 .min {
    color: #f20000;
    font-size: 18px;
    position: absolute;
    right: -5px;
    bottom: 4px;
    display: inline-block;
    transform: rotate(4deg);
  }
  .-main .fvIcons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .-main .fvIcon {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    text-shadow: 1px 1px 2px #000;
  }
  .-main .fvIcon span {
    font-size: 28px;
  }
  .-main .fvIcon .icon {
    width: 18px;
    margin-left: 5px;
  }
  .-main .fvIcon:first-child {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 20px;
    background: #62bccf;
  }
  .-main .fvIcon:nth-child(2) {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 25px;
    background: #e8b760;
  }
  .-main .fvIcon:nth-child(3) {
    height: 100px;
  }
  .-main .fvIcon:nth-child(3) > img {
    width: auto;
    height: 100%;
  }
  .-main .store {
    background: #fff;
    border: 2px solid #2a9800;
    width: -moz-max-content;
    width: max-content;
    color: #2a9800;
    padding: 0 10px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 22px;
    transform: rotate(-2deg);
  }
  .-main .store span {
    font-size: 32px;
  }
  .-main .recruit {
    color: #ff7000;
    font-weight: bold;
    font-size: 34px;
  }
  .-main .man {
    position: absolute;
    right: -20px;
    bottom: 50px;
    width: 150px;
  }
}
.-comic .secTtl {
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
}
.-comic .secTtl span {
  font-size: 34px;
}

@media screen and (max-width: 500px) {
  .-comic .secTtl {
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
  }
  .-comic .secTtl span {
    font-size: 26px;
  }
}
.-worries h2 {
  text-align: center;
  font-weight: bold;
}
.-worries h2 .top {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 36px;
  color: #fff;
}
.-worries h2 .top .min {
  font-size: 28px;
}
.-worries h2 .big {
  color: #fff;
  font-size: 48px;
}
.-worries .worriesItem {
  position: relative;
  background: #2d3846;
}
.-worries .worriesItem p {
  position: absolute;
  font-weight: 500;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: #fff;
  z-index: 2;
  font-size: 24px;
}
.-worries .worriesItem p span {
  color: #ffcd00;
}
.-worries .worriesItem p .min {
  color: #fff;
  font-size: 22px;
}
.-worries .worriesItem:nth-of-type(even) p {
  right: unset;
  left: 30px;
}
.-worries .worriesBottom {
  background: #4f5b68;
  margin-top: -50px;
  padding: 0 20px;
  padding-top: 60px;
}
.-worries .worriesBottom .title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.-worries .worriesBottom .title span {
  font-size: 26px;
}
.-worries .worriesBottom .img {
  position: relative;
  margin-top: 30px;
}
.-worries .worriesBottom .img h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -20px;
  color: #ffcd00;
  font-size: 32px;
  z-index: 4;
  letter-spacing: 0.1em;
}
.-worries .worriesBottom .img h3 span {
  font-size: 44px;
  display: inline-block;
  position: relative;
}
.-worries .worriesBottom .img h3 span::after {
  content: "・";
  top: -13px;
  left: 50%;
  font-size: 20px;
  position: absolute;
  transform: translateX(-50%);
  color: #f20000;
}
.-worries .worriesBottom .txt {
  margin-top: -70px;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  font-weight: bold;
  font-size: 74px;
  letter-spacing: 0;
  font-style: oblique;
}
.-worries .worriesBottom .txt span {
  font-size: 44px;
}
.-worries .worriesBottom .txt .min {
  font-size: 36px;
}
.-worries .solution {
  padding: 20px 20px 30px;
}
.-worries .solution .title {
  position: relative;
}
.-worries .solution .title .top {
  font-size: 42px;
  font-weight: bold;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  transform: rotate(-4deg);
  padding: 0 14px;
  margin-left: 10px;
}
.-worries .solution .title .top::before {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  transform: rotate(-15deg) translateY(-50%);
  left: 0;
  top: 50%;
  background: #000;
}
.-worries .solution .title .top::after {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  transform: rotate(15deg) translateY(-50%);
  right: 0;
  top: 50%;
  background: #000;
}
.-worries .solution .title .orange {
  color: #fff;
  background: #ff7000;
  font-size: 54px;
  font-weight: bold;
  padding: 1px 10px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.-worries .solution .title .orange span {
  display: inline-block;
  transform: rotate(2deg);
  letter-spacing: -0.2em;
}
.-worries .solution .title .img {
  position: absolute;
  right: -10px;
  bottom: -30px;
  width: 55%;
}
.-worries .solution .txt {
  margin-top: 30px;
}
.-worries .solution .txt p {
  font-size: 21px;
}
.-worries .solution .txt p span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff78d 40%);
}
.-worries .solution .txt h3 {
  color: #f36400;
  font-size: 29px;
  margin: 20px auto;
}

@media screen and (max-width: 500px) {
  .-worries h2 {
    text-align: center;
    font-weight: bold;
  }
  .-worries h2 .top {
    display: inline-block;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    color: #fff;
  }
  .-worries h2 .top .min {
    font-size: 18px;
  }
  .-worries h2 .big {
    color: #fff;
    font-size: 34px;
  }
  .-worries .worriesItem {
    position: relative;
    background: #2d3846;
  }
  .-worries .worriesItem p {
    position: absolute;
    font-weight: 500;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    color: #fff;
    z-index: 2;
    font-size: 18px;
  }
  .-worries .worriesItem p span {
    color: #ffcd00;
  }
  .-worries .worriesItem p .min {
    color: #fff;
    font-size: 16px;
  }
  .-worries .worriesItem:nth-of-type(even) p {
    right: unset;
    left: 30px;
  }
  .-worries .worriesBottom {
    background: #4f5b68;
    margin-top: -50px;
    padding: 0 20px;
    padding-top: 60px;
  }
  .-worries .worriesBottom .title {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
  }
  .-worries .worriesBottom .title span {
    font-size: 16px;
  }
  .-worries .worriesBottom .img {
    position: relative;
    margin-top: 30px;
  }
  .-worries .worriesBottom .img h3 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -20px;
    color: #ffcd00;
    font-size: 26px;
    z-index: 4;
    letter-spacing: 0.1em;
  }
  .-worries .worriesBottom .img h3 span {
    font-size: 32px;
    display: inline-block;
    position: relative;
  }
  .-worries .worriesBottom .img h3 span::after {
    content: "・";
    top: -13px;
    left: 50%;
    font-size: 20px;
    position: absolute;
    transform: translateX(-50%);
    color: #f20000;
  }
  .-worries .worriesBottom .txt {
    margin-top: -50px;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    line-height: 1.1;
    font-weight: bold;
    font-size: 54px;
    letter-spacing: 0;
  }
  .-worries .worriesBottom .txt span {
    font-size: 34px;
  }
  .-worries .worriesBottom .txt .min {
    font-size: 26px;
  }
  .-worries .solution {
    padding: 20px 15px 30px;
  }
  .-worries .solution .title {
    position: relative;
  }
  .-worries .solution .title .top {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    transform: rotate(-4deg);
    padding: 0 10px;
    margin-left: 10px;
  }
  .-worries .solution .title .top::before {
    content: "";
    width: 1px;
    height: 30px;
    display: block;
    position: absolute;
    transform: rotate(-15deg) translateY(-50%);
    left: 0;
    top: 50%;
    background: #000;
  }
  .-worries .solution .title .top::after {
    content: "";
    width: 1px;
    height: 30px;
    display: block;
    position: absolute;
    transform: rotate(15deg) translateY(-50%);
    right: 0;
    top: 50%;
    background: #000;
  }
  .-worries .solution .title .orange {
    color: #fff;
    background: #ff7000;
    font-size: 37px;
    font-weight: bold;
    padding: 1px 10px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
  }
  .-worries .solution .title .orange span {
    display: inline-block;
    transform: rotate(2deg);
    letter-spacing: -0.2em;
  }
  .-worries .solution .title .img {
    position: absolute;
    right: -10px;
    bottom: -20px;
    width: 60%;
  }
  .-worries .solution .txt {
    margin-top: 30px;
  }
  .-worries .solution .txt p {
    font-size: 16px;
  }
  .-worries .solution .txt p span {
    display: inline-block;
    background: linear-gradient(transparent 60%, #fff78d 40%);
  }
  .-worries .solution .txt h3 {
    color: #f36400;
    font-size: 23px;
    margin: 20px auto;
  }
}
.-message h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
  color: #f36400;
  margin: 0 auto;
}
.-message h2::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-20deg);
  width: 2px;
  height: 36px;
  background: #f36400;
}
.-message h2::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
  width: 2px;
  height: 36px;
  background: #f36400;
}

@media screen and (max-width: 500px) {
  .-message h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    position: relative;
    color: #f36400;
    margin: 0 auto;
  }
  .-message h2::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(-20deg);
    width: 2px;
    height: 28px;
    background: #f36400;
  }
  .-message h2::after {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    width: 2px;
    height: 28px;
    background: #f36400;
  }
}
.-messageRecruit {
  text-align: center;
}
.-messageRecruit .secTtl {
  color: #fff;
  padding: 15px 0;
  font-size: 36px;
}

@media screen and (max-width: 500px) {
  .-messageRecruit {
    text-align: center;
  }
  .-messageRecruit .secTtl {
    color: #fff;
    padding: 10px 0;
    font-size: 26px;
  }
}
.messageRecruitList__item .mt {
  margin-top: -90px;
}
.messageRecruitList__item h3 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}
.messageRecruitList__item .readTxt {
  text-align: left;
}

.messageRecruitList__itemImgs {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.messageRecruitList__itemImgs .img {
  width: 48%;
  position: relative;
}
.messageRecruitList__itemImgs .img img {
  width: 92%;
}
.messageRecruitList__itemImgs .img .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #0036b2;
  font-size: 18px;
  line-height: 1.2;
  color: #0036b2;
  padding: 8px 0;
  font-weight: 500;
}
.messageRecruitList__itemImgs .img .txt span {
  font-size: 20px;
}

.-messageRecruit h4 {
  font-size: 44px;
  color: #f36400;
  line-height: 1.2;
  font-style: oblique;
  margin-bottom: 20px;
  margin-top: 30px;
}
.-messageRecruit h4 span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  background: #f36400;
  color: #fff;
  border-radius: 50px;
  padding: 5px 14px;
  margin-bottom: 10px;
  font-size: 20px;
  font-style: normal;
}

@media screen and (max-width: 500px) {
  .messageRecruitList__item .mt {
    margin-top: -60px;
  }
  .messageRecruitList__item h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .messageRecruitList__item .readTxt {
    text-align: left;
  }
  .messageRecruitList__itemImgs {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .messageRecruitList__itemImgs .img {
    width: 48%;
    position: relative;
  }
  .messageRecruitList__itemImgs .img img {
    width: 92%;
  }
  .messageRecruitList__itemImgs .img .txt {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 2px solid #0036b2;
    font-size: 14px;
    line-height: 1.2;
    color: #0036b2;
    padding: 8px 0;
    font-weight: 500;
  }
  .messageRecruitList__itemImgs .img .txt span {
    font-size: 16px;
  }
  .-messageRecruit h4 {
    font-size: 34px;
    color: #f36400;
    line-height: 1.2;
    font-style: oblique;
    margin-bottom: 20px;
  }
  .-messageRecruit h4 span {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    background: #f36400;
    color: #fff;
    border-radius: 50px;
    padding: 5px 14px;
    margin-bottom: 10px;
    font-size: 18px;
    font-style: normal;
  }
}
.-voice {
  text-align: center;
}
.-voice .secTtl {
  color: #fff;
  padding: 15px 0;
  line-height: 1.2;
  font-size: 36px;
}

.voiceList__item h3 {
  text-align: center;
  color: #232323;
  line-height: 1.2;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.voiceList__item h3 .red {
  font-weight: bold;
  color: #f20000;
  font-size: 44px;
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .-voice {
    text-align: center;
  }
  .-voice .secTtl {
    color: #fff;
    padding: 10px 0;
    font-size: 26px;
  }
  .voiceList__item h3 {
    text-align: center;
    color: #232323;
    line-height: 1.2;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .voiceList__item h3 .red {
    font-weight: bold;
    color: #f20000;
    font-size: 31px;
    display: inline-block;
    margin-top: 5px;
  }
}
.recruitList__item {
  text-align: center;
  margin-bottom: 30px;
}
.recruitList__item img {
  width: 90px;
  margin: 0 auto;
}
.recruitList__item:first-child img {
  width: 120px;
}
.recruitList__item h3 {
  margin: 15px auto;
  text-align: center;
  font-size: 26px;
}
.recruitList__item h3 span {
  background: linear-gradient(transparent 60%, #fff65e 40%);
}
.recruitList__item p {
  text-align: left;
}

@media screen and (max-width: 500px) {
  .recruitList__item {
    text-align: center;
    margin-bottom: 20px;
  }
  .recruitList__item img {
    width: 90px;
    margin: 0 auto;
  }
  .recruitList__item:first-child img {
    width: 120px;
  }
  .recruitList__item h3 {
    margin: 10px auto;
    text-align: center;
    font-size: 22px;
  }
  .recruitList__item h3 span {
    background: linear-gradient(transparent 60%, #fff65e 40%);
  }
  .recruitList__item p {
    text-align: left;
  }
}
.-lroad h2 {
  text-align: center;
  color: #1c1c1c;
  line-height: 1.7;
  font-size: 38px;
  margin-bottom: 20px;
}
.-lroad h2 .bg {
  background: #1c1c1c;
  padding: 15px 20px;
  color: #fff;
}
.-lroad h2 .bg .yellow {
  color: #ffeb00;
}
.-lroad h2 .bg .min {
  font-size: 31px;
}
.-lroad .img {
  width: 92%;
  margin: 0 auto 20px;
}
.-lroad .mincho {
  text-align: center;
  font-size: 58px;
  color: #f36400;
  line-height: 1.3;
  margin: 20px 0;
  padding-bottom: 20px;
  font-style: oblique;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.lroadList__item {
  margin-bottom: 20px;
}
.lroadList__item h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.lroadList__item h3 span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
  background: #f36400;
  margin-bottom: 10px;
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .-lroad h2 {
    text-align: center;
    color: #1c1c1c;
    line-height: 1.9;
    font-size: 26px;
    margin-bottom: 15px;
  }
  .-lroad h2 .bg {
    background: #1c1c1c;
    padding: 12px 13px;
    color: #fff;
  }
  .-lroad h2 .bg .yellow {
    color: #ffeb00;
  }
  .-lroad h2 .bg .min {
    font-size: 23px;
  }
  .-lroad .img {
    width: 92%;
    margin: 0 auto 20px;
  }
  .-lroad .mincho {
    text-align: center;
    font-size: 42px;
    color: #f36400;
    line-height: 1.3;
    margin: 20px 0;
    padding-bottom: 20px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
}
.-flow h2 {
  background: #005ebc;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  width: 94%;
  margin: 0 auto 20px;
}

.flowList__item p.ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0;
}
.flowList__item p.ttl span {
  font-size: 22px;
}

@media screen and (max-width: 500px) {
  .-flow h2 {
    background: #005ebc;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    width: 94%;
    margin: 0 auto 20px;
  }
  .flowList__item p.ttl {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
  }
  .flowList__item p.ttl span {
    font-size: 14px;
  }
}
.-stable h2 {
  background: #ebebeb;
  padding: 20px 0 10px;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
}
.-stable .tableTtl {
  background: #ebebeb;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.-stable .table {
  background: #ebebeb;
  padding-bottom: 20px;
}
.-stable .table table {
  width: 92%;
  margin: 0 auto;
  border: 2px solid #000;
}
.-stable .table table tr {
  border-bottom: 2px solid #000;
}
.-stable .table table th {
  box-sizing: border-box;
  width: 40%;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.1;
  padding: 10px;
}
.-stable .table table th span {
  font-size: 20px;
}
.-stable .table table td {
  width: 60%;
  box-sizing: border-box;
  background: #fff;
  padding: 10px;
  font-size: 24px;
  text-align: center;
}
.-stable .bottom {
  text-align: center;
  margin: 20px 0;
}
.-stable .bottom img {
  width: 180px;
  margin: 0 auto;
}
.-stable h3 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
  color: #f36400;
  margin: 0 auto;
}
.-stable h3::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 75%;
  transform: translateY(-50%) rotate(-20deg);
  width: 2px;
  height: 36px;
  background: #f36400;
}
.-stable h3::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 75%;
  transform: translateY(-50%) rotate(20deg);
  width: 2px;
  height: 36px;
  background: #f36400;
}
.-stable .red {
  margin: 0 auto 10px;
  color: #f20000;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.-stable .red span {
  font-size: 36px;
}
.-stable .img {
  width: 70%;
  margin: 0 auto 30px;
  display: block;
}

.stableList {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 20px;
}
.stableList .stableItem {
  width: 48%;
  position: relative;
  text-align: center;
}
.stableList .stableItem img {
  width: 92%;
}
.stableList .stableItem .txt {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #f36400;
  font-size: 20px;
  line-height: 1.2;
  color: #f36400;
  padding: 8px 0;
  font-weight: 500;
  text-align: center;
}
.stableList .stableItem .txt span {
  font-size: 18px;
}

.info {
  font-size: 12px;
  color: #686868;
  width: 92%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 500px) {
  .stableList {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .stableList .stableItem {
    width: 48%;
    position: relative;
  }
  .stableList .stableItem img {
    width: 92%;
  }
  .stableList .stableItem .txt {
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 2px solid #f36400;
    font-size: 16px;
    line-height: 1.2;
    color: #f36400;
    padding: 8px 0;
    font-weight: 500;
  }
  .stableList .stableItem .txt span {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .-stable h2 {
    background: #ebebeb;
    padding: 20px 0 10px;
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
  }
  .-stable .tableTtl {
    background: #ebebeb;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .-stable .table {
    background: #ebebeb;
    padding-bottom: 20px;
  }
  .-stable .table table {
    width: 92%;
    margin: 0 auto;
    border: 2px solid #000;
  }
  .-stable .table table tr {
    border-bottom: 2px solid #000;
  }
  .-stable .table table th {
    box-sizing: border-box;
    width: 40%;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.1;
    padding: 10px;
  }
  .-stable .table table th span {
    font-size: 16px;
  }
  .-stable .table table td {
    width: 60%;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    font-size: 22px;
    text-align: center;
  }
  .-stable .bottom {
    text-align: center;
    margin: 20px 0;
  }
  .-stable .bottom img {
    width: 140px;
    margin: 0 auto;
  }
  .-stable h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    position: relative;
    color: #f36400;
    margin: 0 auto;
  }
  .-stable h3::before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 75%;
    transform: translateY(-50%) rotate(-20deg);
    width: 2px;
    height: 26px;
    background: #f36400;
  }
  .-stable h3::after {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 75%;
    transform: translateY(-50%) rotate(20deg);
    width: 2px;
    height: 26px;
    background: #f36400;
  }
  .-stable .red {
    margin: 0 auto 10px;
    color: #f20000;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
  }
  .-stable .red span {
    font-size: 25px;
  }
  .-stable .img {
    width: 75%;
    margin: 0 auto 20px;
    display: block;
  }
}
.reasonTtl {
  position: relative;
  background: #ff7000;
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 92%;
  margin: 0 auto;
  font-size: 54px;
  line-height: 1.2;
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
  background: url(https://rakurakuman.com/_wordpress/wp-content/themes/rakuraku-seitaiin/assets/images/recruit/ashirai-bg.png) no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 5px 0 35px;
}
.reasonTtl span {
  font-size: 68px;
}

.reasonNum {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  color: #f36400;
  font-size: 8px;
  margin-bottom: 15px;
}
.reasonNum span {
  letter-spacing: -0.01em;
  display: block;
  font-size: 46px;
}

.reasonSubTitle {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  background: #f36400;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 100px;
  margin: 0 auto 15px;
  position: relative;
}

.reasonHead {
  text-align: center;
  color: #f36400;
  font-weight: 600;
  line-height: 1.2;
  font-size: 36px;
}

.reasonImg01 {
  position: relative;
}
.reasonImg01 p {
  position: absolute;
  font-weight: bold;
  text-align: center;
  top: 15px;
  width: 100%;
  padding-left: 70px;
  color: #fff;
  left: 0;
  font-size: 20px;
  text-shadow: 1px 1px 2px #000;
}

.reasonImg02 {
  position: relative;
}
.reasonImg02 p {
  position: absolute;
  font-weight: bold;
  text-align: center;
  top: 18px;
  left: 0;
  line-height: 1.3;
  width: 100%;
  font-size: 24px;
  color: #8d5b00;
}

.reasonImg03 {
  margin-top: 10px;
  position: relative;
}
.reasonImg03 p {
  position: absolute;
  font-weight: bold;
  text-align: center;
  top: 10px;
  left: 0;
  line-height: 1.3;
  width: 100%;
  font-size: 24px;
  color: #8d5b00;
}

.reasonList__item h4 {
  padding-left: 30px;
  padding-bottom: 4px;
  border-bottom: dashed 2px #f36400;
  font-weight: bold;
  margin-top: 15px !important;
  font-size: 24px;
  margin-bottom: 20px !important;
  background: url(https://rakurakuman.com/_wordpress/wp-content/themes/rakuraku-seitaiin/assets/images/recruit/icon_check02.png) no-repeat;
  background-position: top 8px left;
  background-size: 20px;
}

.imgTxt {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  color: #232323;
}
.imgTxt::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-20deg);
  width: 2px;
  height: 22px;
  background: #232323;
}
.imgTxt::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
  width: 2px;
  height: 22px;
  background: #232323;
}

.endHead {
  margin-top: 25px;
}
.endHead p {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
.endHead p span {
  border-bottom: 2px solid #f36400;
}
.endHead h4 {
  background: none;
  text-align: center;
  font-size: 40px;
  color: #f36400;
  padding-left: 0;
  border-bottom: 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.numList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 94%;
  margin: 25px auto;
}
.numList__item {
  position: relative;
}
.numList__item p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffd617;
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: bold;
  text-shadow: 1px 4px 2px #1e1e1e;
}

@media screen and (max-width: 500px) {
  .reasonTtl {
    position: relative;
    background: #ff7000;
    padding: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 92%;
    margin: 0 auto;
    font-size: 42px;
    line-height: 1.2;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
    background: url(https://rakurakuman.com/_wordpress/wp-content/themes/rakuraku-seitaiin/assets/images/recruit/ashirai-bg.png) no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 10px 0 25px;
  }
  .reasonTtl span {
    font-size: 52px;
  }
  .reasonNum {
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    color: #f36400;
    font-size: 8px;
    margin-bottom: 15px;
  }
  .reasonNum span {
    letter-spacing: -0.01em;
    display: block;
    font-size: 42px;
  }
  .reasonSubTitle {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    max-width: 90%;
    background: #f36400;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 20px;
    border-radius: 100px;
    margin: 0 auto 15px;
    position: relative;
  }
  .reasonHead {
    text-align: center;
    color: #f36400;
    font-weight: 600;
    line-height: 1.2;
    font-size: 26px;
  }
  .reasonImg01 {
    position: relative;
  }
  .reasonImg01 p {
    position: absolute;
    font-weight: bold;
    text-align: center;
    top: 10px;
    width: 100%;
    padding-left: 70px;
    color: #fff;
    left: 0;
    font-size: 13px;
    text-shadow: 1px 1px 2px #000;
  }
  .reasonImg02 {
    position: relative;
  }
  .reasonImg02 p {
    position: absolute;
    font-weight: bold;
    text-align: center;
    top: 15px;
    left: 0;
    line-height: 1.3;
    width: 100%;
    font-size: 16px;
    color: #8d5b00;
  }
  .reasonImg03 {
    margin-top: 10px;
    position: relative;
  }
  .reasonImg03 p {
    position: absolute;
    font-weight: bold;
    text-align: center;
    top: 8px;
    left: 0;
    line-height: 1.3;
    width: 100%;
    font-size: 16px;
    color: #8d5b00;
  }
  .reasonList__item h4 {
    padding-left: 25px;
    padding-bottom: 4px;
    border-bottom: dashed 2px #f36400;
    font-weight: bold;
    margin-top: 15px !important;
    font-size: 20px;
    margin-bottom: 10px !important;
    background: url(https://rakurakuman.com/_wordpress/wp-content/themes/rakuraku-seitaiin/assets/images/recruit/icon_check02.png) no-repeat;
    background-position: top 5px left;
    background-size: 20px;
  }
  .imgTxt {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    color: #232323;
  }
  .imgTxt::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(-20deg);
    width: 2px;
    height: 22px;
    background: #232323;
  }
  .imgTxt::after {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    width: 2px;
    height: 22px;
    background: #232323;
  }
  .endHead {
    margin-top: 20px;
  }
  .endHead p {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
  }
  .endHead p span {
    border-bottom: 2px solid #f36400;
  }
  .endHead h4 {
    background: none;
    text-align: center;
    font-size: 26px;
    color: #f36400;
    padding-left: 0;
    border-bottom: 0;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
  }
  .numList {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 94%;
    margin: 25px auto;
  }
  .numList__item {
    position: relative;
  }
  .numList__item p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffd617;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 4px 2px #1e1e1e;
  }
}
.-reason .bottom {
  width: 130px;
  margin: 0 auto;
}

.reasonTtlBox {
  width: 92%;
  margin: 0 auto;
  position: relative;
}
.reasonTtlBox .img {
  width: 38%;
  position: absolute;
  right: 0;
  top: 0;
}
.reasonTtlBox .why {
  position: relative;
}
.reasonTtlBox .why span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: 100%;
  text-align: center;
}
.reasonTtlBox .why {
  width: -moz-max-content;
  width: max-content;
  transform: rotate(-4deg);
  font-size: 26px;
}
.reasonTtlBox .why img {
  width: 100px;
}
.reasonTtlBox .contents {
  position: relative;
  z-index: 2;
}
.reasonTtlBox .txt {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 24px;
}
.reasonTtlBox .ttl {
  font-weight: bold;
  font-size: 45px;
  line-height: 1;
  color: #303030;
  margin-bottom: 15px;
}
.reasonTtlBox .ttl .horizon {
  writing-mode: vertical-lr;
  font-size: 34px;
}
.reasonTtlBox .ttl .red {
  color: #f20000;
}
.reasonTtlBox .ttl .big {
  font-size: 62px;
}
.reasonTtlBox .ttl .num {
  font-size: 90px;
}

@media screen and (max-width: 500px) {
  .-reason .bottom {
    width: 130px;
    margin: 0 auto;
  }
  .reasonTtlBox {
    width: 92%;
    margin: 0 auto;
    position: relative;
  }
  .reasonTtlBox .img {
    width: 45%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .reasonTtlBox .contents {
    position: relative;
    z-index: 2;
  }
  .reasonTtlBox .why {
    position: relative;
  }
  .reasonTtlBox .why span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    width: 100%;
    text-align: center;
  }
  .reasonTtlBox .why {
    width: -moz-max-content;
    width: max-content;
    transform: rotate(-4deg);
    font-size: 24px;
  }
  .reasonTtlBox .why img {
    width: 80px;
  }
  .reasonTtlBox .txt {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
  }
  .reasonTtlBox .ttl {
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    color: #303030;
    margin-bottom: 15px;
  }
  .reasonTtlBox .ttl .horizon {
    writing-mode: vertical-lr;
    font-size: 28px;
  }
  .reasonTtlBox .ttl .red {
    color: #f20000;
  }
  .reasonTtlBox .ttl .big {
    font-size: 56px;
  }
  .reasonTtlBox .ttl .num {
    font-size: 84px;
  }
}
.flowList__item .txt {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  color: #009d00;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.flowList__item .txt::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-20deg);
  width: 2px;
  height: 22px;
  background: #009d00;
}
.flowList__item .txt::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
  width: 2px;
  height: 22px;
  background: #009d00;
}
.flowList__item a {
  position: relative;
  display: block;
  width: 95%;
  margin: 0 auto 15px;
}
.flowList__item a .btnTxt {
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 34px;
  left: 50%;
  text-shadow: 1px 1px 4px #000;
}
.flowList__item a .contents {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.flowList__item a .contents .text {
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  display: block;
  text-shadow: 1px 1px 4px #000;
}
.flowList__item a .contents .num {
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  padding: 0 8px;
  margin: 5px auto 0;
}
.flowList__item .txt2 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .flowList__item .txt {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    color: #009d00;
    font-size: 16px;
    font-weight: 600;
    position: relative;
  }
  .flowList__item .txt::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(-20deg);
    width: 2px;
    height: 16px;
    background: #009d00;
  }
  .flowList__item .txt::after {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    width: 2px;
    height: 16px;
    background: #009d00;
  }
  .flowList__item a {
    position: relative;
    display: block;
    width: 95%;
    margin: 0 auto 15px;
  }
  .flowList__item a .btnTxt {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 21px;
    left: 50%;
    text-shadow: 1px 1px 4px #000;
  }
  .flowList__item a .contents {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .flowList__item a .contents .text {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    display: block;
    text-shadow: 1px 1px 4px #000;
  }
  .flowList__item a .contents .num {
    display: block;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    padding: 0 8px;
    margin: 5px auto 0;
    font-size: 12px;
  }
  .flowList__item .txt2 {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    display: block;
    text-align: center;
  }
}
body {
  width: 500px !important;
  max-width: 100% !important;
}

.gHeader, .gNav, .bottomReserve, .gFooter, .bottomLink, .bottomBanner {
  display: none;
}/*# sourceMappingURL=new.css.map */