@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

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

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #c96003;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c96003;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #c96003;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c96003;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #c96003;
    top: 0px; } }
.cta_btn {
  position: relative;
  max-width: 700px;
  margin: 0 auto 5px;
  box-shadow: 0 5px 0 #c96003;
  background: #ff7800;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      opacity: .75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    padding: 20px 5px;
    text-decoration: none;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center; }
    .cta_btn a:hover {
      color: #fff; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

.header,
.wrapper,
.footer {
  min-width: 1100px; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    opacity: .75; } }
.pink {
  color: #fb2774; }

.yellow {
  color: #fff467; }

.marker {
  background: linear-gradient(transparent 60%, #fff467 60%); }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(100, 176, 255, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: rgba(123, 160, 199, 0.75);
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  border-top: 3px solid #f29600; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 12px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    .header .inner .header_pr {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      padding: 1px 8px;
      border: 1px solid #7f7f7f;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -o-border-radius: 2px;
      -ms-border-radius: 2px;
      color: #7f7f7f;
      font-size: 13px;
      font-size: 1.3rem; }

.container {
  width: 1000px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .container {
      width: 100%; } }

.fv {
  background: url("img/fv_bg2.jpg") no-repeat center center/cover; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 330px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_txt {
    z-index: 1;
    position: absolute;
    top: 45px;
    left: 180px;
    min-width: 195px;
    padding: 4px 20px 5px;
    background: linear-gradient(300deg, #dd26f3 0%, #ff24af 33%, #f83055 66%, #ff7800 100%);
    border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -webkit-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    font-size: 1.9rem; }
    .fv .fv_txt::before {
      content: '';
      position: absolute;
      top: 2px;
      left: 2px;
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      border: #fff 1px solid;
      border-radius: 17.5px;
      -moz-border-radius: 17.5px;
      -webkit-border-radius: 17.5px;
      -o-border-radius: 17.5px;
      -ms-border-radius: 17.5px; }
  .fv .fv_img {
    position: absolute;
    top: 0;
    left: 0; }

.main_ttl {
  padding: 20px 10px;
  background: url("img/main_ttl_bg.jpg") repeat;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4; }
  .main_ttl span {
    display: inline-block;
    position: relative; }
    .main_ttl span::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      content: '';
      left: -110px;
      width: 89px;
      height: 77px;
      background: url("img/rank_ttl_ico.png") no-repeat left top/100% auto; }
  .main_ttl strong {
    font-size: 27px;
    font-size: 2.7rem; }

.cta .cta_txt {
  margin-bottom: 5px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fb2774;
  font-weight: 700; }
  .cta .cta_txt span {
    position: relative;
    display: inline-block; }
    .cta .cta_txt span::before {
      content: '＼';
      position: absolute;
      bottom: 0;
      left: -30px; }
    .cta .cta_txt span::after {
      content: '／';
      position: absolute;
      bottom: 0;
      right: -30px; }

.remarks {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 40px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 h3 {
  margin-bottom: 30px;
  text-align: center; }
  .section01 h3 span {
    position: relative;
    display: inline-block;
    padding: 0 80px;
    color: #fb2774;
    font-weight: 700;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.4; }
    .section01 h3 span::before, .section01 h3 span::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      content: '';
      left: 0;
      width: 69px;
      height: 111px;
      background: url("img/rank_ttl_ico_left.png") no-repeat left top/100% auto; }
    .section01 h3 span::after {
      right: 0;
      left: auto;
      width: 70px;
      height: 110px;
      background-image: url("img/rank_ttl_ico_right.png"); }
.section01 .wrap {
  width: 600px;
  margin: 0 auto; }
  .section01 .wrap .client_table {
    position: relative; }
    .section01 .wrap .client_table::before {
      z-index: 1;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% / 3);
      height: 100%;
      border: 2px solid #fb2774;
      pointer-events: none; }
    .section01 .wrap .client_table table {
      table-layout: fixed;
      width: 100%; }
      .section01 .wrap .client_table table th, .section01 .wrap .client_table table td {
        padding: 10px;
        border: 1px solid #c4c4c4;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        vertical-align: middle; }
      .section01 .wrap .client_table table thead th:first-child,
      .section01 .wrap .client_table table tbody td:first-child {
        background: #fffde3; }
      .section01 .wrap .client_table table thead th {
        position: relative;
        padding-top: 59px;
        vertical-align: top;
        font-size: 15px;
        font-size: 1.5rem; }
        .section01 .wrap .client_table table thead th::before {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          content: '';
          top: 10px;
          z-index: 1;
          width: 52px;
          height: 44px;
          background: url("img/ico_crown1.png") no-repeat left top/100% auto; }
        .section01 .wrap .client_table table thead th:not(:first-child) {
          padding-top: 84px; }
        .section01 .wrap .client_table table thead th:nth-child(2)::before {
          background-image: url("img/ico_crown2.png"); }
        .section01 .wrap .client_table table thead th:nth-child(3)::before {
          background-image: url("img/ico_crown3.png"); }
        .section01 .wrap .client_table table thead th:nth-child(4)::before {
          background-image: url("img/ico_crown4.png"); }
        .section01 .wrap .client_table table thead th:nth-child(5)::before {
          background-image: url("img/ico_crown5.png"); }
        .section01 .wrap .client_table table thead th a {
          text-decoration: none; }
        .section01 .wrap .client_table table thead th p {
          font-weight: 500; }
          .section01 .wrap .client_table table thead th p.top_catch {
            color: #fb2774;
            font-weight: 700; }
      .section01 .wrap .client_table table tbody th {
        z-index: 1;
        position: relative;
        background: #f1faff;
        color: #089eeb;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem; }
      .section01 .wrap .client_table table tbody td .ico {
        width: 38px;
        margin: 0 auto 3px; }
      .section01 .wrap .client_table table tbody td strong {
        color: #fb2774; }
    .section01 .wrap .client_table .cta_btn {
      width: 90%;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .section01 .wrap .client_table .cta_btn a {
        font-size: 16px;
        font-size: 1.6rem; }

.section02 {
  background: #f1faff; }
  .section02 .inner {
    width: 900px;
    margin: 0 auto;
    padding: 0 0 60px; }
  .section02 h2 {
    position: relative;
    padding: 60px 0 40px;
    text-align: center; }
    .section02 h2::before, .section02 h2::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 249px;
      height: 125px;
      background: url("img/choice_ttl_ico.png") no-repeat left top/100% auto; }
    .section02 h2::after {
      right: 0;
      left: auto;
      transform: scale(-1, 1); }
    .section02 h2 span {
      display: inline-block;
      padding: 10px;
      border-top: #543131 2px dashed;
      border-bottom: #543131 2px dashed;
      font-size: 27px;
      font-size: 2.7rem;
      font-weight: 700;
      color: #089eeb; }
  .section02 .choice {
    width: 750px;
    margin: 0 auto; }
    .section02 .choice .item {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      padding: 30px 25px;
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      box-shadow: 0 0 10px 2px rgba(51, 51, 51, 0.2); }
      .section02 .choice .item + .item {
        margin-top: 15px; }
      .section02 .choice .item .img {
        width: 180px;
        margin-right: 30px; }
      .section02 .choice .item .txt {
        width: calc(100% - 210px); }
        .section02 .choice .item .txt .ttl {
          position: relative;
          margin-bottom: 15px;
          padding-left: 64px;
          font-size: 20px;
          font-size: 2rem;
          color: #fb2774;
          font-weight: 700; }
          .section02 .choice .item .txt .ttl::before {
            content: '';
            position: absolute;
            top: -23px;
            left: 0;
            width: 54px;
            height: 65px;
            background: url("img/choice_ico1.png") no-repeat left top/100% auto; }
        .section02 .choice .item .txt p {
          font-size: 15px;
          font-size: 1.5rem; }
          .section02 .choice .item .txt p span {
            color: #089eeb; }
      .section02 .choice .item:nth-child(2) .txt .ttl::before {
        background-image: url("img/choice_ico2.png"); }
      .section02 .choice .item:nth-child(3) .txt .ttl::before {
        background-image: url("img/choice_ico3.png"); }

.example {
  overflow: hidden;
  padding: 30px 0 50px; }
  .example .inner {
    max-width: 1100px;
    margin: 0 auto; }
  .example h2 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700; }
    .example h2 .wrap {
      position: relative;
      display: inline-block; }
      .example h2 .wrap::before {
        content: '';
        position: absolute;
        left: -100px;
        bottom: -10px;
        width: 98px;
        height: 101px;
        background: url("img/job_ttl_ico.png") no-repeat left top/100% auto; }
      .example h2 .wrap .ttl_sub {
        display: block;
        margin-bottom: 10px;
        font-size: 23px;
        font-size: 2.3rem; }
      .example h2 .wrap .ttl_main {
        display: inline-block;
        min-width: 330px;
        padding: 10px 30px;
        border-top: #543131 2px dashed;
        border-bottom: #543131 2px dashed;
        font-size: 27px;
        font-size: 2.7rem;
        color: #089eeb; }
  .example .swiper {
    overflow: visible;
    padding-bottom: 65px; }
    .example .swiper .swiper-slide {
      height: auto; }
      .example .swiper .swiper-slide:not(.swiper-slide-visible) .slide_inner {
        pointer-events: none;
        opacity: .3; }
      .example .swiper .swiper-slide .slide_inner {
        webkit-transition: var(--transition), opacity 1s;
        transition: var(--transition), opacity 1s;
        overflow: hidden;
        height: 100%;
        padding: 0 15px 15px;
        border: 2px solid #e8e8e8;
        box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);
        background: #fff;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
        -ms-border-radius: 15px;
        font-size: 15px;
        font-size: 1.5rem; }
        .example .swiper .swiper-slide .slide_inner .ttl {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          margin: 0 -15px 10px;
          padding: 10px 2px;
          background: #089eeb;
          text-align: center;
          font-weight: 700;
          font-size: 20px;
          font-size: 2rem;
          color: #fff; }
        .example .swiper .swiper-slide .slide_inner .star {
          margin: 5px 0;
          font-weight: 700;
          font-size: 18px;
          font-size: 1.8rem;
          color: #fb2774;
          line-height: 1; }
          .example .swiper .swiper-slide .slide_inner .star img {
            vertical-align: -4px; }
        .example .swiper .swiper-slide .slide_inner .salary {
          margin-bottom: 10px;
          font-weight: 700;
          font-size: 18px;
          font-size: 1.8rem; }
        .example .swiper .swiper-slide .slide_inner .img img {
          width: 100%; }
        .example .swiper .swiper-slide .slide_inner .tags {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          -o-flex-flow: wrap;
          flex-flow: wrap;
          margin: 10px -2.5px; }
          .example .swiper .swiper-slide .slide_inner .tags span {
            margin: 0 2.5px 5px;
            padding: 2px 10px;
            background: #e6f6ff;
            border-radius: 16px;
            -moz-border-radius: 16px;
            -webkit-border-radius: 16px;
            -o-border-radius: 16px;
            -ms-border-radius: 16px;
            font-size: 13px;
            font-size: 1.3rem;
            color: #089eeb; }
        .example .swiper .swiper-slide .slide_inner .cta_btn {
          width: 100%;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px; }
          .example .swiper .swiper-slide .slide_inner .cta_btn a {
            font-size: 18px;
            font-size: 1.8rem;
            padding: 12px 5px; }
  .example .swiper-pagination {
    bottom: 0 !important; }
    .example .swiper-pagination .swiper-pagination-bullet {
      width: 17px;
      height: 17px;
      border: 1px solid #089eeb;
      background: #f1faff;
      opacity: 1; }
      .example .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #089eeb; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 60px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 .client_archive > ul > li + li {
  margin-top: 40px; }
.section03 .client_archive .client_card {
  border: 2px solid #089eeb;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .section03 .client_archive .client_card .client_name {
    position: relative;
    padding: 10px 10px 10px 100px;
    border-bottom: 1px solid #089eeb; }
    .section03 .client_archive .client_card .client_name::before {
      z-index: 1;
      content: '';
      position: absolute;
      top: 5px;
      left: 20px;
      width: 62px;
      height: 53px;
      background: url("img/ico_crown1.png") no-repeat left top/100% auto;
      pointer-events: none; }
    .section03 .client_archive .client_card .client_name a {
      font-size: 27px;
      font-size: 2.7rem;
      font-weight: 700;
      color: #043ca3; }
  .section03 .client_archive .client_card .client_inner {
    padding: 30px 25px 25px; }
.section03 .client_archive > ul > li:nth-child(1) .client_card {
  background: #fffde3; }
.section03 .client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/ico_crown2.png"); }
.section03 .client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/ico_crown3.png"); }
.section03 .client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/ico_crown4.png"); }
.section03 .client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/ico_crown5.png"); }
.section03 .client_archive .overview {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex; }
  .section03 .client_archive .overview .image {
    width: 300px;
    margin-right: 15px; }
  .section03 .client_archive .overview .txt {
    width: calc(100% - 315px); }
    .section03 .client_archive .overview .txt .heading {
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 2.4rem;
      color: #fb2774;
      font-weight: 700;
      line-height: 1.4; }
    .section03 .client_archive .overview .txt table {
      width: 100%;
      border: 1px solid #e8e8e8;
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
      .section03 .client_archive .overview .txt table th, .section03 .client_archive .overview .txt table td {
        padding: 10px 5px;
        border: 1px solid #e8e8e8;
        vertical-align: middle; }
      .section03 .client_archive .overview .txt table th {
        width: 25%;
        background: #f1faff;
        font-weight: 500;
        color: #089eeb; }
      .section03 .client_archive .overview .txt table td .ico_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .section03 .client_archive .overview .txt table td .ico_wrap .ico {
          width: 24px;
          margin-right: 5px; }
        .section03 .client_archive .overview .txt table td .ico_wrap p {
          width: calc(100% - 29px); }
      .section03 .client_archive .overview .txt table td strong {
        color: #fb2774; }
      .section03 .client_archive .overview .txt table td br.archive {
        display: none; }
.section03 .client_archive .osusume, .section03 .client_archive .only, .section03 .client_archive .experience {
  overflow: hidden;
  margin-top: 10px;
  border: 1px solid #089eeb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #fff; }
  .section03 .client_archive .osusume .ttl, .section03 .client_archive .only .ttl, .section03 .client_archive .experience .ttl {
    padding: 3px 5px;
    background: #089eeb;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700; }
  .section03 .client_archive .osusume .contents, .section03 .client_archive .only .contents, .section03 .client_archive .experience .contents {
    padding: 20px 40px; }
.section03 .client_archive .osusume .contents {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .section03 .client_archive .osusume .contents .ico {
    width: 85px;
    margin-right: 20px; }
  .section03 .client_archive .osusume .contents .txt {
    width: calc(100% - 105px); }
    .section03 .client_archive .osusume .contents .txt ul li {
      position: relative;
      padding-left: 24px;
      font-size: 18px;
      font-size: 1.8rem; }
      .section03 .client_archive .osusume .contents .txt ul li + li {
        margin-top: 3px; }
      .section03 .client_archive .osusume .contents .txt ul li::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 14px;
        height: 15px;
        background: url("img/ico_check.png") no-repeat left top/100% auto; }
      .section03 .client_archive .osusume .contents .txt ul li strong {
        color: #fb2774; }
.section03 .client_archive .only .contents .item {
  padding: 20px 80px 30px;
  background: #f1faff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .section03 .client_archive .only .contents .item + .item {
    margin-top: 15px; }
  .section03 .client_archive .only .contents .item .catch {
    margin-bottom: 20px;
    color: #fb2774;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center; }
  .section03 .client_archive .only .contents .item .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; }
    .section03 .client_archive .only .contents .item .wrap .img {
      width: 250px;
      margin-right: 20px; }
    .section03 .client_archive .only .contents .item .wrap .txt {
      width: calc(100% - 270px); }
.section03 .client_archive .experience .contents {
  background: #f6f7f8; }
  .section03 .client_archive .experience .contents .experience_slides {
    margin-bottom: 0;
    padding-bottom: 30px; }
    .section03 .client_archive .experience .contents .experience_slides.slide_length1 {
      padding-bottom: 0; }
    .section03 .client_archive .experience .contents .experience_slides .experience_slide .slide_inner {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      width: 700px;
      margin: 0 auto;
      padding: 20px 50px;
      background: #fff;
      border: 1px solid #b8e1f6;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section03 .client_archive .experience .contents .experience_slides .experience_slide .slide_inner .img {
        width: 125px;
        margin-right: 20px; }
      .section03 .client_archive .experience .contents .experience_slides .experience_slide .slide_inner .txt {
        width: calc(100% - 145px); }
        .section03 .client_archive .experience .contents .experience_slides .experience_slide .slide_inner .txt .job {
          margin-bottom: 10px;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 700; }
          .section03 .client_archive .experience .contents .experience_slides .experience_slide .slide_inner .txt .job span {
            display: block;
            font-size: 13px;
            font-size: 1.3rem; }
        .section03 .client_archive .experience .contents .experience_slides .experience_slide .slide_inner .txt p {
          font-size: 14px;
          font-size: 1.4rem; }
    .section03 .client_archive .experience .contents .experience_slides .slick-dots {
      bottom: 0; }
      .section03 .client_archive .experience .contents .experience_slides .slick-dots li {
        width: 14px;
        height: 14px;
        background: #f1faff;
        border: #089eeb 1px solid;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%; }
        .section03 .client_archive .experience .contents .experience_slides .slick-dots li.slick-active {
          background: #089eeb; }
        .section03 .client_archive .experience .contents .experience_slides .slick-dots li button::before {
          content: none; }
.section03 .client_archive .reason {
  margin-top: 10px;
  padding: 10px 80px 30px;
  background: #f6f7f8;
  border: 1px solid #089eeb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .section03 .client_archive .reason .ttl {
    text-align: center; }
  .section03 .client_archive .reason .box {
    margin: 10px auto;
    padding: 20px;
    width: 100%;
    background: #fff;
    border: solid 1px #b8e1f6;
    border-radius: 10px; }
    .section03 .client_archive .reason .box .head {
      text-align: center; }
      .section03 .client_archive .reason .box .head span {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
        padding-bottom: 8px;
        font-weight: 700;
        color: #089eeb;
        font-size: 21px;
        font-size: 2.1rem;
        background: no-repeat bottom/contain url(img/ttl_wave.png); }
        .section03 .client_archive .reason .box .head span::after {
          content: "";
          width: 59px;
          height: 46px;
          position: absolute;
          bottom: 0;
          left: 102%;
          background: no-repeat center/contain url(img/ico_twincle.png); }
    .section03 .client_archive .reason .box ul {
      display: grid;
      justify-content: center;
      font-weight: 500; }
      .section03 .client_archive .reason .box ul li {
        position: relative;
        padding-left: 24px;
        font-size: 18px;
        font-size: 1.8rem; }
        .section03 .client_archive .reason .box ul li + li {
          margin-top: 3px; }
        .section03 .client_archive .reason .box ul li::before {
          content: '';
          position: absolute;
          top: 8px;
          left: 0;
          width: 14px;
          height: 15px;
          background: url("img/ico_check.png") no-repeat left top/100% auto; }
  .section03 .client_archive .reason .area {
    margin-top: 40px;
    text-align: center; }
    .section03 .client_archive .reason .area .area_wrap {
      position: relative;
      display: inline-block;
      min-width: 400px;
      padding: 5px 80px 2px;
      background: #fff;
      color: #089eeb;
      border: solid 1px #089eeb;
      border-radius: 100vmax;
      font-size: 15px;
      font-size: 1.5rem; }
      .section03 .client_archive .reason .area .area_wrap::before {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 35px;
        width: 23px;
        height: 33px;
        background: no-repeat center/contain url(img/ico_pin.png); }
    .section03 .client_archive .reason .area strong {
      font-size: 18px;
      font-size: 1.8rem; }
    .section03 .client_archive .reason .area .head {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: calc(100% - 5px);
      display: inline-block;
      padding: 2px 30px;
      white-space: nowrap;
      background: #ffda1b;
      color: #fb2774;
      font-weight: 700;
      clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0 100%, 15px 50%); }
  .section03 .client_archive .reason .cta .cta_btn {
    width: 450px; }
    .section03 .client_archive .reason .cta .cta_btn a {
      padding: 10px 5px;
      font-size: 18px;
      font-size: 1.8rem; }
.section03 .client_archive .attention {
  margin: 10px 0; }
  .section03 .client_archive .attention img {
    width: 100%; }
.section03 .client_archive .cta {
  margin-top: 15px; }
  .section03 .client_archive .cta .cta_btn a {
    position: relative; }
    .section03 .client_archive .cta .cta_btn a::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      content: '';
      width: 30px;
      height: 30px;
      background: url("img/ico_arrow.png") no-repeat left top/100% auto; }

.section04 .main_ttl {
  padding: 30px 10px; }
.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 80px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 table {
  width: 100%;
  background: #fff; }
  .section04 table th, .section04 table td {
    padding: 5px;
    border: 1px solid #e8e8e8;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem; }
  .section04 table thead th {
    padding: 10px 5px;
    background: #f1faff;
    color: #089eeb; }
  .section04 table tbody tr:first-child {
    position: relative;
    background: #fffde3; }
  .section04 table tbody td.img a {
    color: #1c65f8;
    text-decoration: underline; }
  .section04 table tbody td.img p {
    font-weight: 500; }
  .section04 table tbody td .ico {
    width: 25px;
    margin: 0 auto 3px; }
  .section04 table tbody td strong {
    color: #fb2774; }
  .section04 table tbody td .cta_btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section04 table tbody td .cta_btn a {
      padding: 10px 5px;
      font-size: 14px;
      font-size: 1.4rem; }
  .section04 table tbody td br.archive {
    display: none; }

.section05 {
  padding-top: 38px; }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 50px 110px 30px;
    background: #fffde3;
    border: #089eeb solid 2px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        width: 100%; } }
    .section05 .inner h2 {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      top: -40px;
      width: 702px;
      padding: 0px 0 26px;
      background: url("img/recommend_ttl_bg.png") no-repeat left top/100% auto;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 700;
      color: #fff;
      text-align: center; }
      .section05 .inner h2 strong {
        font-size: 130%;
        color: #fff467; }
    .section05 .inner .box {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      margin-bottom: 10px; }
      .section05 .inner .box .img {
        width: 300px;
        margin-right: 15px; }
      .section05 .inner .box .txt {
        width: calc(100% - 315px); }
        .section05 .inner .box .txt .name {
          font-size: 27px;
          font-size: 2.7rem;
          font-weight: 700; }
        .section05 .inner .box .txt .cta .cta_txt {
          text-align: left; }
          .section05 .inner .box .txt .cta .cta_txt span::before,
          .section05 .inner .box .txt .cta .cta_txt span::after {
            content: none; }
        .section05 .inner .box .txt .cta .cta_btn a::after {
          content: none; }
    .section05 .inner .summary {
      margin-bottom: 15px;
      font-size: 15px;
      font-size: 1.5rem; }
      .section05 .inner .summary strong {
        color: #fb2774; }
    .section05 .inner .cta .cta_btn a {
      position: relative; }
      .section05 .inner .cta .cta_btn a::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        content: '';
        width: 30px;
        height: 30px;
        background: url("img/ico_arrow.png") no-repeat left top/100% auto; }

footer {
  background: #fff; }
  footer .ft_menu {
    padding: 20px 0; }
  footer .ft_menu .p_mark {
    width: 700px;
    margin: 0 auto;
    padding: 20px; }
  footer .prtxt {
    font-size: 12px;
    font-size: 1.2rem;
    color: #1d1d1d;
    text-align: center;
    padding-bottom: 10px; }
  footer .ft_menu .p_mark p {
    display: inline-block; }
  footer .ft_menu .p_mark .pra_txt {
    width: 500px; }
  footer .ft_menu .ft_nav {
    width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center; }
  footer .ft_menu .ft_nav li.pri_pol {
    width: 160px; }
  footer .ft_menu .ft_nav li.contact {
    width: 120px; }
  footer .ft_menu .ft_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around; }
    footer .ft_menu .ft_nav ul li {
      display: inline-block;
      margin-left: 20px; }
      footer .ft_menu .ft_nav ul li:first-child {
        margin-left: 0; }
      footer .ft_menu .ft_nav ul li a {
        text-decoration: none;
        font-size: 15px;
        font-size: 1.5rem; }
  footer .copyright {
    padding: 5px 0;
    background: #089eeb;
    text-align: center;
    color: #fff; }

.fixed_cta {
  display: none;
  z-index: 10;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(8, 158, 235, 0.9); }
  .fixed_cta .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: relative;
    width: 710px;
    margin: 0 auto;
    padding: 10px; }
    .fixed_cta .inner .img {
      position: absolute;
      left: 0;
      bottom: 0; }
    .fixed_cta .inner .cta_btn {
      min-width: 240px;
      margin: 0 0 5px 470px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .fixed_cta .inner .cta_btn a {
        padding: 20px 5px;
        font-size: 15px;
        font-size: 1.5rem; }

.exitProtection_overlay {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

.exitProtection {
  z-index: 1000;
  position: fixed;
  top: 15%;
  right: 0;
  left: 0;
  width: 400px !important;
  margin: 0 auto;
  border: none; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      opacity: 1; }
  .exitProtection .wrap {
    overflow: auto !important;
    position: relative;
    height: 510px;
    padding-top: 40px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        height: 100%;
        margin: 0 auto; }
        .exitProtection .wrap::before {
          content: '';
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 112px;
        display: block;
        width: 60%; }
    .exitProtection .wrap .modal_close {
      z-index: 100;
      cursor: pointer;
      display: block;
      position: absolute;
      top: 0;
      right: 10px;
      width: 40px;
      background: #8d8d8d;
      color: #fff !important;
      line-height: 40px;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      text-decoration: none; }
    .exitProtection .wrap .cta {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 20px;
      width: 90%; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .cta {
          width: 5px; } }
      .exitProtection .wrap .cta .cta_btn {
        display: block;
        padding: 12px 2px;
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        font-weight: 700;
        text-align: center; }
        .exitProtection .wrap .cta .cta_btn::before {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 10px;
          content: '';
          width: 25px;
          height: 25px;
          background: url("img/ico_arrow.png") no-repeat left top/100% auto; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }
