@charset "UTF-8";
/*--------------------------------------------------------------
@ media 
--------------------------------------------------------------*/
/*=======================================================
-- mixin --
=======================================================*/
/* mediaqery sort用 */
html {
  font-size: 62.5%; }

/*=======================================================
-- layout --
=======================================================*/

#main-image .inner {
  padding: 4rem 0 !important; }

#main-image svg {
  max-width: 40%;
  width: 300px;
  margin: 2rem auto; }

/* scroll btn */
body#index .scrolls {
  position: relative;
  display: block;
  padding: 0 1rem 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center; }
  body#index .scrolls span.point {
    position: relative;
    cursor: pointer; }
    body#index .scrolls span.point::before, body#index .scrolls span.point::after {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      display: inline-block;
      margin: 0 auto;
      box-sizing: border-box; }
    body#index .scrolls span.point::before {
      position: relative;
      width: 25px;
      height: 40px;
      border: 3px solid #3b4043;
      border-radius: 40px;
      z-index: 1; }
    body#index .scrolls span.point::after {
      bottom: 0;
      width: 5px;
      height: 5px;
      background: #3b4043;
      border-radius: 4px;
      z-index: 2;
      -webkit-animation: sdb 1.5s infinite linear;
      animation: sdb 1.5s infinite linear; }
  body#index .scrolls .finger {
    position: absolute;
    top: 6px;
    right: -70px;
    bottom: 0;
    left: 0;
    width: 30px;
    margin: auto;
    -webkit-animation: sdb 1.5s .4s infinite linear;
    animation: sdb 1.5s .4s infinite linear; }
  body#index .scrolls .text {
    display: block;
    margin-top: .5em;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0; }
  100% {
    opacity: 0; } }

body {
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #3b4043;
  line-height: 1.6;
  letter-spacing: 0.02em;
  overflow-wrap: break-word; }

/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; }

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

h2 {
  font-size: 2.4rem; }

.fw-b {
  font-weight: bold; }

.fw-n {
  font-weight: normal; }

