@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("wow/animate.css");
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; }

.index .section05 .client_archive .review {
  padding: 10px;
  position: relative;
  z-index: 1;
  margin: 10px 0;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  overflow: hidden; }
  .index .section05 .client_archive .review .heading {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff; }
  .index .section05 .client_archive .review .trigger2 {
    position: relative;
    padding: 10px 0; }
    .index .section05 .client_archive .review .trigger2::after {
      content: "＋";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      width: 26px;
      height: 26px;
      font-weight: 700;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      -o-border-radius: 100%;
      -ms-border-radius: 100%;
      background: #fff; }
    .index .section05 .client_archive .review .trigger2.active::after {
      content: "−"; }
  .index .section05 .client_archive .review .acordion_inner2 {
    padding: 0px 10px 10px; }
    .index .section05 .client_archive .review .acordion_inner2 .items {
      margin-top: 15px; }
      .index .section05 .client_archive .review .acordion_inner2 .items .item {
        background: #f5f5f5;
        border: 1px solid #ddd;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 15px;
        margin-top: 5px;
        -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; }
        .index .section05 .client_archive .review .acordion_inner2 .items .item:first-child {
          margin-top: 0; }
        .index .section05 .client_archive .review .acordion_inner2 .items .item .ico {
          width: 40px; }
        .index .section05 .client_archive .review .acordion_inner2 .items .item .txt {
          width: calc(100% - 40px);
          padding-left: 15px;
          font-size: 13px;
          font-size: 1.3rem; }
    .index .section05 .client_archive .review .acordion_inner2 .remarks {
      text-align: right; }
  .index .section05 .client_archive .review p {
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.8rem; }
    .index .section05 .client_archive .review p strong {
      font-weight: 700;
      color: #f00; }
  .index .section05 .client_archive .review span {
    font-weight: bold;
    color: #f00 !important;
    background: -webkit-linear-gradient(left, #fffa99 50%, transparent 50%);
    background: -moz-linear-gradient(left, #fffa99 50%, transparent 50%);
    background: linear-gradient(left, #fffa99 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em;
    background-position: 100% .5em;
    transition: 3s; }
  .index .section05 .client_archive .review span.is-active {
    background-position: 0% .5em; }
.index .section05 .client_archive ul li.pink .review .trigger2 {
  background: #f48696; }
  .index .section05 .client_archive ul li.pink .review .trigger2::after {
    color: #f48696; }
.index .section05 .client_archive ul li.green .review .trigger2 {
  background: #50ab77; }
  .index .section05 .client_archive ul li.green .review .trigger2::after {
    color: #50ab77; }
.index .section05 .client_archive ul li.blue .review .trigger2 {
  background: #00b1e4; }
  .index .section05 .client_archive ul li.blue .review .trigger2::after {
    color: #00b1e4; }
.index .section05 .client_archive ul li.orange .review .trigger2 {
  background: #eda033; }
  .index .section05 .client_archive ul li.orange .review .trigger2::after {
    color: #eda033; }

.calendar {
  display: flex;
  width: 320px;
  background-color: #fff;
  margin: 10px auto;
  text-align: center;
  justify-content: center; }
