@charset "UTF-8";
:root {
  --base-color: #1447E6;
  --dark-color: #798387;
  --cta-color: #FDC700;
  --cta-color-hover: #FD9400;
}

/* common */
html {
	scroll-behavior: smooth;
}
*,body{
  font-family: 'Noto Sans JP', sans-serif;
}
::placeholder {
  color: #aaa;
  font-size: 1.6rem;
}
@media (min-width: 835px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
select{
  background-color:#fff;
}
section textarea,
section input[type="tel"],
section input[type="email"],
section input[type="password"],
section input[type="text"],
section select{
  font-size:1.6rem;
}
.l-header input[type="text"]:focus,
section textarea:focus,
section input[type="tel"]:focus,
section input[type="email"]:focus,
section input[type="password"]:focus,
section input[type="text"]:focus,
section select:focus{
  border:1px solid #66afe9!important;
  outline:none;
  background:none;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: #4f73c9;
  transform: scale(1.25);
}
.sec_inner{
  padding:0 1.4rem;
  max-width:1228px;
}
select{
  color: #aaa;
}
select .grey01{
  color: #aaa;
}
select option{
  color: #121212;
}
.bag::before {
  background: url("./../img/common/icon_bag.svg") no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  section textarea,
  section input[type="tel"],
  section input[type="email"],
  section input[type="password"],
  section input[type="text"],
  section select{
    font-size:1.4rem;
  }
  ::placeholder {
    font-size: 1.4rem;
  }
}
.breadcrumb {
  padding:0;
  margin:1.5rem auto;
  max-width:1200px;
  width:calc(100% - 28px);
}
.breadcrumb ul {
  display:flex;
  flex-direction:row;
  padding:0;
  margin:0;
  gap:0;
}
.breadcrumb ul li {
  letter-spacing: normal;
  display:flex;
  align-items:center;
  gap:0.5em;
  font-size:1.4rem;
}
.breadcrumb ul li:first-child:before{
  content:none;
}
.breadcrumb ul li:after {
  content:'';
  display:inline-block;
  clip-path: polygon(0 10%, 10% 0, 60% 50%, 10% 100%, 0 90%, 40% 50%, 0 10%);
  height: 0.6em;
  aspect-ratio: 1;
  background-color: #121212;
  margin:0 0.5rem;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li a{
  color:var(--dark-color);
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin:1rem auto;
  }
  .breadcrumb ul li {
    font-size:1.1rem;
  }
}
.mainvisual{
  background:none;
  height:auto;
  margin:0;
}
.mainvisual h1{
  color:inherit;
  font-size:2.8rem;
  position:static;
  margin:2em 1.4rem 2em;
  padding:0;
  transform:translateY(0);
}
@media screen and (max-width: 640px) {
  .mainvisual h1{
    font-size:2.4rem;
  }
}
.msgbox{
  margin-top:20px;
}
h1{
  font-size:4.8rem;
  line-height:1.5;
  margin:1em 0 0.5em;
  padding:0;
}
h2{
  font-size:3.2rem;
  line-height:1.5;
  margin:1em 0 0.5em;
  padding:0;
}
h3{
  font-size:2.4rem;
  line-height:1.5;
  margin:1.25em 0 0.5em;
  padding:0;
}
h4{
  font-size:2rem;
  line-height:1.5;
  margin:1.5em 0 0.5em;
  padding:0;
  border:none;
}
h5{
  font-size:1.8rem;
  line-height:1.5;
  margin:1.5em 0 0.5em;
  padding:0;
  border:none;
}
p{
  font-size:1.6rem;
  line-height:2;
}
.sec ul{
  font-size:1.6rem;
  margin:0.5em;
  padding:0 0 0 1.25em;
  display:flex;
  flex-direction:column;
  gap:0.5em 2.5em;
}
section ul li{
  margin:0;
  padding:0;
  list-style:disc;
  line-height:1.5;
}
section ul li::marker{
  color:var(--base-color);
}
section ol{
  font-size:1.6rem;
  margin:0.5em;
  padding:0 0 0 1.25em;
  display:flex;
  flex-direction:column;
  gap:0.5em;
}
section ol li{
  margin:0;
  padding:0;
  list-style:decimal;
  line-height:1.5;
}
section ol li::marker{
  color:var(--base-color);
  font-weight:700;
}
section ul.inline{
  flex-direction:row;
  flex-wrap:wrap;
}
.u-large{font-size:1.8rem!important;}
.u-medium{font-size:1.4rem!important;}
.u-small{font-size:1.3rem!important;}
.u-tiny{font-size:1.2rem!important;}
@media screen and (max-width: 768px) {
  h1{
    font-size:3.2rem;
  }
  h2{
    font-size:2.4rem;
  }
  h3{
    font-size:2rem;
  }
  h4{
    font-size:1.85rem;
  }
  h5{
    font-size:1.75rem;
  }
  p{
    font-size:1.6rem;
    line-height:2;
  }
  ul{
    font-size:1.6rem;
    margin:0.5em;
    padding:0 0 0 1.25em;
    display:flex;
    flex-direction:column;
    gap:0.5em 2.5em;
  }
  ul li{
    margin:0;
    padding:0;
    list-style:disc;
    line-height:1.5;
  }
  ul li::marker{
    color:var(--base-color);
  }
  ol{
    font-size:1.6rem;
    margin:0.5em;
    padding:0 0 0 1.25em;
    display:flex;
    flex-direction:column;
    gap:0.5em;
  }
  ol li{
    margin:0;
    padding:0;
    list-style:decimal;
    line-height:1.5;
  }
  ul.inline{
    flex-direction:row;
    flex-wrap:wrap;
  }
  .u-large{font-size:1.8rem;}
  .u-medium{font-size:1.4rem;}
  .u-small{font-size:1.3rem;}
  .u-tiny{font-size:1.2rem;}
}
.highlight{
  background-color: #E9F0FF;
}
.u-tit01{
  text-align:center;
  margin-top:2em;
}
.u-tit02{
  font-size:4.8rem;
  color:#333;
  text-align:center;
  margin:1em 0;
}
.u-tit02 small{
  color:var(--base-color);
  font-size:1.4rem;
}
.u-tit02 span{
  display:flex;
  align-items:flex-end;
  line-height:1;
  font-style:italic;
  justify-content:center;
}
.u-tit02 span img{
  width:3em;
}
.u-tit03{
  font-size:2.8rem;
  position:relative;
  padding:0 0 0 0.75em;
  line-height:1.4;
}
.u-tit03:before{
  content:'';
  position:absolute;
  top:50%;
  left:0;
  transform:translateY(-50%);
  width:9px;
  height:100%;
  background-color:var(--base-color);
  border-radius:9px;
}
section .u-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0.5em;
  margin:0 auto;
  max-width:320px;
  width:100%;
  color:var(--dark-color);
  border:1px solid var(--dark-color);
  padding:0.65em 1em;
  transition:.2s ease;
  background-color:transparent;
}
section .u-btn:after{
  display:inline-block;
  content:'';
  width:1em;
  height:1em;
  background:url(../img/icon_arrow_g.svg) no-repeat center / contain;
}
section .u-btn:hover{
  background-color:var(--dark-color);
  color:#fff;
}
section .u-btn:hover:after{
  background:url(../img/icon_arrow_w.svg) no-repeat center / contain;
}
section .u-btn02{
  display:flex;
  justify-content:center;
  margin:0 auto;
  width:100%;
  font-size:2rem;
  font-weight:700;
  padding:0.5em 1em;
  transition:.2s ease;
  background-color:var(--cta-color);
}
section .u-btn02:hover{
  background-color:var(--cta-color-hover);
  opacity:1;
}
@media screen and (max-width: 768px) {
  .u-tit02{
    font-size:3rem;
  }
  .u-tit03{
    font-size:2.2rem;
    padding:0 0 0 0.65em;
  }
  .u-tit03:before{
    width:6px;
  }
  section .u-btn02{
    font-size:1.8rem;
  }
}
.u-pagelink{
  display:flex;
  justify-content:center;
  gap:2rem;
  margin:7rem 0;
}
.u-pagelink .u-btn{
  margin:0;
  gap:0.5em 0;
}
.u-pagelink .u-btn:after{
  margin:0 0.5em;
  transform:rotate(90deg) translateX(10%);
}
@media screen and (max-width: 768px) {
  .u-pagelink{
    gap:1rem;
    margin:5rem 0;
  }
  .u-pagelink .u-btn{
    font-size:1.4rem;
  }
  .u-pagelink .u-btn:after{
    width:0.8em;
    height:0.8em;
    transform:rotate(90deg) translateX(0);
  }
}
@media screen and (max-width: 640px) {
  .u-pagelink .u-btn{
    font-size:1.3rem;
    line-height:1.5;
    padding:0.5em 0.25em;
    flex-direction:column;
  }
  .u-pagelink .u-btn:after{
    width:0.8em;
    height:0.8em;
    transform:rotate(90deg) translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .pc_only{display:none}
}
@media screen and (min-width: 769px) {
  .sp_only{display:none}
}
section table{
  margin:1em 0;
  width:100%;
  table-layout: auto;
}
section table th{
  width:25%;
  font-weight:700;
  background-color:#eee;
  vertical-align: middle;
  text-align:center;
}
section table tr th,
section table tr td{
  border:1px solid #ddd;
  padding:1rem;
  line-height:1.5;
}
/* end/common */

/* header */
.l-header .mainNav{
  gap:2rem;
}
.l-header .mainNav .logo a{
  width:auto;
}
.l-header .mainNav .logo a img{
  width:auto;
  height: 52px;
}
.l-header .mainNav form{
  position:relative;
  max-width:340px;
  width:26%;
  margin:0;
}
.l-header .mainNav form input[type=text]{
  border:1px solid var(--dark-color);
  padding: 0.95rem 5rem 0.95rem 2rem;
  height:auto;
  border-radius:2em;
  font-size:1.4rem;
  background:none;
}
.l-header .mainNav form input[type=text]::placeholder{
  font-size:1.4rem;
}
.l-header .mainNav form input[type=image]{
  padding:1.05rem 2rem 1.05rem 1.6rem;
  transition:.2s;
  position:absolute;
  right:0;
}
.l-header .mainNav form input[type=image]:hover{
  opacity:0.8;
  transform:translateY(-2px);
}
.l-header .mainNav .nav{
  margin-right:10%;
}
.l-header .mainNav .nav .flex{
  align-items:center;
}
.l-header .mainNav .nav .flex a{
  font-size:1.4rem!important;
  color:var(--dark-color);
  width:auto;
  height:auto;
  padding:0.5em;
  border-radius:2em;
  margin:0;
  display:flex;
  align-items:center;
  gap:0.5em;
}
.l-header .mainNav .nav .flex a:after{
  content:'';
  width:12px;
  height:12px;
  background:url(../img/icon_arrow_w.svg) no-repeat top 52% left 52% / 56% var(--dark-color);
  border-radius:50%;
}
.l-header .mainNav .nav .flex a:hover{
  text-decoration:none;
}
.l-header .hiddenNav #toggle {
  padding:1rem;
  width: 5rem;
  height: 4.4rem;
  margin:0;
  background-color:var(--dark-color);
  z-index:9999;
}
.l-header .hiddenNav #toggle.on {
  background:none;
}
.l-header .hiddenNav #toggle > span {
  width: calc(100% - 2rem);
  background-color:#fff;
}
.l-header .hiddenNav #toggle > span.three {
  bottom: 1rem;
}
.l-header .hiddenNav #toggle.on .one {
  width: calc(100% - 2rem);
}
.l-header .hiddenNav #toggle.on .three {
  width: calc(100% - 2rem);
}
.l-header .hiddenNav #menu {
  z-index:9990;
}
.l-header .hiddenNav #menu ul {
  padding: 100px 60px 0 60px;
}
.l-header .hiddenNav #menu ul li{
  list-style:none;
}
.l-header .hiddenNav #menu ul li a {
  color: #fff;
  display:flex;
  align-items:center;
}
.l-header .hiddenNav #menu ul li a.external::after{
  content:'';
  width:1em;
  height:1em;
  display:inline-block;
  background:url(../img/common/icon_external.svg) no-repeat center / contain;
  margin-left:0.5em;
}
.job-count{
  font-size:1.4rem;
}
.job-count__num{
  font-size:1.425em;
  font-weight:700;
  margin:0 0.25em;
  color:#FF0D00;
}
@media only screen and (max-width: 1200px), (max-device-width: 1200px) {
  .l-header .mainNav .logo a img{
    height:40px;
  }
  .l-header .mainNav form{
    width:20%;
  }
  .l-header .mainNav{
    gap:1.2rem;
  }
  .l-header .mainNav .nav{
    margin-right:0;
  }
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .l-header {
    padding: 1rem 1rem;
  }
  .l-header .mainNav .logo a {
    width:auto;
  }
  .l-header .mainNav .logo a img{
    width:36vw;
    max-width:180px;
    height: auto;
  }
  .l-header .mainNav .logo p{
    font-weight:normal;
    font-size:1rem!important;
    margin-bottom:0.25em;
  }
  .l-header .mainNav{
    gap:1rem;
  }
  .l-header .hiddenNav #menu ul li a {
    justify-content:center;
  }
  .job-count{
    font-size:1.2rem;
  }
}
/* end/header */