.t-blue {
  color: #00a0e9; }

.t-pink,
.t-red {
  color: #f13d81; }

.t-gray {
  color: #707070; }

.t-yellow {
  color: #ffdb00; }

a {
  color: #00a0e9; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

input[type="submit"] {
  cursor: pointer; }

a,
button {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: translate 0.2s ease;
  transition: translate 0.2s ease; }
  a img,
  button img {
    -webkit-transition: translate 0.2s ease;
    transition: translate 0.2s ease; }

main a:not(.tel) {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  main a:not(.tel):hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

a[href^="tel:"] {
  cursor: default; }

figure + figure {
  margin-top: 1rem; }

.flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center; }
  .flex .column2 {
    width: 48%; }
  .flex .column2-sp {
    width: 48%; }
  .flex .column3 {
    width: 32%; }
  .flex .column4 {
    width: 24%; }

.link-button {
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 2em;
  padding: 2rem;
  text-align: left;
  color: #3b4043;
  box-sizing: border-box;
  border-radius: 7px;
  min-height: 200px; }
  .link-button .icon {
    width: 8rem;
    height: 8rem;
    -webkit-transform: translate(0);
    transform: translate(0); }
  .link-button .text {
    margin-left: 1em;
    width: 70%; }
    .link-button .text h3,
    .link-button .text h2 {
      margin-bottom: 0.2em;
      font-weight: bold;
      font-size: 2rem; }
    .link-button .text p {
      margin-right: 1rem;
      font-weight: bold;
      font-size: 1.6rem; }
  .link-button .tag {
    position: absolute;
    bottom: -1.5em;
    right: 1em;
    text-align: right;
    z-index: 10; }
    .link-button .tag img {
      width: auto;
      height: 3em; }
  .link-button .arrow {
    position: absolute;
    right: 2rem; }

.ta-c {
  text-align: center; }

.ta-l {
  text-align: left; }

.ta-r {
  text-align: right; }

.fz-sm {
  font-size: 1.4rem; }

.fz-md {
  font-size: 2rem; }

.fz-lage {
  font-size: 3rem; }

.bg-white {
  padding: 0 0.5em;
  box-sizing: border-box;
  line-height: 1.2;
  color: #3b4043;
  background-color: #fff; }

.bg-yellow {
  padding: 0 0.5em;
  box-sizing: border-box;
  line-height: 1.2;
  color: #3b4043;
  background-color: #ffdb00; }

.bg-black {
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  line-height: 1.2;
  color: #fff;
  background-color: #3b4043; }

.btn-area {
  text-align: center; }

.btn-y {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 640px;
  margin-top: 3rem;
  padding: 1rem 4rem 1rem 3rem;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  color: #3b4043;
  background: #ffdb00;
  border-radius: 100px; }
  .btn-y.arrow {
    position: relative; }
    .btn-y.arrow::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 1em;
      width: 8px;
      height: 12px;
      background: url(../images/common/icon_arrow_black.svg) no-repeat center;
      background-size: cover;
      -webkit-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .btn-y.arrow.active::after {
      -webkit-transform: translateY(-50%) rotate(270deg);
      transform: translateY(-50%) rotate(270deg); }
    .btn-y.arrow::after {
      right: 2rem;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .btn-y.tel {
    width: 100%;
    max-width: 400px;
    margin-top: 1rem; }
    .btn-y.tel::after {
      content: none; }
    .btn-y.tel::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 10%;
      width: 25px;
      height: 25px;
      background: url(../images/common/icon_phone.svg) no-repeat center;
      background-size: cover;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .btn-y.tel .tel-no {
      display: block;
      font-size: 2.2rem; }

body[class*="sub-page"] .detective-box {
  position: relative;
  padding: 8rem 1rem 6rem 1rem; }
  body[class*="sub-page"] .detective-box.blue {
    background: #00a0e9; }
    body[class*="sub-page"] .detective-box.blue .detective-ttl {
      color: #00a0e9; }
  body[class*="sub-page"] .detective-box.yellow {
    background: #ffdb00; }
    body[class*="sub-page"] .detective-box.yellow .detective-ttl {
      color: #3b4043; }
  body[class*="sub-page"] .detective-box.pink {
    background: #f13d81; }
    body[class*="sub-page"] .detective-box.pink .detective-ttl {
      color: #f13d81; }
  body[class*="sub-page"] .detective-box .inner {
    position: relative;
    padding: 3rem;
    background: #fff; }
    body[class*="sub-page"] .detective-box .inner .detective-ttl {
      margin: 0.5em auto;
      text-align: center; }
    body[class*="sub-page"] .detective-box .inner p {
      font-size: 1.6rem; }
      body[class*="sub-page"] .detective-box .inner p .fw-b {
        display: block; }
      body[class*="sub-page"] .detective-box .inner p + p {
        margin-top: 1em; }
    body[class*="sub-page"] .detective-box .inner .layout-img {
      display: block;
      max-width: 660px;
      width: 100%;
      margin: 1rem auto; }
    body[class*="sub-page"] .detective-box .inner .t-red,
    body[class*="sub-page"] .detective-box .inner .t-pink {
      color: #E91111; }
  body[class*="sub-page"] .detective-box .icon.detective {
    position: absolute;
    top: 0;
    left: 1rem;
    width: 18%;
    min-width: 120px;
    z-index: 10;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%); }
  body[class*="sub-page"] .detective-box .message {
    font-size: 1.6rem; }
  body[class*="sub-page"] .detective-box .btn-area {
    margin-top: 1rem; }

.tel-area {
  margin-top: 1em;
  text-align: center; }
  .tel-area p {
    font-weight: bold; }

.bg-b-ttl {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.2rem 1em;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #3b4043; }
  .bg-b-ttl::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffdb00; }
  .bg-b-ttl span {
    font-weight: bold; }

.bg-o-ttl {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.2rem 1em;
  box-sizing: border-box;
  font-size: 2rem;
  color: #fff;
  background: #ffae0d; }
  .bg-o-ttl::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff; }

.bg-g-ttl {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.2rem 1em;
  box-sizing: border-box;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: #00B900; }
  .bg-g-ttl::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff; }

.left-bar-ttl {
  position: relative;
  margin: 1rem auto;
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 6px solid #ffdb00; }
  .left-bar-ttl.check .icon {
    position: relative;
    right: 0;
    bottom: .5em; }

.arrow-y-ttl {
  position: relative;
  margin-top: 1em;
  padding-left: 1.5em;
  text-indent: calc(-16px - 0.5em);
  font-weight: bold;
  text-align: left; }
  .arrow-y-ttl::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 0.5em;
    background: url(../images/common/icon_arrow_yellow.svg) no-repeat center;
    background-size: contain; }

.shadow-ttl {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .shadow-ttl .ttl {
    display: inline-block;
    padding: 0.2em 0.5em;
    font-size: 2rem;
    font-weight: bold;
    background: #ffdb00;
    border: 1px solid #3b4043;
    box-sizing: border-box;
    box-shadow: 2px 2px 0 #3b4043; }
    .shadow-ttl .ttl.d-block {
      display: block;
      text-align: center; }

.note-list {
  width: 100%;
  margin-bottom: 2rem;
  text-align: left; }
  .note-list li {
    position: relative;
    padding: 0.4rem 0 0.4rem 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #cdd6dd;
    font-weight: bold; }
    .note-list li::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      background: url(../images/common/icon_note_gray.svg) no-repeat center top;
      background-size: contain;
      -webkit-transform: translateY(12px);
      transform: translateY(12px); }
    .note-list li::after {
      content: "";
      display: block;
      clear: both; }
    .note-list li > .ta-r {
      float: right;
      margin-left: 2em;
      margin-right: 1em; }

.check-box-list, .blue-line-box {
  position: relative;
  margin-bottom: 2rem;
  padding: 1rem;
  background: rgba(205, 214, 221, 0.2);
  border: 2px solid #00a0e9;
  box-sizing: border-box;
  border-radius: 7px; }
  .check-box-list.dl, .dl.blue-line-box {
    margin-top: 4rem;
    padding-top: 3rem; }
    .check-box-list.dl dt, .dl.blue-line-box dt {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: inline-block;
      text-align: center;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .check-box-list.dl dt span, .dl.blue-line-box dt span {
        display: inline-block;
        max-width: 96%;
        width: 90%;
        margin: 0 auto;
        padding: 1rem;
        color: #fff;
        text-align: center;
        line-height: 1.4;
        background: #00a0e9;
        box-sizing: border-box;
        border-radius: 7px;
        font-weight: bold; }
  .check-box-list li, .blue-line-box li,
  .check-box-list dd,
  .blue-line-box dd {
    position: relative;
    padding: 0.4rem 2rem 0.4rem 20px;
    -moz-text-align-last: left;
    text-align-last: left;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    font-weight: bold; }
    .check-box-list li:last-child, .blue-line-box li:last-child,
    .check-box-list dd:last-child,
    .blue-line-box dd:last-child {
      border-bottom: none; }
    .check-box-list li::before, .blue-line-box li::before,
    .check-box-list dd::before,
    .blue-line-box dd::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 14px;
      height: 10px;
      background: url(../images/common/icon_check_blue.svg) no-repeat center;
      background-size: contain;
      -webkit-transform: translateY(1em);
      transform: translateY(1em); }
    .check-box-list li.not-check, .blue-line-box li.not-check,
    .check-box-list dd.not-check,
    .blue-line-box dd.not-check {
      padding-left: 0;
      padding-right: 0; }
      .check-box-list li.not-check::before, .blue-line-box li.not-check::before,
      .check-box-list dd.not-check::before,
      .blue-line-box dd.not-check::before {
        content: none; }
    .check-box-list li::after, .blue-line-box li::after,
    .check-box-list dd::after,
    .blue-line-box dd::after {
      content: "";
      display: block;
      clear: both; }
    .check-box-list li > .ta-r, .blue-line-box li > .ta-r,
    .check-box-list dd > .ta-r,
    .blue-line-box dd > .ta-r {
      float: right;
      margin-left: 2em;
      margin-right: 1em; }
  .check-box-list.fw-n li, .fw-n.blue-line-box li,
  .check-box-list.fw-n dd,
  .fw-n.blue-line-box dd {
    font-weight: normal; }

.num-list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #cdd6dd;
  font-weight: bold; }

.num-list .icon.num {
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  width: auto;
  margin: auto 0;
  -webkit-transform: translateY(0.7em);
  transform: translateY(0.7em); }

.calc-tbl-box {
  max-width: 660px;
  position: relative;
  margin: 3rem auto 0;
  padding: 3rem 1rem 1rem;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #3b4043;
  box-shadow: 2px 2px 0 #3b4043; }
  .calc-tbl-box .ttl {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0.5em;
    font-size: 2rem;
    font-weight: bold;
    background: #ffdb00;
    border: 1px solid #3b4043;
    box-sizing: border-box;
    box-shadow: 2px 2px 0 #3b4043;
    -webkit-transform: translate(1rem, -50%);
    transform: translate(1rem, -50%); }
  .calc-tbl-box .exp {
    max-width: 400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: rgba(255, 219, 0, 0.2);
    line-height: 1.4; }
    .calc-tbl-box .exp dl + dl {
      margin-top: 1rem; }
    .calc-tbl-box .exp dl dd {
      font-weight: bold; }
      .calc-tbl-box .exp dl dd span {
        display: inline-block; }
  .calc-tbl-box .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .calc-tbl-box .calc-img {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 1rem auto 0; }

.blue-line-box {
  margin-top: 2rem;
  font-weight: bold; }
  .blue-line-box .fw-n {
    font-weight: normal; }
  .blue-line-box p {
    font-weight: bold; }

.qa-list {
  padding-bottom: 1rem; }
  .qa-list + .qa-list {
    padding-top: 1rem;
    border-top: 1px solid #cdd6dd; }
  .qa-list dt,
  .qa-list dd {
    position: relative;
    padding-left: 30px;
    text-indent: -20px; }
    .qa-list dt::before,
    .qa-list dd::before {
      content: "";
      position: relative;
      top: 0.2em;
      left: -10px;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .qa-list dt {
    font-weight: bold; }
    .qa-list dt::before {
      background-image: url(../images/common/icon_q.svg); }
  .qa-list dd::before {
    background-image: url(../images/common/icon_a.svg); }

.click-text {
  width: 100%;
  margin-top: 0.5em;
  text-align: center; }
  .click-text .icon {
    display: inline-block;
    width: 2em; }

/*=======================================================
-- header --
=======================================================*/
#main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  text-align: right; }
  #main-header h2 {
    position: absolute;
    top: 3rem;
    right: 10rem;
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    z-index: 9999; }
  #main-header #global-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0 2%;
    text-align: left;
    box-sizing: border-box;
    background: #ffae0d;
    z-index: 9998;
    overflow: auto; }
    #main-header #global-nav .menu-list {
      position: relative;
      display: block;
      padding: 1em 2em 1em 1em;
      color: #3b4043;
      box-sizing: border-box;
      background: #fff;
      font-size: 1.8rem;
      font-weight: bold; }
      #main-header #global-nav .menu-list.to-k-asunaro {
        position: relative; }
        #main-header #global-nav .menu-list.to-k-asunaro::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 1em;
          width: 12px;
          height: 12px;
          background: url(../images/common/icon_window_black.svg) no-repeat center;
          background-size: cover;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
    #main-header #global-nav .nav-inner {
      max-width: 600px;
      margin: 10rem auto;
      /* sub menu */ }
      #main-header #global-nav .nav-inner > ul {
        margin: 5rem auto 3rem; }
        #main-header #global-nav .nav-inner > ul li {
          margin-bottom: 0.6rem; }
          #main-header #global-nav .nav-inner > ul li:first-child {
            margin-top: 0; }
          #main-header #global-nav .nav-inner > ul li .arrow {
            position: relative; }
            #main-header #global-nav .nav-inner > ul li .arrow::after {
              content: "";
              position: absolute;
              top: 50%;
              right: 1em;
              width: 8px;
              height: 12px;
              background: url(../images/common/icon_arrow_black.svg) no-repeat center;
              background-size: cover;
              -webkit-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg);
              -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease; }
            #main-header #global-nav .nav-inner > ul li .arrow.active::after {
              -webkit-transform: translateY(-50%) rotate(270deg);
              transform: translateY(-50%) rotate(270deg); }
            #main-header #global-nav .nav-inner > ul li .arrow::after {
              content: none; }
      #main-header #global-nav .nav-inner #comp-prof {
        margin: 3rem auto;
        text-align: center; }
        #main-header #global-nav .nav-inner #comp-prof .comp-name {
          font-size: 2rem;
          font-weight: bold; }
        #main-header #global-nav .nav-inner #comp-prof .add {
          font-size: 1.4rem; }
      #main-header #global-nav .nav-inner #search {
        text-align: center; }
        #main-header #global-nav .nav-inner #search form {
          position: relative;
          display: block;
          width: 100%;
          max-width: 600px;
          margin: 0 auto; }
          #main-header #global-nav .nav-inner #search form input[type="text"] {
            width: 100%;
            padding: 1em;
            box-sizing: border-box;
            background: none;
            border: 1px solid #fff;
            color: #fff;
            /*iphone zoom 禁止*/
            font-size: 2rem;
            font-weight: bold;
            -webkit-transform: scale(0.8);
            transform: scale(0.8); }
            #main-header #global-nav .nav-inner #search form input[type="text"]:focus {
              background: #fff;
              color: #3b4043; }
              #main-header #global-nav .nav-inner #search form input[type="text"]:focus + input[type="submit"] {
                color: #ffae0d; }
          #main-header #global-nav .nav-inner #search form input::-webkit-input-placeholder {
            color: #fff; }
          #main-header #global-nav .nav-inner #search form input::-moz-placeholder {
            color: #fff; }
          #main-header #global-nav .nav-inner #search form input:-ms-input-placeholder {
            color: #fff; }
          #main-header #global-nav .nav-inner #search form input::-ms-input-placeholder {
            color: #fff; }
          #main-header #global-nav .nav-inner #search form input::placeholder {
            color: #fff; }
          #main-header #global-nav .nav-inner #search form input[type="submit"] {
            cursor: pointer;
            font-family: FontAwesome;
            border: none;
            background: none;
            color: #fff;
            position: absolute;
            right: 14%;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            outline: none; }
      #main-header #global-nav .nav-inner .sub-true > span.active {
        font-weight: bold; }
      #main-header #global-nav .nav-inner .sub-true .sub-menu li {
        position: relative;
        margin-bottom: 0; }
        #main-header #global-nav .nav-inner .sub-true .sub-menu li a {
          display: -webkit-box;
          display: flex;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          align-items: center;
          position: relative;
          align-items: center;
          -webkit-box-pack: start;
          justify-content: flex-start;
          padding: 0.8em 1em;
          border-top: 1px solid #cdd6dd;
          font-size: 90%; }
          #main-header #global-nav .nav-inner .sub-true .sub-menu li a .icons {
            display: inline-block; }
          #main-header #global-nav .nav-inner .sub-true .sub-menu li a .tag-image {
            display: inline-block;
            margin-left: 1em; }
        #main-header #global-nav .nav-inner .sub-true .sub-menu li.men a {
          font-size: 1.8rem;
          text-indent: 1em;
          background: #00a0e9;
          color: #fff; }
        #main-header #global-nav .nav-inner .sub-true .sub-menu li.women a {
          font-size: 1.8rem;
          text-indent: 1em;
          background: #f13d81;
          color: #fff; }
        #main-header #global-nav .nav-inner .sub-true .sub-menu li img {
          margin-right: 0.5em; }
      #main-header #global-nav .nav-inner .sub-true .sub-menu.purpose li a::before {
        content: "";
        position: relative;
        display: inline-block;
        width: 1rem;
        height: 1px;
        margin-right: 0.5em;
        background: #ffae0d; }
      #main-header #global-nav .nav-inner .sub-true .sub-menu.contact li a .pink {
        margin-right: 0.5em;
        color: #f13d81;
        font-weight: bold;
        font-size: 1.6rem; }

