@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 #208935;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #208935;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #208935;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #208935;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0  #208935;
    top: 0px; } }
@keyframes animationbtn2 {
  0% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #bf6607;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #bf6607;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #208935;
  -moz-box-shadow: 0 5px 0 #208935;
  box-shadow: 0 5px 0 #208935;
  background: #2dbd4a;
  max-width: 700px;
  margin: auto;
  -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 {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.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;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    padding: 20px 15px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }
  .cta_btn.animation2 {
    animation: animationbtn2 2s infinite; }
  .cta_btn.other {
    -webkit-box-shadow: 0 5px 0 #bf6607;
    -moz-box-shadow: 0 5px 0 #bf6607;
    box-shadow: 0 5px 0 #bf6607;
    background: #f0810a; }

.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
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.5; }

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 {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(255, 94, 145, 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: #ff5e91;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    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; } }

.tab_section {
  margin-top: 30px; }
  .tab_section .tabs {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: center; }
    .tab_section .tabs li {
      width: 45%; }
      .tab_section .tabs li:first-child a {
        border-radius: 10px 0 0 0; }
      .tab_section .tabs li.active a {
        background: #f04078;
        color: #fff; }
      .tab_section .tabs li a {
        display: block;
        text-align: center;
        text-decoration: none;
        border-radius: 0 10px 0 0;
        background: #fff;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 55px;
        font-weight: bold;
        color: #f04078;
        border: 1px solid #f04078;
        transition: 0; }
        .tab_section .tabs li a:hover {
          background: #f04078;
          color: #fff; }
  .tab_section .tab_content {
    display: none; }
    .tab_section .tab_content.active {
      display: block; }

.header {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: relative;
  z-index: 10; }
  .header .inner {
    position: relative;
    padding: 5px 10px;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .site_logo {
    width: 185px; }
  .header .header_txt {
    position: absolute;
    font-size: 12px;
    font-size: 1.2rem;
    bottom: 16px;
    left: 206px;
    color: #8d8d8d; }

.fv {
  background-image: url("img/fv_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    height: 330px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_txt, .fv .fv_image {
    position: absolute;
    z-index: 5; }
  .fv .fv_txt {
    background: #fd89ae;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 5px 10px 5px 5px;
    font-size: 18px;
    font-size: 1.8rem; }
  .fv .fv_image {
    top: 50px;
    left: -20px; }

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

.remarks {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem; }

.main_ttl {
  background: #ff5e91;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
  font-weight: 500;
  padding: 12px 0;
  font-weight: 700; }
  .main_ttl span {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: normal; }
  .main_ttl .link {
    background: #fff;
    width: 520px;
    margin: 5px auto 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px; }
    .main_ttl .link a {
      display: block;
      color: #ff5e91;
      font-weight: 700;
      padding: 5px 0; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 30px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  .section01 .inner .items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 45px; }
    .section01 .inner .items .item {
      background: #fff;
      border: 1px solid #ff5e91;
      position: relative;
      padding: 25px 20px 25px;
      width: 320px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section01 .inner .items .item::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -45px;
        pointer-events: none; }
      .section01 .inner .items .item:nth-child(1)::before {
        background-image: url("../hoiku2/img/crown1.png");
        background-size: 100%; }
      .section01 .inner .items .item:nth-child(2)::before {
        background-image: url("../hoiku2/img/crown2.png");
        background-size: 85%;
        background-position-y: 7px; }
      .section01 .inner .items .item:nth-child(3)::before {
        background-image: url("../hoiku2/img/crown3.png");
        background-size: 85%;
        background-position-y: 7px; }
      .section01 .inner .items .item .heading {
        background: #ffeef3;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        text-align: center;
        color: #ff5e91;
        font-weight: 700;
        padding: 5px 0;
        border: 1px solid #ff5e91; }
      .section01 .inner .items .item .item_inner {
        padding: 20px 0px 0; }
        .section01 .inner .items .item .item_inner .image {
          margin: auto;
          width: 80%;
          text-align: center; }
        .section01 .inner .items .item .item_inner p {
          text-align: center;
          font-size: 15px;
          font-weight: 700;
          padding-top: 10px; }
          .section01 .inner .items .item .item_inner p a {
            text-decoration: underline;
            color: #0e62b0;
            text-underline-offset: 5px; }
            .section01 .inner .items .item .item_inner p a:hover {
              text-decoration: underline;
              color: #719ce9; }
        .section01 .inner .items .item .item_inner .txt {
          margin: 10px 0 10px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.8; }
          .section01 .inner .items .item .item_inner .txt ul li {
            position: relative;
            padding-left: 20px; }
            .section01 .inner .items .item .item_inner .txt ul li:first-child {
              margin-top: 0; }
            .section01 .inner .items .item .item_inner .txt ul li::before {
              content: "";
              position: absolute;
              width: 15px;
              height: 17px;
              background-image: url("img/client_archive_point_ico2.png");
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 100% auto;
              left: 0;
              top: 7px;
              pointer-events: none; }
        .section01 .inner .items .item .item_inner .cta a {
          font-size: 20px;
          padding: 13px; }

.section02 .inner {
  padding: 0px 0 25px;
  width: 880px;
  margin: 0 auto; }
.section02 table tbody tr:first-child {
  position: relative;
  background: #fffde4; }
.section02 table {
  width: 100%;
  border: 1px solid #e4e4e4; }
  .section02 table th, .section02 table td {
    text-align: center;
    font-size: 14px;
    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: 8px; }
    .section02 table .jobquality .ico_s {
      width: 24px;
      height: 24px;
      border-radius: 4px;
      color: #fff;
      font-size: 14px;
      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: 14px;
      color: #333; }
  .section02 table td.image {
    position: relative;
    padding: 40px 5px 0; }
    .section02 table td.image::before {
      content: "";
      position: absolute;
      width: 50px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 80% 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 thead th {
    background: #ffeef3;
    color: #ff5e91;
    line-height: 1.2; }
  .section02 table tbody td p {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 13px; }
    .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: 35px;
    margin: 0 auto 2px; }
.section02 .cta_btn a {
  font-size: 14px;
  padding: 12px 0; }

.section03 {
  background: #fff9fb; }
  .section03 .inner {
    width: 900px;
    margin: 0px auto;
    padding: 25px 70px 20px; }
    .section03 .inner .wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      max-width: 900px;
      margin: 0 auto; }
      .section03 .inner .wrap .image {
        width: 20%; }
      .section03 .inner .wrap .text-area {
        width: 80%;
        text-align: center; }
        .section03 .inner .wrap .text-area .txt {
          font-size: 15px;
          font-size: 1.5rem;
          color: #4c4c4c;
          line-height: 1.8;
          text-align: center;
          padding-top: 5px; }
        .section03 .inner .wrap .text-area .ttl {
          width: 100%; }

.section04 {
  background: #fff9fb; }
  .section04 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0px 0 80px; }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        width: 100%; } }
  .section04 h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #4c4c4c; }
    .section04 h3 span {
      font-size: 40px;
      color: #ff5e91;
      background: linear-gradient(transparent 70%, #fffd09 70%); }
  .section04 .items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 60px; }
    .section04 .items .item {
      background: #fff;
      border: 1px solid #ff5e91;
      position: relative;
      padding: 35px 20px 25px;
      padding-bottom: 150px;
      width: 320px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section04 .items .item::before {
        content: "";
        position: absolute;
        width: 110px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -15px;
        pointer-events: none;
        z-index: 10; }
      .section04 .items .item:nth-child(1)::before {
        background-image: url("../hoiku2/img/section04_ico_01.png"); }
      .section04 .items .item:nth-child(2)::before {
        background-image: url("../hoiku2/img/section04_ico_02.png"); }
      .section04 .items .item:nth-child(3)::before {
        background-image: url("../hoiku2/img/section04_ico_03.png"); }
  .section04 .heading {
    background: #ffeef3;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    text-align: center;
    color: #ff5e91;
    font-weight: 700;
    padding: 5px 0;
    border: 1px solid #ff5e91; }
  .section04 .txt {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8; }
  .section04 .image {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    width: 100%;
    text-align: center; }

.section05 {
  padding: 50px 0 80px;
  overflow: hidden; }
  .section05 .examples h2 {
    text-align: center; }
    .section05 .examples h2 > span {
      display: inline-block;
      border: 2px solid #ff5e91;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      background: #fff;
      padding: 10px 60px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      color: #ff5e91;
      line-height: 1.4;
      letter-spacing: 0.06em; }
    .section05 .examples h2 .large {
      font-size: 27px;
      font-size: 2.7rem;
      font-weight: 700; }
  .section05 .swiper-wrapper {
    align-items: stretch;
    align-items: flex-start; }
  .section05 .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3; }
  .section05 .slide {
    overflow: hidden;
    webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s; }
  .section05 .swiper {
    margin-top: 40px;
    overflow: visible;
    max-width: 1100px;
    padding: 0 50px; }
    .section05 .swiper article {
      border: 2px solid #ff5e91;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      background: #fff; }
    .section05 .swiper .lead {
      text-align: center;
      font-weight: 700;
      color: #fff;
      background: #ff5e91;
      font-size: 20px;
      font-size: 2rem;
      padding: 10px 0; }
    .section05 .swiper .image {
      text-align: center; }
    .section05 .swiper .inner {
      padding: 20px 20px 25px; }
    .section05 .swiper ul {
      margin-top: 10px; }
      .section05 .swiper ul li {
        margin-top: 3px;
        position: relative;
        padding-left: 1.2em; }
        .section05 .swiper ul li:first-child {
          margin-top: 0; }
        .section05 .swiper ul li::before {
          content: "●";
          position: absolute;
          top: 0;
          left: 0;
          color: #ff5e91; }
    .section05 .swiper .cta_btn {
      margin-top: 10px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .section05 .swiper .cta_btn a {
        font-size: 18px;
        font-size: 1.8rem; }
        .section05 .swiper .cta_btn a::before {
          display: none; }
  .section05 .swiper-button-prev, .section05 .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition); }
  .section05 .swiper-button-prev::before, .section05 .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow); }
  .section05 .swiper-button-prev::after, .section05 .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid #fff;
    border-width: 3px 3px 0 0; }
  .section05 .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .section05 .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .section05 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0; }
  .section05 .swiper-button-prev,
  .section05 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto; }
  .section05 .swiper-button-prev::before,
  .section05 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark); }
  .section05 .swiper-button-prev::after,
  .section05 .swiper-button-next::after {
    border-color: #fff; }
  .section05 .swiper-button-prev {
    left: 30px; }
  .section05 .swiper-button-next {
    right: 30px; }
  .section05 .swiper-pagination {
    bottom: -45px !important; }
  .section05 .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #ff5e91;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
    margin: 0 5px !important; }
  .section05 .swiper-pagination-bullet-active {
    background: #ff5e91; }
  .section05 .type {
    width: 1000px;
    margin: 0 auto;
    margin-top: 120px;
    background: #ffffe7;
    border: 2px solid #ffeef3;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section05 .type {
        width: 100%; } }
    .section05 .type h2 {
      position: absolute;
      width: 100%;
      left: 0;
      top: -35px;
      text-align: center; }
      .section05 .type h2 span {
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        display: inline-block;
        background: #fff;
        border: 2px solid #ffeef3;
        color: #ffeef3;
        font-size: 27px;
        font-size: 2.7rem;
        padding: 10px 40px;
        font-weight: 700; }
    .section05 .type .inner {
      padding: 50px 35px 45px; }
    .section05 .type .items {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      .section05 .type .items .item {
        background: #fff;
        width: 300px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        padding: 20px 20px 25px; }
    .section05 .type .heading {
      background: #ff5e91;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding: 7px 0;
      padding-left: 20px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      position: relative;
      font-size: 18px;
      font-size: 1.8rem; }
      .section05 .type .heading::before {
        content: "";
        position: absolute;
        width: 70px;
        height: 90px;
        background-image: url("img/section03_ico.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: -36px;
        top: -15px;
        pointer-events: none;
        z-index: 10; }
    .section05 .type .image {
      width: 80%;
      margin: 20px auto 0; }
    .section05 .type p {
      margin-top: 10px;
      font-size: 14px;
      font-size: 1.4rem; }
    .section05 .type .cta_btn {
      margin-top: 10px; }
      .section05 .type .cta_btn a {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 15px 0;
        padding-left: 10px; }
        .section05 .type .cta_btn a::before {
          display: none; }

.section06 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0 35px; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      width: 100%; } }

.client_archive > ul > li {
  margin-top: 20px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 2px solid #e8e8e8; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 15px 10px 15px 90px;
    border-bottom: 1px solid #e8e8e8; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 50px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 25px;
      top: 0;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      font-size: 27px;
      font-weight: 700;
      text-decoration: underline;
      color: #0e62b0; }
      .client_archive .client_card .client_name a:hover {
        text-decoration: underline;
        color: #719ce9; }
  .client_archive .client_card .client_names {
    position: relative;
    padding: 15px 10px 15px 25px;
    border-bottom: 1px solid #e8e8e8;
    text-decoration: underline; }
    .client_archive .client_card .client_names::before {
      content: "";
      position: absolute;
      width: 50px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 25px;
      top: 0;
      pointer-events: none; }
    .client_archive .client_card .client_names a {
      font-size: 27px;
      font-weight: 700;
      text-decoration: none; }
      .client_archive .client_card .client_names a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 25px 25px 40px; }
.client_archive .point {
  margin-top: 17px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #d6d6d6; }
  .client_archive .point.min {
    padding-top: 30px; }
  .client_archive .point .ttl {
    background: #ff5e91;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 3px 0;
    font-size: 21px; }
  .client_archive .point .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    padding: 15px 30px; }
    .client_archive .point .wrap .image {
      width: 114px;
      text-align: right; }
    .client_archive .point .wrap .txt {
      width: calc(100% - 114px);
      padding-left: 20px; }
      .client_archive .point .wrap .txt ul li {
        font-size: 18px;
        position: relative;
        padding-left: 20px; }
        .client_archive .point .wrap .txt ul li:first-child {
          margin-top: 0; }
        .client_archive .point .wrap .txt ul li::before {
          content: "";
          position: absolute;
          width: 15px;
          height: 17px;
          background-image: url("img/client_archive_point_ico2.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 7px;
          pointer-events: none; }
        .client_archive .point .wrap .txt ul li span {
          color: #f0360a;
          font-weight: 700; }
        .client_archive .point .wrap .txt ul li sup {
          font-size: 11px; }
.client_archive .case {
  margin-top: 17px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #e8e8e8; }
  .client_archive .case.min {
    padding-top: 30px; }
  .client_archive .case .ttl {
    background: #bc9807;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 6px 0;
    font-size: 21px;
    font-size: 2.1rem; }
  .client_archive .case .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 15px; }
    .client_archive .case .wrap .txt {
      width: 100%; }
      .client_archive .case .wrap .txt .card-wrap {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        margin: 0;
        gap: 20px; }
        .client_archive .case .wrap .txt .card-wrap .card {
          width: 33.3333%;
          box-sizing: border-box;
          background: #fff9ef;
          border: 1px solid #e5c988;
          border-radius: 10px;
          padding: 10px 10px 10px 20px;
          text-align: left; }
          .client_archive .case .wrap .txt .card-wrap .card .card-header {
            display: block;
            background: #fff9ef;
            border: 2px solid #e5c988;
            border-radius: 30px;
            color: #f06292;
            font-weight: bold;
            font-size: 16px;
            padding: 5px 20px;
            text-align: center;
            margin: 0 auto 15px auto;
            width: fit-content; }
          .client_archive .case .wrap .txt .card-wrap .card .card-info {
            list-style: none;
            padding: 0;
            margin: 0; }
            .client_archive .case .wrap .txt .card-wrap .card .card-info li {
              position: relative;
              font-size: 16px;
              color: #333;
              font-weight: bold;
              padding-left: 30px;
              margin-bottom: 15px; }
              .client_archive .case .wrap .txt .card-wrap .card .card-info li span {
                display: block;
                margin-bottom: 3px; }
              .client_archive .case .wrap .txt .card-wrap .card .card-info li .info-txt {
                font-size: 14px;
                color: #555;
                font-weight: normal;
                padding-left: 0; }
              .client_archive .case .wrap .txt .card-wrap .card .card-info li::before {
                content: "";
                position: absolute;
                top: 2px;
                left: 0;
                width: 20px;
                height: 20px;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center; }
              .client_archive .case .wrap .txt .card-wrap .card .card-info li.pay::before {
                background-image: url("../hoiku2/img/ico_pay.png"); }
              .client_archive .case .wrap .txt .card-wrap .card .card-info li.points::before {
                background-image: url("../hoiku2/img/ico_point.png"); }
              .client_archive .case .wrap .txt .card-wrap .card .card-info li.job::before {
                background-image: url("../hoiku2/img/ico_job.png"); }
              .client_archive .case .wrap .txt .card-wrap .card .card-info li.area::before {
                background-image: url("../hoiku2/img/ico_area.png"); }
.client_archive .overview {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .client_archive .overview .image {
    width: 300px; }
  .client_archive .overview .txt {
    width: calc(100% - 300px);
    padding-left: 12px; }
    .client_archive .overview .txt .heading {
      font-size: 24px;
      color: #f0360a;
      font-weight: 700; }
      .client_archive .overview .txt .heading sup {
        font-size: 14px; }
    .client_archive .overview .txt table {
      width: 100%;
      margin-top: 15px;
      border: 1px solid #e4e4e4;
      background: #fff;
      font-size: 14px; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 10px 5px;
        border-left: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4; }
      .client_archive .overview .txt table th {
        width: 16%;
        font-weight: 500;
        color: #fff;
        background: #ff5e91; }
      .client_archive .overview .txt table td {
        width: 28%; }
      .client_archive .overview .txt table .ico_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .client_archive .overview .txt table .ico_wrap .jobquality {
          display: flex;
          flex-direction: column;
          gap: 6px; }
          .client_archive .overview .txt table .ico_wrap .jobquality .jobitem {
            display: flex;
            align-items: center;
            gap: 8px; }
          .client_archive .overview .txt table .ico_wrap .jobquality .ico_s {
            width: 24px;
            height: 24px;
            border-radius: 4px;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center; }
            .client_archive .overview .txt table .ico_wrap .jobquality .ico_s.hoiku {
              background-color: #f28c38; }
            .client_archive .overview .txt table .ico_wrap .jobquality .ico_s.youchien {
              background-color: #4caf50; }
          .client_archive .overview .txt table .ico_wrap .jobquality p {
            margin: 0;
            font-size: 14px;
            color: #333; }
        .client_archive .overview .txt table .ico_wrap .ico {
          width: 24px; }
        .client_archive .overview .txt table .ico_wrap .txt {
          width: calc(100% - 24px);
          padding-left: 5px; }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #ceca98;
  background: #fffde4; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #ceca98; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("img/crown1.png"); }
.client_archive > ul > li:nth-child(1) .overview table th {
  background: #bc9807; }
.client_archive > ul > li:nth-child(1) .point {
  border-color: #ceca98; }
  .client_archive > ul > li:nth-child(1) .point .ttl {
    background: #bc9807;
    color: #fff; }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/crown2.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/crown3.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/crown4.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/crown5.png"); }
.client_archive .cta {
  margin-top: 20px; }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #4a4a4a;
    font-size: 22px; }
  .client_archive .cta .cta_btn {
    width: 700px;
    margin: 5px auto 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    /*&::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    background-image: url("img/ico_arrow2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    right: 30px;
    top: 0;
    pointer-events: none;
    z-index: 10; }*/ }
    .client_archive .cta .cta_btn:nth-child(2) {
      margin-top: 15px; }
    .client_archive .cta .cta_btn a {
      padding: 20px 0;
      font-size: 23px; }

.section07 .inner {
  padding: 0px 0 25px;
  width: 880px;
  margin: 0 auto; }
.section07 table tbody tr:first-child {
  position: relative;
  background: #fffde4; }
.section07 table {
  width: 100%;
  border: 1px solid #e4e4e4; }
  .section07 table th, .section07 table td {
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 5px; }
  .section07 table .jobquality {
    display: flex;
    flex-direction: column;
    gap: 6px; }
    .section07 table .jobquality .jobitem {
      display: flex;
      align-items: center;
      gap: 8px; }
    .section07 table .jobquality .ico_s {
      width: 24px;
      height: 24px;
      border-radius: 4px;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section07 table .jobquality .ico_s.hoiku {
        background-color: #f28c38; }
      .section07 table .jobquality .ico_s.youchien {
        background-color: #4caf50; }
    .section07 table .jobquality p {
      margin: 0;
      font-size: 14px;
      color: #333; }
  .section07 table td.image {
    position: relative;
    padding: 40px 5px 0; }
    .section07 table td.image::before {
      content: "";
      position: absolute;
      width: 50px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 80% auto;
      top: 5px;
      left: 50%;
      transform: translateX(-50%);
      pointer-events: none;
      z-index: 10; }
  .section07 table tr:nth-child(1) td.image::before {
    background-image: url("../hoiku2/img/crown1.png"); }
  .section07 table tr:nth-child(2) td.image::before {
    background-image: url("../hoiku2/img/crown2.png"); }
  .section07 table tr:nth-child(3) td.image::before {
    background-image: url("../hoiku2/img/crown3.png"); }
  .section07 table tr:nth-child(4) td.image::before {
    background-image: url("../hoiku2/img/crown4.png"); }
  .section07 table tr:nth-child(5) td.image::before {
    background-image: url("../hoiku2/img/crown5.png"); }
  .section07 table thead th {
    background: #ffeef3;
    color: #ff5e91;
    line-height: 1.2; }
  .section07 table tbody td p {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 13px; }
    .section07 table tbody td p span {
      color: #f0360a;
      font-weight: 700; }
  .section07 table tbody a p {
    color: #0e62b0;
    font-weight: 500;
    text-decoration: underline; }
  .section07 table tbody .ico {
    width: 35px;
    margin: 0 auto 2px; }
.section07 .cta_btn a {
  font-size: 14px;
  padding: 12px 0; }

.section08 {
  padding: 20px 0 50px; }
  .section08 .container {
    width: 1000px;
    margin: 0 auto;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border: 1px solid #ff5e91;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .section08 .container {
        width: 100%; } }
  .section08 h2 {
    background: #ff5e91;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
    padding: 15px 0; }
  .section08 .client {
    background: #fff9fb;
    padding: 25px 0 0; }
    .section08 .client .wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -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; }
      .section08 .client .wrap .image {
        width: 210px; }
      .section08 .client .wrap .txt {
        width: 550px;
        margin-left: 25px; }
        .section08 .client .wrap .txt .heading {
          text-align: center;
          font-weight: 700;
          color: #f0360a;
          font-size: 20px;
          font-size: 2rem; }
        .section08 .client .wrap .txt .cta_btn {
          margin-top: 10px; }
          .section08 .client .wrap .txt .cta_btn a {
            font-size: 20px;
            font-size: 2rem; }
    .section08 .client .sponsor {
      margin-top: 10px;
      text-align: center;
      font-size: 11px;
      font-size: 1.1rem; }
  .section08 .inner {
    background: #fff9fb;
    padding: 20px 85px 30px; }
    .section08 .inner .note {
      margin-top: 0px; }
      .section08 .inner .note span {
        font-weight: 700;
        color: #f0360a; }
    .section08 .inner .matome {
      margin-top: 20px; }
      .section08 .inner .matome .heading {
        text-align: center; }
        .section08 .inner .matome .heading span {
          display: inline-block;
          padding-bottom: 3px;
          font-size: 22px;
          font-size: 2.2rem;
          font-weight: 700;
          color: #ff5e91; }
      .section08 .inner .matome .items {
        margin-top: 25px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between; }
        .section08 .inner .matome .items .item {
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          border: 2px solid #ff5e91;
          text-align: center;
          width: 190px;
          padding: 14px 0 15px;
          background: #fff; }
          .section08 .inner .matome .items .item .txt {
            font-weight: 700;
            color: #ff5e91;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.3; }
          .section08 .inner .matome .items .item .ico {
            margin-top: 25px; }

aside .privacy_section {
  margin-top: 35px;
  text-align: center; }
  aside .privacy_section .inner {
    display: inline-block;
    text-align: center;
    padding: 10px 15px; }
  aside .privacy_section .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -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; }
    aside .privacy_section .wrap .image {
      width: 90px; }
    aside .privacy_section .wrap .txt {
      text-align: left;
      font-size: 12px;
      font-size: 1.2rem;
      padding-left: 15px;
      color: #5f5f5f; }

.red {
  color: #e44040;
  font-weight: 700; }

/*追従バナー*/
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  overflow-y: visible;
  height: 90px;
  z-index: 10;
  opacity: 1;
  background: rgba(255, 94, 145, 0.8);
  transition: opacity 0.5s ease; }

.fixed-footer a.officical_btn {
  text-decoration: none; }

.ft_btn_wrapper {
  width: 850px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  overflow: visible; }

.ft_btn_wrapper p {
  color: #fff;
  /* width: 300px; */
  position: absolute;
  left: 280px;
  top: 11px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  text-align: left; }
  .ft_btn_wrapper p span {
    color: #fcf140;
    font-weight: bold;
    font-size: 30px; }

.ft_btn_wrapper .ft_img {
  position: absolute;
  left: 140px;
  bottom: 25px;
  width: 120px;
  height: 60px; }

.ft_btn_wrapper button {
  position: absolute;
  bottom: 30px;
  left: 480px;
  border: none;
  width: 250px;
  height: 60px;
  /*&::after {
  	content: "";
  	width: 20px;
  	height: 20px;
  	position: absolute;
  	right: 25px;
  	top: 52%;
  	margin-top: -11px;
  	background: url(img/ico_arrow2.png) no-repeat center top;
  	background-size: 20px auto;
  }*/ }

.ft_btn_wrapper button {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold !important;
  padding: 10px 10px;
  border-radius: 6px;
  background: #2dbd4a;
  box-shadow: 0 5px 0 #2dbd4a; }
  .ft_btn_wrapper button:hover {
    opacity: .7;
    transition: .2s; }

.footer {
  background: #163d83;
  margin-top: 15px; }
  .footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    height: 220px; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%; } }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      position: relative;
      padding-left: 10px;
      margin-left: 15px; }
      .footer .f_nav ul li::before {
        content: "｜";
        position: absolute;
        top: 0;
        left: -10px;
        color: #fff; }
      .footer .f_nav ul li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .footer .f_nav ul li:first-child::before {
          display: none; }
      .footer .f_nav ul li a {
        color: #fff;
        text-decoration: none; }
  .footer .copyright {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem; }