/* footer */
.l-footer.bg_b01{
  background-color:#333;
  padding:0;
  margin-top:8rem;
}
footer .footer_inner ul li a {
  display:flex;
  align-items:center;
}
footer .footer_inner ul li a.external::after{
  content:'';
  width:1em;
  height:1em;
  display:inline-block;
  background:url(../img/common/icon_external.svg) no-repeat center / contain;
  margin-left:0.5em;
}
.f-top{
  padding:60px 1.4rem;
  max-width:1600px;
  margin:0 auto;
  background-color:#99A9B0;
  box-shadow:0 0 0 100vmax #99A9B0;
  clip-path: inset(0 -100vmax);
  display:flex;
  flex-wrap:wrap;
  gap:2.4rem;
}
.f-top__logo{
  width:calc(33.33% - 1.6rem);
  display:flex;
  align-items:center;
  justify-content:center;
}
.f-top__logo a{
  width:90%;
  max-width:388px;
}
.f-top__left{
  width:calc(33.33% - 1.6rem);
}
.f-top__right{
  width:calc(33.33% - 1.6rem);
}
.f-top dl + dl{
  margin-top:1.8rem;
}
.f-top dt{
  font-size:1.6rem;
  font-weight:700;
  color:#fff;
  margin:0 0 0.5em;
}
.f-top dd{
  display:flex;
  flex-wrap:wrap;
  gap:0.5rem 1.8rem;
}
.f-top .area_btn{
  background:none;
  border:none;
  font-size:1.8rem;
  font-weight:700;
  padding:0;
  text-decoration:underline;
  color:#fff;
}
.f-top .area_btn:hover{
  text-decoration:none;
}
@media only screen and (max-width: 1200px), (max-device-width: 1200px) {
  .f-top__logo{
    width:100%;
    margin-bottom:4rem;
  }
  .f-top__left{
    width:calc(50% - 1.2rem);
  }
  .f-top__right{
    width:calc(50% - 1.2rem);
  }
}
.footer_inner{
  padding:2rem 0;
}
.footer_inner ul{
  flex-direction:row;
  padding:0;
  margin:0;
  gap:0;
}
.footer_inner li{
  list-style:none;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .f-top__logo a{
    width:70%;
  }
  .f-top__left{
    width:100%;
  }
  .f-top__right{
    width:100%;
  }
  .f-top dt{
    font-size:1.4rem;
    margin:0 0 0.5em;
  }
  .f-top dd{
    gap:0.5rem 1.6rem;
  }
  .f-top .area_btn{
    font-size:1.6rem;
  }
  footer .footer_inner{
    max-width:calc(100% - 32px);
  }
  footer .footer_inner ul{
    gap:1rem;
    margin:2em 0;
  }
  footer .footer_inner ul li{
    width:calc(50% - 0.5rem);
    margin:0;
  }
}
/* end/footer */