/*=======================================================
-- nav button --
=======================================================*/
#open-button {
  position: fixed;
  display: inline-block;
  top: 1rem;
  right: 1rem;
  width: 60px;
  height: 60px;
  border: 2px solid #ffae0d;
  background: #fff;
  box-sizing: border-box;
  border-radius: 7px;
  z-index: 9997;
  overflow: visible;
  cursor: pointer; }

.menu-ttl {
  display: block;
  position: absolute;
  top: 7rem;
  right: 1rem;
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
  word-break: keep-all;
  z-index: 9997; }

.menu-trigger-bar {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  margin: auto;
  background: #3b4043;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .menu-trigger-bar.top {
    top: 30%; }
  .menu-trigger-bar.middle {
    top: 0;
    bottom: 0; }
  .menu-trigger-bar.bottom {
    bottom: 30%; }

#close-button {
  position: absolute;
  display: inline-block;
  top: 1rem;
  right: 1rem;
  width: 60px;
  height: 60px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 7px;
  z-index: 9997;
  cursor: pointer; }
  #close-button .menu-trigger-bar.top {
    -webkit-transform: translateY(11px) rotate(405deg);
    transform: translateY(11px) rotate(405deg); }
  #close-button .menu-trigger-bar.middle {
    display: none; }
  #close-button .menu-trigger-bar.bottom {
    -webkit-transform: translateY(-11px) rotate(-405deg);
    transform: translateY(-11px) rotate(-405deg); }

