@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none; }

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

html {
  *zoom: 1;
  /* firefox */ }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

p {
  margin: 0; }

/* ==========================================================================
  base
========================================================================== */
body.cd-body {
  position: relative;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    body.cd-body {
      font-size: 16px;
      padding-top: 50px; } }

* {
  box-sizing: border-box; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none; } }

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0; }

a {
  color: #4185BE; }

a img {
  -webkit-transition: all .3s;
  transition: all .3s; }

@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
    -webkit-transition: all .3s;
    transition: all .3s; } }

.cd-main {
  position: relative; }

/* ==========================================================================
  header
========================================================================== */
.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  height: 80px;
  z-index: 200;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .cd-header {
      height: 50px;
      padding: 0 10px; } }

.header-logo {
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .header-logo {
      height: 50px; } }
  .header-logo img {
    height: 50px;
    width: auto; }
    @media screen and (max-width: 767px) {
      .header-logo img {
        height: 32px; } }

.header-nav {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: calc(100vh - 80px);
  height: calc(100svh - 80px); }
  @media screen and (max-width: 767px) {
    .header-nav {
      top: 50px;
      height: calc(100vh - 50px);
      height: calc(100svh - 50px); } }

.header-nav-inner {
  border-bottom: 1px dashed #4185BE; }
  .header-nav-inner li {
    border-top: 1px dashed #4185BE; }
    .header-nav-inner li a {
      font-weight: 600;
      font-size: 0.8em;
      text-decoration: none;
      color: #4185BE;
      padding: 20px 30px;
      display: block; }
      @media screen and (max-width: 767px) {
        .header-nav-inner li a {
          font-size: 1em;
          width: 100%;
          display: block;
          padding: 15px 20px;
          text-align: center; } }
      @media screen and (min-width: 768px) {
        .header-nav-inner li a:hover {
          opacity: 0.6;
          -webkit-transition: all .3s;
          transition: all .3s;
          background: #e1f3ff; } }

.header-right {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.hnav-btn {
  width: 80px;
  height: 80px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding-top: 12px; }
  @media screen and (max-width: 767px) {
    .hnav-btn {
      width: 50px;
      height: 50px;
      padding-top: 6px; } }
  .hnav-btn img {
    height: 24px;
    width: auto;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .hnav-btn img {
        height: 16px; } }
  .hnav-btn p {
    font-size: 0.5em; }
    .hnav-btn p:first-child {
      margin-bottom: 8px; }
      @media screen and (max-width: 767px) {
        .hnav-btn p:first-child {
          margin-bottom: 4px; } }

.btn-reserve {
  background: #89B829; }

/* ==========================================================================
  menu
========================================================================== */
.menu {
  position: relative;
  width: 80px;
  height: 80px;
  background: #000000; }
  @media screen and (max-width: 767px) {
    .menu {
      width: 50px;
      height: 50px; } }

.menu span {
  transition: all .2s;
  background: #fff;
  position: absolute;
  width: 40px;
  height: 2px;
  left: 20px; }
  @media screen and (max-width: 767px) {
    .menu span {
      width: 30px;
      left: 10px; } }
  .menu span:nth-child(1) {
    top: 30px; }
    @media screen and (max-width: 767px) {
      .menu span:nth-child(1) {
        top: 17px; } }
  .menu span:nth-child(2) {
    top: 39px; }
    @media screen and (max-width: 767px) {
      .menu span:nth-child(2) {
        top: 24px; } }
  .menu span:nth-child(3) {
    bottom: 30px; }
    @media screen and (max-width: 767px) {
      .menu span:nth-child(3) {
        bottom: 17px; } }

.active span {
  transition: all .2s; }
  .active span:nth-child(1), .active span:nth-child(3) {
    transform-origin: center center;
    -webkit-transform-origin: center center; }
  .active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 40px; }
    @media screen and (max-width: 767px) {
      .active span:nth-child(1) {
        top: 28px; } }
  .active span:nth-child(2) {
    display: none; }
  .active span:nth-child(3) {
    transform: rotate(45deg);
    top: 40px; }
    @media screen and (max-width: 767px) {
      .active span:nth-child(3) {
        top: 28px; } }

/* ==========================================================================
 footer
========================================================================== */
.cd-footer {
  background: #F9F9F9;
  padding: 30px; }
  @media screen and (max-width: 767px) {
    .cd-footer {
      padding: 30px 0 130px; } }

.footer-logo {
  max-width: 240px;
  margin: 0 auto 30px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media screen and (max-width: 767px) {
    .footer-logo {
      max-width: 200px;
      margin: 0 auto 20px; } }
  @media screen and (min-width: 768px) {
    .footer-logo:hover {
      opacity: 0.8;
      -webkit-transition: all .3s;
      transition: all .3s; } }

.footer-sns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto 30px; }
  .footer-sns p {
    padding: 0 20px; }
    .footer-sns p a {
      display: block; }
      .footer-sns p a img {
        height: 20px;
        width: auto; }

.footer-copy {
  font-size: 0.6em;
  color: #333;
  text-align: center; }

.btn-top {
  display: block;
  position: fixed;
  padding: 10px 20px;
  bottom: 100px;
  right: -2px;
  z-index: 100;
  background: #4185BE;
  color: #fff;
  text-decoration: none;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  font-size: 0.7em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 1.1;
  font-style: normal; }
  @media screen and (max-width: 767px) {
    .btn-top {
      bottom: 80px; } }

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

/* ==========================================================================
 共通
========================================================================== */
.cont-ttl {
  margin-bottom: 60px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cont-ttl {
      margin-bottom: 30px; } }

.cont-ttl-up {
  transform: translate(0, -40px);
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .cont-ttl-up {
      transform: translate(0, -20px); } }

.ttl-icon {
  width: 100px;
  margin: 0 auto 20px; }
  @media screen and (max-width: 767px) {
    .ttl-icon {
      width: 50px;
      margin: 0 auto 10px; } }

.h3-jp {
  font-size: 1.6em;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .h3-jp {
      font-size: 1.4em;
      line-height: 1.5;
      font-weight: bold; } }

.h3-jp-white {
  color: #fff; }

.btn-base {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  background: #4185BE;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn-base:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg); }
  @media screen and (min-width: 768px) {
    .btn-base:hover {
      -webkit-transition: all .3s;
      transition: all .3s;
      background: #4185BE; } }

/* ==========================================================================
  MV
========================================================================== */
.top-mv {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  min-height: 600px;
  padding-top: 15px; }
  @media screen and (max-width: 767px) {
    .top-mv {
      display: block;
      height: auto;
      padding: 5px 6vw 40px;
      min-height: 0; } }

.mv-img {
  width: 45%;
  margin-left: 5%; }
  @media screen and (max-width: 767px) {
    .mv-img {
      position: relative;
      top: auto;
      left: auto;
      width: 65%;
      margin: 0 auto 10px;
      max-width: 600px; } }

.mv-cont {
  width: 45%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .mv-cont {
      width: 100%;
      position: relative;
      top: auto;
      left: auto; } }
  .mv-cont .mv-ttl-sub {
    text-align: center;
    padding-left: 2%;
    font-size: 1.3rem;
    letter-spacing: 6px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .mv-cont .mv-ttl-sub {
        text-align: center;
        padding-left: 2%;
        font-size: 10px;
        letter-spacing: 4px;
        margin-bottom: 10px; } }
  .mv-cont h1 {
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .mv-cont h1 {
        margin-bottom: 20px; } }
    .mv-cont h1 img {
      width: 70%;
      max-width: 800px; }
      @media screen and (max-width: 767px) {
        .mv-cont h1 img {
          max-width: 480px; } }

.mv-h2-01 {
  font-size: 1.4em;
  color: #4185BE;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .mv-h2-01 {
      font-size: 1.2em;
      margin-bottom: 10px; } }

.mv-h2-02 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.7; }
  @media screen and (max-width: 767px) {
    .mv-h2-02 {
      font-size: 1.3em; } }

.top-mv-site {
  min-height: 630px;
  /*本サイトページ MVボタン*/ }
  .top-mv-site h1 {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .top-mv-site h1 {
        margin-bottom: 20px; } }
  .top-mv-site .mv-h2-01 {
    margin-bottom: 20px; }
  .top-mv-site .mv-btn-site {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0; }
    @media screen and (max-width: 767px) {
      .top-mv-site .mv-btn-site {
        display: block; } }
    .top-mv-site .mv-btn-site li {
      width: 49%; }
      @media screen and (max-width: 767px) {
        .top-mv-site .mv-btn-site li {
          width: 100%;
          margin-bottom: 10px; } }
      .top-mv-site .mv-btn-site li a {
        position: relative;
        display: block;
        padding: 4% 3%;
        color: #4185BE;
        font-size: 0.9rem;
        line-height: 1.3em;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        background: #fff;
        border: 2px solid #4185BE; }
      .top-mv-site .mv-btn-site li a:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #4185BE;
        position: absolute;
        top: 0;
        right: 3%;
        bottom: 0;
        margin: auto; }
      .top-mv-site .mv-btn-site li a:hover {
        opacity: 0.8; }
    .top-mv-site .mv-btn-site li:nth-child(2) a {
      color: #89B829;
      background: #fff;
      border: 2px solid #89B829; }
    .top-mv-site .mv-btn-site li:nth-child(2) a:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 8px;
      border-color: transparent transparent transparent #89B829;
      position: absolute;
      top: 0;
      right: 3%;
      bottom: 0;
      margin: auto; }

/* ==========================================================================
 intro
========================================================================== */
.top-intro {
  z-index: 0;
  position: relative;
  background: #4185BE;
  margin-top: -100px;
  padding: 60px 30px; }
  @media screen and (max-width: 767px) {
    .top-intro {
      margin: 0;
      padding: 20px 6vw 10px; } }
  .top-intro:before {
    content: '';
    height: 60px;
    width: 100%;
    background: url(../img/wave_bottom.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: -60px;
    left: 0; }
    @media screen and (max-width: 767px) {
      .top-intro:before {
        height: 30px;
        bottom: -30px; } }
  .top-intro:after {
    content: '';
    height: 60px;
    width: 100%;
    background: url(../img/wave_top.png);
    background-size: 100% 100%;
    position: absolute;
    top: -60px;
    left: 0; }
    @media screen and (max-width: 767px) {
      .top-intro:after {
        height: 30px;
        top: -30px; } }

.top-intro-inner {
  max-width: 960px;
  margin: 0 auto; }

.top-intro-head {
  margin: 0 auto 60px; }
  @media screen and (max-width: 767px) {
    .top-intro-head {
      margin: 0 auto 30px; } }

.intro-h3 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .intro-h3 {
      font-size: 1.4em;
      margin-bottom: 20px; } }

.top-intro .tokucho-hikaku {
  margin: 60px auto; }
  .top-intro .tokucho-hikaku .tokucho-hikaku-ttl {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .top-intro .tokucho-hikaku .tokucho-hikaku-ttl {
        line-height: 1.6em;
        margin-bottom: 20px; } }
  .top-intro .tokucho-hikaku ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .top-intro .tokucho-hikaku ul {
        justify-content: space-around;
        flex-wrap: wrap; } }
    .top-intro .tokucho-hikaku ul li {
      width: 30%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .top-intro .tokucho-hikaku ul li {
          width: 32%; } }
      .top-intro .tokucho-hikaku ul li img {
        width: 50%;
        height: auto;
        margin: 0 auto 5px; }
        @media screen and (max-width: 767px) {
          .top-intro .tokucho-hikaku ul li img {
            width: 80%; } }
      .top-intro .tokucho-hikaku ul li p.tokucho-hikaku-tex {
        font-size: 1.3rem;
        line-height: 1.5em;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .top-intro .tokucho-hikaku ul li p.tokucho-hikaku-tex {
            font-size: 1rem; } }
  .top-intro .tokucho-hikaku table {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .top-intro .tokucho-hikaku table tr {
      width: 50%;
      display: table-cell; }
      @media screen and (max-width: 767px) {
        .top-intro .tokucho-hikaku table tr {
          display: grid;
          width: 100%;
          border-right: 1px solid #fff; } }
      .top-intro .tokucho-hikaku table tr th {
        display: block;
        padding: 2%;
        font-size: 1.1rem;
        color: #4185BE;
        text-align: center;
        font-weight: bold;
        background: #fff;
        border-left: 1px solid #fff; }
      .top-intro .tokucho-hikaku table tr td {
        padding: 5%;
        display: block;
        font-weight: normal;
        text-align: left;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        box-sizing: border-box; }
        .top-intro .tokucho-hikaku table tr td p {
          position: relative;
          font-size: 1.2rem;
          color: #fff;
          line-height: 1.6em;
          margin-bottom: 15px;
          padding-left: 24px; }
        .top-intro .tokucho-hikaku table tr td p:before {
          content: "⚫︎";
          position: absolute;
          top: 0;
          left: 0; }
    .top-intro .tokucho-hikaku table tr:nth-child(2) {
      border-right: 1px solid #fff; }
    .top-intro .tokucho-hikaku table tr:nth-child(2) th {
      border-left: 1px solid #4185BE; }
      @media screen and (max-width: 767px) {
        .top-intro .tokucho-hikaku table tr:nth-child(2) th {
          border-left: none; } }

.intro-list {
  padding: 30px;
  border: 2px dashed #fff;
  border-radius: 20px;
  max-width: 720px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .intro-list {
      border-radius: 10px;
      padding: 15px; } }
  .intro-list li {
    position: relative;
    padding: 0 0 0 40px;
    border-bottom: 2px dashed #4185BE;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff; }
    .intro-list li:last-child {
      margin-bottom: 0; }
    .intro-list li:before {
      content: '';
      width: 25px;
      height: 20px;
      background: url(../img/icon_check.svg) left center no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 0.5em; }
  .intro-list li.none-icon {
    padding: 0;
    font-size: 1.5rem;
    font-weight: bold; }
    .intro-list li.none-icon:before {
      display: none; }
  .intro-list .highlight {
    text-decoration: underline;
    /* 下線 */
    text-decoration-thickness: 0.5em;
    /* 線の太さ */
    text-decoration-color: rgba(252, 255, 29, 0.3);
    /* 線の色 */
    text-underline-offset: -0.2em;
    /* 線の位置。テキストに重なるようにやや上部にする */
    text-decoration-skip-ink: none;
    /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */ }

.intro-bottom {
  background: #fff;
  border-radius: 20px;
  padding: 40px 60px;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .intro-bottom {
      border-radius: 10px;
      padding: 20px;
      margin: 0 auto 30px; } }
  .intro-bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 30px solid #fff;
    border-top: 0;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -28px; }
    @media screen and (max-width: 767px) {
      .intro-bottom:after {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 20px solid #fff;
        margin-left: -10px;
        top: -18px; } }

.intro-left {
  width: 60%; }
  @media screen and (max-width: 767px) {
    .intro-left {
      width: 100%; } }

.intro-soudan {
  text-align: center;
  color: #4185BE;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .intro-soudan {
      font-size: 1.3em; } }

.intro-btn {
  width: 80%;
  display: block;
  background: #89B829;
  color: #fff;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media screen and (max-width: 767px) {
    .intro-btn {
      width: 100%;
      margin: 0 auto 20px; } }
  @media screen and (min-width: 768px) {
    .intro-btn:hover {
      opacity: 0.7;
      -webkit-transition: all .3s;
      transition: all .3s; } }
  .intro-btn:after {
    content: '';
    width: 14px;
    height: 23px;
    background: url(../img/icon_arrow.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px; }

.intro-btn-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  height: 100px;
  width: 100%;
  padding-right: 20px;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .intro-btn-inner {
      height: 60px; } }
  .intro-btn-inner p {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .intro-btn-inner p {
        line-height: 1.3; } }
    .intro-btn-inner p small {
      font-size: 0.8em; }
    .intro-btn-inner p img {
      width: 70px;
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .intro-btn-inner p img {
          width: 40px;
          margin-right: 15px; } }

.intro-right {
  width: 34%; }
  @media screen and (max-width: 767px) {
    .intro-right {
      width: 60%;
      margin: 0 auto; } }

.intro-last {
  font-weight: bold;
  line-height: 1.7;
  margin-top: 30px;
  font-size: 1.2em; }
  @media screen and (max-width: 767px) {
    .intro-last {
      margin-top: 20px;
      font-size: 1em; } }

.intro-btn-l {
  max-width: 640px;
  margin: 60px auto 0 !important; }
  @media screen and (max-width: 767px) {
    .intro-btn-l {
      margin: 30px auto 0 !important; } }

/* ==========================================================================
できること
========================================================================== */
.top-business {
  padding: 100px 30px;
  background: url(../img/bg_logo.svg) fixed 90% 30% no-repeat;
  background-size: 60% auto; }
  @media screen and (max-width: 767px) {
    .top-business {
      padding: 40px 6vw 60px; } }

.business-box {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

.business-parts {
  width: 47%; }
  @media screen and (max-width: 767px) {
    .business-parts {
      width: 100%; }
      .business-parts:first-of-type {
        margin-bottom: 30px; } }

.business-img {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .business-img {
      margin-bottom: 20px; } }
  .business-img img {
    border-radius: 10px; }

.business-h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .business-h4 {
      margin-bottom: 10px; } }

.business-text {
  font-size: 0.9em;
  line-height: 1.8; }

/* ==========================================================================
理由
========================================================================== */
.top-reason {
  padding: 60px 30px;
  background: #F9F9F9; }
  @media screen and (max-width: 767px) {
    .top-reason {
      padding: 40px 6vw; } }

.reason-list {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .reason-list li {
    width: 50%;
    padding: 40px; }
    @media screen and (max-width: 767px) {
      .reason-list li {
        width: 100%;
        padding: 0 0 30px 0;
        margin-bottom: 30px;
        border-bottom: 2px dashed #4185BE; }
        .reason-list li:last-child {
          border: none;
          margin-bottom: 0;
          padding: 0; } }
    @media screen and (min-width: 768px) {
      .reason-list li:nth-child(n+3) {
        border-top: 2px dashed #4185BE; } }
    @media screen and (min-width: 768px) {
      .reason-list li:nth-child(odd) {
        border-right: 2px dashed #4185BE; } }

.reason-logo {
  text-align: center;
  margin-bottom: 30px; }
  .reason-logo img {
    height: 90px;
    width: auto; }

.reason-ttl {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center; }

.reason-text {
  font-size: 0.9em;
  line-height: 1.8; }
  .reason-text small {
    font-size: 0.8em; }

.modorocca-ban {
  width: 60%;
  height: auto;
  margin: 30px auto;
  display: block;
  max-width: 600px; }
  @media screen and (max-width: 767px) {
    .modorocca-ban {
      width: 90%; } }
  .modorocca-ban img {
    width: 100%;
    height: auto; }

/* ==========================================================================
流れ
========================================================================== */
.top-flow {
  padding: 20px 30px 60px;
  background: #4185BE; }
  @media screen and (max-width: 767px) {
    .top-flow {
      padding: 40px 6vw; } }

.flow-list {
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.7; }
  .flow-list li {
    padding: 30px 50px;
    background: #fff;
    margin-bottom: 40px;
    border-radius: 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .flow-list li {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
        border-radius: 10px; } }
    .flow-list li:after {
      content: '';
      position: absolute;
      right: 50%;
      bottom: -20px;
      margin-right: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      border-top: 20px solid #fff;
      border-bottom: 0; }
    .flow-list li:last-child {
      margin-bottom: 0; }
      .flow-list li:last-child:after {
        content: none; }
    .flow-list li p {
      font-size: 0.9em;
      margin-bottom: 15px; }
      .flow-list li p:last-child {
        margin-bottom: 0; }
      .flow-list li p.caution {
        font-size: 0.7em; }

.flow-ttl {
  color: #4185BE;
  font-size: 1.2em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .flow-ttl {
      margin-bottom: 20px; } }

.flow-set {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap; }
  @media screen and (max-width: 767px) {
    .flow-set {
      display: block; } }

.flow-left {
  width: 66%;
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    .flow-left {
      width: 100%;
      margin-bottom: 20px; } }

.flow-right {
  text-align: center; }
  .flow-right img {
    height: 180px;
    width: auto; }
    @media screen and (max-width: 767px) {
      .flow-right img {
        height: 120px; } }

.flow-last {
  text-align: center;
  font-weight: bold; }

/* ==========================================================================
料金
========================================================================== */
.top-plan {
  padding: 20px 30px 60px; }
  @media screen and (max-width: 767px) {
    .top-plan {
      padding: 40px 6vw 60px; } }

.plan-inner {
  max-width: 960px;
  margin: 0 auto; }

.plan-table {
  width: 100%;
  font-weight: bold;
  border-top: 2px solid #4185BE;
  border-left: 2px solid #4185BE;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .plan-table {
      margin-bottom: 30px; } }
  .plan-table td {
    padding: 20px;
    border-bottom: 2px solid #4185BE;
    border-right: 2px solid #4185BE;
    min-height: 50px;
    font-weight: bold;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .plan-table td {
        padding: 10px; } }
  .plan-table .red {
    color: #FA0004;
    font-weight: bold; }
  .plan-table tr td:nth-child(odd) {
    text-align: center;
    color: #4185BE; }

.plan-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }

.plan-parts {
  width: 47%; }
  @media screen and (max-width: 767px) {
    .plan-parts {
      width: 100%; }
      .plan-parts:first-of-type {
        margin-bottom: 30px; } }
  .plan-parts h4 {
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 2px dashed #4185BE;
    margin-bottom: 15px; }
  .plan-parts p {
    line-height: 1.8;
    font-size: 0.9em; }
    .plan-parts p small {
      font-size: 0.8em; }

/* ==========================================================================
FAQ
========================================================================== */
.top-faq {
  padding: 60px 30px;
  background: #F9F9F9; }
  @media screen and (max-width: 767px) {
    .top-faq {
      padding: 30px; } }

.faq-list {
  max-width: 960px;
  margin: 0 auto; }
  .faq-list dl {
    margin-bottom: 40px;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .faq-list dl {
        margin-bottom: 30px; } }
    .faq-list dl:last-child {
      margin-bottom: 0; }
    .faq-list dl dt {
      cursor: pointer;
      position: relative;
      font-size: 1.1em;
      font-weight: bold;
      color: #4185BE;
      padding-bottom: 20px;
      border-bottom: 2px dashed #4185BE;
      padding-right: 80px; }
      @media screen and (max-width: 767px) {
        .faq-list dl dt {
          font-size: 1em;
          padding-right: 50px;
          padding-bottom: 10px; } }
      .faq-list dl dt:after {
        -webkit-transition: all .3s;
        transition: all .3s;
        position: absolute;
        right: 15px;
        top: 14px;
        width: 28px;
        height: 16px;
        background: url(../img/icon_arrow_b.svg);
        background-size: cover;
        content: ''; }
        @media screen and (max-width: 767px) {
          .faq-list dl dt:after {
            width: 21px;
            height: 12px;
            top: 10px; } }
      .faq-list dl dt.active:after {
        -webkit-transition: all .3s;
        transition: all .3s;
        transform: rotate(180deg); }
    .faq-list dl dd {
      display: none;
      padding-top: 20px;
      font-size: 0.9em; }

/* ==========================================================================
事例
========================================================================== */
.top-case {
  padding: 60px 30px 100px; }
  @media screen and (max-width: 767px) {
    .top-case {
      padding: 40px 6vw 60px; } }

.case-inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 40px;
  border: 2px dashed #4185BE; }
  @media screen and (max-width: 767px) {
    .case-inner {
      width: 100%;
      padding: 40px 20px 30px; } }

.case-ttl {
  position: absolute;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  left: 50%;
  top: -20px;
  margin-left: -100px;
  color: #fff;
  background: #4185BE;
  border-radius: 20px;
  text-align: center; }

.case-sub {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 40px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .case-sub {
      margin-bottom: 30px;
      line-height: 1.3em; } }

.case-list li {
  margin-bottom: 40px; }
  .case-list li:last-child {
    margin-bottom: 0; }
  .case-list li h4 {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.3em;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #4185BE; }
  .case-list li p {
    line-height: 1.8;
    font-size: 0.9em; }
    .case-list li p b {
      font-weight: bold;
      color: #4185BE; }

/* ==========================================================================
スタッフ
========================================================================== */
.top-staff {
  padding: 60px 30px;
  background: #F9F9F9; }
  @media screen and (max-width: 767px) {
    .top-staff {
      padding: 40px 6vw; } }

.staff-inner {
  max-width: 960px;
  margin: 0 auto; }

.prof-box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .prof-box {
      margin-bottom: 40px; } }

.prof-left {
  width: 30%; }
  @media screen and (max-width: 767px) {
    .prof-left {
      width: 100%;
      margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 15px; } }

.prof-photo {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .prof-photo {
      margin-bottom: 15px; } }

.prof-btns {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

.prof-btn {
  width: 46%;
  height: 40px;
  line-height: 40px;
  font-size: 0.8em; }

.prof-right {
  width: 64%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .prof-right {
      width: 100%; } }
  .prof-right .staff-sns-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    display: flex;
    justify-content: center;
    margin: 15px auto 0; }
    @media screen and (max-width: 767px) {
      .prof-right .staff-sns-area {
        width: 50%;
        margin: 0 auto 30px;
        position: static; } }
    .prof-right .staff-sns-area li {
      width: 30%;
      height: auto;
      padding: 0 2%; }
      .prof-right .staff-sns-area li a {
        display: block; }
        .prof-right .staff-sns-area li a img {
          width: 100%;
          height: auto;
          margin: 0 auto;
          display: block; }
      .prof-right .staff-sns-area li a:hover {
        opacity: 0.8; }

.prof-sub {
  color: #4185BE;
  margin-bottom: 15px;
  font-size: 0.8em;
  font-weight: 500; }

.prof-name {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .prof-name {
      margin-bottom: 15px; } }
  .prof-name small {
    font-size: 0.7em; }

.prof-text p {
  line-height: 1.7;
  font-size: 0.9em;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .prof-text p {
      margin-bottom: 10px; } }
  .prof-text p:last-child {
    margin: 0; }

.hokenshi-box {
  padding: 40px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .hokenshi-box {
      padding: 20px; } }

.hokenshi-ttl {
  text-align: center;
  font-weight: bold;
  color: #4185BE;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .hokenshi-ttl {
      margin-bottom: 15px;
      line-height: 1.7; } }

.hokenshi-list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  .hokenshi-list li {
    width: 30%;
    line-height: 1.7;
    font-size: 0.7em; }
    @media screen and (max-width: 767px) {
      .hokenshi-list li {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        font-size: 0.8em; } }

.hokenshi-icon {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .hokenshi-icon {
      width: 30%; } }
  .hokenshi-icon img {
    width: 100px; }

@media screen and (max-width: 767px) {
  .hokenshi-text {
    width: 64%; } }

/* ==========================================================================
コンセプト
========================================================================== */
.top-concept {
  padding: 60px 30px;
  background: url(../img/bg_logo.svg) fixed 90% 30% no-repeat;
  background-size: 60% auto; }
  @media screen and (max-width: 767px) {
    .top-concept {
      padding: 40px 6vw; } }

.concept-inner {
  padding-top: 60px;
  max-width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .concept-inner {
      padding-top: 30px; } }
  .concept-inner p {
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 0.9em; }
    @media screen and (max-width: 767px) {
      .concept-inner p {
        margin-bottom: 20px; } }
    .concept-inner p:last-child {
      margin-bottom: 0; }

/* ==========================================================================
本サイトナビゲーション
========================================================================== */
.site-nav {
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
  background: #eee; }
  @media screen and (max-width: 767px) {
    .site-nav {
      padding: 20px 0 0; } }
  .site-nav ul {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .site-nav ul {
        padding: 0 3%; } }
    .site-nav ul li {
      width: 16%; }
      @media screen and (max-width: 767px) {
        .site-nav ul li {
          width: 32%;
          margin-bottom: 20px; } }
      .site-nav ul li a {
        display: block;
        text-align: center;
        text-decoration: none; }
        .site-nav ul li a img {
          width: 60%;
          margin: 0 auto 15px; }
          @media screen and (max-width: 767px) {
            .site-nav ul li a img {
              margin: 0 auto 5px; } }
        .site-nav ul li a p {
          position: relative;
          display: inline-block;
          text-align: center;
          font-size: 1.1rem;
          font-weight: bold;
          color: #4185BE; }
          @media screen and (max-width: 767px) {
            .site-nav ul li a p {
              padding-right: 15px;
              line-height: 1.2em; } }
        .site-nav ul li a p:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 0 6px 10px;
          border-color: transparent transparent transparent #4185BE;
          position: absolute;
          top: 0;
          right: -15px;
          bottom: 0;
          margin: auto; }
          @media screen and (max-width: 767px) {
            .site-nav ul li a p:after {
              right: 0; } }
      .site-nav ul li a:hover {
        opacity: 0.8; }

/* ==========================================================================
本サイト下層ページ
========================================================================== */
.cont-ttl-site {
  max-width: 1000px;
  margin: 30px auto;
  border-bottom: 3px solid #4185BE;
  border-top: 3px solid #4185BE; }
  .cont-ttl-site .h3-jp {
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
    color: #4185BE;
    padding: 30px 0 30px 80px; }
    @media screen and (max-width: 767px) {
      .cont-ttl-site .h3-jp {
        font-size: 1.4rem;
        padding: 20px 0 20px 50px; } }
  .cont-ttl-site .h3-jp-reason:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: url(../img/site_nav_1.png) no-repeat;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .cont-ttl-site .h3-jp-reason:before {
        width: 40px;
        height: 40px;
        margin-top: -20px; } }
  .cont-ttl-site .h3-jp-flow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: url(../img/site_nav_2.png) no-repeat;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .cont-ttl-site .h3-jp-flow:before {
        width: 40px;
        height: 40px;
        margin-top: -20px; } }
  .cont-ttl-site .h3-jp-price:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: url(../img/site_nav_3.png) no-repeat;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .cont-ttl-site .h3-jp-price:before {
        width: 40px;
        height: 40px;
        margin-top: -20px; } }
  .cont-ttl-site .h3-jp-faq:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: url(../img/site_nav_4.png) no-repeat;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .cont-ttl-site .h3-jp-faq:before {
        width: 40px;
        height: 40px;
        margin-top: -20px; } }
  .cont-ttl-site .h3-jp-case:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: url(../img/site_nav_5.png) no-repeat;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .cont-ttl-site .h3-jp-case:before {
        width: 40px;
        height: 40px;
        margin-top: -20px; } }
  .cont-ttl-site .h3-jp-staff:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: url(../img/site_nav_6.png) no-repeat;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .cont-ttl-site .h3-jp-staff:before {
        width: 40px;
        height: 40px;
        margin-top: -20px; } }

/*休職する場合の流れページ*/
.top-flow-site {
  padding: 60px 30px 40px;
  background: #F9F9F9; }
  @media screen and (max-width: 767px) {
    .top-flow-site {
      padding: 40px 6vw; } }
  .top-flow-site .top-flow-site-inner {
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 30px 30px 50px;
    background: #4185BE;
    border-radius: 30px; }
    @media screen and (max-width: 767px) {
      .top-flow-site .top-flow-site-inner {
        border-radius: 10px; } }

/*料金ページ*/
.top-price-site {
  padding: 60px 30px 80px;
  background: #F9F9F9; }
  @media screen and (max-width: 767px) {
    .top-price-site {
      padding: 40px 6vw; } }

/*faqページ*/
.top-faq-site {
  padding: 60px 30px 80px;
  background: #F9F9F9; }
  @media screen and (max-width: 767px) {
    .top-faq-site {
      padding: 40px 6vw; } }

/*事例ページ*/
.top-case-site {
  padding: 60px 30px 80px;
  background: #F9F9F9; }
  @media screen and (max-width: 767px) {
    .top-case-site {
      padding: 40px 6vw; } }
  .top-case-site .case-inner {
    background: #fff; }

/* ==========================================================================
floatingbanner
========================================================================== */
.floating-btn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 2%;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  z-index: 50;
  width: 30%;
  border-radius: 15px; }
  .floating-btn p {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.5em;
    color: #000;
    padding: 10px 0; }
  .floating-btn a {
    position: relative;
    width: 72%;
    height: auto;
    display: inline-table; }
    .floating-btn a:hover {
      opacity: 0.7; }
    .floating-btn a img {
      width: 100%;
      height: auto; }

.floating-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 90px;
  height: 90px;
  background: url(../img/floating_btn_img.png) bottom right no-repeat;
  background-size: contain; }

.banner-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 50; }

@media screen and (max-width: 767px) {
  .floating-btn {
    bottom: -1px;
    right: 0;
    width: 100%;
    max-width: inherit;
    border-radius: 0; }
    .floating-btn p {
      font-size: 1rem;
      line-height: 1.3em; }
    .floating-btn a {
      width: 100%;
      display: block;
      margin: 0 auto; }
      .floating-btn a:hover {
        opacity: 1; }

  .floating-btn:after {
    display: none; }

  .banner-close {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 50; } }
/* ==========================================================================
firstmeeting_thankyou　ページ
========================================================================== */
@media screen and (max-width: 767px) {
  .thanks {
    padding-top: 30px !important; } }
@media screen and (max-width: 767px) {
  .thanks .cd-main {
    padding: 0 3%; } }
.thanks .cd-main .thanks-mv {
  margin: 0 auto;
  max-width: 780px; }
  @media screen and (max-width: 767px) {
    .thanks .cd-main .thanks-mv {
      max-width: auto;
      width: 100%; } }
  .thanks .cd-main .thanks-mv h1 {
    width: 100%;
    height: auto;
    margin: 0 auto 8%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .thanks .cd-main .thanks-mv h1 {
        width: 50%; } }
    .thanks .cd-main .thanks-mv h1 img {
      width: auto;
      max-height: 100px; }
      @media screen and (max-width: 767px) {
        .thanks .cd-main .thanks-mv h1 img {
          width: 100%;
          max-height: auto; } }
  .thanks .cd-main .thanks-mv p {
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 18px;
    word-wrap: break-word;
    line-height: 1.6;
    color: #3c4146; }
  .thanks .cd-main .thanks-mv .thanks-bold {
    color: #4185be;
    font-size: 22px;
    line-height: 2;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .thanks .cd-main .thanks-mv .thanks-bold {
        font-size: 20px; } }
  .thanks .cd-main .thanks-mv a.online-reserve {
    width: 100%;
    color: #fff;
    background: #3199df;
    display: inline-block;
    font-size: 1.3rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    text-align: center;
    text-shadow: none;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    padding: 0.8em 1.8em;
    margin-top: 5%;
    min-width: 30%;
    line-height: 1.2;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .thanks .cd-main .thanks-mv a.online-reserve {
        font-size: 1.1rem; } }
  .thanks .cd-main .thanks-mv a.online-reserve:hover {
    opacity: 0.7; }
  .thanks .cd-main .thanks-mv p.attention {
    margin-top: 10px;
    font-size: 0.7em; }
    @media screen and (max-width: 767px) {
      .thanks .cd-main .thanks-mv p.attention {
        font-size: 0.8em; } }
  .thanks .cd-main .thanks-mv a.page-back {
    background: #89B829;
    width: 40%;
    margin: 10% auto 0;
    color: #fff;
    display: block;
    font-size: 1.3rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    text-align: center;
    text-shadow: none;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    padding: 0.8em 1.8em;
    min-width: 30%;
    line-height: 1.2;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .thanks .cd-main .thanks-mv a.page-back {
        font-size: 1.1rem;
        width: 100%; } }
.thanks .thanks-footer {
  margin-top: 8%; }
  .thanks .thanks-footer .footer-copy {
    max-resolution: 0 auto;
    text-align: center;
    color: #3c4146;
    font-size: 0.7em; }
    @media screen and (max-width: 767px) {
      .thanks .thanks-footer .footer-copy {
        font-size: 0.8em; } }
  .thanks .thanks-footer .footer-link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3%;
    padding-bottom: 1%; }
    @media screen and (max-width: 767px) {
      .thanks .thanks-footer .footer-link {
        display: block;
        text-align: center;
        margin-top: 20px; } }
    .thanks .thanks-footer .footer-link li {
      margin: 0 10px;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .thanks .thanks-footer .footer-link li {
          margin-bottom: 20px; } }
      .thanks .thanks-footer .footer-link li a {
        text-decoration: underline;
        color: #3c4146; }
      .thanks .thanks-footer .footer-link li a:hover {
        text-decoration: none; }

/*clinic LPページ*/
.lp-clinic {
  margin-top: -60px; }
  @media screen and (max-width: 767px) {
    .lp-clinic {
      margin-top: 0; } }
  .lp-clinic .intro-btn {
    width: 80%;
    display: block;
    background: #4185BE;
    color: #fff;
    position: relative;
    margin: 0 auto;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media screen and (max-width: 767px) {
      .lp-clinic .intro-btn {
        width: 100%;
        margin: 0 auto 20px; } }
  .lp-clinic .top-mv a.official-btn {
    position: absolute;
    top: -20px;
    right: 10px;
    font-size: 1.2rem;
    color: #4185BE;
    text-decoration: underline; }
    @media screen and (max-width: 767px) {
      .lp-clinic .top-mv a.official-btn {
        top: -30px; } }
  .lp-clinic .top-mv a.official-btn:hover {
    text-decoration: none; }
  .lp-clinic .top-mv .mv-cont {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .lp-clinic .top-mv .mv-cont {
        width: 100%; } }
    .lp-clinic .top-mv .mv-cont .mv-h2-03 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .lp-clinic .top-mv .mv-cont .mv-h2-03 li {
        width: 49%;
        list-style: none;
        display: inline-block;
        padding: 5px;
        margin-bottom: 10px;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 1.7;
        color: #4185BE;
        border-bottom: 2px dashed #4185BE; }
        @media screen and (max-width: 767px) {
          .lp-clinic .top-mv .mv-cont .mv-h2-03 li {
            font-size: 1.1em; } }
    .lp-clinic .top-mv .mv-cont .mv-h2-04 {
      font-weight: 500;
      color: #89B829;
      font-size: 1.2rem;
      line-height: 1.6em; }
      @media screen and (max-width: 767px) {
        .lp-clinic .top-mv .mv-cont .mv-h2-04 {
          font-size: 0.8rem; } }
  .lp-clinic .top-intro {
    z-index: 0;
    position: relative;
    background: #89B829;
    margin-top: -100px;
    padding: 60px 30px; }
    @media screen and (max-width: 767px) {
      .lp-clinic .top-intro {
        margin: 0;
        padding: 20px 6vw 10px; } }
    .lp-clinic .top-intro:before {
      content: '';
      height: 60px;
      width: 100%;
      background: url(../img/wave_bottom_green.png);
      background-size: 100% 100%;
      position: absolute;
      bottom: -60px;
      left: 0; }
      @media screen and (max-width: 767px) {
        .lp-clinic .top-intro:before {
          height: 30px;
          bottom: -30px; } }
    .lp-clinic .top-intro:after {
      content: '';
      height: 60px;
      width: 100%;
      background: url(../img/wave_top_green.png);
      background-size: 100% 100%;
      position: absolute;
      top: -60px;
      left: 0; }
      @media screen and (max-width: 767px) {
        .lp-clinic .top-intro:after {
          height: 30px;
          top: -30px; } }
  .lp-clinic .top-intro .top-intro-head {
    width: 100%;
    position: relative;
    border: none;
    max-width: 100%;
    margin: 0 auto 15px;
    display: block; }
    .lp-clinic .top-intro .top-intro-head .intro-list {
      position: relative;
      width: 70%;
      border: none;
      padding: 3%;
      margin-left: 0;
      border-radius: 30px;
      background: #daefbc; }
      @media screen and (max-width: 767px) {
        .lp-clinic .top-intro .top-intro-head .intro-list {
          width: 100%; } }
      .lp-clinic .top-intro .top-intro-head .intro-list li {
        position: relative;
        padding: 0 0 0 30px;
        line-height: 1.7;
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 15px;
        border-bottom: none;
        display: table;
        color: #333; }
        .lp-clinic .top-intro .top-intro-head .intro-list li:last-child {
          margin-bottom: 0; }
        .lp-clinic .top-intro .top-intro-head .intro-list li:before {
          content: '';
          width: 25px;
          height: 20px;
          background: url("../img/icon_check_black.svg") left center no-repeat;
          background-size: contain;
          position: absolute;
          left: 0;
          top: 0.5em; }
      .lp-clinic .top-intro .top-intro-head .intro-list .highlight {
        text-decoration: underline;
        /* 下線 */
        text-decoration-thickness: 0.5em;
        /* 線の太さ */
        text-decoration-color: rgba(252, 255, 29, 0.8);
        /* 線の色 */
        text-underline-offset: -0.2em;
        /* 線の位置。テキストに重なるようにやや上部にする */
        text-decoration-skip-ink: none;
        /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */ }
    .lp-clinic .top-intro .top-intro-head .intro-list:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -50px;
      transform: translateX(-50%);
      border: 12px solid transparent;
      border-left: 22px solid #daefbc;
      margin-top: -9px; }
      @media screen and (max-width: 767px) {
        .lp-clinic .top-intro .top-intro-head .intro-list:after {
          content: "";
          position: absolute;
          top: auto;
          right: auto;
          bottom: -12%;
          left: 20%;
          transform: translateX(-50%);
          border: 12px solid transparent;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-top: 30px solid #daefbc; } }
    .lp-clinic .top-intro .top-intro-head p.intro-recommend {
      font-weight: 500;
      font-size: 1.6rem;
      color: #fff;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .lp-clinic .top-intro .top-intro-head p.intro-recommend {
          font-size: 1.3rem;
          line-height: 1.4em;
          margin-bottom: 0; } }
    .lp-clinic .top-intro .top-intro-head .intro-recommend-img {
      width: 26%;
      height: auto;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .lp-clinic .top-intro .top-intro-head .intro-recommend-img {
          width: 60%;
          height: auto;
          margin: 10px auto; } }
  .lp-clinic .top-intro .clinic-nayami {
    width: 80%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .lp-clinic .top-intro .clinic-nayami {
        width: 100%; } }
    .lp-clinic .top-intro .clinic-nayami img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .lp-clinic .top-intro .head-arrow-inner {
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .lp-clinic .top-intro .head-arrow-inner {
        width: 100%; } }
    .lp-clinic .top-intro .head-arrow-inner img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .lp-clinic .top-intro .highlight {
    text-decoration: underline;
    /* 下線 */
    text-decoration-thickness: 0.4em;
    /* 線の太さ */
    text-decoration-color: rgba(65, 133, 190, 0.8);
    /* 線の色 */
    text-underline-offset: -0.1em;
    /* 線の位置。テキストに重なるようにやや上部にする */
    text-decoration-skip-ink: none;
    /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */ }
  .lp-clinic .top-intro .head-arrow:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #89B829;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0; }
  .lp-clinic .top-intro .tokucho-hikaku {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .lp-clinic .top-intro .tokucho-hikaku {
        display: block; } }
    .lp-clinic .top-intro .tokucho-hikaku .tokucho {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .lp-clinic .top-intro .tokucho-hikaku .tokucho {
          width: 100%;
          margin-bottom: 30px; } }
      .lp-clinic .top-intro .tokucho-hikaku .tokucho .tokucho-ttl {
        font-weight: bold;
        font-size: 1.4rem;
        margin-bottom: 20px;
        text-align: center;
        color: #fff; }
      .lp-clinic .top-intro .tokucho-hikaku .tokucho ul.tokucho-hikaku-list {
        display: block;
        margin-bottom: 0;
        border-bottom: 1px solid #333; }
        @media screen and (max-width: 767px) {
          .lp-clinic .top-intro .tokucho-hikaku .tokucho ul.tokucho-hikaku-list {
            border-right: 1px solid #333; } }
        .lp-clinic .top-intro .tokucho-hikaku .tokucho ul.tokucho-hikaku-list li {
          width: 100%;
          padding: 2% 4%;
          list-style: none;
          min-height: 70px;
          background: #dedede;
          display: table;
          text-align: center;
          border-top: 1px solid #333;
          border-left: 1px solid #333; }
          @media screen and (max-width: 767px) {
            .lp-clinic .top-intro .tokucho-hikaku .tokucho ul.tokucho-hikaku-list li {
              min-height: auto; } }
          .lp-clinic .top-intro .tokucho-hikaku .tokucho ul.tokucho-hikaku-list li p {
            position: relative;
            font-size: 1rem;
            font-weight: 600;
            color: #333;
            line-height: 1.6em;
            margin-bottom: 0;
            padding-left: 30px;
            text-align: left;
            vertical-align: middle;
            display: table-cell; }
          .lp-clinic .top-intro .tokucho-hikaku .tokucho ul.tokucho-hikaku-list li p.nijyumaru:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 22px;
            height: 22px;
            background: url("../img/clinic_list_nijyumaru.png") center center no-repeat;
            background-size: contain;
            margin-top: -10px; }
          .lp-clinic .top-intro .tokucho-hikaku .tokucho ul.tokucho-hikaku-list li p.maru:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 18px;
            height: 18px;
            background: url("../img/clinic_list_maru.png") center center no-repeat;
            background-size: contain;
            margin-top: -10px; }
          .lp-clinic .top-intro .tokucho-hikaku .tokucho ul.tokucho-hikaku-list li p.batsu:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 16px;
            height: 16px;
            background: url("../img/clinic_list_batsu.png") center center no-repeat;
            background-size: contain;
            margin-top: -10px; }
        .lp-clinic .top-intro .tokucho-hikaku .tokucho ul.tokucho-hikaku-list li:nth-child(odd) {
          background: #eee; }
  .lp-clinic .top-intro .tokucho-hikaku .tokucho:nth-child(2) ul.tokucho-hikaku-list {
    border-right: 1px solid #333; }
  .lp-clinic .top-intro .intro-bottom .intro-left {
    width: 65%; }
    @media screen and (max-width: 767px) {
      .lp-clinic .top-intro .intro-bottom .intro-left {
        width: 100%; } }
    .lp-clinic .top-intro .intro-bottom .intro-left .intro-soudan {
      font-size: 1.3em; }
  .lp-clinic .top-flow {
    background: #89B829; }
  .lp-clinic .flow-ttl {
    color: #89B829; }
  .lp-clinic footer .footer-other {
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .lp-clinic footer .footer-other {
        display: block; } }
    .lp-clinic footer .footer-other li {
      margin: 0 2%;
      font-size: 1rem; }
      @media screen and (max-width: 767px) {
        .lp-clinic footer .footer-other li {
          font-size: 1.2rem;
          text-align: center;
          margin-bottom: 10px; } }
      .lp-clinic footer .footer-other li a {
        text-decoration: underline; }
      .lp-clinic footer .footer-other li a:hover {
        text-decoration: none; }

/* ==========================================================================
retirement　ページ
========================================================================== */
.lp-retirement {
  margin-top: -60px; }
  @media screen and (max-width: 767px) {
    .lp-retirement {
      margin-top: 0; } }
  .lp-retirement .top-intro .clinic-nayami {
    width: 80%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .lp-retirement .top-intro .clinic-nayami {
        width: 100%; } }
    .lp-retirement .top-intro .clinic-nayami img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .lp-retirement .top-intro .head-arrow-inner {
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .lp-retirement .top-intro .head-arrow-inner {
        width: 100%; } }
    .lp-retirement .top-intro .head-arrow-inner img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .lp-retirement #about {
    padding: 20px 30px;
    background: url(../img/bg_logo.svg) fixed 90% 30% no-repeat;
    background-size: 60% auto; }
    @media screen and (max-width: 767px) {
      .lp-retirement #about {
        padding: 40px 6vw 20px; } }
    .lp-retirement #about .top-about-inner {
      max-width: 960px;
      margin: 60px auto; }
      @media screen and (max-width: 767px) {
        .lp-retirement #about .top-about-inner {
          margin: 20px auto; } }
      .lp-retirement #about .top-about-inner .cont-lead {
        font-size: 0.9em;
        line-height: 1.8;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .lp-retirement #about .top-about-inner .cont-lead {
            text-align: left; } }
      .lp-retirement #about .top-about-inner .tokucho-hikaku {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 60px auto; }
        @media screen and (max-width: 767px) {
          .lp-retirement #about .top-about-inner .tokucho-hikaku {
            display: block;
            margin: 30px auto; } }
        .lp-retirement #about .top-about-inner .tokucho-hikaku table {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .lp-retirement #about .top-about-inner .tokucho-hikaku table tr {
            width: 50%;
            display: table-cell; }
            @media screen and (max-width: 767px) {
              .lp-retirement #about .top-about-inner .tokucho-hikaku table tr {
                display: grid;
                width: 100%;
                border-right: 1px solid #4185BE; } }
            .lp-retirement #about .top-about-inner .tokucho-hikaku table tr th {
              display: block;
              padding: 2%;
              font-size: 1.1rem;
              color: #4185BE;
              text-align: center;
              font-weight: bold;
              background: #fff;
              border-left: 1px solid #4185BE;
              border-top: 1px solid #4185BE;
              border-bottom: 1px solid #4185BE; }
            .lp-retirement #about .top-about-inner .tokucho-hikaku table tr td {
              padding: 5%;
              display: block;
              font-weight: normal;
              text-align: left;
              border-left: 1px solid #4185BE;
              border-bottom: 1px solid #4185BE;
              box-sizing: border-box; }
              .lp-retirement #about .top-about-inner .tokucho-hikaku table tr td p {
                position: relative;
                font-size: 1.2rem;
                color: #4185BE;
                line-height: 1.6em;
                margin-bottom: 15px;
                padding-left: 24px; }
                @media screen and (max-width: 767px) {
                  .lp-retirement #about .top-about-inner .tokucho-hikaku table tr td p {
                    font-size: 1rem; } }
              .lp-retirement #about .top-about-inner .tokucho-hikaku table tr td p:before {
                content: "⚫︎";
                position: absolute;
                top: 0;
                left: 0; }
          .lp-retirement #about .top-about-inner .tokucho-hikaku table tr:nth-child(2) {
            border-right: 1px solid #4185BE; }
          @media screen and (max-width: 767px) {
            .lp-retirement #about .top-about-inner .tokucho-hikaku table tr:nth-child(2) th {
              border-top: none; } }
    .lp-retirement #about .intro-bottom {
      background: #4185BE; }
      .lp-retirement #about .intro-bottom:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 30px solid #4185BE;
        border-top: 0;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: -28px; }
        @media screen and (max-width: 767px) {
          .lp-retirement #about .intro-bottom:after {
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            border-bottom: 20px solid #4185BE;
            margin-left: -10px;
            top: -18px; } }
    .lp-retirement #about .intro-left {
      width: 65%; }
      @media screen and (max-width: 767px) {
        .lp-retirement #about .intro-left {
          width: 100%; } }
    .lp-retirement #about .intro-soudan {
      color: #fff;
      font-size: 1.3em; }
    .lp-retirement #about .intro-last {
      color: #fff; }
  .lp-retirement #case {
    padding: 100px 30px 60px; }
    @media screen and (max-width: 767px) {
      .lp-retirement #case {
        padding: 60px 6vw 60px; } }
    .lp-retirement #case .case-comment {
      margin: 50px 0 0; }
      @media screen and (max-width: 767px) {
        .lp-retirement #case .case-comment {
          margin: 30px 0 0; } }
      .lp-retirement #case .case-comment .case-comment-ttl {
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.5em;
        margin-bottom: 30px;
        padding-bottom: 10px;
        color: #4185BE;
        border-bottom: 3px solid #4185BE; }
        @media screen and (max-width: 767px) {
          .lp-retirement #case .case-comment .case-comment-ttl {
            font-size: 1.3rem;
            text-align: center; } }
      .lp-retirement #case .case-comment .case-comment-box {
        width: 100%;
        padding: 3%;
        box-sizing: border-box;
        border-radius: 5px;
        background: #ebf4fc; }
        @media screen and (max-width: 767px) {
          .lp-retirement #case .case-comment .case-comment-box {
            width: 100%;
            padding: 5%;
            margin-bottom: 30px; } }
        .lp-retirement #case .case-comment .case-comment-box p {
          line-height: 1.8;
          font-size: 0.9em; }
        .lp-retirement #case .case-comment .case-comment-box b {
          font-weight: bold;
          color: #4185BE; }
    .lp-retirement #case .grad-wrap {
      padding-top: 40px; }
    .lp-retirement #case .grad-btn {
      z-index: 2;
      position: absolute;
      right: 0;
      bottom: 3%;
      left: 0;
      width: 18%;
      margin: auto;
      padding: .5em 0;
      border-radius: 5px;
      background: #fff;
      color: #4185BE;
      border: 2px solid #4185BE;
      font-size: 1.1rem;
      text-align: center;
      cursor: pointer;
      transition: .2s ease;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 767px) {
        .lp-retirement #case .grad-btn {
          width: 45%;
          padding-left: 5px; } }
      .lp-retirement #case .grad-btn img {
        width: auto;
        height: 8px;
        padding-left: 5px;
        vertical-align: middle; }
    .lp-retirement #case .grad-item {
      position: relative;
      overflow: hidden;
      height: 80px;
      /*隠した状態の高さ*/ }
      @media screen and (max-width: 767px) {
        .lp-retirement #case .grad-item {
          height: 50px; } }
    .lp-retirement #case .grad-item::before {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40px;
      /*グラデーションで隠す高さ*/
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
      background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
      content: ""; }
    .lp-retirement #case .grad-trigger {
      display: none;
      /*チェックボックスは常に非表示*/ }
    .lp-retirement #case .grad-trigger:checked + .grad-btn {
      display: none;
      /*チェックされていたら、grad-btnを非表示にする*/ }
    .lp-retirement #case .grad-trigger:checked ~ .grad-item {
      height: auto;
      /*チェックされていたら、高さを戻す*/ }
    .lp-retirement #case .grad-trigger:checked ~ .grad-item::before {
      display: none;
      /*チェックされていたら、grad-itemのbeforeを非表示にする*/ }
  .lp-retirement .top-plan {
    padding: 60px 30px;
    background: url(../img/bg_logo.svg) fixed 90% 30% no-repeat;
    background-size: 60% auto; }
    @media screen and (max-width: 767px) {
      .lp-retirement .top-plan {
        padding: 40px 6vw; } }
    .lp-retirement .top-plan .plan-parts-s {
      width: 36%; }
      @media screen and (max-width: 767px) {
        .lp-retirement .top-plan .plan-parts-s {
          width: 100%; } }
    .lp-retirement .top-plan .plan-parts-w {
      width: 58%; }
      @media screen and (max-width: 767px) {
        .lp-retirement .top-plan .plan-parts-w {
          width: 100%; } }
  .lp-retirement .top-staff {
    background: #fff; }
  .lp-retirement footer .footer-other {
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .lp-retirement footer .footer-other {
        display: block; } }
    .lp-retirement footer .footer-other li {
      margin: 0 2%;
      font-size: 1rem; }
      @media screen and (max-width: 767px) {
        .lp-retirement footer .footer-other li {
          font-size: 1.2rem;
          text-align: center;
          margin-bottom: 10px; } }
      .lp-retirement footer .footer-other li a {
        text-decoration: underline; }
      .lp-retirement footer .footer-other li a:hover {
        text-decoration: none; }

#close h3 {
  text-align: center;
  margin-bottom: 60px; }
#close .close-inner {
  width: 100%;
  padding: 0 3%;
  margin: 0 auto 60px;
  max-width: 900px; }
  #close .close-inner p {
    font-size: 0.9em;
    line-height: 1.8; }
