@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;600;900&display=swap');
html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
html {
  overflow-y: scroll;
}
address {
  font-style: normal;
}
.clear {
  clear: both;
}
body {
  color: #222;
  font-family: 'Noto Sans CJK JP', 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
p, li, dt, dl {
  line-height: 1.6;
}
p {
  margin: 0;
}
a:link {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #222;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
h1 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  text-align: center;
  margin: 100px auto 0;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
}
h6 {
  color: #00397a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 0;
}
a:link {
  color: #00397a;
}
.ttl02 {
  text-align: center;
  margin: 20px auto;
  width: 80px;
  height: 6px;
  background-color: #f2571d;
  line-height: 1;
}
.ttl03 {
  text-align: center;
  margin: 0 auto 34px;
  color: #f2571d;
  font-size: 20px;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  line-height: 1;
}
.ttl04 {
  margin: 20px auto 150px;
  font-size: 45px;
  font-weight: 900;
  position: relative;
}
.ttl04:before {
  content: url(../img/ttl_l01.webp);
  margin-right: 20px;
  position: absolute;
  margin-left: -80px;
}
.ttl04:after {
  content: url(../img/ttl_r01.webp);
  margin-left: 20px;
  position: absolute;
}
.fv {
  max-width: 1368px;
  background-image: url(../img/fv03.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  min-height: 750px;
}
.fv01 {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  align-items: center;
}
.fv02 {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 900;
}
.fv_right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #fff;
  line-height: 1;
}
.fv_tel01 {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Figtree', sans-serif;
  text-align: right;
  margin-left: 10px;
  margin-top: 4px;
}
.fv_tel02 {
  font-size: 15px;
  font-weight: 800;
}
.fb_free {
  background-color: #FF9100;
  height: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 9px 0;
  text-align: center;
}
.fv_ttl01 {
  font-size: 48px;
  text-align: left;
}
.fv_ttl02 {
  font-size: 56px;
  text-align: left;
}
.fv_ttl03 {
  font-size: 78px;
  text-align: left;
  font-family: 'Figtree', sans-serif;
}
.fv_ttl04 {
  font-size: 42px;
  color: #cbfafc;
  text-align: left;
  line-height: 1;
  margin-bottom: 26px;
}
.fv_ttl05 {
  width: 600px;
  height: 78px;
  color: #00368B;
  font-size: 29px;
  background-color: #fff;
  border-radius: 46px;
  line-height: 1;
  padding-top: 12px;
}
.fv_ttl06 {
  font-size: 20px;
  font-weight: 900;
}
.fv_ttl07 {
  font-size: 40px;
  color: #ff821a;
  font-family: 'Figtree', sans-serif;
}
.fv_ttl08 {
  font-size: 26px;
}
.fv_ttl09 {
  font-size: 25px;
  color: #ff821a;
}
.fv_btn {
  width: 420px;
  height: 68px;
  font-size: 32px;
  color: #fff;
  font-weight: 900;
  padding-top: 20px;
  position: relative;
  background-image: url(../img/btn_arrow.webp), linear-gradient(180deg, #FF8F31 0%, #EA3210 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: 90% center, 0% 0%;
  background-size: auto, 100% 100%;
  border-radius: 50px;
  opacity: 1;
  margin-top: 62px;
  padding-right: 50px;
  margin-left: 24px;
  transition: opacity 0.2s ease;
}
.fv_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.fv_btn:hover {
  opacity: 0.7;
}
h3 {
  text-align: left;
  font-size: 100px;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.1;
}
h4 {
  padding-left: 52px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.pes_copy01 {
  margin: 0 auto;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
}
.pes_copy02 {
  margin: 20px auto 50px;
  font-size: 45px;
  font-weight: 900;
  color: #0c3477;
}
.pes_copy03 {
  width: 520px;
  height: 50px;
  background: transparent linear-gradient(180deg, #ff0000 0%, #800000 100%) 0% 0% no-repeat padding-box;
  border-radius: 50px;
  opacity: 1;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  padding-top: 6px;
  margin: 0 auto 30px;
  ;
}
.pes_caution01 {
  max-width: 840px;
  height: 80px;
  text-align: center;
  margin: 0 auto -50px;
  background-color: #222;
  border-radius: 15px;
  padding: 20px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.pes_caution02 {
  width: 70px;
  margin-right: 20px;
}
.pes_caution03 {
  font-size: 28px;
  color: #fff;
  line-height: 1.3;
}
.pes_caution04 {
  font-size: 38px;
  color: #ffee03;
}
.pes_caution05 {
  margin: 50px auto;
  padding: 0 20px;
}
.pes_caution06 {
  text-align: left;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
}
.pes_caution07 {
  color: #d80000;
  font-weight:
    600;
}
.orange {
  color: #f2571d;
}
.blue {
  color: #0c3477;
}
.red {
  color: #d80000;
}
.empathy {
  background-image: url(../img/back001.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  text-align: center;
  padding-bottom: 60px;
}
h5 {
  font-size: 45px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 26px;
}
.empathy_ttl02 {
  width: 372px;
  height: 55px;
  background: transparent linear-gradient(180deg, #2167B7 0%, #00397a 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  opacity: 1;
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  margin: 26px auto 0;
  padding-top: 5px;
  transform: translateY(-30px);
}
.empathy01 {
  max-width: 840px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #00000029;
  opacity: 1;
  margin: 0 auto -10px;
  padding: 0 54px 54px;
}
.empathy_list ul {
  font-size: 24px;
  font-weight: 600;
  list-style-image: url(../img/check01.webp);
  text-align: left;
}
.empathy_list li {
  line-height: 1.4;
  margin-bottom: 12px;
}
.empathy02 {
  margin: -20px auto -10px;
}
.empathy03 {
  max-width: 840px;
  margin: 0 auto;
  background-image: url(../img/img01.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  font-size: 32px;
  font-weight: 600;
  min-height: 210px;
  padding-top: 10px;
}
.empathy04 {
  font-size: 24px;
}
.benefits_ttl01 {
  font-size: 32px;
  text-align: center;
  margin: 80px auto 22px;
  font-weight: 900;
}
.benefits_ttl02 {
  font-size: 38px;
  text-align: center;
  margin: 0 auto 22px;
  font-weight: 900;
  line-height: 0.75
}
.benefits_ttl03 {
  font-size: 50px;
  color: #f2571d;
}
.benefits_ttl04 {
  font-size: 45px;
  color: #f2571d;
}
.benefits_ttl02_last {
  display: inline-block;
}
.benefits_ttl02_last:before {
  content: url(../img/ttl_l01.webp);
  margin-right: 6px;
  display: inline-block;
  vertical-align: bottom;
}
.benefits_ttl02_last:after {
  content: url(../img/ttl_r01.webp);
  margin-left: 6px;
  display: inline-block;
  vertical-align: bottom;
}
.benefits_ttl02_br {
  display: block;
  margin-bottom: -0.5em;
}
.benefits01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 42px auto 0;
  justify-content: center;
  align-items: center
}
.benefits02 {
  max-width: 220px;
  background-color: #F7F7F7;
  border-radius: 10px;
  color: #0c3477;
  font-size: 17px;
  font-weight: 600;
  width: 100%;
  padding-top: 24px;
  height: 196px;
}
.benefits05 {
  margin-top: 4px;
  line-height: 1.4;
}
.benefits03 img {
  max-width: 140px;
}
.benefits04 img {
  max-width: 120px;
}
.benefits04_row {
  display: contents;
}
.benefits_batsu {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 40px;
  font-weight: 600;
  color: #4779CE;
}
.trackrecord {
  background-image: url(../img/back002.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding-bottom: 30px;
  padding-top: 80px;
}
.trackrecord_ttl01 {
  font-size: 32px;
  font-weight: 900;
  color: #f2571d;
  position: relative
}
.trackrecord_ttl01:before {
  content: url(../img/ttl_l02.webp);
  margin-right: 6px;
  position: absolute;
  margin-left: -40px;
}
.trackrecord_ttl01:after {
  content: url(../img/ttl_r02.webp);
  margin-left: 6px;
  position: absolute;
}
.trackrecord_ttl02 {
  font-size: 32px;
  font-weight: 900;
}
.trackrecord_ttl03 {
  font-size: 36px;
}
.trackrecord_ttl04 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}
.trackrecord_ttl05 {
  font-size: 100px;
  color: #f2571d;
  line-height: 1;
}
.trackrecord_img01 {
  margin: 40px auto 42px;
}
.trackrecord_img02 {
  margin: 0 auto;
}
.details {
  background-color: #fafafa;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
}
.shadow_back01 {
  box-shadow: 0px 3px 12px rgba(41, 97, 161, 0.3);
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 50px 86px;
  border-radius: 15px;
}
.pes_txt01 {
  font-size: 19px;
  text-align: left;
}
.pes_txt02 {
  color: #d80000;
  font-weight: 600;
}
.pes_flow_ttl {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 16px;
}
.pes_flow_ttl:before {
  content: url(../img/check_red.webp);
  position: relative;
  top: 6px;
}
.pes_flow01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 900px;
  background-color: #fafafa;
  border-radius: 15px;
  align-items: center;
  margin: 22px auto 0;
}
.pes_flow02 {
  text-align: left;
  max-width: 560px;
  margin-right: 46px;
}
.pes_flow01 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.pes_flow_arrow {
  margin: -8px auto 20px;
}
.pes_rules {
  margin: 40px auto 0;
}
.pes_rules img {
  max-width: 100%;
}
.comparison_ttl01 {
  font-size: 40px;
  font-weight: 900;
  color: #0a317d;
  background-color: #f1f7fc;
  border-radius: 15px;
  padding: 30px;
  max-width: 900px;
  margin: 0 auto 30px;
}
.spec01 {
  display: block;
  padding-top: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.spec01 table {
  width: 900px;
  min-width: 600px;
  border: 1px #fff solid;
  border-collapse: collapse;
  background-color: #fff;
  table-layout: fixed;
}
.spec01 td {
  border-bottom: 1px #ccc solid;
  background-color: #fff;
  padding: 7px 16px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
}
.spec01 th {
  border-top: 1px #ccc solid;
  background-color: #4f96d9;
  padding: 7px 16px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
}
.spec02 {
  font-size: 30px;
}
.spec03 {
  border-bottom: 3px #f2571d solid !important;
  border-left: 3px #f2571d solid;
  border-right: 3px #f2571d solid;
  font-size: 20px;
  font-weight: 600;
}
.spec04 {
  border-left: 3px #f2571d solid;
  border-right: 3px #f2571d solid;
}
.spec05 {
  font-size: 20px;
  font-weight: 600;
}
.spec_batsu {
  color: #333 !important;
  font-size: 30px !important;
}
.spec_maru {
  font-size: 30px !important;
}
.spec_ttl01 {
  border-top: none !important;
  text-align: center !important;
  padding: 0 16px;
  background: #2881D3 !important;
  height: 60px;
  box-sizing: border-box;
  vertical-align: middle;
}
.spec_ttl03 {
  background-color: #333 !important;
  color: #fff;
  font-weight: 600 !important;
  height: 60px;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: none !important;
}
.spec_ttl04 {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}
.spec_ttl05 {
  font-size: 20px;
  font-weight: 400;
}
.spec_ttl06 {
  padding: 0 10px 10px !important;
  border-top: none !important;
  border-left: 3px #f2571d solid !important;
  border-right: 3px #f2571d solid !important;
  border-bottom: none !important;
  background: #f47820 !important;
  text-align: center !important;
  vertical-align: middle;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  height: 60px;
}
.spec_ttl06::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -3px;
  right: -3px;
  height: 20px;
  background: #f47820;
  border-top: 3px #f2571d solid;
  border-left: 3px #f2571d solid;
  border-right: 3px #f2571d solid;
  border-radius: 12px 12px 0 0;
  z-index: 1;
}
.spec_ttl06 > * {
  position: relative;
  z-index: 2;
}
.spec_comment {
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
}
.tworeasons {
  background-image: url(../img/back004.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 30px;
  padding-top: 80px;
  margin-bottom: 100px;
}
.tworeasons_ttl01 {
  text-align: center;
  margin: 80px auto 20px;
  font-size: 28px;
  font-weight: 900;
}
.tworeasons_ttl02 {
  text-align: center;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 900;
}
.tworeasons_ttl03 {
  text-align: center;
  margin: 10px auto 40px;
  font-size: 32px;
  font-weight: 900;
}
.tworeasons_ttl04 {
  font-size: 30px !important;
  line-height: 1.4 !important;
  font-weight: 900;
  color: #00397a;
}
.tworeasons_ttl04 {
  padding-left: 1em;
  text-indent: -1em;
}
.tworeasons_ttl04:before {
  content: url(../img/check02.webp);
  margin-right: 6px;
  position: relative;
}
.tworeasons01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1000px;
  background-color: #f1f7fc;
  border-radius: 15px;
  text-align: center;
  margin: 0 auto 50px;
}
.tworeasons02 {
  max-width: 417px;
  border-radius: 15px 0 15px 0;
}
.tworeasons03 {
  text-align: left;
  padding: 34px 30px 0 30px;
}
.tworeasons03 p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 28px;
}
.tworeasons04 {
  max-width: 417px;
  border-radius: 0 15px 0 15px;
}
.cta01 {
  max-width: 1000px;
  text-align: center;
  margin: 40px auto 30px;
  padding-top: 40px;
  padding-left: 56px;
  padding-bottom: 40px;
  border-radius: 20px;
  background: url(../img/img19.webp) no-repeat;
  background-position: right 66px bottom;
  background-color: #F0F9FF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.cta02 {
  width: 500px;
  max-width: 100%;
  height: 36px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding-top: 13px;
  background: transparent linear-gradient(90deg, #0d3f92 0%, #2e66c5 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-bottom: 10px;
  line-height: 1;
}
.cta03 {
  font-size: 68px;
  color: #0c3477;
  padding-top: 16px;
  line-height: 1.1;
  padding-left: 15px;
  font-weight: 900;
}
.cta04 {
  font-size: 88px;
}
.cta05 {
  max-width: 1000px;
  text-align: center;
  margin: 20px auto 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cta05 img {
  max-width: 100%;
}
.cta06 {
  margin-right: 20px;
}
.cta_copy01 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 10px;
  line-height: 1.4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cta_copy01:before {
  content: url(../img/ttl_l01.webp);
  display: block;
  flex-shrink: 0;
  line-height: 0;
  align-self: flex-end;
  margin-right: 20px;
}
.cta_copy01:after {
  content: url(../img/ttl_r01.webp);
  display: block;
  flex-shrink: 0;
  line-height: 0;
  align-self: flex-end;
  margin-left: 12px;
}
.cta_copy02 {
  font-size: 38px;
  font-weight: 900;
}
.cta_copy03 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.4;
}
.step_ttl01 {
  max-width: 732px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin: 180px auto 40px;
  font-size: 44px;
  font-weight: 900;
}
.step_ttl02 {
  font-size: 28px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 10px;
}
.step01 {
  max-width: 1000px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  margin: 0 auto;
  background-color: #fafafa;
  padding: 40px 30px 30px 40px;
  align-items: center;
}
.step01 p {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
}
.step01 > div:nth-child(2) {
  align-self: flex-start;
  flex: 1;
}
.step_no01 {
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  font-family: 'Figtree', sans-serif;
  font-size: 20px;
  margin-right: 30px;
}
.step_no01 p {
  line-height: 0.9;
  padding-top: 16px;
  text-align: center;
  font-weight: 500;
}
.step_no02 {
  font-size: 50px;
  font-weight: 600;
}
.steparrow {
  text-align: center;
  margin: -10px auto 10px;
}
.plan_ttl01 {
  background: linear-gradient(to bottom right, #f7b000 0%, #f07820 50%, #e84800 100%);
  width: 372px;
  height: 64px;
  text-align: center;
  margin: 0 auto;
  font-weight: 900;
  font-size: 38px;
  color: #fff;
}
.plan_ttl02 {
  text-align: center;
  margin: 10px auto;
  font-weight: 900;
  font-size: 38px;
}
.plan_ttl03 {
  text-align: center;
  margin: 0 auto 0;
  font-weight: 900;
  font-size: 28px;
  line-height: 44px;
}
.plan_ttl04 {
  color: #f2571d;
  font-weight: 900;
  font-size: 32px;
}
.plan01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  margin: 44px auto 90px;
  align-items: flex-end;
  max-width: 1000px;
}
.plan02 {
  text-align: left;
  font-weight: 600;
}
.plan03 {
  font-size: 20px;
  margin-bottom: 4px;
}
.plan02 ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
.plan02 ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.4em;
  padding: 0.4em 0.5em 0.4em 30px;
}
.plan02 ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #222;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plan02 ol li.orange:before {
  background: #f2571d;
  color: #fff;
}
.plan02 ol li.orange {
  color: #f2571d;
}
.price01 {
  text-align: center;
  margin: 0 auto;
  font-size: 28px;
  line-height: 54px;
  font-weight: 900;
}
.price02 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.simple01 {
  max-width: 480px;
  width: 100%;
}
.simple02 {
  color: #fff;
  background: transparent linear-gradient(180deg, #555555 0%, #333333 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px 20px 0px 0px;
  opacity: 1;
  padding: 20px 10px;
}
.simple03 {
  border-bottom: 10px #333 solid;
  border-left: 10px #333 solid;
  border-right: 10px #333 solid;
  border-radius: 0px 0px 20px 20px;
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
}
.simple04 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.simple05 {
  font-size: 40px;
  font-weight: 600;
}
.simple_price {
  font-family: 'Figtree', sans-serif;
  font-size: 60px;
  color: #f2571d;
  padding-right: 10px;
  font-weight: 800;
  padding-bottom: 10px;
}
.outsourcing_price {
  font-family: 'Figtree', sans-serif;
  font-size: 76px;
  color: #f2571d;
  padding-right: 10px;
  font-weight: 800;
  padding-bottom: 10px;
}
.outsourcing01 {
  max-width: 517px;
  width: 100%;
}
.outsourcing02 {
  background: transparent linear-gradient(180deg, #F2721D 0%, #f2571d 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px 20px 0px 0px;
  opacity: 1;
  color: #fff;
  padding: 10px 10px 16px;
}
.outsourcing03 {
  border-bottom: 10px #f2571d solid;
  border-left: 10px #f2571d solid;
  border-right: 10px #f2571d solid;
  border-radius: 0px 0px 20px 20px;
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
}
.outsourcing04 {
  text-align: center;
  margin: 10px auto 0;
  font-size: 22px;
  font-weight: 600;
}
.outsourcing05 {
  text-align: center;
  line-height: 1.4;
  font-size: 55px;
  font-weight: 600;
}
.outsourcing06 {
  text-align: left;
}
.outsourcing07 {
  font-size: 20px;
}
.outsourcing_price01 {
  text-align: center;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 900;
}
.outsourcing_price02 {
  font-family: 'Figtree', sans-serif;
  font-size: 60px;
  color: #f2571d;
  text-align: center;
  margin: 20px auto;
}
.plan_cap {
  font-size: 14px;
  color: #777;
}
.maru {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.plan_cap {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.plan_copy01 {
  font-size: 95px;
  font-weight: 900;
}
.plan_copy01:before {
  content: url(../img/ttl_l02.webp);
  margin-right: 20px;
  position: relative;
}
.plan_copy01:after {
  content: url(../img/ttl_r02.webp);
  margin-left: 20px;
  position: relative;
}
.faq {
  background-image: url(../img/back002.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding-bottom: 100px;
}
.faq .accordion {
  margin: 0 auto;
  max-width: 1000px;
  width: 80%;
  padding-bottom: 6.944%;
  text-align: left;
  font: 16px / 1.6em "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.faq .accordion dl {
  filter: drop-shadow(0 3px 6px rgba(12, 52, 119, 0.2));
}
.faq .accordion dl:not(:first-child) {
  margin-top: 10px;
}
.accordion dl dt {
  background-image: linear-gradient(90deg, #005fb6, #2d84d5);
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  padding: 22px 87px;
  position: relative;
  color: #fff;
  line-height: 1;
}
.accordion dl dt::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  background-image: url(../img/faq_q.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
  left: 24px;
}
.accordion dl dt:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
}
.accordion dl dt.open:after {
  transform: rotate(-180deg);
  top: 28%;
}
.accordion dl dd {
  padding: 20px 30px 30px 87px;
  display: none;
  background: #fff;
  margin: 0;
  position: relative;
  transition: all .3s;
}
.accordion dl dt.open + dd {
  display: block;
}
.accordion dl dd::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url(../img/faq_a.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 28px;
  left: 24px;
}
.voice p a:link {
  color: #222;
}
.voice .swiper {
  max-width: 1206px;
  position: relative;
}
.swiper {
  padding-bottom: 10px !important;
}
.voice01 {
  width: 620px;
  height: 730px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  margin-top: 30px;
}
.voice01 img {
  width: 100%;
  height: auto;
}
.voice02 {
  text-align: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #fff;
  margin-top: 20px;
  align-items: flex-end;
  margin-bottom: 10px;
}
.voice03 {
  color: #fff;
  width: 90px;
  height: 30px;
  line-height: 1;
  background-color: #00397a;
  border-radius: 0 18px 18px 0;
  text-align: center;
  padding-top: 7px;
  font-size: 18px;
}
.voice04 {
  color: #00397a;
  font-size: 28px;
  font-weight: 900;
  padding-left: 24px;
  padding-top: 6px;
}
.voice05 {
  padding: 30px;
  text-align: left;
}
.voice06 {
  color: #00397a;
  font-size: 24px;
  font-weight: 900;
}
.voice05 p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.swiper-button-next, .swiper-button-prev {
  color: #00397a;
  width: 27px;
  height: 47px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-prev {
  left: 238px !important;
}
.swiper-button-next {
  right: 238px !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 27px;
  font-weight: 900;
  -webkit-text-stroke: 1px #00397a !important;
  text-stroke: 1px #00397a;
}
.faq_copy01 {
  font-size: 56px;
  font-weight: 900;
  text-align: center;
  margin: -60px auto 10px;
  position: relative;
}
.faq_copy01:before {
  content: url(../img/ttl_l01.webp);
  margin-right: 20px;
  position: absolute;
  margin-left: -80px;
}
.faq_copy01:after {
  content: url(../img/ttl_r01.webp);
  margin-left: 20px;
  position: absolute;
}
.faq_copy02 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
}
.faq_copy03 {
  font-size: 36px;
  color: #f2571d;
  font-weight: 900;
}
.faq_copy04 {
  font-size: 28px;
  color: #222;
}
.contact01 {
  border: 3px #C8D4E6 solid;
  max-width: 1000px;
  border-radius: 20px;
  min-height: 194px;
}
.contact01 p {
  padding-left: 314px;
  text-align: left;
  color: #0C3477;
  font-size: 26px;
  padding-top: 64px;
}
.contact02 {
  font-weight: 600;
  text-decoration: underline;
}
.contact03 {
  position: absolute;
  top: 0;
  left: 100px;
}
.contact04 {
  position: relative;
  height: 240px;
  max-width: 1000px;
  padding-top: 20px;
  margin: 0 auto;
}
.contact table {
  width: 100%;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 30px;
}
.contact td, .contact th {
  padding: 0 0 56px 25px;
  text-align: left;
  font-size: 18px;
}
.contact th {
  padding: 18px 0 0 0;
  vertical-align: top;
}
.contact form span {
  background: #235DBF;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  float: right;
  box-sizing: border-box;
  padding: 2px 7px;
  margin-top: 5px;
  border-radius: 3px;
}
.contact form span.opt {
  background: #777;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
  float: right;
  box-sizing: border-box;
  padding: 0 7px;
  margin-top: 5px;
  border-radius: 3px;
}
.contact input, textarea, select {
  padding: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  border: 1px #ccc solid;
  border-radius: 3px;
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  box-sizing: border-box;
}
.contact input[type="file"] {
  display: none;
}
.file-btn {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  background: #eee;
  color: #000;
}
.contact .tr--psefile td {
  padding-top: 14px;
}
.contact textarea {
  width: 100%;
  height: 150px;
  resize: vertical;
}
.contact textarea:focus {
  outline: 1px solid #86cbff;
}
.contact input:focus {
  outline: 1px solid #86cbff;
}
.contact input[type="checkbox"] {
  width: auto;
}
.contact input + input {
  margin-top: 30px;
}
.contact input + em {
  margin-left: .5em;
}
.contact em {
  font-style: normal;
  margin-right: .5em;
}
.contact input.--half {
  width: calc(48% - 1.75em);
}
.contact ::placeholder {
  color: #d0d0d0;
}
.contact form a.button, .btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 0em;
  display: block;
  margin: 70px auto 0;
  border: none;
  width: 260px;
  height: 64px;
  background: #F2571D 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
}
.contact form .submit {
  margin-top: 30px;
}
.contact input[type=radio] {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24px;
  width: 24px;
  vertical-align: -0.3rem;
  transition: all .15s ease-out 0s;
  border: 1px solid #ccc;
}
.consultation {
  margin-bottom: 14px;
}
#attachment-name {
  background: transparent;
  color: #000;
  padding: 0;
  margin: 0 0 0 10px;
  float: none;
  display: inline-block;
}
.footer {
  background: linear-gradient(to bottom right, #1e72be 0%, #0d4d8f 50%, #083870 100%);
  max-width: 100%;
  height: 100px;
  color: #fff;
  margin: 90px 0 0;
  padding-top: 22px;
}
.footer a:link {
  color: #fff;
}
.footer a:visited {
  color: #fff;
}
.footer a:hover {
  color: #ddd;
}
.footer a:active {
  color: #fff;
}
.footer01 {
  display: inline;
  padding-bottom: 8px;
  font-size: 18px;
}
.footer_cap {
  font-size: 15px;
  padding-bottom: 18px;
}
.bnr {
  text-align: center;
  z-index: 100;
  position: fixed;
  padding: 0;
  filter: drop-shadow(0 0 7px #aaa);
  transition: 0.3s ease-in-out;
  width: 352px;
  bottom: 20px;
  right: 20px;
}
.bnr p {
  position: relative;
  margin: 0 auto;
}
.bnr .mail {
  width: 93.75%;
}
.bnr button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../img/close.webp) no-repeat center center/30px 30px;
  position: absolute;
  top: -10px;
  left: -5px;
  margin: 0;
  padding: 0;
  border: none;
  letter-spacing: 1px;
  line-height: 0em;
  z-index: +1;
}
.sp_br {
  display: none;
}
.cta_sp {
  display: none;
}
.pes_rules_sp {
  display: none;
}
.pc_none {
  display: none;
}
.fv_img {
  display: none;
}
@media screen and (max-width: 1000px) {
  .cta01 {
    box-sizing: border-box;
    margin: 40px 20px 30px;
    padding-left: 20px;
  }
  .cta02 {
    width: 100%;
  }
  .cta05 {
    box-sizing: border-box;
    margin: 20px 20px 40px;
    width: calc(100% - 40px);
    padding: 0 10px;
  }
  .cta05 img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .shadow_back01 {
    padding: 40px 20px;
    box-sizing: border-box;
    margin: 0 20px;
  }
  .spec01 {
    width: 100%;
    overflow-x: auto;
    display: block;
    box-sizing: border-box;
  }
  .spec01 table {
    width: 100%;
    min-width: 600px;
  }
  .plan01 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .tworeasons01 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .-sidebar-on .l-content {
    display: block;
  }
  .-sidebar-on .l-mainContent {
    width: 100%;
  }
  .-sidebar-on #sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: inherit;
  }
  .pc_br {
    display: none;
  }
  .sp_none {
    display: none;
  }
  .pc_none {
    display: inherit;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  h1 {
    margin-left: 16px;
  }
  h1 img {
    width: 235px;
  }
  h2 {
    font-size: 30px;
  }
  h4 {
    display: none;
  }
  h5 {
    font-size: 24px;
    margin-top: 20px;
  }
  h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .ttl02 {
    margin: 20px auto 10px;
    width: 60px;
    height: 4px;
  }
  .ttl03 {
    margin: 0 auto 24px;
    font-size: 14px;
  }
  .ttl04 {
    font-size: 24px;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .ttl04 {
    font-size: 24px;
    display: inline-block;
    position: relative;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .ttl04:before {
    content: url(../img/ttl_l02.webp);
    position: absolute;
    right: calc(100% + 10px);
    bottom: 0;
    margin: 0;
  }
  .ttl04:after {
    content: url(../img/ttl_r02.webp);
    position: absolute;
    left: calc(100% + 10px);
    bottom: 0;
    margin: 0;
  }
  .fv {
    background-image: url(../img/fv03_sp.webp);
    height: 75vh;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .fv01 {
    margin: 0 auto 30px;
  }
  .fb_free {
    height: 16px;
    width: 67px;
    font-size: 11px;
    padding: 4px 2px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .fv_right {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .fv_tel01 {
    text-align: center;
    line-height: 1;
    font-size: 17px;
    margin-left: auto;
    padding-top: 3px;
  }
  .fv_tel02 {
    font-size: 11px;
  }
  .fv_img {
    display: inherit;
    margin-left: auto;
    margin-right: auto;
  }
  .fv_img {
    display: block;
    position: absolute;
    bottom: -30px;
    left: 20px;
    width: calc(100% - 40px);
    height: 60vw;
    background-image: url(../img/img10.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    z-index: 100;
    pointer-events: none;
  }
  .fv_img img {
    display: none;
  }
  .fv02 {
    width: 100%;
  }
  .empathy {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .fv_tel01 {
    font-weight: 600;
    color: #fff;
    text-align: right;
    line-height: 1;
    font-size: 14px;
    margin-left: 10px;
    font-family: 'Figtree', sans-serif;
    padding-top: 3px;
  }
  .fv_tel02 {
    font-size: 10px;
    font-family: 'Figtree', sans-serif;
  }
  .fv_ttl01 {
    font-size: 24px;
    text-align: center;
  }
  h3 {
    font-size: 50px;
    text-align: center;
    padding-right: 20px;
  }
  .fv_ttl02 {
    font-size: 28px;
  }
  .fv_ttl03 {
    font-size: 46px;
  }
  .fv_ttl04 {
    font-size: 21px;
    text-align: center;
    padding-right: 10px;
  }
  .fv_ttl05 {
    width: 80%;
    height: 44px;
    border-radius: 25px;
    padding-top: 0;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  .fv_ttl07 {
    font-size: 22px;
  }
  .fv_ttl08 {
    font-size: 14px;
    margin-left: 0;
    margin-right: 0
  }
  .fv_ttl09 {
    font-size: 16px;
  }
  .empathy_ttl02 {
    width: 240px;
    height: 42px;
    border-radius: 25px;
    font-size: 22px;
    padding-top: 7px;
  }
  .empathy01 {
    margin: 0 20px -10px;
    padding: 0 20px 20px;
  }
  .empathy01 {
    position: relative;
  }
  .empathy03 {
    font-size: 20px;
    background-image: none;
    padding-bottom: 50px;
    min-height: auto;
  }
  .empathy01::after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -30px;
    width: 90px;
    height: 126px;
    background-image: url(../img/img01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
  }
  .empathy04 {
    font-size: 14px;
  }
  .empathy_list ul {
    font-size: 15px;
    line-height: 20px;
    list-style-image: url(../img/check03.webp);
    margin-top: 0;
  }
  .benefits_ttl01 {
    font-size: 16px;
    margin: 20px 20px 10px;
  }
  .benefits_ttl02_last:before {
    content: url(../img/ttl_l03.webp);
  }
  .benefits_ttl02_last:after {
    content: url(../img/ttl_r03.webp);
  }
  .benefits_ttl02_last {
    line-height: 3;
  }
  .benefits_ttl03 {
    font-size: 28px;
  }
  .benefits_ttl04 {
    font-size: 24px;
  }
  .benefits_ttl02 {
    font-size: 20px;
  }
  .benefits01 {
    display: block;
    margin: 20px auto;
  }
  .benefits02 {
    font-size: 13px;
    height: auto;
    padding-bottom: 20px;
    width: 160px;
  }
  .benefits01.benefits03 > .benefits02:not(:first-child) {
    width: 130px;
  }
  .benefits03 img {
    max-width: 100px;
  }
  .benefits01.benefits03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 20px auto 0;
    padding: 0 10px;
  }
  .benefits01.benefits03 > .benefits02:first-child {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
  }
  .benefits01.benefits03 > .benefits_batsu:nth-child(2) {
    display: block;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  .benefits01.benefits03 > .benefits_batsu.sp_none {
    display: none;
  }
  .benefits01.benefits03 > .benefits02:not(:first-child) {
    flex: 0 0 auto;
    width: 150px;
    margin: 0 6px;
  }
  .benefits01.benefits04 {
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
  }
  .benefits04_row {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 0;
  }
  .benefits01.benefits04 > .benefits_batsu {
    display: block;
    text-align: center;
  }
  .sp_only {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .trackrecord {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .trackrecord_ttl01 {
    font-size: 16px;
  }
  .trackrecord_ttl02 {
    font-size: 18px;
  }
  .trackrecord_ttl03 {
    font-size: 20px;
  }
  .trackrecord_ttl05 {
    font-size: 70px;
  }
  .trackrecord_ttl04 {
    font-size: 24px;
  }
  .trackrecord_img01 {
    margin: 20px 30px;
    margin-right: 30px;
  }
  .trackrecord_14 {
    font-size: 14px;
  }
  .trackrecord_img01 img {
    max-width: 100%;
  }
  .trackrecord_ttl01:before {
    content: url(../img/ttl_l03.webp);
    margin-left: -20px;
  }
  .trackrecord_ttl01:after {
    content: url(../img/ttl_r03.webp);
  }
  .details {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .pes_copy01 {
    font-size: 18px;
  }
  .pes_copy02 {
    font-size: 28px;
  }
  .pes_caution02 {
    display: none;
  }
  .pes_caution03 {
    font-size: 16px;
  }
  .pes_caution04 {
    font-size: 23px;
  }
  .pes_caution01 {
    width: 333px;
    height: 60px;
    padding: 10px 0;
    margin: 20px auto -40px;
  }
  .pes_copy03 {
    width: 323px;
    height: 34px;
    border-radius: 20px;
    font-size: 18px;
    padding-top: 6px;
    margin: 60px auto 20px;
  }
  .cta_copy01 {
    font-size: 20px;
  }
  .pes_caution06 {
    font-size: 14px;
    line-height: 24px;
  }
  .shadow_back01 {
    box-shadow: 0px 3px 12px rgba(41, 97, 161, 0.3);
    margin: 0 10px;
    padding: 14px;
  }
  .pes_flow01 {
    display: grid;
    grid-template-columns: 1fr 112px;
    grid-template-rows: auto auto;
    padding: 16px;
    align-items: start;
    gap: 0 10px;
  }
  .pes_flow02 {
    display: contents;
    margin-right: 0;
  }
  .pes_flow_ttl {
    font-size: 18px;
    grid-column: 1 / 3;
    grid-row: 1;
    margin-bottom: 8px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pes_flow02 > p {
    grid-column: 1;
    grid-row: 2;
  }
  .pes_flow01 > div:last-child {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
  .pes_flow_ttl:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url(../img/check_red.webp);
    background-size: 22px 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: 0;
    margin-right: 4px;
  }
  .pes_flow02 {
    grid-column: 1;
    grid-row: 2;
    margin-right: 10px;
  }
  .pes_flow01 > div:last-child {
    grid-column: 2;
    grid-row: 2;
  }
  .pes_flow01 p {
    font-size: 13px;
    line-height: 22px;
  }
  .pes_flow01 img {
    width: 112px;
    margin-top: 10px;
  }
  .pes_flow_arrow img {
    width: 50px;
  }
  .pes_rules {
    display: none;
  }
  .pes_rules_sp {
    display: inherit;
    margin-top: 50px;
  }
  .spec01 table {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .spec01 {
    width: 100%;
    overflow-x: hidden;
  }
  .spec01 col:nth-child(1) {
    width: 45% !important;
  }
  .spec01 col:nth-child(2) {
    width: 22% !important;
  }
  .spec01 col:nth-child(3) {
    width: 33% !important;
  }
  .spec01 th {
    font-size: 11px;
    padding: 10px !important;
  }
  .spec01 td {
    font-size: 14px;
    padding: 10px !important;
  }
  .spec02 {
    font-size: 20px;
  }
  .spec05 {
    font-size: 14px;
  }
  .spec_maru {
    font-size: 24px !important;
  }
  .spec_batsu {
    font-size: 24px !important;
  }
  .spec_ttl01 {
    font-size: 14px !important;
  }
  .spec_ttl04 {
    font-size: 14px;
    line-height: 24px;
  }
  .spec_ttl03 {
    font-size: 14px !important;
  }
  .spec_ttl05 {
    display: none;
  }
  .spec_comment {
    font-size: 10px;
  }
  .comparison_ttl01 {
    font-size: 22px;
    padding: 10px;
    margin: 0 auto 30px;
  }
  .cta_copy01 .orange {
    font-size: 24px;
  }
  .cta_copy01:before {
    content: url(../img/ttl_l02.webp);
    margin-right: 10px;
  }
  .cta_copy01:after {
    content: url(../img/ttl_r02.webp);
  }
  .cta_copy02 {
    font-size: 18px;
  }
  .cta_copy03 {
    font-size: 20px;
  }
  .cta_copy03 .orange {
    font-size: 22px;
  }
  .tworeasons {
    padding-top: 20px;
    margin-bottom: 0;
  }
  .tworeasons_ttl01 {
    margin: 60px 20px 20px;
    font-size: 14px;
  }
  .tworeasons_ttl02 {
    margin: 0 20px;
    font-size: 20px;
    line-height: 32px;
  }
  .tworeasons_ttl03 {
    margin: 10px auto 30px;
  }
  .tworeasons_ttl03 img {
    max-width: 90%;
  }
  .tworeasons_ttl04 {
    font-size: 20px !important;
  }
  .tworeasons_ttl04 {
    text-indent: -1.4em;
  }
  .tworeasons01 {
    display: block;
    border-radius: 15px;
    margin: 0 0 50px;
    padding-top: 30px;
  }
  .tworeasons02 {
    border-radius: 15px;
  }
  .tworeasons02 img {
    max-width: 86%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 15px;
  }
  .tworeasons04 img {
    max-width: 86%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 15px;
  }
  .tworeasons01:nth-of-type(2) {
    display: flex;
    flex-direction: column;
  }
  .tworeasons01:nth-child(2) {
    display: flex;
    flex-direction: column;
  }
  .tworeasons01:nth-child(4) {
    display: flex;
    flex-direction: column;
  }
  .tworeasons01:nth-child(4) .tworeasons04 {
    order: -1;
  }
  .tworeasons03 {
    padding: 30px;
  }
  .tworeasons03 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0.5em;
  }
  .tworeasons_ttl04:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../img/check02.webp);
    background-size: 23px 23px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    bottom: 2px;
    margin-left: 4px;
  }
  .tworeasons03 {
    padding: 30px;
  }
  .tworeasons03 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0.5em;
  }
  .step_ttl01 {
    display: block;
    margin: 0 20px 20px;
    font-size: 24px;
  }
  .step_ttl01 img {
    width: 253px;
    margin-top: 6px;
  }
  .step01 {
    display: grid;
    grid-template-columns: 54px 1fr;
    padding: 20px;
    margin: 0 12px;
    gap: 0 10px;
  }
  .step_no01 {
    grid-column: 1;
    grid-row: 1;
    width: 54px;
    height: 54px;
    border-radius: 27px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .step_no01 p {
    padding-top: 0;
    line-height: 1;
    font-size: 0;
  }
  .step_no02 {
    font-size: 27px;
  }
  .step01 > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    display: contents;
  }
  .step_ttl02 {
    grid-column: 2;
    grid-row: 1;
    font-size: 22px;
    align-self: center;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .steparrow img {
    width: 50px;
  }
  .step01 > div:nth-child(2) > p {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 14px;
    margin-top: 10px;
  }
  .step01 p {
    font-size: 11px;
  }
  .plan_ttl01 {
    width: 272px;
    height: 48px;
    font-size: 28px;
    padding-top: 5px;
  }
  .plan_ttl02 {
    font-size: 24px;
  }
  .plan_ttl03 {
    font-size: 20px;
    line-height: 30px;
  }
  .plan_ttl04 {
    font-size: 20px;
  }
  .plan01 {
    margin: 20px;
    flex-direction: column-reverse;
  }
  .plan02 {
    margin-top: 20px;
  }
  .plan03 {
    font-size: 16px;
  }
  .outsourcing03 {
    font-size: 14px;
    padding: 20px 10px 20px 20px;
    margin-bottom: 30px;
  }
  .outsourcing04 {
    font-size: 16px;
    line-height: 30px;
  }
  .outsourcing05 {
    font-size: 38px;
  }
  .simple03 {
    padding: 20px 10px 20px 20px;
    font-size: 14px;
  }
  .simple04 {
    font-size: 16px;
    line-height: 1.4;
  }
  .simple05 {
    font-size: 30px;
  }
  .price01 {
    font-size: 20px;
    line-height: 1;
  }
  .outsourcing_price {
    font-size: 50px;
  }
  .cta01 {
    width: auto;
    margin: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    display: block;
    background-image: none;
  }
  .cta02 {
    width: 100%;
    max-width: 95%;
    height: 30px;
    font-size: 16px;
    padding-top: 13px;
    margin-bottom: 8px;
    line-height: 1;
  }
  .cta03 {
    font-size: 38px;
    text-align: left;
    padding-left: 0;
  }
  .cta04 {
    font-size: 49px;
  }
  .cta05 {
    margin: 20px;
    display: block;
    width: auto;
  }
  .cta05 img {
    max-width: 100%;
  }
  .cta06 {
    text-align: center;
    margin: 0 10px 20px;
  }
  .cta_sp {
    display: inherit;
    text-align: right;
    margin-right: -20px;
    margin-top: -90px;
  }
  .voice01 {
    width: 100%;
    height: auto;
  }
  .voice04 {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 8px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background-color: #00397a;
    border-radius: 50%;
    top: auto !important;
    bottom: 440px;
    transform: none !important;
  }
  .swiper-button-prev {
    left: 10px !important;
  }
  .swiper-button-next {
    right: 10px !important;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    font-size: 16px !important;
    color: #fff;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    -webkit-text-stroke: 1px #fff !important;
  }
  .voice05 p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .faq {
    padding-bottom: 40px;
  }
  .faq_copy01 {
    font-size: 31px;
    line-height: 1.4;
    margin: 20px auto 10px;
    text-align: center;
    display: inline-block;
    padding: 0 40px;
    position: relative;
  }
  .faq_copy01:before {
    content: url(../img/ttl_l02.webp);
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .faq_copy01:after {
    content: url(../img/ttl_r02.webp);
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  .faq_copy02 {
    font-size: 20px;
    line-height: 34px;
  }
  .faq_copy03 {
    font-size: 24px;
    line-height: 34px;
  }
  .faq_copy04 {
    font-size: 22px;
    line-height: 34px;
  }
  .faq .accordion {
    width: 92%;
    padding-bottom: 0;
  }
  .faq .accordion dl dt {
    font-size: 16px;
    padding: 4% 10% 4% 14%;
    line-height: 1.5;
  }
  .faq .accordion dl dt::before, .faq .accordion dl dd::before {
    width: 20px;
    height: 20px;
    top: 34%;
    left: 5%;
  }
  .faq .accordion dl dt:after {
    right: 4%;
    border: 8px solid transparent;
    border-top-color: #fff;
  }
  .faq .accordion dl dd {
    padding: 4% 5% 4% 14%;
    font-size: 14px;
    line-height: 1.7;
  }
  .faq .accordion dl dd::before {
    top: 20px;
  }
  .contact01 {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 20px;
  }
  .contact01 p {
    padding-left: 20px;
    font-size: 16px;
    line-height: 28px;
    padding-top: 30px;
  }
  .contact03 {
    left: auto;
    right: 20px;
    bottom: 30px;
    top: auto;
  }
  .contact03 img {
    width: 115px;
  }
  .contact04 {
    padding-top: 0;
  }
  .contact table {
    padding: 0 20px;
  }
  .contact .catch {
    width: 86.666%;
    padding-bottom: 6.666%;
  }
  .contact form span {
    float: none !important;
    font-size: 12px !important;
    padding: 1px 7px 2px !important;
    margin: 5px !important;
  }
  .contact form span {
    background: #005fb6;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5em;
    float: right;
    box-sizing: border-box;
    padding: 0 7px;
    margin-top: 5px;
  }
  .contact td, .contact th {
    display: block;
    padding: 0 0 2%;
    font-size: 14px;
  }
  .contact td {
    padding-bottom: 3%;
    margin-bottom: 26px;
  }
  .contact input, .contact textarea, .contact select {
    padding: 2%;
    font-size: 14px;
  }
  .contact input + input {
    margin-top: 3%;
  }
  .contact a.button, .contact .btn {
    width: 300px;
    height: 60px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    background-image: linear-gradient(90deg, #fe9315, #ea6000);
    border-radius: 0px;
    border: none;
    letter-spacing: 1px;
    line-height: 0em;
    display: block;
    margin: 0 auto;
  }
  .footer {
    height: 90px;
    margin: 70px 0;
  }
  .footer01 {
    font-size: 15px;
  }
  .footer_cap {
    font-size: 9px;
  }
  .bnr {
    width: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    padding-top: 2px;
  }
  .bnr img {
    width: 100%;
  }
  .bnr .tel {
    margin-right: .25em;
  }
  .bnr .tel, .bnr .mail {
    width: 48%;
    display: inline-block;
  }
  .bnr button {
    top: -20px;
    left: 0;
  }
  .inner {
    box-shadow: 10px 0px 10px -10px #f1adad1a, -10px 0px 10px -10px rgba(0, 0, 0, .1);
  }
}
@media screen and (max-width: 385px) {
  .fv {
    padding-left: 10px;
    padding-right: 10px;
    height: 100vh;
    background-size: cover;
  }
  h1 {
    margin-left: 0;
  }
  h1 img {
    width: 160px;
  }
  .pc_none img {
    max-width: 90%;
  }
  h5 {
    font-size: 20px;
  }
  .fv_ttl01 {
    font-size: 22px;
  }
  .fv_tel01 {
    font-size: 14px;
  }
  h3 {
    font-size: 50px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .fv_ttl04 {
    font-size: 21px;
  }
  .fv_ttl08 {
    font-size: 14px;
    margin-left: 0;
  }
  .fv_ttl09 {
    font-size: 15px;
  }
  .fv_ttl05 {
    width: 86%;
    height: 8px;
    border-radius: 25px;
    margin: 0 10px;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .fv_tel02 {
    font-size: 10px;
  }
  .fv_ttl07 {
    font-size: 18px;
  }
  .empathy01::after {
    height: 100px;
  }
  .empathy03 {
    font-size: 18px;
  }
  .benefits_ttl01 {
    font-size: 14px;
  }
  .benefits_ttl02 {
    font-size: 16px;
  }
  .benefits03 img {
    max-width: 80px;
  }
  .trackrecord_ttl01 {
    font-size: 14px;
  }
  .trackrecord_ttl02 {
    font-size: 16px;
  }
  .trackrecord_ttl03 {
    font-size: 16px;
  }
  .trackrecord_14 {
    font-size: 12px;
  }
  .pes_copy01 {
    font-size: 15px;
  }
  .pes_copy02 {
    font-size: 22px;
  }
  .pes_caution04 {
    font-size: 18px;
  }
  .pes_caution01 {
    width: 290px;
  }
  .pes_copy03 {
    width: 280px;
    font-size: 15px;
  }
  .pes_flow01 img {
    width: 90px;
  }
  .comparison_ttl01 {
    font-size: 18px;
  }
  .cta_copy01 {
    font-size: 16px;
  }
  .cta_copy01:before {
    content: url(../img/ttl_l03.webp);
  }
  .cta_copy01:after {
    content: url(../img/ttl_r03.webp);
  }
  .cta_copy02 {
    font-size: 16px;
  }
  .cta_copy02 {
    font-size: 14px;
  }
  .cta_copy03 {
    font-size: 18px;
  }
  .cta_copy03 .orange {
    font-size: 18px;
  }
  .cta02 {
    padding: 8px 2px 0 2px;
  }
  .cta03 {
    font-size: 30px;
  }
  .cta04 {
    font-size: 39px;
  }
  .tworeasons_ttl02 {
    font-size: 18px;
  }
  .plan_ttl02 {
    font-size: 22px;
  }
  .plan_ttl03 {
    font-size: 18px;
    line-height: 30px;
  }
  .plan_ttl04 {
    font-size: 18px;
  }
  .outsourcing_price {
    font-size: 40px;
  }
  .spec01 table {
    min-width: 100%;
  }
  .simple_price {
    font-size: 40px;
  }
  .faq_copy03 {
    font-size: 20px;
  }
  .contact input.--half {
    width: calc(48% - 2em);
  }
}