/* privacy */
.privacypolicy .sec_01 .sec_inner .box table tr th::after{
  content:none;
}
.privacypolicy .sec_01 .sec_inner .box table{
  border-collapse: collapse;
  table-layout:auto;
}
.privacypolicy .sec_01 .sec_inner .box table thead tr th{
  text-align:center;
  background-color:#1D60CC;
  color:#fff;
}
.privacypolicy .sec_01 .sec_inner .box table tr th{
  background-color:#EDF4F7;
  border:1px solid #aaa;
  font-weight:bold;
  padding:1em 0.5em;
  width:auto;
}
.privacypolicy .sec_01 .sec_inner .box table tr td{
  border:1px solid #aaa;
  padding:1em 0.5em;
  width:auto;
}

/* end/privacy */

.qa .sec_01 .sec_inner .qa .qa_box .question p{
  color:#1D60CC;
}
.qa .sec_01 .sec_inner .qa .qa_box .question p:before{
  background-color:#1D60CC;
}
.qa .sec_01 .sec_inner .qa .qa_box {
  padding: 3rem 0 3rem 0;
}
.qa .sec_01 .sec_inner .qa .qa_box .question p::after{
  right:2rem;
}
.qa .sec_01 .sec_inner .qa .qa_box .question.on p::after{
  right:2rem;
}
.qa .sec_01 .sec_inner .qa .qa_box .question p{
  padding:0 4rem 0 5rem;
}
.qa .sec_01 .sec_inner .qa .qa_box .answer p {
  padding: 0 4rem 0 5rem;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .qa .sec_01 .sec_inner .qa .qa_box .question p{
    font-size:1.4rem;
  }
  .qa .sec_01 .sec_inner .qa .qa_box .answer p {
    font-size:1.4rem;
  }
}