/*=======================================================
-- footer --
=======================================================*/
#main-footer {
  position: relative;
  padding-bottom: 10rem;
  width: 100%;
  background: #3b4043; }
  #main-footer #copyright {
    margin-top: 10rem;
    padding: 5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background: #3b4043; }
    #main-footer #copyright p {
      color: #fff; }

/*=======================================================
-- contact-button --
=======================================================*/
#contact-button,
#pagetop {
  position: fixed;
  right: -100px;
  z-index: 10; }
  #contact-button:hover,
  #pagetop:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  #contact-button img,
  #pagetop img {
    position: relative;
    z-index: 10; }
  #contact-button::after,
  #pagetop::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 100%;
    height: 100%;
    background: #3b4043;
    border-radius: 5px 0 0 5px;
    z-index: 1; }

#contact-button {
  top: 22%; }

#pagetop {
  top: 70%; }

/*=======================================================
-- footer link --
=======================================================*/
#page_top2 {
  margin: 0 auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  letter-spacing: -0.4em;
  padding: 1% 2%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100; }
  #page_top2 #sp_tel.flex {
    max-width: 880px;
    margin: 0 auto;
    padding: 0;
    flex-wrap: nowrap; }
    #page_top2 #sp_tel.flex li.head_tel01 {
      width: 35%; }
    #page_top2 #sp_tel.flex li.head_tel02, #page_top2 #sp_tel.flex li.head_tel03 {
      width: 8%; }
    #page_top2 #sp_tel.flex li img {
      width: 100%; }

