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

@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; } }
@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; } }
.shiny_btn {
  position: relative;
  overflow: hidden; }
  .shiny_btn::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; }

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

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

a {
  color: #483126; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #483126;
    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: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(177, 137, 120, 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: #b18978;
    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; } }

.header {
  background: #fff;
  border-top: 4px solid #f4b3c8; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    .header .inner .logo {
      width: 291px;
      margin: 0 auto; }
    .header .inner .pr_header {
      position: absolute;
      right: 0;
      top: 17px; }

.index .main_ttl {
  background: #b18978;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 0.8em; }
  .index .main_ttl h2 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 1.4; }
    .index .main_ttl h2 strong {
      font-weight: 700;
      font-size: 26px;
      font-size: 2.6rem;
      color: #fff000; }
.index .container {
  padding: 30px 50px;
  width: 1000px;
  margin: 0 auto;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .index .container {
      width: 100%; } }
.index .fv {
  background-image: url("img/index/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .index .fv .inner {
    width: 1000px;
    margin: 0 auto;
    height: 310px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        width: 100%; } }
  .index .fv .fv_txt {
    color: #746e5a;
    position: absolute;
    left: 120px;
    top: 40px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500; }
  .index .fv .fv_image {
    position: absolute;
    left: 80px;
    bottom: 33px; }
.index .section01 .container {
  padding-bottom: 50px; }
.index .section01 .wrap {
  position: relative; }
  .index .section01 .wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: calc(100% / 5);
    height: 100%;
    background: transparent;
    pointer-events: none;
    border: 2px solid #ff6680; }
.index .section01 .top3 {
  position: relative; }
  .index .section01 .top3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 90px;
    z-index: 10;
    width: calc(80% / 3);
    height: 100%;
    background: transparent;
    pointer-events: none;
    border: 2px solid #ff6680; }
  .index .section01 .top3 table {
    width: 80%;
    margin: 0 auto; }
    .index .section01 .top3 table td {
      font-size: 14px;
      font-size: 1.4rem;
      border: 1px solid #d4d4d4;
      width: calc(100% / 3);
      padding: 10px 8px; }
      .index .section01 .top3 table td.overview {
        vertical-align: top; }
.index .section01 table {
  width: 100%; }
  .index .section01 table th, .index .section01 table td {
    text-align: center;
    vertical-align: middle; }
  .index .section01 table th {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px;
    background: #c5b4ad; }
  .index .section01 table td {
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #d4d4d4;
    width: calc(100% / 5);
    padding: 10px 8px; }
    .index .section01 table td.overview {
      vertical-align: top; }
    .index .section01 table td strong span {
      background: linear-gradient(transparent 75%, #fff000 0%);
      color: #f00; }
  .index .section01 table tr:nth-child(5) td {
    font-size: 13px;
    font-size: 1.3rem; }
  .index .section01 table tr td:first-child {
    background: #fefdeb; }
.index .section01 .image {
  padding-top: 10px;
  margin: 0 auto; }
.index .section01 .name {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500; }
.index .section01 .btn {
  width: 95%;
  margin: 0 auto; }
  .index .section01 .btn a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0.7em;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    background: #49b9a7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-bottom: 4px solid #3fa494; }
.index .section01 .remarks {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #31302c; }
.index .section02 .container {
  padding-bottom: 50px; }
.index .section02 .container .item {
  margin-top: 50px; }
  .index .section02 .container .item:first-child {
    margin-top: 0; }
.index .section02 .cards {
  margin-top: 30px;
  -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;
  padding: 0 10px; }
  .index .section02 .cards .card {
    width: calc((100% - 3%) / 2);
    margin-left: 3%;
    margin-top: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 1px solid #c5b4ad;
    padding: 20px 15px; }
    .index .section02 .cards .card:nth-child(odd) {
      margin-left: 0; }
    .index .section02 .cards .card:nth-child(1), .index .section02 .cards .card:nth-child(2) {
      margin-top: 0; }
.index .section02 .note {
  margin-top: 15px;
  background: #fcf6f7;
  padding: 1.2em 1.5em;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .index .section02 .note .marker {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff66e 60%); }
  .index .section02 .note .strong {
    font-weight: 700;
    color: #ff6680; }
.index .section02 .heading {
  text-align: center; }
  .index .section02 .heading span {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 21px;
    font-size: 2.1rem;
    color: #483126;
    font-weight: 700;
    border-bottom: 1px solid #483126; }
.index .section02 .about {
  padding-top: 10px; }
  .index .section02 .about .inner {
    width: 760px;
    margin: 0 auto; }
  .index .section02 .about .image_heading {
    width: 551px;
    margin: 0 auto;
    height: 154px;
    background: url("img/index/section02_heading_01.jpg") no-repeat center top;
    color: #ff6680;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    padding: 30px 0 0 126px; }
  .index .section02 .about .cards .card {
    padding-bottom: 10px; }
    .index .section02 .about .cards .card .ttl {
      text-align: center;
      font-weight: 700;
      color: #ff6680; }
    .index .section02 .about .cards .card .image {
      margin-top: 10px;
      text-align: center; }
  .index .section02 .about .heading {
    margin-top: 40px; }
.index .section02 .popular .inner {
  width: 750px;
  margin-left: auto;
  margin-right: auto; }
.index .section02 .popular .card {
  width: 100%;
  margin: 0;
  text-align: center; }
.index .section02 .flow .inner {
  width: 848px;
  margin: 0 auto; }
.index .section02 .flow .step {
  margin-top: 20px; }
  .index .section02 .flow .step 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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .index .section02 .flow .step ul li {
      width: 205px;
      text-align: center; }
  .index .section02 .flow .step .txt1 span {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #b18978;
    border-bottom: 1px solid #b18978;
    padding-bottom: 3px; }
  .index .section02 .flow .step .txt2 {
    margin-top: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4; }
    .index .section02 .flow .step .txt2 span {
      display: block;
      height: 1.4em; }
  .index .section02 .flow .step .image {
    margin-top: 10px; }
.index .section02 .about2 {
  padding-top: 10px; }
  .index .section02 .about2 .inner {
    width: 760px;
    margin: 0 auto; }
  .index .section02 .about2 .image_heading {
    width: 620px;
    margin: 0 auto;
    height: 154px;
    background: url("img/index/section02_heading_02.jpg") no-repeat center top;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    padding: 90px 0 0 105px; }
    .index .section02 .about2 .image_heading strong {
      font-weight: 700;
      color: #ff6680; }
.index .section03 .container {
  padding: 30px 0 50px; }
.index .section03 .cta_btn {
  margin: 15px auto 0; }
  .index .section03 .cta_btn a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    background: #49b9a7;
    border-bottom: 5px solid #3fa494;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -o-border-radius: 60px;
    -ms-border-radius: 60px; }
.index .client_archive {
  margin-top: 20px; }
  .index .client_archive > ul > li {
    margin-top: 40px; }
    .index .client_archive > ul > li:first-child {
      margin-top: 0; }
  .index .client_archive .client_card {
    border: 2px solid #d8d4d2; }
    .index .client_archive .client_card .client_name {
      position: relative;
      padding: 15px 10px 15px 150px;
      border-bottom: 1px solid #d8d4d2; }
      .index .client_archive .client_card .client_name::before {
        content: "";
        position: absolute;
        width: 81px;
        height: 94px;
        background-image: url("img/index/client_ico.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 50px;
        top: -5px;
        pointer-events: none; }
      .index .client_archive .client_card .client_name a {
        color: #483126;
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 700;
        text-decoration: none; }
        .index .client_archive .client_card .client_name a:hover {
          text-decoration: underline; }
    .index .client_archive .client_card .client_inner {
      padding: 25px 50px; }
  .index .client_archive > ul > li:nth-child(1) .client_card {
    border-color: #f0eca1;
    background: #fefdeb; }
    .index .client_archive > ul > li:nth-child(1) .client_card .client_name {
      border-bottom-color: #f0eca1; }
      .index .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
        background-image: url("img/index/client_ico_01.png"); }
  .index .client_archive > ul > li:nth-child(2) .client_name::before {
    background-image: url("img/index/client_ico_02.png"); }
  .index .client_archive > ul > li:nth-child(3) .client_name::before {
    background-image: url("img/index/client_ico_03.png"); }
  .index .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; }
    .index .client_archive .overview .image {
      width: 250px; }
    .index .client_archive .overview .txt {
      width: calc(100% - 250px);
      padding-left: 20px; }
      .index .client_archive .overview .txt .heading {
        font-size: 25px;
        font-size: 2.5rem;
        color: #ff6680;
        font-weight: 700; }
        .index .client_archive .overview .txt .heading sup {
          font-size: 14px;
          font-size: 1.4rem; }
      .index .client_archive .overview .txt table {
        width: 100%;
        margin-top: 15px;
        border: 1px solid #e4e4e4;
        background: #fff;
        font-size: 14px;
        font-size: 1.4rem; }
        .index .client_archive .overview .txt table th, .index .client_archive .overview .txt table td {
          vertical-align: middle;
          padding: 6px;
          border-left: 1px solid #e4e4e4;
          border-bottom: 1px solid #e4e4e4; }
        .index .client_archive .overview .txt table th {
          width: 22%;
          font-weight: 500;
          color: #fff;
          background: #c5b4ad; }
        .index .client_archive .overview .txt table td.ico_style {
          white-space: nowrap;
          font-size: .9em;
          display: flex;
          align-items: center;
          min-height: 59px; }
          .index .client_archive .overview .txt table td.ico_style img {
            height: 20px;
            width: auto;
            margin-right: 3px; }
          .index .client_archive .overview .txt table td.ico_style p {
            display: inline-block;
            overflow: hidden;
            margin: 0;
            padding: 0; }
  .index .client_archive .point {
    margin-top: 30px;
    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 #fad9e4;
    -webkit-box-shadow: 0 0 4px #d9d9d9 inset;
    -moz-box-shadow: 0 0 4px #d9d9d9 inset;
    box-shadow: 0 0 4px #d9d9d9 inset;
    padding: 40px 30px 20px; }
    .index .client_archive .point.min {
      padding-top: 30px; }
    .index .client_archive .point .ttl {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -12px;
      z-index: 1; }
    .index .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: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .index .client_archive .point .wrap .image {
        width: 114px; }
      .index .client_archive .point .wrap .txt {
        width: calc(100% - 114px);
        padding-left: 30px; }
        .index .client_archive .point .wrap .txt ul li {
          font-size: 17px;
          font-size: 1.7rem;
          margin-top: 3px;
          position: relative;
          padding-left: 28px; }
          .index .client_archive .point .wrap .txt ul li:first-child {
            margin-top: 0; }
          .index .client_archive .point .wrap .txt ul li::before {
            content: "";
            position: absolute;
            width: 18px;
            height: 100%;
            background-image: url("img/index/client_archive_point_ico2.png");
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% auto;
            left: 0;
            top: 6px;
            pointer-events: none; }
          .index .client_archive .point .wrap .txt ul li strong {
            color: #f45372;
            font-weight: 700; }
          .index .client_archive .point .wrap .txt ul li sup {
            font-size: 11px;
            font-size: 1.1rem; }
  .index .client_archive .achievement {
    margin-top: 10px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 0 4px #d9d9d9 inset;
    -moz-box-shadow: 0 0 4px #d9d9d9 inset;
    box-shadow: 0 0 4px #d9d9d9 inset;
    padding: 30px; }
    .index .client_archive .achievement .heading {
      text-align: center; }
      .index .client_archive .achievement .heading span {
        font-size: 20px;
        font-size: 2rem;
        padding-bottom: 5px;
        border-bottom: 1px solid #746e5a;
        font-weight: 700;
        color: #746e5a; }
    .index .client_archive .achievement .image {
      margin-top: 20px;
      text-align: center; }
  .index .client_archive .map {
    margin-top: 20px;
    position: relative;
    background: #fff;
    border: 1px solid #b18978; }
    .index .client_archive .map .trigger {
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 0.6em;
      color: #b18978;
      font-weight: 500; }
      .index .client_archive .map .trigger::before, .index .client_archive .map .trigger::after {
        position: absolute;
        content: "";
        background: #b18978; }
      .index .client_archive .map .trigger::before {
        width: 26px;
        height: 4px;
        right: 22px;
        top: 22px; }
      .index .client_archive .map .trigger::after {
        height: 26px;
        width: 4px;
        right: 33px;
        top: 11px; }
      .index .client_archive .map .trigger.active::after {
        display: none; }
    .index .client_archive .map .map_items {
      padding: 0 75px 30px; }
      .index .client_archive .map .map_items .map_item {
        margin-top: 20px; }
        .index .client_archive .map .map_items .map_item:first-child {
          margin-top: 0; }
      .index .client_archive .map .map_items .place {
        -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;
        border: 1px solid #f1eeec; }
        .index .client_archive .map .map_items .place .name {
          width: 130px;
          color: #fff;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 700;
          background: #c5b4ad;
          padding: 20px; }
        .index .client_archive .map .map_items .place .address {
          font-size: 14px;
          font-size: 1.4rem;
          padding: 10px 20px; }
      .index .client_archive .map .map_items .googlemap {
        margin-top: 5px; }
        .index .client_archive .map .map_items .googlemap iframe {
          width: 100%;
          height: 330px; }
  .index .client_archive .cta {
    margin-top: 20px; }
    .index .client_archive .cta .txt {
      font-size: 18px;
      font-size: 1.8rem;
      color: #3fa494;
      text-align: center;
      font-weight: 700; }
    .index .client_archive .cta .cta_btn {
      width: 600px; }
  .index .client_archive .remarks {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #31302c; }
.index .section04 .container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px; }
.index .section04 .remarks {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #31302c; }
.index .section04 table {
  width: 110%;
  border: 1px solid #e4e4e4;
  overflow-x: scroll; }
  .index .section04 table th, .index .section04 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 5px; }
  .index .section04 table thead th {
    background: #c5b4ad;
    color: #fff;
    line-height: 1.3; }
  .index .section04 table tbody tr:first-child {
    background: #fefdeb; }
  .index .section04 table tbody tr td:first-child {
    width: 140px !important; }
  .index .section04 table tbody td p {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 13px;
    font-size: 1.3rem; }
  .index .section04 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
  .index .section04 table tbody td.ico_style {
    font-size: 11px !important; }
.index .section04 .btn {
  width: 90px;
  margin: 0 auto; }
  .index .section04 .btn a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0.7em;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    background: #49b9a7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-bottom: 4px solid #3fa494; }
    .index .section04 .btn a::after {
      animation-duration: 6s; }
.index .section05 {
  margin-top: 30px; }
  .index .section05 .container {
    padding: 0;
    position: relative;
    -webkit-box-shadow: 0 0 10px #e4e4e4;
    -moz-box-shadow: 0 0 10px #e4e4e4;
    box-shadow: 0 0 10px #e4e4e4; }
  .index .section05 .ttl {
    width: 1030px;
    background: #e47387;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 0;
    left: -15px;
    padding: 0.6em;
    color: #fff; }
    .index .section05 .ttl strong {
      font-weight: 700;
      color: #fff000; }
    .index .section05 .ttl::before, .index .section05 .ttl::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      bottom: -15px; }
    .index .section05 .ttl::before {
      border-width: 0 15px 15px 0;
      border-color: transparent #c96677 transparent transparent;
      left: 0; }
    .index .section05 .ttl::after {
      border-width: 15px 15px 0 0;
      border-color: #c96677 transparent transparent transparent;
      right: 0; }
  .index .section05 .recommend {
    background: #fefdeb;
    padding: 130px 0 30px; }
    .index .section05 .recommend .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; }
      .index .section05 .recommend .wrap .image {
        width: 210px; }
      .index .section05 .recommend .wrap .txt {
        padding-left: 30px;
        text-align: center; }
        .index .section05 .recommend .wrap .txt .heading {
          font-size: 20px;
          font-size: 2rem;
          font-weight: 700;
          color: #3fa494; }
          .index .section05 .recommend .wrap .txt .heading sup {
            font-size: 14px;
            font-size: 1.4rem; }
    .index .section05 .recommend .cta_btn {
      margin-top: 10px;
      width: 450px; }
      .index .section05 .recommend .cta_btn a {
        display: block;
        text-decoration: none;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        background: #49b9a7;
        border-bottom: 5px solid #3fa494;
        line-height: 60px;
        color: #fff;
        text-align: center;
        border-radius: 60px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        -o-border-radius: 60px;
        -ms-border-radius: 60px; }
    .index .section05 .recommend .remarks {
      margin-top: 10px;
      text-align: center;
      font-size: 11px;
      font-size: 1.1rem; }
  .index .section05 .inner + .recommend {
    padding-top: 30px; }
  .index .section05 .inner {
    width: 760px;
    margin: 0 auto;
    padding: 30px 0 30px; }
  .index .section05 .note {
    margin-top: 20px; }
    .index .section05 .note strong {
      font-weight: 700;
      color: #ff6680; }
    .index .section05 .note sup {
      font-size: 11px;
      font-size: 1.1rem; }
  .index .section05 .matome {
    margin-top: 50px; }
    .index .section05 .matome .heading {
      text-align: center; }
      .index .section05 .matome .heading span {
        display: inline-block;
        padding-bottom: 5px;
        color: #746e5a;
        font-weight: 700;
        border-bottom: 1px solid #746e5a;
        font-size: 20px;
        font-size: 2rem; }
    .index .section05 .matome ul {
      margin-top: 30px;
      -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; }
      .index .section05 .matome ul li {
        width: 180px;
        border: 1px solid #feb8c4;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 12px 5px 8px;
        text-align: center; }
        .index .section05 .matome ul li .lead {
          line-height: 1.4;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 700;
          color: #ff6680; }
          .index .section05 .matome ul li .lead span {
            display: block;
            height: 1.4em; }
        .index .section05 .matome ul li .image {
          margin-top: 10px; }
        .index .section05 .matome ul li:nth-child(3) .lead, .index .section05 .matome ul li:nth-child(4) .lead {
          padding: 11px 0; }
    .index .section05 .matome .remarks {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem; }

.footer {
  margin-top: 30px; }
  .footer .ft_menu .p_mark {
    max-width: 700px;
    margin: 0px auto;
    padding: 20px; }
  .footer .ft_menu .p_mark p {
    display: inline-block; }
  .footer .ft_menu .p_mark .pra_txt {
    max-width: 500px; }
  .footer .ft_menu .ft_nav {
    max-width: 700px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .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 {
    display: flex;
    justify-content: space-around; }
  .footer .ft_menu .ft_nav li {
    display: inline-block;
    width: auto !important; }
    .footer .ft_menu .ft_nav li a {
      text-decoration: none; }
  .footer .copyright {
    text-align: center;
    height: 35px;
    padding: 5px 0;
    color: #fff;
    background: linear-gradient(to right, #1C9BA5 0%, #00A0E9 100%); }

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

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  .exitProtection a {
    outline: none; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px;
    background-image: url("img/index/exit_protection.png");
    background-repeat: no-repeat;
    background-position-y: bottom; }
    .exitProtection .wrap div {
      position: absolute;
      display: flex;
      justify-content: center;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      bottom: 15px; }
    .exitProtection .wrap .exitProtection_banner {
      width: 60%;
      bottom: 105px; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      width: 370px;
      bottom: 12px; }

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

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

.pr {
  text-align: center;
  margin-top: 5px; }

.index .client_archive .pickup .client_card .client_name::before {
  content: "";
  position: absolute;
  width: 81px;
  height: 94px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: 50px;
  top: -5px;
  pointer-events: none; }

.index .client_archive .pickup .client_card .client_name {
  position: relative;
  padding: 15px 10px 15px 55px;
  border-bottom: 1px solid #f9b4c0; }

.index .client_archive .pickup .client_card {
  border: 2px solid #f9b4c0; }

.index .client_archive .pickup .client_card {
  margin-top: 80px;
  position: relative; }

.index .client_archive .pickup .client_card::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 100%;
  background-image: url("img/index/ttl_pickup.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -55px;
  pointer-events: none; }