/* admin */
.pagination.-default span{
  background-color: #eee!important;
  color:inherit;
}
.l-header .mainNav .nav .logout a{
  background-color: #eee!important;
}
/* end/admin */

.terms-wrap{
  max-width:960px;
}
.terms--inner{
  display:flex;
  flex-direction:column;
  gap:2rem;
}
.terms__table01{
  max-width:640px;
  width:100%;
}
.terms__table01 td:last-child{
  text-align:right;
}
@media screen and (max-width: 768px) {
  .sec .terms__table01 tr th,
  .sec .terms__table01 tr td{
    font-size:1.4rem;
  }
}

.mv{
  background: linear-gradient(263.8deg, #012FBF 22.93%, #1447E6 91.47%);
  padding:6rem 1vw;
}
.mv .sec_inner{
  display:flex;
}
.mv__left {
  width:50%;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-right:2vw;
}
.mv__right {
  width:50%;
  background-color:#fff;
  padding:2rem 3rem;
}
.mv__left h1{
  font-size:min(4.6vw,5.6rem);
  margin:0;
}
.mv__left h1 span{
  font-size:min(4vw,4.8rem);
}
.mv__left p{
  font-size:min(1.9vw,2.4rem);
  line-height:1.5;
  margin:0.5em 0 0;
}
.mv__left ul{
  margin:4rem 0 0;
  padding:0;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  gap:1.5rem 2rem;
  width:100%;
  max-width:454px;
}
.mv__left ul li{
  background-color:#fff;
  color:#093AD0;
  width:calc(50% - 1rem);
  margin:0;
  padding:0.75em 1em;
  font-size:min(1.7vw,2.1rem);
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
  border-radius:2em;
}
.mv__left ul li:before{
  width:1em;
  height:1em;
  flex-shrink:0;
  content:'';
  background:url(../img/icon_check_b.svg) no-repeat center / contain;
}
.mv__left ul li:last-child{
  width:100%;
}
.mv__right dl{
  width:100%;
  display:flex;
  margin-bottom:1.5rem;
}
.mv__right dt{
  width: 11em;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:1em;
}
.mv__right dt span{
  background-color: var(--dark-color);
  border-radius: 1.5em;
  padding: 0.25rem 0.75rem;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
}
.mv__right dd{
  width:calc(100% - 11em);
}
.mv__right dd input{
  width:100%;
  border-radius:2px;
  border:1px solid var(--dark-color);
  padding:0.75em 0.5em;
}
.mv__right dd textarea{
  width:100%;
  border-radius:2px;
  border:1px solid var(--dark-color);
  padding:0.75em 0.5em;
  height:6em;
}
.mv__right .txt{
  font-size:1.2rem;
  text-align:center;
  margin-bottom:2rem;
  color: var(--dark-color);
}
.mv__right .txt a{
  color: var(--dark-color);
  font-weight:700;
}
.mv__right .u-btn02{
  color:#333;
  font-size:1.6rem;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .mv{
    padding:5rem 1vw;
  }
  .mv .sec_inner{
    flex-direction:column;
    gap:4rem;
  }
  .mv__left {
    width:100%;
    max-width:600px;
    align-items:center;
    padding-right:0;
    margin:0 auto;
  }
  .mv__right {
    width:100%;
    max-width:600px;
    margin:0 auto;
    padding:2rem;
  }
  .mv__left h1{
    font-size:min(9vw,5.6rem);
  }
  .mv__left h1 span{
    font-size:min(8vw,4.8rem);
  }
  .mv__left p{
    font-size:min(3.7vw,2.4rem);
    margin:1em 0 0;
  }
  .mv__left ul{
    margin:7vw 0 0;
    gap:3vw 3vw;
  }
  .mv__left ul li{
    width:calc(50% - 1.5vw);
    font-size:min(3.7vw,2.1rem);
  }
  .mv__right dl{
    flex-direction:column;
    gap:1rem;
    margin-bottom:1.5rem;
  }
  .mv__right dt{
    width: 100%;
  }
  .mv__right dd{
    width:100%;
  }
}
.sec_reazon{
  background-color:#E9F0FF;
  padding:8rem 0;
}
.sec_reazon h2{
  background-color:#fff;
  max-width:524px;
  width:100%;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:4rem 2rem;
  border-radius:30px;
  font-size:2.8rem;
  position:relative;
}
.sec_reazon h2 span.txt_row{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  width:100%;
  line-height:1.25;
}
.sec_reazon h2 span.txt_row img{
  width:80%;
  max-width:300px;
  margin-right:0.5rem;
}
.sec_reazon h2 span.txt_row .num{
  font-size:1.75em;
  margin:0 0.1em;
  transform:translateY(14%);
}
.sec_reazon h2:after{
  content:'';
  width: 72px;
  height: 32px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color:#fff;
  position:absolute;
  bottom:0;
  left:50%;
  transform:translate(-50%,100%);
}
.reazon__inner{
  display:flex;
  flex-wrap:wrap;
  gap:10rem 3rem;
  margin-top:15rem;
}
.reazon__item{
  background-color:#fff;
  position:relative;
  width:calc(50% - 1.5rem);
  padding:15rem 3rem 3rem 3rem;
}
.reazon__item img{
  height:21rem;
  width:auto;
  position:absolute;
  top:0;
  left:50%;
  transform:translate(-50%,-44%);
}
.reazon__item h3{
  font-size:2.4rem;
  display:flex;
  justify-content:center;
  margin:0 0 1em;
}
.reazon__item p strong{
  color:#FF8D28;
  font-weight:400;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .sec_reazon{
    padding:6rem 0;
  }
  .sec_reazon h2{
    max-width:400px;
    width:94%;
    padding:3rem 1.5rem;
    font-size:2.2rem;
  }
  .sec_reazon h2 span.txt_row img{
    width:70%;
  }
  .reazon__inner{
    gap:10rem 3rem;
    margin-top:11rem;
    justify-content:center;
  }
  .reazon__item{
    width:100%;
    max-width:500px;
    padding:12rem 2rem 3rem 2rem;
  }
  .reazon__item img{
    height:17rem;
  }
  .reazon__item h3{
    font-size:2rem;
  }
}
.company-step__ttl{
  background-color:#1447E6;
  color:#fff;
  padding:4rem 1.4rem 8rem;
  text-align:center;
  position:relative;
}
.company-step__ttl:after{
  content:'';
  width: 72px;
  height: 32px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color:#1447E6;
  position:absolute;
  bottom:0;
  left:50%;
  transform:translate(-50%,99%);
}
.company-step__ttl h2{
  font-size:3.2rem;
  margin:0 0 0.2em;
}
.company-step__ttl h2 span{
  font-size:1.25em;
}
.company-step__ttl h2 .zero{
  font-size:2em;
  margin:0.1em;
  display:inline-block;
  position:relative;
  transform:translateY(5%);
}
.company-step__ttl h2 .zero:after{
  content:'';
  width:0.5em;
  height:0.5em;
  background:url(../img/0_line.svg) no-repeat center / contain;
  position:absolute;
  top:0;
  right:0;
  transform:translateX(50%);
}
.company-step__wrap{
  position:relative;
  margin:8rem auto;
  max-width:1100px;
  display:flex;
  flex-direction:column;
  gap:4rem;
}
.company-step__item{
  display:flex;
  gap:3rem;
  justify-content:space-between;
}
.company-step__num{
  position:relative;
}
.company-step__num:after{
  content:'';
  width:4px;
  height:calc(100% + 4rem);
  background-color:#BDCDF3;
  position:absolute;
  top:1rem;
  left:calc(50% - 2px);
}
.company-step__item:last-child .company-step__num:after{
  content:none;
}
.company-step__num span{
  width:96px;
  height:96px;
  background-color:#EFF4FF;
  border-radius:50%;
  font-size:4.1rem;
  font-weight:700;
  color:#BDCEF3;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:10;
}
.company-step__cont{
  width:calc(100% - 126px);
  max-width:920px;
  padding:2rem;
}
.company-step__item:last-child .company-step__cont{
  background-color:#FFF7E9;
  position:relative;
  padding:2rem 22rem 2rem 2rem;
  margin:2rem 0 0;
}
.company-step__item:last-child .company-step__cont img{
  width:197px;
  position:absolute;
  bottom:0;
  right:3rem;
}
.company-step__cont h3{
  font-size:2.4rem;
  margin:0 0 0.25em;
}
.company-step__cont ul{
  padding:0;
  margin:0.5em 0;
}
.company-step__cont li{
  list-style:none;
}
.company-step__cont li:before{
  content:'';
  display:inline-block;
  width:1em;
  height:1em;
  background-color:#FD9400;
  border-radius:50%;
  transform:translateY(10%);
  margin-right:0.25em;
}
.company-step__price p{
  font-size:1.2rem;
  text-align:right;
}
.company-step__price table{
  margin:0.5rem 0 0;
}
.company-step__price table th{
  background-color:var(--dark-color);
  color:#fff;
  text-align:left;
  font-size:2rem;
}
.company-step__price table td{
  font-size:1.8rem;
}
.company-step__price table td:last-child{
  font-size:2.4rem;
  font-weight:700;
  text-align:right;
}
.company-step__price tr:nth-child(odd) td{
  background-color:#D9D9D9;
}
.company-step__price tr:nth-child(even) td{
  background-color:#f0f0f0;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .company-step__ttl{
    padding:2rem 1.4rem 5rem;
  }
  .company-step__ttl h2{
    font-size:2.2rem;
    margin:0 0 0.2em;
  }
  .company-step__wrap{
    margin:6rem auto;
    gap:3rem;
  }
  .company-step__item{
    display:flex;
    gap:1rem;
    justify-content:space-between;
  }
  .company-step__num:after{
    width:2px;
    height:calc(100% + 3rem);
    left:calc(50% - 1px);
  }
  .company-step__num span{
    width:60px;
    height:60px;
    font-size:2.8rem;
  }
  .company-step__cont{
    width:calc(100% - 70px);
    padding:0;
  }
  .company-step__item:last-child .company-step__cont{
    padding:1.5rem 1.5rem 0;
  }
  .company-step__item:last-child .company-step__cont img{
    width:197px;
    position:static;
    display:block;
    margin:0 auto;
  }
  .company-step__cont h3{
    font-size:1.8rem;
  }
  .company-step__cont li{
    font-size:1.4rem;
  }
  .company-step__cont p{
    font-size:1.4rem;
  }
  .company-step__price p{
    font-size:1.2rem;
    text-align:right;
  }
  .company-step__price table{
    margin:0.5rem 0 0;
  }
  .company-step__price table th{
    font-size:1.4rem;
  }
  .company-step__price table th:first-child{
    width:60%;
  }
  .company-step__price table th:last-child{
    width:40%;
  }
  .company-step__price table td{
    font-size:1.4rem;
  }
  .company-step__price table td:last-child{
    font-size:1.6rem;
    font-weight:700;
    text-align:right;
  }
}
.sec_qa{
  overflow:hidden;
}
.qa__ttl{
  padding: 2rem 0;
  margin-bottom:6rem;
  background-color:#E7ECFC;
  position:relative;
  display:flex;
  gap:4rem;
  align-items:center;
  justify-content:space-between;
}
.qa__ttl h2{
  flex-shrink:0;
}
.qa__ttl:before{
  content:'';
  width:200px;
  height:100%;
  position:absolute;
  background-color:#E7ECFC;
  top:0;
  left:-200px;
  border-radius:50% 0 0 50%;
}
.qa__ttl:after{
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  background-color:#E7ECFC;
  top:0;
  right:0;
  transform:translateX(100%);
}
.qa__ttl img{
  width:398px;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .qa__ttl img{
    width:40vw;
    max-width:200px;
    display:block;
  }
}
.fix__btn{
  width:164px;
  height:164px;
  position:fixed;
  bottom:4rem;
  right:4rem;
  z-index:9999;
}
.fix__btn a{
  width:164px;
  height:164px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background-color:var(--cta-color);
  border-radius:50%;
  transition:.2s ease;
 }
