@charset "UTF-8";
/*
@include css3(transform, translate(-50%, -50%));
@include css3(transition, 0.3s ease-in-out);  
transform: rotate(0.03deg);
*/
@keyframes slide1 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
@keyframes AnimationTitle {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* Sass Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0;
  padding: 0; }

a:focus {
  outline: thin dotted; }

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

a {
  color: #333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0em;
  line-height: 150%;
  padding: 0px; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 0;
  padding: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 0em;
  padding: 0px; }

dd {
  margin: 0; }

menu,
ol,
ul {
  padding: 0px;
  margin: 0; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

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

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

.underline {
  text-decoration: underline; }

.clearfix {
  min-height: 1px;
  clear: both; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

* html .clearfix {
  height: 1px;
  /*\*/
     /*/ height: auto;
overflow: hidden; /**/ }

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

/*----------------------------------------------------
　基本設定
----------------------------------------------------*/
* {
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  color: #191919;
  font-weight: 500;
  letter-spacing: 0.04em; }
  body.stop {
    overflow: hidden; }

.inner {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto; }
  @media screen and (max-width: 1440px) {
    .inner {
      padding: 0 20px; } }
  @media screen and (max-width: 520px) {
    .inner {
      width: auto;
      height: auto; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 520px) {
    .sp {
      display: block !important; } }

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

a {
  color: #3E3A39;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none; }
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    a:hover .noimg:before {
      background-size: 55%; }

a[href^="tel:"] {
  pointer-events: none;
  color: #3E3A39;
  text-decoration: none; }
  @media screen and (max-width: 520px) {
    a[href^="tel:"] {
      pointer-events: auto; } }

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

.noimg {
  background-color: #e9e9e9;
  width: 100%;
  height: 100%; }
  .noimg:before {
    content: "";
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url("../images/common/noimg.png") no-repeat center;
    background-size: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.btn {
  padding: 50px 0; }
  .btn a, .btn span {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 280px;
    margin: 0 auto;
    height: 70px;
    padding: 9px 25px 9px 30px;
    line-height: 1.8;
    letter-spacing: 0.07em;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background-color: #0068b4;
    color: #FFF;
    border-radius: 10px;
    font-size: 20px; }
    .btn a:after, .btn span:after {
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      clip-path: polygon(0 0, 0% 100%, 100% 50%);
      position: absolute;
      top: 50%;
      right: 25px;
      content: "";
      width: 11px;
      height: 9px;
      background-color: #FFF; }
    .btn a:hover, .btn span:hover {
      opacity: 1; }
      .btn a:hover:after, .btn span:hover:after {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        right: 20px; }

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

ol li {
  list-style: decimal;
  line-height: 160%; }

dl dt {
  padding: 5px; }
dl dd {
  padding: 0 30px 60px 0; }
  @media screen and (max-width: 520px) {
    dl dd {
      padding: 0 0 30px; } }
  dl dd ul {
    padding: 10px 20px 20px 40px; }
    dl dd ul li {
      padding: 5px 0 5px 0px;
      list-style-type: disc; }
  dl dd p {
    padding: 0 !important; }

@media screen and (max-width: 520px) {
  .mb0 {
    margin-top: 0 !important; } }

br.pcbr {
  display: block !important; }
  @media screen and (max-width: 520px) {
    br.pcbr {
      display: none !important; } }
br.spbr {
  display: none !important; }
  @media screen and (max-width: 520px) {
    br.spbr {
      display: block !important; } }

@keyframes scroll {
  0% {
    top: -100px; }
  to {
    top: 0; } }
@keyframes re_scroll {
  0% {
    top: 0; }
  to {
    top: -100px; } }
/*----------------------------------------------------
　ヘッダー
----------------------------------------------------*/
header {
  padding: 20px;
  position: relative;
  z-index: 1;
  background-color: #FFF; }
  header .logo {
    width: 170px;
    height: auto; }

/*----------------------------------------------------
　フッター
----------------------------------------------------*/
footer {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  padding: 30px; }
  footer .copy {
    text-align: center;
    letter-spacing: 0.06em; }

/*----------------------------------------------------
　ページ設定
----------------------------------------------------*/
#content {
  position: relative; }

.main {
  position: relative;
  height: 95vh;
  background: url("../images/hr/main.webp") no-repeat center;
  background-size: cover;
  padding: 0 0 0 5%;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (max-width: 600px) {
    .main {
      height: 80vh;
      padding: 0 2%; } }
  .main:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 42.18%;
    height: 100%;
    content: '';
    background: url(../images/hr/img_mv.webp) right bottom no-repeat;
    background-size: 100% 100%; }
    @media screen and (max-width: 600px) {
      .main:after {
        width: 20%; } }
  .main .mainTx {
    position: relative;
    z-index: 1; }
    .main .mainTx h1 {
      font-size: 36px;
      line-height: 240%; }
      @media screen and (max-width: 767px) {
        .main .mainTx h1 {
          font-size: 28px; } }
      @media screen and (max-width: 600px) {
        .main .mainTx h1 {
          font-size: 20px; } }
      @media screen and (max-width: 520px) {
        .main .mainTx h1 {
          font-size: 18px; } }
      .main .mainTx h1 span {
        background-color: #FFF;
        padding: 10px 30px;
        border-radius: 50px; }
        @media screen and (max-width: 600px) {
          .main .mainTx h1 span {
            position: relative; }
            .main .mainTx h1 span:first-child {
              top: -5px; }
            .main .mainTx h1 span:last-child {
              bottom: -5px; } }
        .main .mainTx h1 span span {
          font-size: 42px;
          color: #0068b4;
          padding: 0 10px; }
          @media screen and (max-width: 767px) {
            .main .mainTx h1 span span {
              font-size: 36px; } }
          @media screen and (max-width: 600px) {
            .main .mainTx h1 span span {
              font-size: 28px;
              margin: 0; }
              .main .mainTx h1 span span:first-child {
                top: auto; }
              .main .mainTx h1 span span:last-child {
                bottom: auto; } }
          @media screen and (max-width: 520px) {
            .main .mainTx h1 span span {
              font-size: 22px; } }
          @media screen and (max-width: 380px) {
            .main .mainTx h1 span span {
              font-size: 20px;
              letter-spacing: -1px; } }

.en {
  font-size: 50px;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 520px) {
    .en {
      font-size: 30px; } }

.hrBox {
  display: flex;
  justify-content: flex-start; }
  @media screen and (max-width: 460px) {
    .hrBox {
      flex-wrap: wrap;
      margin: -1px 0 0 0; } }
  .hrBox .lBox {
    z-index: 2;
    width: 42.18%;
    position: relative;
    background: url("../images/hr/main2.webp") no-repeat center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .hrBox .lBox {
        width: 20%; } }
    @media screen and (max-width: 460px) {
      .hrBox .lBox {
        height: 200px;
        width: 100%;
        order: 2; } }
    .hrBox .lBox:before {
      background: url(../images/hr/img_mv.webp) right bottom no-repeat;
      content: "";
      background-size: 100% 100%;
      width: 100%;
      height: 100%;
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2;
      transform: scale(-1, -1) translateX(-100%);
      margin-right: 22.5%; }
      @media screen and (max-width: 460px) {
        .hrBox .lBox:before {
          display: none; } }
  .hrBox .rBox {
    position: relative;
    z-index: 3;
    width: 57.82%;
    background-color: #f5f1e9;
    padding: 200px 50px; }
    @media screen and (max-width: 767px) {
      .hrBox .rBox {
        width: 80%;
        padding: 100px 20px; } }
    @media screen and (max-width: 460px) {
      .hrBox .rBox {
        order: 1;
        width: 100%;
        padding: 100px 20px 50px; } }
    .hrBox .rBox h2 {
      font-size: 30px;
      padding: 0 0 30px;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        .hrBox .rBox h2 {
          font-size: 22px; } }
      .hrBox .rBox h2 span {
        color: #0068b4;
        font-size: 42px; }
        @media screen and (max-width: 767px) {
          .hrBox .rBox h2 span {
            font-size: 30px; } }
    .hrBox .rBox p {
      line-height: 36px; }
      .hrBox .rBox p b {
        color: #0068b4;
        font-size: 20px; }
      @media screen and (max-width: 1366px) {
        .hrBox .rBox p br {
          display: none; } }
    @media screen and (max-width: 1000px) {
      .hrBox .rBox .ctaBox {
        flex-wrap: wrap;
        padding: 50px 0 0 0; } }
    @media screen and (max-width: 1000px) {
      .hrBox .rBox .ctaBox .btn {
        width: 80%;
        padding: 10px 0; } }
    @media screen and (max-width: 1000px) {
      .hrBox .rBox .ctaBox .btn a {
        padding: 20px 0 20px 20px;
        height: auto; } }
    .hrBox .rBox .ctaBox .btn a br {
      display: none; }
      @media screen and (max-width: 1366px) {
        .hrBox .rBox .ctaBox .btn a br {
          display: block; } }
      @media screen and (max-width: 1000px) {
        .hrBox .rBox .ctaBox .btn a br {
          display: none; } }

.hrBox1 {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  padding: 150px 0 0; }
  @media screen and (max-width: 520px) {
    .hrBox1 {
      padding: 50px 0 0; } }
  .hrBox1 .catch {
    position: relative;
    text-align: center;
    padding: 0 20px; }
    .hrBox1 .catch p {
      line-height: 36px; }
      .hrBox1 .catch p.tx {
        font-size: 40px;
        font-weight: 700;
        padding: 0 0 20px; }
        @media screen and (max-width: 767px) {
          .hrBox1 .catch p.tx {
            font-size: 30px; } }
        @media screen and (max-width: 450px) {
          .hrBox1 .catch p.tx {
            font-size: 24px; } }
    .hrBox1 .catch h2 {
      font-size: 24px;
      padding: 20px 0 20px;
      color: #0068b4; }
      @media screen and (max-width: 767px) {
        .hrBox1 .catch h2 {
          font-size: 18px; } }
      .hrBox1 .catch h2 span {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        background-color: #FFF;
        border-radius: 50px;
        padding: 10px 30px;
        margin: 0 10px; }
        @media screen and (max-width: 800px) {
          .hrBox1 .catch h2 span {
            display: block;
            margin: 10px auto;
            width: 70%; } }
        @media screen and (max-width: 450px) {
          .hrBox1 .catch h2 span {
            width: 100%; } }
    .hrBox1 .catch .sub {
      font-size: 20px;
      padding: 10px 0 0;
      border-radius: 10px; }
      .hrBox1 .catch .sub span {
        border-bottom: 1px solid #333; }
  .hrBox1 .flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0 30px;
    padding: 100px 0 70px;
    margin: 50px 0 0 0;
    background-color: #f5f1e9;
    border-radius: 50% 0 0 0; }
    @media screen and (max-width: 650px) {
      .hrBox1 .flex {
        border-radius: 40% 0 0 0;
        padding: 20px 0;
        gap: 0; } }
    .hrBox1 .flex .lBox {
      width: 260px; }
      @media screen and (max-width: 650px) {
        .hrBox1 .flex .lBox {
          overflow: hidden;
          width: 20%;
          height: 160px;
          text-align: center; }
          .hrBox1 .flex .lBox img {
            max-width: none;
            height: 100%;
            width: auto;
            position: relative;
            left: -20px; } }
      @media screen and (max-width: 470px) {
        .hrBox1 .flex .lBox {
          width: 100%; }
          .hrBox1 .flex .lBox img {
            left: auto; } }
    .hrBox1 .flex .rBox {
      width: 520px; }
      @media screen and (max-width: 650px) {
        .hrBox1 .flex .rBox {
          width: 80%;
          padding: 0 20px 0 0; } }
      @media screen and (max-width: 470px) {
        .hrBox1 .flex .rBox {
          width: 100%;
          padding: 0 20px; } }
      .hrBox1 .flex .rBox .flexBox {
        padding: 50px 0; }
        @media screen and (max-width: 650px) {
          .hrBox1 .flex .rBox .flexBox {
            padding: 20px 0; } }
        .hrBox1 .flex .rBox .flexBox .in {
          background-color: #FFF;
          border-radius: 10px;
          padding: 10px 20px;
          line-height: 36px;
          font-size: 18px;
          font-weight: 600;
          color: #7c5645;
          margin: 10px 0; }
          @media screen and (max-width: 650px) {
            .hrBox1 .flex .rBox .flexBox .in {
              line-height: 160%;
              font-size: 14px; } }
    .hrBox1 .flex .tx1 {
      font-size: 20px;
      line-height: 46px;
      text-align: center;
      padding: 30px 0 0 0; }
      @media screen and (max-width: 900px) {
        .hrBox1 .flex .tx1 {
          padding: 20px;
          text-align: left; } }
      @media screen and (max-width: 470px) {
        .hrBox1 .flex .tx1 {
          font-size: 16px;
          line-height: 180%; } }
      .hrBox1 .flex .tx1 span {
        color: #0068b4;
        font-weight: 700; }

.hrBox2 {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .hrBox2 .imgBox {
    position: relative;
    width: 45%; }
    @media screen and (max-width: 800px) {
      .hrBox2 .imgBox {
        width: 100%; } }
    .hrBox2 .imgBox .img {
      height: 100vh;
      position: sticky;
      top: 0; }
      @media screen and (max-width: 800px) {
        .hrBox2 .imgBox .img {
          height: 350px; } }
      .hrBox2 .imgBox .img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .hrBox2 .imgBox .img img:first-child {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          opacity: 1; }
        .hrBox2 .imgBox .img img:last-child {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          opacity: 0; }
      .hrBox2 .imgBox .img.type2 img:first-child {
        opacity: 0; }
        @media screen and (max-width: 800px) {
          .hrBox2 .imgBox .img.type2 img:first-child {
            opacity: 1; } }
      .hrBox2 .imgBox .img.type2 img:last-child {
        opacity: 1; }
        @media screen and (max-width: 800px) {
          .hrBox2 .imgBox .img.type2 img:last-child {
            opacity: 0; } }
  .hrBox2 .txBox {
    width: 55%;
    padding: 200px 60px 500px; }
    @media screen and (max-width: 800px) {
      .hrBox2 .txBox {
        width: 100%;
        padding: 50px 0px; } }
    @media screen and (max-width: 800px) {
      .hrBox2 .txBox .tx {
        padding: 0 20px; } }
    .hrBox2 .txBox .sub {
      font-size: 24px;
      font-weight: 700;
      padding: 0 0 20px; }
      @media screen and (max-width: 520px) {
        .hrBox2 .txBox .sub {
          text-align: center; } }
    .hrBox2 .txBox h2 {
      color: #0068b4;
      font-size: 30px;
      padding: 0 0 60px; }
      @media screen and (max-width: 520px) {
        .hrBox2 .txBox h2 {
          font-size: 20px;
          padding: 0 0 20px; }
          .hrBox2 .txBox h2 br {
            display: none; } }
    .hrBox2 .txBox b {
      color: #FF003F;
      font-size: 20px; }
    .hrBox2 .txBox p {
      line-height: 36px;
      padding: 0 0 1em; }
      @media screen and (max-width: 520px) {
        .hrBox2 .txBox p br {
          display: none; } }
    .hrBox2 .txBox .img_sp {
      display: none;
      overflow: hidden; }
      @media screen and (max-width: 800px) {
        .hrBox2 .txBox .img_sp {
          position: relative;
          display: block;
          height: 350px;
          margin: 50px 0 0 0; }
          .hrBox2 .txBox .img_sp img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; } }
    .hrBox2 .txBox .sec {
      padding-top: 100px; }
      @media screen and (max-width: 800px) {
        .hrBox2 .txBox .sec {
          padding-top: 50px; } }
    .hrBox2 .txBox .box {
      padding: 0; }
      .hrBox2 .txBox .box ul {
        padding: 30px 50px 30px 30px;
        margin: 5px 0 1em;
        border: 1px solid #CFCFCF;
        border-radius: 20px;
        display: inline-block;
        box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2); }
        .hrBox2 .txBox .box ul li {
          padding: 5px 0; }

.hrBox3 {
  position: relative;
  z-index: 1;
  background-color: #f4f1ec;
  padding: 150px 0 200px;
  border-radius: 0 0 50% 0; }
  @media screen and (max-width: 520px) {
    .hrBox3 {
      padding: 50px 0; } }
  .hrBox3 .inner h2 {
    text-align: center;
    font-size: 30px;
    padding: 0 0 30px;
    color: #9c7846; }
    @media screen and (max-width: 520px) {
      .hrBox3 .inner h2 {
        font-size: 22px; } }
  .hrBox3 .inner p {
    line-height: 36px;
    padding: 0 0 2em; }
    @media screen and (max-width: 520px) {
      .hrBox3 .inner p {
        line-height: 30px; } }
    .hrBox3 .inner p.tx1 {
      text-align: center; }
      @media screen and (max-width: 630px) {
        .hrBox3 .inner p.tx1 {
          text-align: left; }
          .hrBox3 .inner p.tx1 br {
            display: none; } }
  .hrBox3 .inner table {
    width: 800px;
    margin: 0px auto 0; }
    @media screen and (max-width: 840px) {
      .hrBox3 .inner table {
        width: 100%; } }
    .hrBox3 .inner table caption {
      text-align: center;
      background-color: #ebe4da;
      padding: 20px;
      font-weight: 700;
      border: 5px solid #f4f1ec; }
    .hrBox3 .inner table tr th, .hrBox3 .inner table tr td {
      border: 5px solid #f4f1ec;
      padding: 20px; }
      @media screen and (max-width: 420px) {
        .hrBox3 .inner table tr th, .hrBox3 .inner table tr td {
          padding: 5px;
          font-size: 13px; } }
    .hrBox3 .inner table tr th {
      background-color: #f4f1ec; }
    .hrBox3 .inner table tr td {
      background-color: #FFF; }

.hrBox4 {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  padding: 150px 0;
  overflow: hidden; }
  @media screen and (max-width: 520px) {
    .hrBox4 {
      padding: 50px 0; } }
  .hrBox4:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 1500px;
    height: 200%;
    content: '';
    background: url(../images/hr/img_mv.webp) right bottom no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: 1;
    transform: rotate(-90deg); }
  .hrBox4 .inner {
    position: relative;
    z-index: 1; }
  .hrBox4 p {
    line-height: 36px; }
    .hrBox4 p.tx {
      font-size: 30px;
      font-weight: 700;
      text-align: center;
      padding: 0 0 20px; }
      @media screen and (max-width: 520px) {
        .hrBox4 p.tx {
          font-size: 22px; } }
    .hrBox4 p.tx1 {
      text-align: center;
      font-size: 20px;
      line-height: 50px; }
      @media screen and (max-width: 700px) {
        .hrBox4 p.tx1 {
          text-align: left; } }
      @media screen and (max-width: 520px) {
        .hrBox4 p.tx1 {
          font-size: 16px;
          line-height: 180%; } }
      .hrBox4 p.tx1 b {
        color: #0068b4; }
  .hrBox4 h2 {
    text-align: center;
    font-size: 24px;
    color: #0068b4; }
    @media screen and (max-width: 520px) {
      .hrBox4 h2 {
        font-size: 18px; } }
  .hrBox4 .inBox {
    max-width: 500px;
    margin: 50px auto;
    padding: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background-color: #FFF; }
    @media screen and (max-width: 520px) {
      .hrBox4 .inBox {
        margin: 20px auto; } }
    .hrBox4 .inBox .in {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 18px;
      font-weight: 400; }
      @media screen and (max-width: 540px) {
        .hrBox4 .inBox .in {
          flex-wrap: wrap; } }
      .hrBox4 .inBox .in:last-child .lBox, .hrBox4 .inBox .in:last-child .rBox {
        border: none; }
      .hrBox4 .inBox .in .lBox {
        width: 33%;
        padding: 20px 10px;
        border-bottom: 1px solid #D5D5D5;
        text-align: center;
        font-weight: 600; }
        @media screen and (max-width: 540px) {
          .hrBox4 .inBox .in .lBox {
            width: 100%;
            text-align: left;
            border-bottom: none;
            padding: 10px 0 0; } }
      .hrBox4 .inBox .in .rBox {
        width: 65%;
        padding: 20px 10px;
        border-bottom: 1px solid #D5D5D5;
        font-size: 14px; }
        @media screen and (max-width: 540px) {
          .hrBox4 .inBox .in .rBox {
            width: 100%;
            padding: 10px 10px 10px 20px; } }
        .hrBox4 .inBox .in .rBox span {
          font-size: 20px;
          font-weight: 600;
          color: #E46A00; }

.hrBox5 {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  padding: 150px 0; }
  @media screen and (max-width: 520px) {
    .hrBox5 {
      padding: 50px 0; } }
  .hrBox5 p {
    line-height: 36px; }
    .hrBox5 p.tx {
      font-size: 30px;
      font-weight: 700;
      text-align: center;
      padding: 0 0 20px; }
      @media screen and (max-width: 520px) {
        .hrBox5 p.tx {
          font-size: 22px; } }
    .hrBox5 p.tx1 {
      text-align: center;
      font-size: 20px;
      line-height: 50px; }
      @media screen and (max-width: 720px) {
        .hrBox5 p.tx1 {
          text-align: left; }
          .hrBox5 p.tx1 br {
            display: none; } }
      @media screen and (max-width: 520px) {
        .hrBox5 p.tx1 {
          font-size: 16px;
          line-height: 180%; } }
      .hrBox5 p.tx1 b {
        color: #0068b4; }
  .hrBox5 h2 {
    text-align: center;
    font-size: 24px;
    color: #0068b4;
    padding: 0 0 30px; }
    @media screen and (max-width: 520px) {
      .hrBox5 h2 {
        font-size: 20px; } }
  .hrBox5 .flexBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 2%;
    padding: 50px 0; }
    .hrBox5 .flexBox .in {
      background-color: #0068b4;
      color: #FFF;
      border-radius: 20px;
      width: 25%;
      padding: 50px 20px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 10px 10px 0 rgba(0, 104, 180, 0.1); }
      @media screen and (max-width: 767px) {
        .hrBox5 .flexBox .in {
          width: 100%;
          padding: 25px 10px; } }
      .hrBox5 .flexBox .in:nth-child(2) {
        margin-top: 70px; }
        @media screen and (max-width: 767px) {
          .hrBox5 .flexBox .in:nth-child(2) {
            margin-top: 20px; } }
      .hrBox5 .flexBox .in:nth-child(3) {
        margin-top: 150px; }
        @media screen and (max-width: 767px) {
          .hrBox5 .flexBox .in:nth-child(3) {
            margin-top: 20px; } }
      .hrBox5 .flexBox .in p {
        font-size: 20px;
        font-weight: 700;
        line-height: 42px; }
        .hrBox5 .flexBox .in p span {
          font-size: 36px; }
          @media screen and (max-width: 520px) {
            .hrBox5 .flexBox .in p span {
              font-size: 24px; } }

.flowBox {
  padding: 150px 0 200px;
  position: relative;
  z-index: 1;
  background: url("../images/hr/img_mv2.webp") no-repeat center top, #FFF;
  background-size: 100%; }
  @media screen and (max-width: 520px) {
    .flowBox {
      padding: 50px 0;
      background-size: 100% 250px; } }
  .flowBox .inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .flowBox .inner {
        flex-wrap: wrap; } }
    .flowBox .inner .lBox {
      width: 300px; }
      @media screen and (max-width: 1000px) {
        .flowBox .inner .lBox {
          width: 32%; } }
      @media screen and (max-width: 767px) {
        .flowBox .inner .lBox {
          width: 100%;
          margin: 0 0 20px; } }
      .flowBox .inner .lBox .title {
        background-color: #FFF;
        position: sticky;
        top: 20px;
        padding: 0 0 40px;
        border-radius: 20px;
        overflow: hidden; }
        @media screen and (max-width: 1000px) {
          .flowBox .inner .lBox .title {
            padding: 0 0 10px; } }
        @media screen and (max-width: 520px) {
          .flowBox .inner .lBox .title {
            background-color: transparent; } }
        .flowBox .inner .lBox .title .en {
          color: #353535;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          padding-bottom: 10px;
          padding-top: 10px;
          font-size: 40px; }
          @media screen and (max-width: 1000px) {
            .flowBox .inner .lBox .title .en {
              font-size: 24px; } }
        .flowBox .inner .lBox .title h2 {
          font-size: 18px;
          padding: 30px 0 0 0;
          text-align: center;
          line-height: 180%; }
          @media screen and (max-width: 1000px) {
            .flowBox .inner .lBox .title h2 {
              text-align: left;
              padding: 15px 10px; }
              .flowBox .inner .lBox .title h2 br {
                display: none; } }
          @media screen and (max-width: 520px) {
            .flowBox .inner .lBox .title h2 {
              text-align: center; }
              .flowBox .inner .lBox .title h2 br {
                display: block; } }
    .flowBox .inner .rBox {
      width: 65%; }
      @media screen and (max-width: 767px) {
        .flowBox .inner .rBox {
          width: 80%;
          margin: 0 auto; } }
      @media screen and (max-width: 520px) {
        .flowBox .inner .rBox {
          width: 100%; } }
    .flowBox .inner .inBox {
      position: relative;
      display: flex;
      justify-content: flex-start;
      border-bottom: 1px dashed #7c5645;
      border-left: 1px solid #7c5645;
      padding: 50px 30px;
      gap: 0 50px; }
      @media screen and (max-width: 900px) {
        .flowBox .inner .inBox {
          flex-wrap: wrap; } }
      @media screen and (max-width: 520px) {
        .flowBox .inner .inBox {
          width: 100%;
          padding: 25px 20px; } }
      .flowBox .inner .inBox:before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #7c5645;
        border-radius: 50%;
        position: absolute;
        top: -5px;
        left: -6px; }
      .flowBox .inner .inBox.last {
        border-bottom: none;
        margin: 0 0 50px; }
      .flowBox .inner .inBox .step {
        position: relative;
        text-align: center;
        font-weight: bold;
        color: #7c5645;
        display: flex;
        justify-content: center;
        align-items: center; }
        .flowBox .inner .inBox .step p {
          font-size: 24px;
          position: relative;
          z-index: 2;
          display: flex;
          justify-content: flex-start;
          align-items: baseline; }
        .flowBox .inner .inBox .step span {
          display: block;
          font-size: 30px; }
      .flowBox .inner .inBox .txBox {
        width: 80%; }
        @media screen and (max-width: 900px) {
          .flowBox .inner .inBox .txBox {
            width: 100%;
            padding: 10px 0 0 0; } }
        .flowBox .inner .inBox .txBox .tx1 {
          font-weight: bold;
          font-size: 24px; }
          @media screen and (max-width: 520px) {
            .flowBox .inner .inBox .txBox .tx1 {
              font-size: 20px; } }
        .flowBox .inner .inBox .txBox .tx2 {
          font-size: 18px;
          padding: 10px 0 0; }
          @media screen and (max-width: 520px) {
            .flowBox .inner .inBox .txBox .tx2 {
              font-size: 15px; } }

.faq {
  background-color: #FFF;
  position: relative;
  z-index: 1;
  padding: 150px 0 150px; }
  @media screen and (max-width: 520px) {
    .faq {
      padding: 50px 0; } }
  .faq:after {
    content: "";
    background-color: #f4f1ec;
    border-radius: 100px 100px 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    @media screen and (max-width: 520px) {
      .faq:after {
        border-radius: 30px 30px 0 0; } }
  .faq .inner {
    position: relative;
    z-index: 1; }
    .faq .inner h2 {
      font-size: 16px;
      text-align: center;
      padding: 0 0 50px; }
  .faq .faqBox {
    position: relative;
    width: 800px;
    margin: 0 auto;
    z-index: 1; }
    @media screen and (max-width: 840px) {
      .faq .faqBox {
        width: 100%; } }
    .faq .faqBox .in {
      padding: 10px 0; }
      .faq .faqBox .in.open .qTx:after {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        -webkit-transform: translate(0%, -40%) rotate(-45deg);
        -moz-transform: translate(0%, -40%) rotate(-45deg);
        -ms-transform: translate(0%, -40%) rotate(-45deg);
        -o-transform: translate(0%, -40%) rotate(-45deg);
        transform: translate(0%, -40%) rotate(-45deg); }
      .faq .faqBox .in .qTx {
        cursor: pointer;
        font-size: 20px;
        font-weight: 500;
        position: relative;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        padding: 20px 50px 20px 6em;
        overflow: hidden;
        background-color: #FFF; }
        @media screen and (max-width: 520px) {
          .faq .faqBox .in .qTx {
            line-height: 180%;
            padding: 20px 40px 20px 5em;
            font-size: 14px;
            line-height: 150%; } }
        .faq .faqBox .in .qTx:before {
          content: "Ｑ";
          position: absolute;
          top: 0;
          left: 0;
          width: 55px;
          height: 100%;
          background-color: #0068b4;
          color: #FFF;
          font-size: 30px;
          padding: 7px 0 0 25px; }
          @media screen and (max-width: 520px) {
            .faq .faqBox .in .qTx:before {
              box-sizing: border-box;
              font-size: 22px;
              width: 50px;
              padding: 10px;
              padding: 15px 0 0 13px; } }
        .faq .faqBox .in .qTx:after {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          content: '';
          width: 15px;
          height: 15px;
          border-top: solid 3px #0068b4;
          border-right: solid 3px #0068b4;
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transform: translate(0%, -60%) rotate(135deg);
          -moz-transform: translate(0%, -60%) rotate(135deg);
          -ms-transform: translate(0%, -60%) rotate(135deg);
          -o-transform: translate(0%, -60%) rotate(135deg);
          transform: translate(0%, -60%) rotate(135deg); }
          @media screen and (max-width: 1024px) {
            .faq .faqBox .in .qTx:after {
              width: 10px;
              height: 10px;
              right: 15px; } }
      .faq .faqBox .in .aTx {
        display: none;
        font-size: 16px;
        color: #606060;
        position: relative;
        padding: 40px 30px 40px 6em;
        line-height: 200%; }
        @media screen and (max-width: 520px) {
          .faq .faqBox .in .aTx {
            line-height: 180%;
            padding: 20px 10px 20px 3.5em;
            font-size: 14px;
            line-height: 150%; } }
        .faq .faqBox .in .aTx:before {
          content: "A";
          position: absolute;
          top: 40px;
          left: 32px;
          font-size: 30px;
          font-weight: 600;
          color: #f39718; }
          @media screen and (max-width: 1024px) {
            .faq .faqBox .in .aTx:before {
              -webkit-transform: translate(0%, -50%);
              -moz-transform: translate(0%, -50%);
              -ms-transform: translate(0%, -50%);
              -o-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
              top: 50%;
              left: 10px;
              font-size: 30px; } }

.img_section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  width: 100%; }
  .img_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5); }
  .img_section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../images/hr/main.webp") no-repeat center;
    background-size: cover; }

.close_section {
  margin: 600px 0 0;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100px 100px 0 0;
  padding: 150px 0 100px; }
  @media screen and (max-width: 767px) {
    .close_section {
      margin: 250px 0 0; } }
  @media screen and (max-width: 520px) {
    .close_section {
      margin: 250px 0 0;
      padding: 50px 0;
      border-radius: 30px 30px 0 0; } }
  .close_section .inner {
    padding: 0 50px; }
  .close_section h2 {
    font-size: 40px;
    padding: 0 0 30px;
    text-align: center; }
    @media screen and (max-width: 940px) {
      .close_section h2 {
        font-size: 36px; } }
    @media screen and (max-width: 480px) {
      .close_section h2 {
        font-size: 24px; } }
    .close_section h2 br {
      display: none; }
      @media screen and (max-width: 767px) {
        .close_section h2 br {
          display: block; } }
    .close_section h2 span {
      font-size: 50px;
      color: #0068b4; }
      @media screen and (max-width: 940px) {
        .close_section h2 span {
          font-size: 40px; } }
      @media screen and (max-width: 480px) {
        .close_section h2 span {
          font-size: 30px; } }
  .close_section p {
    line-height: 36px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .close_section p {
        text-align: left; } }
    .close_section p b {
      font-size: 20px;
      color: #0068b4;
      border-bottom: 1px solid #000; }
  @media screen and (max-width: 767px) {
    .close_section .ctaBox {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .close_section .ctaBox {
      flex-wrap: wrap;
      padding: 50px 0 0 0; } }
  @media screen and (max-width: 767px) {
    .close_section .ctaBox .btn {
      width: 80%;
      padding: 10px 0; } }
  @media screen and (max-width: 767px) {
    .close_section .ctaBox .btn a {
      padding: 20px 0 20px 20px;
      height: auto; } }
  .close_section .ctaBox .btn a br {
    display: none; }
    @media screen and (max-width: 1366px) {
      .close_section .ctaBox .btn a br {
        display: block; } }
    @media screen and (max-width: 767px) {
      .close_section .ctaBox .btn a br {
        display: none; } }

.ctaBox {
  display: flex;
  justify-content: center;
  gap: 0 50px;
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto; }
  .ctaBox .btn {
    width: 400px; }
    @media screen and (max-width: 1366px) {
      .ctaBox .btn {
        width: 48%; } }
    .ctaBox .btn a {
      width: 100%;
      height: auto;
      max-width: none;
      padding: 40px 30px;
      height: 116px; }
      @media screen and (max-width: 1366px) {
        .ctaBox .btn a {
          padding: 40px 10px;
          font-size: 16px; } }

#form {
  position: relative;
  z-index: 1;
  background-color: #f4f1ec;
  padding: 100px 0 50px; }
  @media screen and (max-width: 767px) {
    #form {
      padding: 25px 20px; } }
  #form .inner {
    max-width: 800px;
    background-color: #FFF;
    padding: 50px;
    border-radius: 20px; }
    @media screen and (max-width: 767px) {
      #form .inner {
        padding: 0;
        overflow: hidden; } }

/*------------　TOPスクロール　------------*/
#page-top {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  position: fixed;
  bottom: -90px;
  right: 35px;
  z-index: 10; }
  @media screen and (max-width: 520px) {
    #page-top {
      right: 5px;
      width: 30px;
      height: 30px; } }
  #page-top img {
    filter: none; }
  #page-top.active {
    bottom: 10px; }
    @media screen and (max-width: 520px) {
      #page-top.active {
        bottom: 30px; } }
  @media screen and (max-width: 520px) {
    #page-top.bottom {
      bottom: 30px; } }

/*------------　レイアウト　------------*/
@media screen and (max-width: 520px) {
  .sp_table {
    table-layout: auto; }
    .sp_table th {
      display: table-cell; }
    .sp_table td {
      display: table-cell; }

  .scroll {
    overflow: auto;
    white-space: nowrap; }

  .scroll::-webkit-scrollbar {
    height: 5px; }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1; }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC; } }
/*------------　バグ　------------*/
pre {
  padding: 30px;
  background-color: #E8E8E8;
  color: #000;
  font-size: 14px;
  line-height: 130%; }