/*=======================================================
-- HOME --
=======================================================*/
body#index .inner {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 8rem 0;
  box-sizing: border-box; }

body#index #main-image {
  text-align: center;
  background: #ffdb00; }
  body#index #main-image h1 {
    text-align: center; }
    body#index #main-image h1 span {
      display: inline-block;
      margin-top: 1rem;
      font-size: 3rem; }
  body#index #main-image .light {
    display: inline-block;
    margin: 4rem auto;
    width: 30%;
    height: auto; }
  body#index #main-image h2 span {
    display: inline-block;
    margin-top: 1rem;
    font-size: 2.4rem; }

body#index #advice {
  text-align: center; }
  body#index #advice h2 {
    margin-bottom: 0.5em; }
  body#index #advice p {
    font-size: 1.8rem; }
  body#index #advice .text {
    font-size: 1.4rem; }
  body#index #advice .select-area {
    margin: 4rem auto 0;
    max-width: 600px;
    width: 66%; }
    body#index #advice .select-area a {
      width: 200px;
      max-width: 40%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      body#index #advice .select-area a img {
        width: 100%; }
      body#index #advice .select-area a:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }

body#index #knowledge {
  text-align: center;
  background: #ffdb00; }
  body#index #knowledge .text-area {
    position: relative;
    display: inline-block; }
    body#index #knowledge .text-area h2 {
      position: relative;
      display: inline-block;
      margin-top: 1rem;
      margin-left: 1em;
      line-height: 1.4;
      letter-spacing: 0; }
    body#index #knowledge .text-area .sting {
      position: absolute;
      max-width: 30%;
      width: 100px;
      bottom: 500vh;
      right: 500vw;
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom; }
  body#index #knowledge .link-area {
    margin-top: 4rem; }
    body#index #knowledge .link-area .link-button {
      background: #fff; }

/*=======================================================
-- sub-page --
=======================================================*/
body[class*="sub-page"] .inner {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 4rem 0;
  box-sizing: border-box; }

/*=======================================================
-- problem --
=======================================================*/
#problem_list {
  text-align: center; }
  #problem_list .inner {
    position: relative; }
  #problem_list .inner > .icon {
    min-width: 60px; }
  #problem_list h1 {
    margin-top: 0.5em;
    font-size: 2rem;
    font-weight: bold; }
  #problem_list p {
    font-weight: bold; }
  #problem_list .link-area {
    position: relative;
    margin-top: 4rem;
    z-index: 10;
    -webkit-box-align: stretch;
    align-items: stretch; }
    #problem_list .link-area .link-button {
      background: #ffdb00; }
  #problem_list #click {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em;
    font-size: 1.4rem;
    background: #fff;
    border: 2px solid rgba(255, 219, 0, 0.6);
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 10; }
    #problem_list #click .icon_click {
      display: block;
      width: 3rem;
      margin: 0 auto; }

/* problem-sub-page */
body.problem-list-sub-page .problem-list + .problem-list,
body.problem-sub-page .problem-list + .problem-list {
  margin-top: 2rem; }

body.problem-list-sub-page .problem-list .fade-button,
body.problem-sub-page .problem-list .fade-button {
  position: relative;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #fff;
  text-align: left;
  border-radius: 7px;
  background: #00a0e9;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  body.problem-list-sub-page .problem-list .fade-button.blue,
  body.problem-sub-page .problem-list .fade-button.blue {
    background: #00a0e9; }
  body.problem-list-sub-page .problem-list .fade-button.pink,
  body.problem-sub-page .problem-list .fade-button.pink {
    background: #f13d81; }
  body.problem-list-sub-page .problem-list .fade-button h2,
  body.problem-sub-page .problem-list .fade-button h2 {
    display: inline-block;
    font-size: 1.8rem; }
  body.problem-list-sub-page .problem-list .fade-button .plus,
  body.problem-sub-page .problem-list .fade-button .plus {
    width: 1.5em;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    body.problem-list-sub-page .problem-list .fade-button .plus.on,
    body.problem-sub-page .problem-list .fade-button .plus.on {
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); }

body.problem-list-sub-page .problem-list .fade-list,
body.problem-sub-page .problem-list .fade-list {
  width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-align: left; }
  body.problem-list-sub-page .problem-list .fade-list li,
  body.problem-sub-page .problem-list .fade-list li {
    position: relative;
    padding: 0.4rem 0 0.4rem 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #cdd6dd; }
  body.problem-list-sub-page .problem-list .fade-list .icon.num,
  body.problem-sub-page .problem-list .fade-list .icon.num {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); }

/*=======================================================
-- knowledge --
=======================================================*/
body.knowledge-sub-page {
  /* what_evidence */
  /*divorce*/
  /* new_life */
  /* palimony */
  /* list margin adjust */
  /* evidence */ }
  body.knowledge-sub-page #knowledge-header {
    margin-bottom: 6rem;
    padding: 6rem 1rem 3rem;
    text-align: center;
    background: #ffdb00; }
    body.knowledge-sub-page #knowledge-header .icon {
      min-width: 80px;
      margin-bottom: 0.5em; }
    body.knowledge-sub-page #knowledge-header .content-header-ttl {
      font-size: 2.4rem; }
  body.knowledge-sub-page p + p {
    margin-top: 0.5em; }
  body.knowledge-sub-page .btn-area + .btn-area {
    margin-top: 2rem; }
  body.knowledge-sub-page .btn-y {
    margin-top: 0; }
  body.knowledge-sub-page .img-area {
    max-width: 660px;
    margin: 2rem auto; }
  body.knowledge-sub-page .knowledge-block + .knowledge-block {
    margin-top: 2rem; }
  body.knowledge-sub-page .detective-check-box {
    width: 100%;
    max-width: 660px;
    margin: 2rem auto;
    padding: 2rem;
    text-align: center;
    border: 1rem solid #ffdb00;
    box-sizing: border-box; }
    body.knowledge-sub-page .detective-check-box:last-child {
      margin-bottom: 0; }
    body.knowledge-sub-page .detective-check-box .t-red,
    body.knowledge-sub-page .detective-check-box .t-pink {
      color: #E91111; }
    body.knowledge-sub-page .detective-check-box .icon.detective-check {
      margin-bottom: 1rem; }
    body.knowledge-sub-page .detective-check-box .icon.arrow {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    body.knowledge-sub-page .detective-check-box p {
      margin: 0.5em auto; }
    body.knowledge-sub-page .detective-check-box .message {
      font-size: 2rem; }
    body.knowledge-sub-page .detective-check-box .note-list {
      margin-bottom: 0; }
    body.knowledge-sub-page .detective-check-box dl + dl {
      margin-top: 1rem; }
    body.knowledge-sub-page .detective-check-box dl dt {
      margin-bottom: 0.5em; }
    body.knowledge-sub-page .detective-check-box dl dd + dd {
      margin-top: 0.5em; }
    body.knowledge-sub-page .detective-check-box .prescription-img {
      width: 100%;
      margin-top: 1rem; }
  body.knowledge-sub-page#what_evidence .evidence-text {
    margin-bottom: 3rem; }
  body.knowledge-sub-page#divorce #cost .note-list {
    margin-bottom: 0; }
  body.knowledge-sub-page#divorce .yes-no p {
    font-size: 2rem; }
  body.knowledge-sub-page#divorce .yes-no .icon {
    margin-right: 0.5em;
    vertical-align: middle; }
  body.knowledge-sub-page#divorce #rejection {
    margin-bottom: 4rem; }
  body.knowledge-sub-page#new_life .check-box-list, body.knowledge-sub-page#new_life .blue-line-box {
    margin-bottom: 0; }
  body.knowledge-sub-page#new_life #research .btn-area {
    margin-bottom: 2rem; }
  body.knowledge-sub-page#palimony #research .btn-area {
    margin-top: 2rem; }
  body.knowledge-sub-page#palimony #billing .check-box-list, body.knowledge-sub-page#palimony #billing .blue-line-box {
    margin-top: 2rem; }
  body.knowledge-sub-page#palimony #method .check-box-list, body.knowledge-sub-page#palimony #method .blue-line-box {
    margin-bottom: 0; }
  body.knowledge-sub-page#palimony #prescription .arrow-y-ttl {
    margin-top: 0.5em; }
  body.knowledge-sub-page#q_and_a .check-box-list:not(.dl), body.knowledge-sub-page#q_and_a .blue-line-box:not(.dl),
  body.knowledge-sub-page#q_and_a .note-list, body.knowledge-sub-page#conditions .check-box-list:not(.dl), body.knowledge-sub-page#conditions .blue-line-box:not(.dl),
  body.knowledge-sub-page#conditions .note-list, body.knowledge-sub-page#possible_case .check-box-list:not(.dl), body.knowledge-sub-page#possible_case .blue-line-box:not(.dl),
  body.knowledge-sub-page#possible_case .note-list, body.knowledge-sub-page#evidence .check-box-list:not(.dl), body.knowledge-sub-page#evidence .blue-line-box:not(.dl),
  body.knowledge-sub-page#evidence .note-list {
    margin: 0.5em auto; }
  body.knowledge-sub-page#evidence .caution_icon_area.flex {
    margin-top: 2rem;
    border: 2px solid #3b4043;
    border-radius: 7px;
    padding: 2rem;
    box-sizing: border-box;
    flex-wrap: nowrap; }
    body.knowledge-sub-page#evidence .caution_icon_area.flex .icon {
      width: 160px;
      max-width: 50%;
      margin-right: 2rem; }
  body.knowledge-sub-page#evidence .knowledge-block figcaption.t-pink {
    position: relative;
    margin-top: 1em; }
    body.knowledge-sub-page#evidence .knowledge-block figcaption.t-pink::before {
      content: "●"; }
  body.knowledge-sub-page#evidence .img-area .arrow.green {
    margin: 1rem auto;
    display: block; }
  body.knowledge-sub-page#evidence p + .btn-area {
    margin: 1rem auto; }
  body.knowledge-sub-page#evidence .evidence-icons {
    margin-bottom: 1rem; }
    body.knowledge-sub-page#evidence .evidence-icons .flex {
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      justify-content: flex-start; }
      body.knowledge-sub-page#evidence .evidence-icons .flex + .flex + .flex {
        margin-top: 4%; }
      body.knowledge-sub-page#evidence .evidence-icons .flex .icon {
        max-width: 40%; }
      body.knowledge-sub-page#evidence .evidence-icons .flex .text {
        margin-left: 1rem;
        opacity: 0.8;
        font-weight: bold; }
  body.knowledge-sub-page#evidence #line-add .caution {
    margin-bottom: 2rem; }
  body.knowledge-sub-page#evidence .line-link-area .inner.flex,
  body.knowledge-sub-page#evidence .evidence-link-area .inner.flex {
    -webkit-box-align: stretch;
    align-items: stretch; }
  body.knowledge-sub-page#evidence .line-link-area a.btn-y,
  body.knowledge-sub-page#evidence .evidence-link-area a.btn-y {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 1rem 4rem 1rem 2rem;
    color: #fff;
    line-height: 1.2;
    font-size: 1.6rem;
    border-radius: 5px;
    background-color: #00B900; }
    body.knowledge-sub-page#evidence .line-link-area a.btn-y::after,
    body.knowledge-sub-page#evidence .evidence-link-area a.btn-y::after {
      background: url(../images/common/icon_arrow_white.svg) no-repeat center;
      -webkit-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
    body.knowledge-sub-page#evidence .line-link-area a.btn-y.green,
    body.knowledge-sub-page#evidence .evidence-link-area a.btn-y.green {
      background: #00B900; }
    body.knowledge-sub-page#evidence .line-link-area a.btn-y.blue,
    body.knowledge-sub-page#evidence .evidence-link-area a.btn-y.blue {
      background: #00a0e9; }
    body.knowledge-sub-page#evidence .line-link-area a.btn-y.pink,
    body.knowledge-sub-page#evidence .evidence-link-area a.btn-y.pink {
      background: #f13d81; }
    body.knowledge-sub-page#evidence .line-link-area a.btn-y.gray,
    body.knowledge-sub-page#evidence .evidence-link-area a.btn-y.gray {
      background: #cdd6dd;
      color: #3b4043; }
      body.knowledge-sub-page#evidence .line-link-area a.btn-y.gray::after,
      body.knowledge-sub-page#evidence .evidence-link-area a.btn-y.gray::after {
        background: url(../images/common/icon_arrow_black.svg) no-repeat center; }
  body.knowledge-sub-page#evidence .caution {
    margin-top: 0; }
    body.knowledge-sub-page#evidence .caution > .inner {
      margin-top: 0;
      padding-top: 0; }
      body.knowledge-sub-page#evidence .caution > .inner .shadow-ttl {
        margin-top: 0; }
      @media screen and (max-width: 1600px) {
    html {
      margin: 0; }
    body[class*="sub-page"] .inner {
      padding-left: 1rem;
      padding-right: 1rem; } }
      @media screen and (max-width: 1080px) {
    html {
      margin: 0; }
    body#index .inner {
      padding-left: 1rem;
      padding-right: 1rem; } }
      @media screen and (max-width: 768px) {
    html {
      margin: 0;
      font-size: 60%; }
  br.sp-none {
    display: none; }
      .flex .column2 {
        width: 100%; }
        .flex .column2 + .column2 {
          margin-top: 1rem; }
      .flex .column3 {
        width: 100%; }
        .flex .column3 + .column3 {
          margin-top: 1rem; }
      .flex .column4 {
        width: 100%; }
        .flex .column4 + .column4 {
          margin-top: 1rem; }
    .link-button.tags {
      padding: 1rem 1rem 2rem 1rem; }
    .link-button {
      min-height: auto;
      margin-bottom: 1em;
      padding: 1rem 1rem 2rem 1rem; }
      body[class*="sub-page"] .detective-box .inner {
        padding: 3rem 1.5rem 2rem; }
      #main-header h2 {
        top: 1.5em;
        right: 7rem; }
    #open-button {
      width: 40px;
      height: 40px; }
    .menu-ttl {
      top: 5rem; }
    #close-button {
      width: 40px;
      height: 40px; }
      #close-button .menu-trigger-bar.top {
        -webkit-transform: translateY(7px) rotate(405deg);
        transform: translateY(7px) rotate(405deg); }
      #close-button .menu-trigger-bar.bottom {
        -webkit-transform: translateY(-7px) rotate(-405deg);
        transform: translateY(-7px) rotate(-405deg); }
    #main-footer {
      padding-bottom: 6rem; }
    #page_top2 {
      display: block; }
    body#index .inner {
      padding-top: 6rem;
      padding-bottom: 6rem; }
    body[class*="sub-page"] .inner {
      padding-top: 2rem;
      padding-bottom: 2rem; }
      body.knowledge-sub-page .detective-check-box {
        padding: 1rem; }
      body.knowledge-sub-page#evidence .caution_icon_area.flex {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center; }
        body.knowledge-sub-page#evidence .caution_icon_area.flex .icon {
          margin-bottom: 2rem; }
      body.knowledge-sub-page#evidence .line-link-area a.btn-y.column3,
      body.knowledge-sub-page#evidence .evidence-link-area a.btn-y.column3 {
        width: 32%;
        margin-top: 0; } }
      @media screen and (max-width: 480px) {
    html {
      margin: 0;
      font-size: 60%; }
    .link-button.tags {
      margin-bottom: 2rem; }
      .link-button .icon {
        width: 20%;
        min-width: 60px;
        height: auto; }
      .link-button .text {
        margin-left: 0.5em;
        width: 70%; }
        .link-button .text p {
          font-size: 1.6rem; }
      .link-button .arrow {
        right: 0;
        margin-right: 1rem; }
      .check-box-list.dl, .dl.blue-line-box {
        margin-top: 6rem;
        padding-top: 4rem; }
    #main-footer {
      padding-bottom: 3rem; }
    #contact-button,
    #pagetop {
      max-width: 50px; }
        body#index #main-image h1 span {
          font-size: 2.6rem; }
      body#index #main-image h2 span {
        font-size: 1.8rem; }
        body#index #knowledge .text-area .sting {
          width: 60px; }
    body#index #knowledge h2 {
      font-size: 2rem; }
        #problem_list .link-area .link-button {
          margin-bottom: 0; }
          #problem_list .link-area .link-button + .link-button {
            margin-bottom: 0; }
      body.knowledge-sub-page#evidence .evidence-icons .flex {
        flex-wrap: wrap; }
        body.knowledge-sub-page#evidence .evidence-icons .flex .icon {
          margin: 0 auto 1rem; }
        body.knowledge-sub-page#evidence .evidence-icons .flex .text {
          width: 100%;
          text-align: center;
          line-height: 1.4; }
      body.knowledge-sub-page#evidence .line-link-area a.btn-y.column3, body.knowledge-sub-page#evidence .line-link-area a.btn-y.column2,
      body.knowledge-sub-page#evidence .evidence-link-area a.btn-y.column3,
      body.knowledge-sub-page#evidence .evidence-link-area a.btn-y.column2 {
        width: 100%;
        border-radius: 10em; }
        body.knowledge-sub-page#evidence .line-link-area a.btn-y.column3 + .btn-y, body.knowledge-sub-page#evidence .line-link-area a.btn-y.column2 + .btn-y,
        body.knowledge-sub-page#evidence .evidence-link-area a.btn-y.column3 + .btn-y,
        body.knowledge-sub-page#evidence .evidence-link-area a.btn-y.column2 + .btn-y {
          margin-top: 1rem; } }