.fix__btn a:hover{
  opacity:1;
  background-color:var(--cta-color-hover);
}
.fix__btn a .fix__fukidashi{
  background-color:#333;
  color:#fff;
  font-weight:700;
  font-size:1.2rem;
  line-height:1;
  padding:0 0.6em 0.5em;
  border-radius:2em;
  position:relative;
  margin:0 0 1em;
}
.fix__btn a .fix__fukidashi .zero{
  font-size:1.5em;
  display:inline-block;
  margin:0.1em;
  transform:translateY(8%);
  color:var(--cta-color);
}
.fix__btn a .fix__fukidashi:after{
  content:'';
  width: 10px;
  height: 7px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color:#333;
  position:absolute;
  bottom:1px;
  left:50%;
  transform:translate(-50%,99%);
}
.fix__btn a .fix__small{
  font-size:2rem;
  font-weight:700;
  line-height:1.25;
}
.fix__btn a .fix__large{
  font-size:2.9rem;
  font-weight:700;
  line-height:1.25;
}
@media screen and (max-width: 768px) {
  .fix__btn{
    width:140px;
    height:140px;
    bottom:2rem;
    right:2rem;
  }
  .fix__btn a{
    width:140px;
    height:140px;
   }
  .fix__btn a:hover{
    opacity:1;
    background-color:var(--cta-color-hover);
  }
  .fix__btn a .fix__fukidashi{
    font-size:1rem;
  }
  .fix__btn a .fix__fukidashi .zero{
    transform:translateY(3%);
  }
  .fix__btn a .fix__small{
    font-size:1.8rem;
  }
  .fix__btn a .fix__large{
    font-size:2.4rem;
  }
}
.recruitment_detail .fix__btn{
  width:164px;
  height:164px;
}
.recruitment_detail .fix__btn button{
  background:none;
  border:none;
  color:#333;
  font-size:2.5rem;
  font-weight:700;
  width:164px;
  height:164px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background-color:var(--cta-color);
  border-radius:50%;
  transition:.2s ease;
}
.recruitment_detail .fix__btn button:hover{
  opacity:1;
  background-color:var(--cta-color-hover);
}
.recruitment_detail .fix__btn button span{
  font-size:2rem;
}
@media screen and (max-width: 768px) {
  .recruitment_detail .fix__btn{
    width:140px;
    height:140px;
  }
  .recruitment_detail .fix__btn button{
    font-size:2.2rem;
    width:140px;
    height:140px;
  }
  .recruitment_detail .fix__btn button span{
    font-size:1.8rem;
  }
}

/* mypage header */
.l-header.-mypage:not(.-worker) {
  padding: 1.5rem 2rem;
}
.l-header.-mypage:not(.-worker) .mainNav {
  gap: 0;
}
.l-header.-mypage:not(.-worker) .mainNav .logo a {
  width: 12vw;
}
.l-header.-mypage:not(.-worker) .mainNav .logo a img {
  width: 100%;
  height: auto;
}
.l-header.-mypage:not(.-worker) .mainNav .nav {
  margin-right: 0;
}
.l-header.-mypage:not(.-worker) .hiddenNav #toggle {
  width: 3rem;
  height: 2.4rem;
  padding: 0;
  margin: 0 0 0 2rem;
  background: none;
}
.l-header.-mypage:not(.-worker) .hiddenNav #toggle > span,
.l-header.-mypage:not(.-worker) .hiddenNav #toggle.on .one,
.l-header.-mypage:not(.-worker) .hiddenNav #toggle.on .three {
  width: 100%;
}
.l-header.-mypage:not(.-worker) .hiddenNav #toggle > span {
  background: #121212;
}
.l-header.-mypage:not(.-worker) .hiddenNav #toggle > span.three {
  bottom: 0;
}
.l-header.-mypage:not(.-worker) .hiddenNav #toggle.on > span {
  background: #fff;
}
.l-header.-mypage:not(.-worker) .hiddenNav #menu ul {
  padding: 100px 0 0 160px;
}

