@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。

ページの速度改善のためファーストビューで表示される以下のコンテンツのcssのみ追加。
・header
・fv
・ロゴのスライダー
・ページ上部の比較表

上記以外はstyle.scssに追加してこちらには追加しないでください。

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

.header {
  z-index: 1;
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  background: #fff; }
  .header .inner {
    padding: 5px 10px; }
  .header .site_logo {
    width: 140px; }

.fv {
  position: relative; }
  .fv .fv_txt {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px 5px 5px;
    background: #fd89ae;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem; }

.tab_section {
  margin-top: 30px; }
  .tab_section .tabs {
    display: flex;
    justify-content: center; }
    .tab_section .tabs li {
      flex: 1; }
      .tab_section .tabs li:first-child a {
        border-radius: 10px 0 0 0; }
      .tab_section .tabs li:last-child a {
        border-radius: 0 10px 0 0;
        border-right: 1px solid #f04078; }
      .tab_section .tabs li.active a {
        background: #f04078;
        color: #fff; }
      .tab_section .tabs li a {
        display: block;
        text-align: center;
        text-decoration: none;
        background: #fff;
        font-size: 2rem;
        line-height: 40px;
        font-weight: bold;
        color: #f04078;
        border: 1px solid #f04078;
        border-right: none;
        transition: 0; }
  .tab_section .tab_content_wrap {
    position: relative;
    background: #fff;
    border: solid 2px #f04078; }
  .tab_section .tab_content {
    display: none; }
    .tab_section .tab_content.active {
      display: block; }

.section10 .slide {
  border-top: 3px solid #ff5e91;
  border-bottom: 3px solid #ff5e91;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .section10 .slide .slide_inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0; }
  .section10 .slide .js-logo-slick {
    height: 50px;
    overflow: hidden; }
    .section10 .slide .js-logo-slick .slick-track {
      display: flex;
      align-items: center; }
    .section10 .slide .js-logo-slick .slick-slide {
      height: 50px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      padding: 0 10px; }
    .section10 .slide .js-logo-slick img {
      height: 65%;
      width: auto;
      display: block; }
.section10 .search .inner {
  padding: 5px 10px 15px; }
.section10 .search h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-top: 15px; }
  .section10 .search h3 .dot {
    display: inline-block;
    position: relative; }
    .section10 .search h3 .dot::before {
      content: '';
      position: absolute;
      top: -3px;
      left: 50%;
      transform: translateX(-50%);
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background: #ff5e91; }
  .section10 .search h3 .txt_kesaku {
    font-size: 1.8rem;
    font-weight: 700;
    display: block; }
  .section10 .search h3 .red {
    color: #ff5e91;
    font-weight: 700; }
.section10 .search .form_section {
  background: #fff;
  border-radius: 5px;
  padding: 0 10px 15px;
  border: 2px solid #ff5e91; }
  .section10 .search .form_section .search_trigger {
    background: #ff5e91;
    text-align: center;
    font-size: 1.9rem;
    color: #fff;
    margin-top: 5px;
    font-weight: 700;
    padding: 12px 0;
    position: relative;
    border-radius: 5px; }
    .section10 .search .form_section .search_trigger::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%);
      width: 27px;
      height: 27px;
      background-image: url("../../hoiku2/img/search_trigger.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      pointer-events: none;
      z-index: 10; }
    .section10 .search .form_section .search_trigger.active {
      border-radius: 5px 5px 0 0; }
      .section10 .search .form_section .search_trigger.active::before {
        background-image: url("../../hoiku2/img/search_trigger_active.png"); }
  .section10 .search .form_section .stack_list {
    display: flex !important; }
    .section10 .search .form_section .stack_list li {
      display: block;
      width: 100%;
      gap: 0; }
      .section10 .search .form_section .stack_list li:not(:first-child) {
        margin-top: 10px !important; }
.section10 .search .form_items .form_item {
  margin-top: 10px; }
  .section10 .search .form_items .form_item:first-child {
    margin-top: 0; }
  .section10 .search .form_items .form_item .ttl {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 20px; }
    .section10 .search .form_items .form_item .ttl .txt1 {
      position: relative;
      display: inline-block;
      color: #ff5e91; }
      .section10 .search .form_items .form_item .ttl .txt1::before {
        content: "";
        position: absolute;
        top: -5px;
        left: -50px;
        font-size: 2.8rem;
        font-weight: 700;
        color: #ff5e91; }
    .section10 .search .form_items .form_item .ttl .txt2 {
      font-size: 1.2rem;
      font-weight: 400; }
  .section10 .search .form_items .form_item:nth-child(1) .ttl .txt1::before {
    content: "Q1"; }
  .section10 .search .form_items .form_item:nth-child(2) .ttl .txt1::before {
    content: "Q2"; }
  .section10 .search .form_items .form_item:nth-child(3) .ttl .txt1::before {
    content: "Q3"; }
  .section10 .search .form_items .form_item:nth-child(4) .ttl .txt1::before {
    content: "Q4"; }
  .section10 .search .form_items .form_item:nth-child(5) .ttl .txt1::before {
    content: "Q5"; }
  .section10 .search .form_items .form_item .form {
    padding: 0 5px; }
    .section10 .search .form_items .form_item .form .items .item {
      margin-top: 30px; }
      .section10 .search .form_items .form_item .form .items .item:first-child {
        margin-top: 0; }
      .section10 .search .form_items .form_item .form .items .item .heading {
        color: #ff5e91;
        text-align: center;
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 20px; }
      .section10 .search .form_items .form_item .form .items .item .min {
        display: block;
        font-size: 1.2rem;
        font-weight: 400; }
  .section10 .search .form_items .form_item .it .parts {
    height: 75px;
    padding-top: 28px;
    line-height: 1.3; }
  .section10 .search .form_items .form_item .it .it_01 .parts {
    padding-top: 12px; }
  .section10 .search .form_items .form_item .it .it_02 .parts {
    padding-top: 21px; }
  .section10 .search .form_items .form_item .selector {
    padding: 0 5px; }

.section02 {
  background: #fad4e1; }
  .section02 .mark {
    text-align: center;
    padding-bottom: 10px; }
  .section02 .content {
    margin-top: 40px;
    border: 2px solid #ff5e91;
    border-radius: 16px;
    background: #ffeef3;
    width: 98%;
    margin: 40px auto 30px;
    position: relative; }
    .section02 .content .head {
      position: relative; }
      .section02 .content .head .ttl {
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #ff5e91;
        color: #fff;
        padding: 15px 20px;
        border-radius: 999px;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: .02em;
        line-height: 1;
        top: -25px;
        width: 98%;
        text-align: center;
        /* &::before {
            content:"";
            position: absolute;
            width:128px;
            height:93px;
            background-image: url("img/ico_head.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size:90% auto;
            right:25px;
            top: -37px;
            pointer-events: none;
            z-index: 10;
        }*/ }
    .section02 .content .inner {
      width: 98%;
      margin: auto;
      padding: 25px 10px; }
    .section02 .content .items {
      margin-top: 30px;
      width: 100%; }
      .section02 .content .items .item {
        margin-top: 12px;
        background: #fff;
        border: 1px solid #ff5e91;
        border-radius: 5px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02); }
        .section02 .content .items .item:first-child {
          margin-top: 0; }
    .section02 .content .img　 {
      width: 100%;
      text-align: center;
      padding-top: 35px; }
    .section02 .content .question {
      position: relative;
      padding: 17px 20px 17px 60px;
      text-decoration: underline;
      text-decoration-color: #ff5e91;
      text-underline-offset: 5px;
      font-size: 1.7rem;
      color: #4c4c4c;
      font-weight: 700; }
      .section02 .content .question .em　 {
        color: #ff5e91;
        font-weight: 700; }
      .section02 .content .question::before {
        content: "";
        position: absolute;
        width: 22px;
        height: 100%;
        background-image: url("../../hoiku2/img/ico_content_check.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 25px;
        top: 0;
        pointer-events: none;
        z-index: 10; }
  .section02 .inner {
    padding: 25px 0;
    width: 98%;
    margin: 0 auto; }
  .section02 .topbold table tbody tr:first-child {
    font-weight: bold; }
  .section02 table tbody tr:first-child {
    position: relative;
    background: #fffde4; }
  .section02 table {
    width: 100%;
    border: 1px solid #e4e4e4;
    table-layout: fixed; }
    .section02 table th, .section02 table td {
      text-align: center;
      font-size: 1.3rem;
      border-left: 1px solid #e4e4e4;
      border-bottom: 1px solid #e4e4e4;
      padding: 8px 5px; }
    .section02 table .jobquality {
      display: flex;
      flex-direction: column;
      gap: 6px; }
      .section02 table .jobquality .jobitem {
        display: flex;
        align-items: center;
        gap: 2px; }
      .section02 table .jobquality .ico_s {
        width: 18px;
        height: 18px;
        border-radius: 4px;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center; }
        .section02 table .jobquality .ico_s.hoiku {
          background-color: #f28c38; }
        .section02 table .jobquality .ico_s.youchien {
          background-color: #4caf50; }
      .section02 table .jobquality p {
        margin: 0;
        font-size: 11px;
        color: #333; }
    .section02 table td.image {
      position: relative;
      padding: 28px 5px 10px; }
      .section02 table td.image::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 25%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 50% auto;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
        z-index: 10; }
    .section02 table tr:nth-child(1) td.image::before {
      background-image: url("../../hoiku2/img/crown1.png"); }
    .section02 table tr:nth-child(2) td.image::before {
      background-image: url("../../hoiku2/img/crown2.png"); }
    .section02 table tr:nth-child(3) td.image::before {
      background-image: url("../../hoiku2/img/crown3.png"); }
    .section02 table tr:nth-child(4) td.image::before {
      background-image: url("../../hoiku2/img/crown4.png"); }
    .section02 table tr:nth-child(5) td.image::before {
      background-image: url("../../hoiku2/img/crown5.png"); }
    .section02 table tr:nth-child(6) td.image::before {
      background-image: url("../../hoiku2/img/crown6.png"); }
    .section02 table tr:nth-child(7) td.image::before {
      background-image: url("../../hoiku2/img/crown7.png"); }
    .section02 table tr:nth-child(8) td.image::before {
      background-image: url("../../hoiku2/img/crown8.png"); }
    .section02 table thead th {
      background: #ffeef3;
      color: #ff5e91;
      line-height: 1.2; }
    .section02 table tbody td p {
      margin-top: 5px;
      line-height: 1.4;
      font-size: 10px; }
      .section02 table tbody td p span {
        color: #f0360a;
        font-weight: 700; }
    .section02 table tbody a p {
      color: #0e62b0;
      font-weight: 500;
      text-decoration: underline; }
    .section02 table tbody .ico {
      width: 30px;
      margin: 0 auto 2px; }
  .section02 .cta_btn a {
    font-size: 1.6rem;
    padding: 10px; }