@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .l-header.-mypage:not(.-worker) {
    padding: 4vw 4.88vw;
  }
  .l-header.-mypage:not(.-worker) .mainNav {
    gap: 0;
  }
  .l-header.-mypage:not(.-worker) .mainNav .logo a {
    width: 40.85vw;
    max-width: none;
  }
  .l-header.-mypage:not(.-worker) .mainNav .logo a img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .l-header.-mypage:not(.-worker) .hiddenNav #menu ul {
    padding: 30vw 0 0;
  }
}
.about .mv__left {
  width:58%;
}
.about .mv__right {
  width:42%;
  background:none;
  padding:0;
}
.about .mv__left p{
  margin:1em 0 0;
}
.company-step__cont ul.mb0{
  margin-bottom:0;
}
.sec_reazon h2.u-tit01{
  background:none;
  margin:3em auto 1em;
  padding:0;
}
.sec_reazon h2.u-tit01:after{
  content:none;
}
.shikumi__inner{
  display:flex;
  gap:3rem;
}
.shikumi__item{
  background-color:#fff;
  padding:0 2rem 2rem;
}
.shikumi__item h3{
  background-color:var(--base-color);
  color:#fff;
  text-align:center;
  margin:0 -2rem 2rem;
  padding:0.25em;
}
.shikumi__item:last-child h3{
  background-color:#F0787E;
}
.sec_reazon .more{
  margin:4rem auto 0;
  max-width:440px;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .about .mv__left {
    width:100%;
  }
  .about .mv__right {
    width:90%;
    max-width:400px;
  }
  .about .mv__left h1{
    font-size:min(7.8vw,5rem);
  }
  .about .mv__left h1 span{
    font-size:min(6vw,4rem);
  }
  .about .mv__left p{
    font-size:min(3.7vw,2.4rem);
  }
  .shikumi__inner{
    flex-direction:column;
    align-items:center;
    gap:5rem;
  }
  .shikumi__item{
    width:100%;
    max-width:500px;
  }
}
