@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box; }

:after, :before {
  box-sizing: inherit; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0; }

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0; }

ol, ul {
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: bottom; }

embed, iframe, object {
  border: 0;
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

[type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled], button[disabled] {
  cursor: default; }

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset, option {
  padding: 0; }

fieldset {
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

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

caption {
  text-align: left; }

td, th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: 700; }

[hidden], template {
  display: none; }

* {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99); }

body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 190%;
  font-size: 14px;
  overflow-x: hidden; }

a {
  color: #0350BF; }

a:hover {
  color: #0350BF; }

/* =================================================================

    共通

================================================================= */
img {
  width: 100%;
  height: auto; }

.cf:after {
  content: "";
  clear: both;
  display: block; }

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px); }

.fadein.animated {
  opacity: 1;
  transform: translatey(0px); }

#contents {
  padding-top: 138px; }

.inner {
  width: 1100px;
  margin: auto; }

.tks {
  font-family: 'Zen Maru Gothic', serif; }

.btn a {
  background: #0350BF url("../images/common/arrow01.svg") no-repeat calc(100% - 20px) 50%/22px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 16px 65px 16px 26px;
  border-radius: 100px; }
  .btn a:hover {
    background: #00C1AA url("../images/common/arrow01.svg") no-repeat calc(100% - 15px) 50%/22px; }

.jp {
  font-family: 'Zen Maru Gothic', serif; }

.sec_ttl {
  padding-bottom: 24px;
  text-align: center; }
  .sec_ttl .en {
    color: #00C1AA;
    padding-bottom: 16px;
    font-weight: 800; }
  .sec_ttl h2.bases {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 700;
    font-size: 32px; }

.telarea .in {
  width: 938px;
  margin: auto;
  color: #2C2C2C; }
  .telarea .in .ttl {
    width: 618px;
    margin: 0 auto 8px;
    position: relative; }
    .telarea .in .ttl p {
      text-align: center;
      font-size: 18px;
      line-height: 210%;
      padding-bottom: 8px; }
      .telarea .in .ttl p span {
        color: #F15C5C;
        font-weight: 700;
        margin-right: 8px;
        font-size: 32px; }
    .telarea .in .ttl:before {
      content: url("../images/common/tel_icon1.svg");
      position: absolute;
      left: 0;
      bottom: 0; }
    .telarea .in .ttl:after {
      content: url("../images/common/tel_icon2.svg");
      position: absolute;
      right: 0;
      bottom: 0; }
  .telarea .in .bn a:hover {
    opacity: .6; }
  .telarea .in .ex {
    display: flex;
    justify-content: center;
    height: 100%;
    padding-top: 16px;
    font-size: 15px;
    font-weight: 600; }
    .telarea .in .ex .num {
      font-size: 21px;
      border-bottom: #2C2C2C dotted 1px;
      color: #2C2C2C;
      margin: 0 8px; }

header {
  min-width: 1150px;
  width: 100%;
  height: 138px;
  position: fixed;
  top: 0;
  transition: 0.5s;
  z-index: 999; }
  header .head_main {
    height: 88px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 998; }
    header .head_main .in {
      max-width: 1350px;
      min-width: 1100px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between;
      height: 100%; }
      @media screen and (max-width: 1351px) {
        header .head_main .in {
          padding: 0 24px; } }
    header .head_main .logoara {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between;
      height: 100%;
      padding: 16px 0 0 0; }
      header .head_main .logoara .info {
        padding-left: 14px; }
        header .head_main .logoara .info h2 {
          color: #0161AA;
          font-size: 20px;
          font-weight: 600; }
        header .head_main .logoara .info h1, header .head_main .logoara .info p {
          color: #696969;
          font-size: 15px; }
    header .head_main .contact {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between;
      height: 100%; }
      header .head_main .contact .tel {
        padding: 14px 44px 0 0; }
      header .head_main .contact .btns {
        padding-top: 31px; }
        header .head_main .contact .btns a {
          background: #3374D1 url("../images/common/arrow04.svg") no-repeat calc(100% - 20px) 50%/22px;
          color: #fff;
          font-weight: 800;
          font-size: 14px;
          padding: 16px 65px 16px 26px;
          border-radius: 6px; }
          header .head_main .contact .btns a:hover {
            background: #00C1AA url("../images/common/arrow04.svg") no-repeat calc(100% - 15px) 50%/22px; }
        header .head_main .contact .btns a:hover {
          opacity: .6; }
  header .navarea {
    height: 50px;
    background: #00c1aa;
    position: relative;
    z-index: 997; }
    header .navarea ul {
      display: flex;
      justify-content: center;
      padding: 11px 0 0 0; }
      header .navarea ul li a {
        display: block;
        background: url("../images/common/nav_icon1.svg") no-repeat 30px 50%;
        color: #fff;
        border-left: #fff solid 1px;
        padding: 0 30px 0 60px; }
        header .navarea ul li a:hover {
          opacity: .6; }
      header .navarea ul li:first-child a {
        border-left: none;
        margin-right: 0; }

/* =================================================================

    トップページ

================================================================= */
#home .mv {
  background: url("../images/home/slide_bg.png") repeat-x; }
  @media screen and (max-width: 1351px) {
    #home .mv {
      background: url("../images/home/slide_bg.png") repeat-x 0 -80px; } }
  #home .mv .slide_wrap {
    position: relative;
    max-width: 1350px;
    min-width: 1100px;
    margin: auto; }
    @media screen and (max-width: 1351px) {
      #home .mv .slide_wrap {
        padding: 0 24px; } }
    @media screen and (max-width: 768px) {
      #home .mv .slide_wrap {
        padding: 0; } }
    #home .mv .slide_wrap .mark {
      position: absolute;
      left: -22px;
      bottom: -114px;
      width: 238px; }
    #home .mv .slide_wrap .cont {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      #home .mv .slide_wrap .cont .in {
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        height: 100%;
        position: relative; }
        #home .mv .slide_wrap .cont .in .left {
          width: 70%;
          color: #fff;
          padding: 119px 0 0 75px; }
          #home .mv .slide_wrap .cont .in .left .t1 span {
            font-size: 20px;
            border: #fff solid 1px;
            padding: 2px 14px; }
          #home .mv .slide_wrap .cont .in .left .t1 p {
            font-size: 26px;
            padding-top: 16px; }
          #home .mv .slide_wrap .cont .in .left .t2 {
            font-size: 34px;
            padding: 34px 0 45px;
            line-height: 170%;
            font-weight: 600; }
          #home .mv .slide_wrap .cont .in .left .t3 a {
            background: #fff url("../images/common/arrow02.svg") no-repeat calc(100% - 20px) 50%/29px;
            color: #0350BF;
            border: #0350BF solid 1px;
            font-weight: 800;
            font-size: 16px;
            padding: 18px 68px 20px 41px;
            border-radius: 100px;
            width: 237px; }
            #home .mv .slide_wrap .cont .in .left .t3 a:hover {
              background: #fff url("../images/common/arrow03.svg") no-repeat calc(100% - 15px) 50%/29px;
              color: #00C1AA;
              border: #00C1AA solid 1px;
              color: #00C1AA; }
        #home .mv .slide_wrap .cont .in .right {
          width: 30%;
          padding: 227px 59px 0 0;
          text-align: right; }
          #home .mv .slide_wrap .cont .in .right img {
            width: 291px; }
#home .intro {
  padding-bottom: 35px;
  text-align: center; }
#home #sec01 {
  padding: 53px 0 171px 0; }
  #home #sec01 .ttlarea {
    text-align: center; }
    #home #sec01 .ttlarea h2 {
      font-weight: normal;
      padding-bottom: 35px; }
      #home #sec01 .ttlarea h2 .txt_b {
        display: flex;
        justify-content: center;
        padding-top: 8px; }
      #home #sec01 .ttlarea h2 .txt2 {
        font-size: 24px;
        font-weight: 700;
        padding-left: 10px; }
  #home #sec01 .body .three_col {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%; }
    #home #sec01 .body .three_col .blk {
      flex-basis: calc((100% - 70px) / 3);
      max-width: calc((100% - 70px) / 3); }
      #home #sec01 .body .three_col .blk a {
        display: block;
        border: 2px solid #00c1aa;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
        border-radius: 6px;
        padding: 21px 29px 24px;
        font-size: 22px;
        text-align: center;
        background: #fff url("../images/home/arrow01.svg") no-repeat calc(100% - 30px) 89%/24px;
        color: #000;
        font-weight: 700; }
        #home #sec01 .body .three_col .blk a .imgs {
          width: 100%;
          margin: 0 auto;
          overflow: hidden; }
          #home #sec01 .body .three_col .blk a .imgs img {
            transition: 1s all; }
        #home #sec01 .body .three_col .blk a p {
          padding-top: 16px; }
        #home #sec01 .body .three_col .blk a:hover {
          background: #fff url("../images/home/arrow01.svg") no-repeat calc(100% - 30px) 89%/24px; }
          #home #sec01 .body .three_col .blk a:hover .imgs img {
            transform: scale(1.2, 1.2);
            transition: 1s all; }
  #home #sec01 .telarea {
    padding-top: 112px; }
#home #sec02 {
  padding: 78px 0 74px 0;
  background: #F8F8F8; }
  #home #sec02:before {
    position: absolute;
    top: -91px;
    right: -10px;
    content: url("../images/common/mark01.svg");
    width: 238px; }
  #home #sec02 .in {
    position: relative; }
    #home #sec02 .in:before {
      position: absolute;
      top: -130px;
      left: 74px;
      content: url("../images/home/sec02_1.svg");
      width: 238px; }
  #home #sec02 .col {
    display: flex;
    align-items: flex-end;
    height: 100%; }
    #home #sec02 .col a:hover {
      opacity: .6; }
  #home #sec02 .btn {
    display: flex;
    justify-content: center;
    margin: 71px 0 74px; }
    #home #sec02 .btn a {
      width: 270px;
      font-size: 16px;
      text-align: center; }
  #home #sec02 .mes {
    position: relative;
    background: #fff url("../images/home/sec02_6.svg") no-repeat calc(100% - 60px) calc(100% - 16px);
    text-align: center;
    padding: 51px 0 51px;
    border-radius: 46px; }
    #home #sec02 .mes:before {
      position: absolute;
      top: -122px;
      left: -47px;
      content: url("../images/common/mark01.svg");
      width: 238px; }
    #home #sec02 .mes h3 {
      font-size: 24px;
      font-weight: 700;
      padding-bottom: 32px; }
#home #sec03 {
  padding: 80px 0 180px 0; }
  #home #sec03 .sec_ttl {
    padding-bottom: 40px; }
  #home #sec03 .base1 {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 120px; }
    #home #sec03 .base1 .left {
      width: 640px;
      padding-top: 49px; }
    #home #sec03 .base1 .right {
      width: 435px;
      background: url("../images/home/sec03_2.png") no-repeat 100% 0/100%;
      padding: 49px 0 0 48px; }
  #home #sec03 .base2 {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%; }
    #home #sec03 .base2 .left {
      width: 526px;
      padding-top: 49px;
      order: 2; }
    #home #sec03 .base2 .right {
      width: 503px;
      background: url("../images/home/sec03_3.png") no-repeat 0 0/243px;
      padding: 49px 0 0 171px;
      order: 1; }
  #home #sec03 h3 {
    color: #00C1AA;
    font-size: 32px;
    font-weight: bold; }
  #home #sec03 h4 {
    color: #00C1AA;
    font-size: 20px;
    font-weight: bold;
    padding: 27px 0 27px; }
#home #sec04 {
  padding: 78px 0 74px 0;
  background: #E0F2F3; }
  #home #sec04:before {
    position: absolute;
    top: -91px;
    right: -10px;
    content: url("../images/common/mark01.svg");
    width: 238px; }
  #home #sec04 .in {
    position: relative; }
    #home #sec04 .in:before {
      position: absolute;
      top: -181px;
      right: -75px;
      content: "";
      background: url("../images/home/sec04_1.png") no-repeat 100% 0/contain;
      width: 148px;
      height: 148px; }
  #home #sec04 .bx-viewport {
    overflow: inherit !important; }
  #home #sec04 .voice {
    padding: 0 0 40px; }
    #home #sec04 .voice .blk {
      background: #fff;
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
      border-radius: 19px;
      overflow: hidden; }
      #home #sec04 .voice .blk a {
        color: #000; }
      #home #sec04 .voice .blk h3 {
        font-size: 18px;
        font-weight: 700;
        padding: 24px 17px 17px; }
      #home #sec04 .voice .blk p {
        padding: 0 17px 30px; }
  #home #sec04 .btn {
    display: flex;
    justify-content: center;
    margin: 42px 0 74px; }
    #home #sec04 .btn a {
      width: 303px;
      font-size: 16px;
      text-align: center; }
#home #sec05 {
  padding: 103px 0 209px 0; }
  #home #sec05 .wraps {
    padding: 159px 0 0 0; }
  #home #sec05 .body .col {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    padding-top: 48px; }
    #home #sec05 .body .col .blk {
      flex-basis: calc((100% - 32px) / 3);
      max-width: calc((100% - 32px) / 3);
      border: #00C1AA solid 1px;
      text-align: center;
      padding: 31px 0;
      border-radius: 17px; }
      #home #sec05 .body .col .blk .step {
        color: #00C1AA;
        font-weight: bold;
        font-size: 24px;
        padding-bottom: 8px; }
      #home #sec05 .body .col .blk h3 {
        color: #696969;
        font-weight: bold;
        font-size: 24px; }
      #home #sec05 .body .col .blk .icon {
        width: 130px;
        margin: 30px auto 20px; }
      #home #sec05 .body .col .blk h4 {
        color: #fff;
        font-weight: bold;
        background: #00C1AA;
        padding: 13px;
        font-size: 18px; }
      #home #sec05 .body .col .blk p {
        margin: 20px 15px 0; }
  #home #sec05 .btn {
    display: flex;
    justify-content: center;
    margin: 48px 0 0; }
    #home #sec05 .btn a {
      width: 303px;
      font-size: 16px;
      text-align: center; }
#home #sec06 .kv {
  background: url("../images/home/sec06_1.jpg") no-repeat 50% 0/cover;
  height: 262px; }
#home #sec06 .wrap {
  background: url("../images/home/sec06_2.jpg") no-repeat 50% 0/cover;
  color: #fff;
  padding: 78px 0 81px; }
  #home #sec06 .wrap .ins {
    width: 1025px;
    margin: auto; }
#home #sec06 .toggle_contents {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 20px; }
#home #sec06 .toggle_title {
  position: relative;
  padding: 26px 50px;
  cursor: pointer;
  font-size: 18px;
  text-align: left;
  line-height: 1.4;
  color: #000; }
  #home #sec06 .toggle_title p {
    padding-left: 1em;
    text-indent: -1em; }
  #home #sec06 .toggle_title:before {
    content: "Q.";
    font-weight: 800;
    color: #00C1AA; }
#home #sec06 .toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%; }
#home #sec06 .toggle_btn:before, #home #sec06 .toggle_btn:after {
  display: block;
  content: '';
  background-color: #00C1AA;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
#home #sec06 .toggle_btn:before {
  width: 2px;
  height: 10px; }
#home #sec06 .toggle_title.selected .toggle_btn:before {
  content: normal; }
#home #sec06 .toggle_contents dd {
  display: none;
  transition: unset; }
  #home #sec06 .toggle_contents dd p {
    color: #000;
    padding: 0 58px 30px; }
#home #sec06 .btn {
  display: flex;
  justify-content: center;
  margin: 54px 0 0; }
  #home #sec06 .btn a {
    width: 319px;
    font-size: 16px;
    text-align: center; }
#home #sec07 {
  padding: 122px 0 99px; }
  #home #sec07 .sec_ttl {
    text-align: left; }
  #home #sec07 .wraps {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%; }
    #home #sec07 .wraps .left {
      width: 733px; }
      #home #sec07 .wraps .left .base a {
        display: block;
        border-bottom: #ddd solid 1px;
        padding: 20px 0;
        color: #333;
        background: url("../images/common/arrow05.svg") no-repeat calc(100% - 20px) 50%; }
        #home #sec07 .wraps .left .base a:hover {
          background: #f9f9f9 url("../images/common/arrow05.svg") no-repeat calc(100% - 10px) 50%; }
        #home #sec07 .wraps .left .base a .t {
          display: flex;
          justify-content: flex-start; }
          #home #sec07 .wraps .left .base a .t .icon span {
            color: #fff;
            background: #00C1AA;
            padding: 2px 25px 3px;
            font-size: 12px; }
          #home #sec07 .wraps .left .base a .t .date {
            color: #999999;
            padding-left: 20px; }
        #home #sec07 .wraps .left .base a p {
          font-size: 16px;
          padding-top: 5px; }
    #home #sec07 .wraps .right {
      width: 293px; }
      #home #sec07 .wraps .right dl {
        margin-bottom: 48px; }
        #home #sec07 .wraps .right dl dt {
          margin-bottom: 12px;
          font-weight: bold;
          color: #00C1AA; }
  #home #sec07 .btn {
    margin: 56px 0 0; }
    #home #sec07 .btn a {
      width: 200px;
      font-size: 16px;
      text-align: center; }
#home #sec08 {
  padding: 66px 0 88px;
  background: #F8F8F8; }
  #home #sec08 .sec_ttl {
    text-align: left;
    padding-bottom: 60px; }
  #home #sec08 .col {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%; }
    #home #sec08 .col .blk {
      flex-basis: calc((100% - 60px) / 3);
      max-width: calc((100% - 60px) / 3);
      background: #fff;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
      #home #sec08 .col .blk a {
        display: block;
        color: #000; }
        #home #sec08 .col .blk a .thum img {
          object-fit: cover;
          width: 100%;
          height: 191px; }
        #home #sec08 .col .blk a .body {
          padding: 15px 17px 25px; }
          #home #sec08 .col .blk a .body .date {
            font-size: 14px; }
          #home #sec08 .col .blk a .body p {
            font-weight: bold;
            font-size: 18px;
            padding-top: 5px; }
        #home #sec08 .col .blk a:hover {
          opacity: .6; }
  #home #sec08 .btn {
    margin: 56px 0 0; }
    #home #sec08 .btn a {
      width: 200px;
      font-size: 16px;
      text-align: center; }
#home #sec09 {
  padding: 107px 0 88px; }
  #home #sec09 .sec_ttl {
    padding-bottom: 60px; }
  #home #sec09 .wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%; }
    #home #sec09 .wrap .left {
      width: 300px; }
      #home #sec09 .wrap .left h3 {
        font-weight: bold;
        font-size: 24px;
        padding-bottom: 24px; }
      #home #sec09 .wrap .left dl {
        margin-bottom: 24px; }
      #home #sec09 .wrap .left dt {
        font-weight: bold;
        color: #00C1AA; }
      #home #sec09 .wrap .left dd {
        margin-bottom: 10px; }
    #home #sec09 .wrap .right {
      width: 748px; }
      #home #sec09 .wrap .right .iframe-wrap {
        position: relative;
        padding-bottom: 56.25%;
        height: 518px;
        overflow: hidden; }
        #home #sec09 .wrap .right .iframe-wrap iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }

/* =================================================================

    下層共通

================================================================= */
.lows_head {
  background: #E0F2F3;
  padding: 55px 0; }
  .lows_head h1 {
    font-size: 32px;
    padding-bottom: 30px;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 700; }

.breadcrumb {
  padding: 11px 0 0; }
  .breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .breadcrumb ul li {
      display: flex;
      align-items: center;
      font-size: 12px; }
      .breadcrumb ul li:not(:last-child) {
        margin-right: 23px; }
        .breadcrumb ul li:not(:last-child)::after {
          content: '>';
          display: block;
          margin-left: 23px;
          color: #777; }
      .breadcrumb ul li a {
        color: #333; }
      .breadcrumb ul li a:hover {
        color: #00C1AA; }

h2.base {
  font-size: 28px;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 700;
  background: url("../images/common/h2.svg") no-repeat 0 100%/100%;
  margin: 120px 0 84px;
  padding-bottom: 32px; }

table.base {
  width: 100%; }
  table.base th {
    background: #F3F9F5;
    border-top: #E2E2E2 solid 1px;
    border-bottom: #E2E2E2 solid 1px;
    padding: 16px 20px;
    width: 20%; }
  table.base td {
    border-top: #E2E2E2 solid 1px;
    border-bottom: #E2E2E2 solid 1px;
    padding: 16px 38px;
    width: 80%; }

.b_grid_l {
  padding: 0;
  position: relative;
  margin-bottom: 64px; }
  .b_grid_l::before {
    content: '';
    display: block;
    width: 80vw;
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 0px);
    background: #F8F8F8;
    z-index: -1; }
  .b_grid_l .inner {
    max-width: 1100px; }
    .b_grid_l .inner .row {
      display: flex;
      justify-content: space-between; }
      .b_grid_l .inner .row .txt {
        width: 50%;
        padding: 87px 0;
        order: 1; }
    .b_grid_l .inner .img {
      width: 460px;
      padding: 87px 0;
      order: 2; }
      .b_grid_l .inner .img .main {
        margin-right: -60px; }

.b_grid_r {
  padding: 0;
  position: relative;
  margin-bottom: 64px; }
  .b_grid_r::before {
    content: '';
    display: block;
    width: 80vw;
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 0px);
    background: #F8F8F8;
    z-index: -1; }
  .b_grid_r .inner {
    max-width: 1100px; }
    .b_grid_r .inner .row {
      display: flex;
      justify-content: space-between; }
      .b_grid_r .inner .row .txt {
        width: 50%;
        padding: 87px 0;
        order: 2; }
    .b_grid_r .inner .img {
      width: 460px;
      padding: 87px 0;
      order: 1; }
      .b_grid_r .inner .img .main {
        margin-left: -60px; }

/* =================================================================

    選ばれる理由

================================================================= */
#strength .sec {
  margin: 86px 0 240px; }
#strength .row h2 {
  margin-top: 16px;
  color: #00C1AA;
  font-size: 32px;
  margin-bottom: 40px; }
#strength .row p {
  margin-bottom: 36px; }
#strength .p01 .reason {
  width: 120px; }
#strength .p01 .badge {
  width: 116px; }
#strength .p02 .obj {
  position: absolute;
  top: -150px;
  right: 3vw; }
#strength .p02 .reason {
  width: 120px; }
#strength .p02 .badge {
  width: 249px; }
#strength .p03 .obj {
  position: absolute;
  top: -150px;
  left: 3vw; }
#strength .p03 .reason {
  width: 120px; }
#strength .p03 .badge {
  width: 116px; }

/* =================================================================

    事業案内

================================================================= */
#company section {
  margin-bottom: 170px; }
#company .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  #company .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* =================================================================

    事業案内

================================================================= */
#flow {
  padding-bottom: 120px; }
  #flow h2.base {
    margin-bottom: 24px; }
  #flow .body .col {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    padding-top: 48px; }
    #flow .body .col .blk {
      flex-basis: calc((100% - 32px) / 3);
      max-width: calc((100% - 32px) / 3);
      border: #00C1AA solid 1px;
      text-align: center;
      padding: 31px 0;
      border-radius: 17px; }
      #flow .body .col .blk .step {
        color: #00C1AA;
        font-weight: bold;
        font-size: 24px;
        padding-bottom: 8px; }
      #flow .body .col .blk h3 {
        color: #696969;
        font-weight: bold;
        font-size: 24px; }
      #flow .body .col .blk .icon {
        width: 130px;
        margin: 30px auto 20px; }
      #flow .body .col .blk h4 {
        color: #fff;
        font-weight: bold;
        background: #00C1AA;
        padding: 13px;
        font-size: 18px; }
      #flow .body .col .blk p {
        margin: 20px 15px 0; }
  #flow .btn {
    display: flex;
    justify-content: center;
    margin: 48px 0 0; }
    #flow .btn a {
      width: 303px;
      font-size: 16px;
      text-align: center; }

/* =================================================================

    4つの料金プラン

================================================================= */
#plan {
  padding-bottom: 120px; }
  #plan .sec_intro h2.base {
    margin-bottom: 24px; }
  #plan .sec_intro .p_navi {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    padding: 120px 0; }
    #plan .sec_intro .p_navi .blk {
      flex-basis: calc((100% - 60px) / 4);
      max-width: calc((100% - 60px) / 4); }
      #plan .sec_intro .p_navi .blk img {
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 5px; }
      #plan .sec_intro .p_navi .blk a:hover {
        opacity: .5; }
  #plan .b_grid_r {
    padding: 0;
    position: relative;
    margin-bottom: 164px; }
    #plan .b_grid_r::before {
      content: '';
      display: block;
      width: 74vw;
      position: absolute;
      right: 0;
      top: 0;
      height: calc(100% - 0px);
      background: #F8F8F8;
      z-index: -1; }
    #plan .b_grid_r.p01 {
      background: url("../images/plan/sec1_5.svg") repeat-x 0 100%; }
      #plan .b_grid_r.p01 .inner {
        max-width: 1100px; }
        #plan .b_grid_r.p01 .inner .row {
          display: flex;
          justify-content: space-between; }
          #plan .b_grid_r.p01 .inner .row .txt {
            width: 670px;
            padding: 0 0 150px;
            order: 2; }
            #plan .b_grid_r.p01 .inner .row .txt .in_ttl {
              border-bottom: #E2E2E2 solid 1px;
              margin-bottom: 40px; }
              #plan .b_grid_r.p01 .inner .row .txt .in_ttl .label span {
                background: #86C100;
                color: #fff;
                font-size: 25px;
                font-weight: bold;
                border-radius: 100px;
                padding: 8px 34px; }
              #plan .b_grid_r.p01 .inner .row .txt .in_ttl h2 {
                font-size: 54px;
                font-weight: bold;
                color: #86C100;
                padding: 54px 0; }
            #plan .b_grid_r.p01 .inner .row .txt .in_body .price {
              padding: 24px 0; }
              #plan .b_grid_r.p01 .inner .row .txt .in_body .price img {
                height: 66px;
                width: auto; }
            #plan .b_grid_r.p01 .inner .row .txt .in_body .spec {
              padding: 19px 29px;
              background: #fff; }
              #plan .b_grid_r.p01 .inner .row .txt .in_body .spec li {
                margin-bottom: 3px;
                padding-left: 24px; }
                #plan .b_grid_r.p01 .inner .row .txt .in_body .spec li.time {
                  background: url("../images/plan/sec1_6.svg") no-repeat 0 50%/14px; }
                #plan .b_grid_r.p01 .inner .row .txt .in_body .spec li.car {
                  background: url("../images/plan/sec1_7.svg") no-repeat 0 50%/14px; }
                #plan .b_grid_r.p01 .inner .row .txt .in_body .spec li.yen {
                  background: url("../images/plan/sec1_8.svg") no-repeat 0 50%/14px; }
            #plan .b_grid_r.p01 .inner .row .txt .in_body .detail {
              padding: 30px 0 45px; }
              #plan .b_grid_r.p01 .inner .row .txt .in_body .detail img {
                height: 47px;
                width: auto; }
            #plan .b_grid_r.p01 .inner .row .txt .in_body .flow .blk {
              display: flex;
              flex-wrap: wrap;
              align-content: stretch;
              justify-content: space-between;
              height: 100%;
              padding-bottom: 26px; }
              #plan .b_grid_r.p01 .inner .row .txt .in_body .flow .blk .l {
                width: 18%; }
                #plan .b_grid_r.p01 .inner .row .txt .in_body .flow .blk .l img {
                  width: 88px; }
              #plan .b_grid_r.p01 .inner .row .txt .in_body .flow .blk .r {
                width: 82%;
                font-size: 16px; }
                #plan .b_grid_r.p01 .inner .row .txt .in_body .flow .blk .r h3 {
                  color: #86C100;
                  font-size: 22px;
                  font-weight: bold;
                  padding-bottom: 8px; }
                  #plan .b_grid_r.p01 .inner .row .txt .in_body .flow .blk .r h3:after {
                    content: '▼';
                    color: #C19C00;
                    font-size: 16px;
                    margin-left: 8px; }
        #plan .b_grid_r.p01 .inner .img {
          width: 260px;
          padding: 74px 0;
          order: 1; }
          #plan .b_grid_r.p01 .inner .img .obj2 {
            width: 82px;
            padding-top: 34px; }
    #plan .b_grid_r.p03 {
      background: url("../images/plan/sec3_5.svg") repeat-x 0 100%; }
      #plan .b_grid_r.p03 .inner {
        max-width: 1100px; }
        #plan .b_grid_r.p03 .inner .row {
          display: flex;
          justify-content: space-between; }
          #plan .b_grid_r.p03 .inner .row .txt {
            width: 670px;
            padding: 0 0 150px;
            order: 2; }
            #plan .b_grid_r.p03 .inner .row .txt .in_ttl {
              border-bottom: #E2E2E2 solid 1px;
              margin-bottom: 40px; }
              #plan .b_grid_r.p03 .inner .row .txt .in_ttl .label span {
                background: #006FC4;
                color: #fff;
                font-size: 25px;
                font-weight: bold;
                border-radius: 100px;
                padding: 8px 34px; }
              #plan .b_grid_r.p03 .inner .row .txt .in_ttl h2 {
                font-size: 54px;
                font-weight: bold;
                color: #006FC4;
                padding: 54px 0; }
            #plan .b_grid_r.p03 .inner .row .txt .in_body .price {
              padding: 24px 0; }
              #plan .b_grid_r.p03 .inner .row .txt .in_body .price img {
                height: 66px;
                width: auto; }
            #plan .b_grid_r.p03 .inner .row .txt .in_body .spec {
              padding: 19px 29px;
              background: #fff; }
              #plan .b_grid_r.p03 .inner .row .txt .in_body .spec li {
                margin-bottom: 3px;
                padding-left: 24px; }
                #plan .b_grid_r.p03 .inner .row .txt .in_body .spec li.time {
                  background: url("../images/plan/sec3_6.svg") no-repeat 0 50%/14px; }
                #plan .b_grid_r.p03 .inner .row .txt .in_body .spec li.car {
                  background: url("../images/plan/sec3_7.svg") no-repeat 0 50%/14px; }
                #plan .b_grid_r.p03 .inner .row .txt .in_body .spec li.yen {
                  background: url("../images/plan/sec3_8.svg") no-repeat 0 50%/14px; }
            #plan .b_grid_r.p03 .inner .row .txt .in_body .detail {
              padding: 30px 0 45px; }
              #plan .b_grid_r.p03 .inner .row .txt .in_body .detail img {
                height: 108px;
                width: auto; }
            #plan .b_grid_r.p03 .inner .row .txt .in_body .flow .blk {
              display: flex;
              flex-wrap: wrap;
              align-content: stretch;
              justify-content: space-between;
              height: 100%;
              padding-bottom: 26px; }
              #plan .b_grid_r.p03 .inner .row .txt .in_body .flow .blk .l {
                width: 18%; }
                #plan .b_grid_r.p03 .inner .row .txt .in_body .flow .blk .l img {
                  width: 88px; }
              #plan .b_grid_r.p03 .inner .row .txt .in_body .flow .blk .r {
                width: 82%;
                font-size: 16px; }
                #plan .b_grid_r.p03 .inner .row .txt .in_body .flow .blk .r h3 {
                  color: #006FC4;
                  font-size: 22px;
                  font-weight: bold;
                  padding-bottom: 8px; }
                  #plan .b_grid_r.p03 .inner .row .txt .in_body .flow .blk .r h3:after {
                    content: '▼';
                    color: #C19C00;
                    font-size: 16px;
                    margin-left: 8px; }
        #plan .b_grid_r.p03 .inner .img {
          width: 260px;
          padding: 74px 0;
          order: 1; }
          #plan .b_grid_r.p03 .inner .img .obj2 {
            width: 82px;
            padding-top: 34px; }
  #plan .b_grid_l {
    padding: 0;
    position: relative;
    margin-bottom: 164px; }
    #plan .b_grid_l::before {
      content: '';
      display: block;
      width: 74vw;
      position: absolute;
      left: 0;
      top: 0;
      height: calc(100% - 0px);
      background: #F8F8F8;
      z-index: -1; }
    #plan .b_grid_l.p02 {
      background: url("../images/plan/sec2_5.svg") repeat-x 0 100%; }
      #plan .b_grid_l.p02 .inner {
        max-width: 1100px; }
        #plan .b_grid_l.p02 .inner .row {
          display: flex;
          justify-content: space-between; }
          #plan .b_grid_l.p02 .inner .row .txt {
            width: 670px;
            padding: 0 0 150px;
            order: 1; }
            #plan .b_grid_l.p02 .inner .row .txt .in_ttl {
              border-bottom: #E2E2E2 solid 1px;
              margin-bottom: 40px; }
              #plan .b_grid_l.p02 .inner .row .txt .in_ttl .label span {
                background: #F15C5C;
                color: #fff;
                font-size: 25px;
                font-weight: bold;
                border-radius: 100px;
                padding: 8px 34px; }
              #plan .b_grid_l.p02 .inner .row .txt .in_ttl h2 {
                font-size: 54px;
                font-weight: bold;
                color: #F15C5C;
                padding: 54px 0; }
            #plan .b_grid_l.p02 .inner .row .txt .in_body .price {
              padding: 24px 0; }
              #plan .b_grid_l.p02 .inner .row .txt .in_body .price img {
                height: 66px;
                width: auto; }
            #plan .b_grid_l.p02 .inner .row .txt .in_body .spec {
              padding: 19px 29px;
              background: #fff; }
              #plan .b_grid_l.p02 .inner .row .txt .in_body .spec li {
                margin-bottom: 3px;
                padding-left: 24px; }
                #plan .b_grid_l.p02 .inner .row .txt .in_body .spec li.time {
                  background: url("../images/plan/sec2_6.svg") no-repeat 0 50%/14px; }
                #plan .b_grid_l.p02 .inner .row .txt .in_body .spec li.car {
                  background: url("../images/plan/sec2_7.svg") no-repeat 0 50%/14px; }
                #plan .b_grid_l.p02 .inner .row .txt .in_body .spec li.yen {
                  background: url("../images/plan/sec2_8.svg") no-repeat 0 50%/14px; }
            #plan .b_grid_l.p02 .inner .row .txt .in_body .detail {
              padding: 30px 0 45px; }
              #plan .b_grid_l.p02 .inner .row .txt .in_body .detail img {
                height: 47px;
                width: auto; }
            #plan .b_grid_l.p02 .inner .row .txt .in_body .flow .blk {
              display: flex;
              flex-wrap: wrap;
              align-content: stretch;
              justify-content: space-between;
              height: 100%;
              padding-bottom: 26px; }
              #plan .b_grid_l.p02 .inner .row .txt .in_body .flow .blk .l {
                width: 18%; }
                #plan .b_grid_l.p02 .inner .row .txt .in_body .flow .blk .l img {
                  width: 88px; }
              #plan .b_grid_l.p02 .inner .row .txt .in_body .flow .blk .r {
                width: 82%;
                font-size: 16px; }
                #plan .b_grid_l.p02 .inner .row .txt .in_body .flow .blk .r h3 {
                  color: #F15C5C;
                  font-size: 22px;
                  font-weight: bold;
                  padding-bottom: 8px; }
                  #plan .b_grid_l.p02 .inner .row .txt .in_body .flow .blk .r h3:after {
                    content: '▼';
                    color: #C19C00;
                    font-size: 16px;
                    margin-left: 8px; }
        #plan .b_grid_l.p02 .inner .img {
          width: 260px;
          padding: 74px 0;
          order: 2; }
          #plan .b_grid_l.p02 .inner .img .obj2 {
            width: 82px;
            padding-top: 34px; }
    #plan .b_grid_l.p04 {
      background: url("../images/plan/sec4_5.svg") repeat-x 0 100%; }
      #plan .b_grid_l.p04 .inner {
        max-width: 1100px; }
        #plan .b_grid_l.p04 .inner .row {
          display: flex;
          justify-content: space-between; }
          #plan .b_grid_l.p04 .inner .row .txt {
            width: 670px;
            padding: 0 0 150px;
            order: 1; }
            #plan .b_grid_l.p04 .inner .row .txt .in_ttl {
              border-bottom: #E2E2E2 solid 1px;
              margin-bottom: 40px; }
              #plan .b_grid_l.p04 .inner .row .txt .in_ttl .label span {
                background: #C19C00;
                color: #fff;
                font-size: 25px;
                font-weight: bold;
                border-radius: 100px;
                padding: 8px 34px; }
              #plan .b_grid_l.p04 .inner .row .txt .in_ttl h2 {
                font-size: 54px;
                font-weight: bold;
                color: #C19C00;
                padding: 54px 0; }
            #plan .b_grid_l.p04 .inner .row .txt .in_body .price {
              padding: 24px 0; }
              #plan .b_grid_l.p04 .inner .row .txt .in_body .price img {
                height: 66px;
                width: auto; }
            #plan .b_grid_l.p04 .inner .row .txt .in_body .spec {
              padding: 19px 29px;
              background: #fff; }
              #plan .b_grid_l.p04 .inner .row .txt .in_body .spec li {
                margin-bottom: 3px;
                padding-left: 24px; }
                #plan .b_grid_l.p04 .inner .row .txt .in_body .spec li.time {
                  background: url("../images/plan/sec4_6.svg") no-repeat 0 50%/14px; }
                #plan .b_grid_l.p04 .inner .row .txt .in_body .spec li.car {
                  background: url("../images/plan/sec4_7.svg") no-repeat 0 50%/14px; }
                #plan .b_grid_l.p04 .inner .row .txt .in_body .spec li.yen {
                  background: url("../images/plan/sec4_8.svg") no-repeat 0 50%/14px; }
            #plan .b_grid_l.p04 .inner .row .txt .in_body .detail {
              padding: 30px 0 45px; }
              #plan .b_grid_l.p04 .inner .row .txt .in_body .detail img {
                height: 47px;
                width: auto; }
            #plan .b_grid_l.p04 .inner .row .txt .in_body .flow .blk {
              display: flex;
              flex-wrap: wrap;
              align-content: stretch;
              justify-content: space-between;
              height: 100%;
              padding-bottom: 26px; }
              #plan .b_grid_l.p04 .inner .row .txt .in_body .flow .blk .l {
                width: 18%; }
                #plan .b_grid_l.p04 .inner .row .txt .in_body .flow .blk .l img {
                  width: 88px; }
              #plan .b_grid_l.p04 .inner .row .txt .in_body .flow .blk .r {
                width: 82%;
                font-size: 16px; }
                #plan .b_grid_l.p04 .inner .row .txt .in_body .flow .blk .r h3 {
                  color: #C19C00;
                  font-size: 22px;
                  font-weight: bold;
                  padding-bottom: 8px; }
                  #plan .b_grid_l.p04 .inner .row .txt .in_body .flow .blk .r h3:after {
                    content: '▼';
                    color: #C19C00;
                    font-size: 16px;
                    margin-left: 8px; }
        #plan .b_grid_l.p04 .inner .img {
          width: 260px;
          padding: 74px 0;
          order: 2; }
          #plan .b_grid_l.p04 .inner .img .obj2 {
            width: 82px;
            padding-top: 34px;
            float: right; }

/* =================================================================

    よくあるご質問

================================================================= */
#faq {
  padding-bottom: 120px; }
  #faq h2.base {
    margin-bottom: 50px; }
  #faq .blk {
    padding-bottom: 24px;
    border-bottom: #E2E2E2 solid 1px;
    margin-bottom: 36px; }
    #faq .blk h3 {
      font-size: 20px;
      font-family: 'Zen Maru Gothic', serif;
      font-weight: 700;
      padding-left: 2em;
      text-indent: -2em;
      margin: 0 0 18px; }
      #faq .blk h3:before {
        content: 'Q.';
        color: #F15C5C;
        font-family: 'Noto Serif', serif;
        margin-right: .6em; }
    #faq .blk p {
      font-size: 16px;
      padding-left: 2em;
      text-indent: -2em; }
      #faq .blk p:before {
        content: 'A.';
        color: #00C1AA;
        font-family: 'Noto Serif', serif;
        font-size: 20px;
        margin-right: .6em; }

#privacy {
  margin-bottom: 120px; }
  #privacy h2.base {
    margin-bottom: 40px; }

/* =================================================================

    投稿

================================================================= */
#post .archive h2.base {
  margin-bottom: 0; }
#post .sec {
  padding-bottom: 200px; }
  #post .sec .base a {
    display: block;
    border-bottom: #ddd solid 1px;
    padding: 20px 0;
    color: #333;
    background: url("../images/common/arrow05.svg") no-repeat calc(100% - 20px) 50%; }
    #post .sec .base a:hover {
      background: #f9f9f9 url("../images/common/arrow05.svg") no-repeat calc(100% - 10px) 50%; }
    #post .sec .base a .t {
      display: flex;
      justify-content: flex-start; }
      #post .sec .base a .t .icon span {
        color: #fff;
        background: #00C1AA;
        padding: 2px 25px 3px;
        font-size: 12px; }
      #post .sec .base a .t .date {
        color: #999999;
        padding-left: 20px; }
    #post .sec .base a p {
      font-size: 16px;
      padding-top: 5px; }
#post .thum {
  margin-bottom: 24px; }

/* =================================================================

    フッター

================================================================= */
.archive .voice_arc {
  padding: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  height: 100%; }
  .archive .voice_arc .blk {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
    margin: 40px 0 20px;
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 19px;
    overflow: hidden; }
    .archive .voice_arc .blk a {
      color: #000; }
      .archive .voice_arc .blk a:hover {
        opacity: .6; }
    .archive .voice_arc .blk h3 {
      font-size: 18px;
      font-weight: 700;
      padding: 24px 17px 17px; }
    .archive .voice_arc .blk p {
      padding: 0 17px 30px; }
.archive .blog_arc {
  padding: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  height: 100%;
  column-gap: 30px; }
  .archive .blog_arc .blk {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
    margin: 40px 0 20px;
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 19px;
    overflow: hidden; }
    .archive .blog_arc .blk a {
      color: #000; }
      .archive .blog_arc .blk a:hover {
        opacity: .6; }
      .archive .blog_arc .blk a .thum {
        margin-bottom: 12px !important; }
      .archive .blog_arc .blk a p {
        font-size: 16px;
        font-weight: 700;
        padding: 0 17px 24px; }
      .archive .blog_arc .blk a .date {
        padding: 0 17px 0px;
        color: #777;
        font-size: 12px; }
.archive .wp-pagenavi {
  /* 全体 */
  margin: 40px 0;
  font-size: 12px;
  display: flex;
  justify-content: center;
  width: 100%; }
.archive .wp-pagenavi a {
  /* フォント色 */
  color: #4a4a4a; }
.archive .pages {
  /* 左の表記 */
  margin-right: 20px; }
.archive .wp-pagenavi .current,
.archive .wp-pagenavi a.page {
  /* ボタン */
  margin: 0 16px 6px 0;
  display: inline-block;
  border: solid 1px #00C1AA;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  color: #00C1AA; }
.archive .wp-pagenavi .current {
  /* カレント数字 */
  border: none;
  background: #00C1AA;
  color: #fff; }
.archive .wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background: #00C1AA;
  color: #fff; }
.archive .wp-pagenavi .first,
.archive .wp-pagenavi .extend {
  /* ... */
  margin-right: 10px; }
.archive .wp-pagenavi .previouspostslink,
.archive .wp-pagenavi .nextpostslink {
  /* 記号の削除 */
  display: none; }

/* =================================================================

    フッター

================================================================= */
.foot_contact {
  background: #E0F2F3;
  padding: 92px 0 68px; }
  .foot_contact .c_btn {
    padding: 42px 0 0 0;
    width: 538px;
    margin: auto; }
    .foot_contact .c_btn a:hover {
      opacity: .6; }

footer {
  border-bottom: #00C1AA solid 11px; }
  footer .inner .base {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%; }
    footer .inner .base .left {
      padding: 46px 0 0 0;
      width: 30%; }
      footer .inner .base .left img {
        width: 285px; }
      footer .inner .base .left p {
        padding-top: 29px; }
    footer .inner .base .right {
      padding: 46px 0 0 0;
      width: 66%; }
      footer .inner .base .right ul {
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        height: 100%;
        margin-bottom: 50px; }
        footer .inner .base .right ul li {
          border-right: #000 solid 1px; }
          footer .inner .base .right ul li a {
            padding: 0 27px;
            display: block;
            color: #000;
            font-size: 16px;
            font-weight: 600; }
            footer .inner .base .right ul li a:hover {
              color: #00C1AA; }
          footer .inner .base .right ul li:last-child {
            border: none; }
          footer .inner .base .right ul li:last-child a {
            padding-right: 0; }
        footer .inner .base .right ul.btm {
          justify-content: flex-start; }
      footer .inner .base .right .btn {
        float: right;
        margin-top: -77px; }
  footer .inner .copy {
    font-size: 12px;
    color: #BEBEBE;
    text-align: right;
    padding: 206px 0 16px 0; }

/* =================================================================

    スマホ関連

================================================================= */
#foot_nav, #g-nav {
  display: none; }

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

  .inner {
    width: auto;
    margin: auto;
    padding: 0 16px; }

  #contents {
    padding-top: 55px; }

  header {
    min-width: auto;
    background: #fff;
    height: 55px;
    top: 0 !important;
    /*アクティブクラスがついたら透過なしにして最前面へ*/
    /*ナビゲーションの縦スクロール*/
    /*ナビゲーション*/
    /*リストのレイアウト設定*/
    /*========= ボタンのためのCSS ===============*/
    /*×に変化*/ }
    header .logoara {
      width: 50%;
      padding: 10px 0 0 16px; }
    header #g-nav {
      display: contents;
      /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
      position: fixed;
      z-index: 998;
      opacity: 0;
      /*はじめは透過0*/
      /*ナビの位置と形状*/
      top: 0;
      width: 100%;
      height: 100vh;
      /*ナビの高さ*/
      background: #47c0aa;
      /*動き*/
      transition: all 0.3s; }
    header #g-nav.panelactive {
      opacity: 1;
      z-index: 999;
      display: block;
      transition: all 0.3s; }
    header #g-nav.panelactive #g-nav-list {
      /*ナビの数が増えた場合縦スクロール*/
      position: fixed;
      z-index: 999;
      width: 100%;
      height: 100vh;
      /*表示する高さ*/
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
    header #g-nav ul {
      display: none;
      /*ナビゲーション天地中央揃え*/
      position: absolute;
      z-index: 999;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    header #g-nav.panelactive ul {
      display: block; }
    header #g-nav li {
      list-style: none;
      text-align: center; }
    header #g-nav li a {
      color: #333;
      text-decoration: none;
      padding: 10px;
      display: block;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-weight: bold; }
    header .openbtn {
      position: fixed;
      z-index: 9999;
      /*ボタンを最前面に*/
      top: 6px;
      right: 8px;
      cursor: pointer;
      width: 43px;
      height: 43px;
      display: block;
      background: #00C1AA; }
    header .openbtn span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 12px;
      height: 2px;
      border-radius: 2px;
      background-color: #fff;
      width: 20px; }
    header .openbtn span:nth-of-type(1) {
      top: 12px; }
    header .openbtn span:nth-of-type(2) {
      top: 20px; }
    header .openbtn span:nth-of-type(3) {
      top: 28px; }
    header .openbtn.active span:nth-of-type(1) {
      top: 14px;
      left: 14px;
      transform: translateY(6px) rotate(-45deg);
      width: 50%;
      background-color: #000; }
    header .openbtn.active span:nth-of-type(2) {
      opacity: 0; }
    header .openbtn.active span:nth-of-type(3) {
      top: 26px;
      left: 14px;
      transform: translateY(-6px) rotate(45deg);
      width: 50%;
      background-color: #000; }

  .sec_ttl {
    padding-bottom: 24px; }
    .sec_ttl .en {
      padding-bottom: 14px; }
    .sec_ttl h2.base {
      font-size: 26px;
      line-height: 140%; }

  	/* =================================================================
  
  		トップページ
  
  	================================================================= */
  #home .mv {
    background: none; }
    #home .mv .slide_wrap {
      position: relative;
      max-width: auto;
      min-width: auto;
      margin: auto; }
    #home .mv .slick-dots {
      display: none !important; }
  #home .intro {
    padding-bottom: 35px;
    text-align: center; }
  #home #sec01 {
    padding: 0 0 100px 0; }
    #home #sec01 .ttlarea {
      text-align: center; }
      #home #sec01 .ttlarea h2 {
        font-weight: normal;
        padding-bottom: 35px; }
        #home #sec01 .ttlarea h2 .txt_b {
          display: block;
          justify-content: center;
          padding-top: 8px; }
        #home #sec01 .ttlarea h2 .txt1 {
          font-size: 16px; }
        #home #sec01 .ttlarea h2 .img {
          width: 200px;
          display: block;
          margin: 8px auto 16px; }
        #home #sec01 .ttlarea h2 .txt2 {
          font-size: 24px;
          font-weight: 700;
          padding-left: 10px; }
    #home #sec01 .body .three_col {
      display: block;
      padding: 0 16px; }
      #home #sec01 .body .three_col .blk {
        flex-basis: calc((100% - 0px) / 1);
        max-width: calc((100% - 0px) / 1);
        padding-bottom: 24px; }
        #home #sec01 .body .three_col .blk a {
          padding: 21px 16px 20px;
          font-size: 16px; }
          #home #sec01 .body .three_col .blk a p {
            padding-top: 16px; }
    #home #sec01 .telarea {
      padding-top: 20px; }
  #home #sec02 {
    padding: 78px 0 74px 0;
    background: #F8F8F8; }
    #home #sec02:before {
      position: absolute;
      top: -50px;
      right: -20px;
      content: "";
      background: url("../images/common/mark01.svg") no-repeat 100% 0/contain;
      width: 200px;
      height: 100px; }
    #home #sec02 .in {
      position: relative; }
      #home #sec02 .in:before {
        position: absolute;
        top: -120px;
        left: 0;
        content: "";
        width: 200px;
        height: 100px;
        background: url("../images/home/sec02_1.svg") no-repeat 0 0/contain; }
    #home #sec02 .col {
      display: flex;
      align-items: flex-end;
      flex-wrap: wrap;
      height: 100%; }
      #home #sec02 .col .blk {
        width: 50%; }
      #home #sec02 .col a:hover {
        opacity: .6; }
    #home #sec02 .btn {
      display: flex;
      justify-content: center;
      margin: 26px 0 74px; }
      #home #sec02 .btn a {
        width: 220px;
        font-size: 15px;
        text-align: center; }
    #home #sec02 .mes {
      position: relative;
      background: #fff url("../images/home/sec02_6.svg") no-repeat calc(100% - 60px) calc(100% - 16px);
      text-align: center;
      padding: 51px 16px 131px;
      border-radius: 23px; }
      #home #sec02 .mes:before {
        position: absolute;
        top: -62px;
        left: -77px;
        content: "";
        background: url("../images/common/mark01.svg") no-repeat 100% 0/contain;
        width: 200px;
        height: 100px; }
      #home #sec02 .mes h3 {
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 32px;
        line-height: 140%; }
  #home #sec03 {
    padding: 40px 0 180px 0; }
    #home #sec03 .sec_ttl {
      padding-bottom: 0px; }
    #home #sec03 .base1 {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between;
      height: 100%;
      padding-bottom: 0; }
      #home #sec03 .base1 .left {
        width: 100%;
        padding-top: 39px; }
      #home #sec03 .base1 .right {
        width: 100%;
        background: url("../images/home/sec03_2.png") no-repeat 100% 0/100%;
        padding: 39px 0 0 36px;
        margin-top: -20px; }
    #home #sec03 .base2 {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between;
      height: 100%; }
      #home #sec03 .base2 .left {
        width: 100%;
        padding-top: 49px;
        order: 1; }
      #home #sec03 .base2 .right {
        width: 100%;
        background: url("../images/home/sec03_2_sp.png") no-repeat 0 0/100%;
        padding: 49px 0 0 36px;
        order: 2; }
    #home #sec03 h3 {
      color: #00C1AA;
      font-size: 26px;
      font-weight: bold; }
    #home #sec03 h4 {
      color: #00C1AA;
      font-size: 18px;
      font-weight: bold;
      padding: 16px 0 16px; }
  #home #sec04 {
    padding: 58px 0 1px 0;
    background: #E0F2F3; }
    #home #sec04:before {
      position: absolute;
      top: -50px;
      right: -20px;
      content: "";
      background: url("../images/common/mark01.svg") no-repeat 100% 0/contain;
      width: 200px;
      height: 100px; }
    #home #sec04 .in {
      position: relative; }
      #home #sec04 .in:before {
        position: absolute;
        top: -114px;
        right: 60px;
        content: "";
        background: url("../images/home/sec04_1.png") no-repeat 100% 0/contain;
        width: 74px;
        height: 74px; }
    #home #sec04 .voice {
      padding: 0 0 30px; }
      #home #sec04 .voice .blk {
        background: #fff;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
        border-radius: 19px; }
        #home #sec04 .voice .blk a {
          color: #000; }
        #home #sec04 .voice .blk h3 {
          font-size: 17px;
          font-weight: 700;
          padding: 18px 17px 10px; }
        #home #sec04 .voice .blk p {
          padding: 0 17px 30px; }
  #home #sec05 {
    padding: 54px 0 80px 0; }
    #home #sec05 .wraps {
      padding: 64px 0 0 0; }
    #home #sec05 .body .col {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between;
      height: 100%;
      padding: 0 16px; }
      #home #sec05 .body .col .blk {
        flex-basis: calc((100% - 0px) / 1);
        max-width: calc((100% - 0px) / 1);
        border: #00C1AA solid 1px;
        text-align: center;
        padding: 31px 0;
        margin-bottom: 16px;
        border-radius: 17px; }
        #home #sec05 .body .col .blk .step {
          color: #00C1AA;
          font-weight: bold;
          font-size: 20px;
          padding-bottom: 8px; }
        #home #sec05 .body .col .blk h3 {
          color: #696969;
          font-weight: bold;
          font-size: 22px; }
        #home #sec05 .body .col .blk .icon {
          width: 130px;
          margin: 30px auto 20px; }
        #home #sec05 .body .col .blk h4 {
          color: #fff;
          font-weight: bold;
          background: #00C1AA;
          padding: 10px;
          font-size: 16px; }
        #home #sec05 .body .col .blk p {
          margin: 20px 15px 0; }
    #home #sec05 .btn {
      display: flex;
      justify-content: center;
      margin: 30px 0 0; }
      #home #sec05 .btn a {
        width: 303px;
        font-size: 16px;
        text-align: center; }
  #home #sec06 .kv {
    background: url("../images/home/sec06_1.jpg") no-repeat 50% 0/cover;
    height: 200px; }
  #home #sec06 .wrap {
    background: url("../images/home/sec06_2.jpg") no-repeat 50% 0/cover;
    color: #fff;
    padding: 40px 16px 41px; }
    #home #sec06 .wrap .ins {
      width: auto;
      margin: auto; }
  #home #sec06 .toggle_contents {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 16px; }
  #home #sec06 .toggle_title {
    padding: 18px 30px 18px 18px;
    font-size: 15px; }
  #home #sec06 .toggle_btn {
    right: 10px; }
  #home #sec06 .toggle_contents dd {
    display: none;
    transition: unset; }
    #home #sec06 .toggle_contents dd p {
      color: #000;
      padding: 0 18px 18px;
      font-size: 13px; }
  #home #sec06 .btn {
    display: flex;
    justify-content: center;
    margin: 40px 0 0; }
    #home #sec06 .btn a {
      width: 319px;
      font-size: 15px;
      text-align: center; }
  #home #sec07 {
    padding: 60px 0; }
    #home #sec07 .sec_ttl {
      text-align: left; }
    #home #sec07 .wraps {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between;
      height: 100%; }
      #home #sec07 .wraps .left {
        width: 100%;
        margin-bottom: 40px; }
        #home #sec07 .wraps .left .base a {
          display: block;
          border-bottom: #ddd solid 1px;
          padding: 20px 0;
          color: #333;
          background: url("../images/common/arrow05.svg") no-repeat calc(100% - 20px) 50%; }
          #home #sec07 .wraps .left .base a:hover {
            background: #f9f9f9 url("../images/common/arrow05.svg") no-repeat calc(100% - 10px) 50%; }
          #home #sec07 .wraps .left .base a .t {
            display: flex;
            justify-content: flex-start; }
            #home #sec07 .wraps .left .base a .t .icon span {
              color: #fff;
              background: #00C1AA;
              padding: 2px 25px 3px;
              font-size: 12px; }
            #home #sec07 .wraps .left .base a .t .date {
              color: #999999;
              padding-left: 20px; }
          #home #sec07 .wraps .left .base a p {
            font-size: 16px;
            padding-top: 5px; }
      #home #sec07 .wraps .right {
        width: 100%; }
        #home #sec07 .wraps .right dl {
          margin: 24px 0 0 0; }
          #home #sec07 .wraps .right dl dt {
            margin-bottom: 12px;
            font-weight: bold;
            color: #00C1AA; }
    #home #sec07 .btn {
      margin: 40px 0 0; }
      #home #sec07 .btn a {
        width: 200px;
        font-size: 14px;
        text-align: center; }
  #home #sec08 {
    padding: 60px 0; }
    #home #sec08 .sec_ttl {
      text-align: left;
      padding-bottom: 60px; }
    #home #sec08 .col .blk {
      flex-basis: calc((100% - 0px) / 1);
      max-width: calc((100% - 0px) / 1);
      margin-bottom: 24px; }
      #home #sec08 .col .blk a {
        display: block;
        color: #000; }
        #home #sec08 .col .blk a .body {
          padding: 15px 17px 25px; }
          #home #sec08 .col .blk a .body .date {
            font-size: 12px; }
          #home #sec08 .col .blk a .body p {
            font-weight: bold;
            font-size: 16px;
            padding-top: 5px; }
    #home #sec08 .btn {
      margin: 24px 0 0; }
      #home #sec08 .btn a {
        width: 200px;
        font-size: 14px;
        text-align: center; }
  #home #sec09 {
    padding: 60px 0; }
    #home #sec09 .sec_ttl {
      padding-bottom: 60px; }
    #home #sec09 .wrap .left {
      width: 100%; }
      #home #sec09 .wrap .left h3 {
        font-weight: bold;
        font-size: 22px;
        padding-bottom: 24px; }
      #home #sec09 .wrap .left dl {
        margin-bottom: 24px; }
      #home #sec09 .wrap .left dt {
        font-weight: bold;
        color: #00C1AA; }
      #home #sec09 .wrap .left dd {
        margin-bottom: 10px; }
    #home #sec09 .wrap .right {
      padding-top: 24px;
      width: 100%; }
      #home #sec09 .wrap .right .iframe-wrap {
        height: 400px; }

  	/* =================================================================
  
  		下層共通
  
  	================================================================= */
  .lows_head {
    background: #E0F2F3;
    padding: 40px 0; }
    .lows_head h1 {
      font-size: 24px;
      padding-bottom: 20px; }
    .lows_head p {
      font-size: 12px;
      line-height: 160%; }

  .breadcrumb {
    padding: 11px 0 0; }
    .breadcrumb ul li {
      font-size: 10px; }

  h2.base {
    font-size: 21px;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 700;
    background: url("../images/common/h2.svg") no-repeat 0 100%/100%;
    margin: 40px 0 30px;
    padding-bottom: 20px; }

  table.base {
    width: 100%;
    border-bottom: #E2E2E2 solid 1px; }
    table.base th {
      border-top: #E2E2E2 solid 1px;
      border-bottom: none;
      padding: 6px 16px 8px 16px;
      width: 100%;
      display: block; }
    table.base td {
      border-top: none;
      border-bottom: none;
      padding: 8px 16px 16px;
      width: 100%;
      display: block; }

  .b_grid_l {
    padding: 0;
    position: relative;
    margin-bottom: 80px; }
    .b_grid_l::before {
      width: 90vw;
      top: 40px; }
    .b_grid_l .inner {
      max-width: auto; }
      .b_grid_l .inner .row {
        display: block; }
        .b_grid_l .inner .row .txt {
          width: 88%;
          padding: 0 0 40px 0;
          order: 1; }
      .b_grid_l .inner .img {
        width: 88%;
        padding: 0 0 0 0;
        order: 2; }
        .b_grid_l .inner .img .main {
          margin-right: -20%; }

  .b_grid_r {
    padding: 0;
    position: relative;
    margin-bottom: 80px; }
    .b_grid_r::before {
      right: 0;
      width: 90vw;
      top: 40px; }
    .b_grid_r .inner {
      max-width: auto; }
      .b_grid_r .inner .row {
        display: block; }
        .b_grid_r .inner .row .txt {
          width: 95%;
          padding: 0 0 40px 15%;
          order: 2; }
      .b_grid_r .inner .img {
        width: 94%;
        padding: 0 0 0 0;
        order: 1; }
        .b_grid_r .inner .img .main {
          margin-left: -10%; }

  	/* =================================================================
  
  		選ばれる理由
  
  	================================================================= */
  #strength .sec {
    margin: 40px 0 80px; }
  #strength .row h2 {
    margin-top: 16px;
    color: #00C1AA;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 30px; }
  #strength .row p {
    margin-bottom: 20px; }
  #strength .p01 .reason {
    width: 100px; }
  #strength .p01 .badge {
    height: 90px; }
    #strength .p01 .badge img {
      width: auto;
      height: 100%; }
  #strength .p02 .obj {
    position: absolute;
    top: -50px;
    right: 3vw;
    width: 30%; }
  #strength .p02 .reason {
    width: 100px;
    padding-top: 20px; }
  #strength .p02 .badge {
    height: 90px; }
    #strength .p02 .badge img {
      width: auto;
      height: 100%; }
  #strength .p03 .obj {
    position: absolute;
    top: -50px;
    left: 3vw;
    width: 30%; }
  #strength .p03 .reason {
    width: 100px;
    padding-top: 20px; }
  #strength .p03 .badge {
    height: 90px; }
    #strength .p03 .badge img {
      width: auto;
      height: 100%; }

  	/* =================================================================
  
  		事業案内
  
  	================================================================= */
  #company section {
    margin-bottom: 60px; }
  #company .iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    #company .iframe-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

  	/* =================================================================
  
  		ご利用の流れ
  
  	================================================================= */
  #flow {
    padding: 0 0 60px 0; }
    #flow .intro {
      margin-bottom: 24px; }
    #flow .body .col {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between;
      height: 100%;
      padding: 0 16px; }
      #flow .body .col .blk {
        flex-basis: calc((100% - 0px) / 1);
        max-width: calc((100% - 0px) / 1);
        border: #00C1AA solid 1px;
        text-align: center;
        padding: 31px 0;
        margin-bottom: 16px;
        border-radius: 17px; }
        #flow .body .col .blk .step {
          color: #00C1AA;
          font-weight: bold;
          font-size: 20px;
          padding-bottom: 8px; }
        #flow .body .col .blk h3 {
          color: #696969;
          font-weight: bold;
          font-size: 22px; }
        #flow .body .col .blk .icon {
          width: 130px;
          margin: 30px auto 20px; }
        #flow .body .col .blk h4 {
          color: #fff;
          font-weight: bold;
          background: #00C1AA;
          padding: 10px;
          font-size: 16px; }
        #flow .body .col .blk p {
          margin: 20px 15px 0; }
    #flow .btn {
      display: flex;
      justify-content: center;
      margin: 30px 0 0; }
      #flow .btn a {
        width: 303px;
        font-size: 16px;
        text-align: center; }

  	/* =================================================================
  
  		4つの料金プラン
  
  	================================================================= */
  #plan {
    padding-bottom: 60px; }
    #plan .sec_intro h2.base {
      margin-bottom: 24px; }
    #plan .sec_intro .p_navi {
      padding: 40px 0; }
      #plan .sec_intro .p_navi .blk {
        flex-basis: calc((100% - 16px) / 2);
        max-width: calc((100% - 16px) / 2);
        margin-bottom: 16px; }
    #plan .b_grid_r {
      padding: 0;
      position: relative;
      margin-bottom: 64px; }
      #plan .b_grid_r::before {
        content: '';
        display: block;
        width: calc(100% - 36px);
        position: absolute;
        right: 0;
        top: 0;
        height: calc(100% - 0px);
        background: #F8F8F8;
        z-index: -1; }
      #plan .b_grid_r.p01 {
        background: url("../images/plan/sec1_5.svg") repeat-x 0 100%; }
        #plan .b_grid_r.p01 .inner {
          max-width: auto; }
          #plan .b_grid_r.p01 .inner .row {
            display: flex;
            justify-content: space-between; }
            #plan .b_grid_r.p01 .inner .row .txt {
              width: 80%;
              padding: 0 0 60px;
              order: 2; }
              #plan .b_grid_r.p01 .inner .row .txt .in_ttl {
                margin-bottom: 20px;
                margin-top: -10px; }
                #plan .b_grid_r.p01 .inner .row .txt .in_ttl .label span {
                  color: #fff;
                  font-size: 12px;
                  font-weight: bold;
                  padding: 8px 34px; }
                #plan .b_grid_r.p01 .inner .row .txt .in_ttl h2 {
                  font-size: 24px;
                  padding: 24px 0; }
              #plan .b_grid_r.p01 .inner .row .txt .in_body .price {
                padding: 24px 0; }
                #plan .b_grid_r.p01 .inner .row .txt .in_body .price img {
                  height: 40px;
                  width: auto; }
              #plan .b_grid_r.p01 .inner .row .txt .in_body .spec {
                padding: 12px 16px;
                background: #fff; }
                #plan .b_grid_r.p01 .inner .row .txt .in_body .spec li {
                  margin-bottom: 3px;
                  padding-left: 24px;
                  font-size: 13px; }
                  #plan .b_grid_r.p01 .inner .row .txt .in_body .spec li.time {
                    background: url("../images/plan/sec1_6.svg") no-repeat 0 50%/14px; }
                  #plan .b_grid_r.p01 .inner .row .txt .in_body .spec li.car {
                    background: url("../images/plan/sec1_7.svg") no-repeat 0 50%/14px; }
                  #plan .b_grid_r.p01 .inner .row .txt .in_body .spec li.yen {
                    background: url("../images/plan/sec1_8.svg") no-repeat 0 50%/14px; }
              #plan .b_grid_r.p01 .inner .row .txt .in_body .detail {
                padding: 30px 0 45px; }
                #plan .b_grid_r.p01 .inner .row .txt .in_body .detail img {
                  height: auto;
                  width: 100%; }
              #plan .b_grid_r.p01 .inner .row .txt .in_body .flow .blk {
                display: block;
                padding-bottom: 26px; }
                #plan .b_grid_r.p01 .inner .row .txt .in_body .flow .blk .l {
                  width: 18%;
                  margin-bottom: 16px; }
                  #plan .b_grid_r.p01 .inner .row .txt .in_body .flow .blk .l img {
                    width: 64px; }
                #plan .b_grid_r.p01 .inner .row .txt .in_body .flow .blk .r {
                  width: 100%;
                  font-size: 13px; }
                  #plan .b_grid_r.p01 .inner .row .txt .in_body .flow .blk .r h3 {
                    color: #86C100;
                    font-size: 20px;
                    font-weight: bold;
                    padding-bottom: 8px; }
                    #plan .b_grid_r.p01 .inner .row .txt .in_body .flow .blk .r h3:after {
                      content: '▼';
                      color: #C19C00;
                      font-size: 14px;
                      margin-left: 8px; }
          #plan .b_grid_r.p01 .inner .img {
            width: 16%;
            padding: 30px 0;
            order: 1; }
            #plan .b_grid_r.p01 .inner .img .obj2 {
              width: 60%;
              padding-top: 34px; }
      #plan .b_grid_r.p03 {
        background: url("../images/plan/sec3_5.svg") repeat-x 0 100%; }
        #plan .b_grid_r.p03 .inner {
          max-width: auto; }
          #plan .b_grid_r.p03 .inner .row {
            display: flex;
            justify-content: space-between; }
            #plan .b_grid_r.p03 .inner .row .txt {
              width: 80%;
              padding: 0 0 60px;
              order: 2; }
              #plan .b_grid_r.p03 .inner .row .txt .in_ttl {
                margin-bottom: 20px;
                margin-top: -10px; }
                #plan .b_grid_r.p03 .inner .row .txt .in_ttl .label span {
                  color: #fff;
                  font-size: 12px;
                  font-weight: bold;
                  padding: 8px 34px; }
                #plan .b_grid_r.p03 .inner .row .txt .in_ttl h2 {
                  font-size: 24px;
                  padding: 24px 0; }
              #plan .b_grid_r.p03 .inner .row .txt .in_body .price {
                padding: 24px 0; }
                #plan .b_grid_r.p03 .inner .row .txt .in_body .price img {
                  height: 40px;
                  width: auto; }
              #plan .b_grid_r.p03 .inner .row .txt .in_body .spec {
                padding: 12px 16px;
                background: #fff; }
                #plan .b_grid_r.p03 .inner .row .txt .in_body .spec li {
                  margin-bottom: 3px;
                  padding-left: 24px;
                  font-size: 13px; }
              #plan .b_grid_r.p03 .inner .row .txt .in_body .detail {
                padding: 30px 0 45px; }
                #plan .b_grid_r.p03 .inner .row .txt .in_body .detail img {
                  height: auto;
                  width: 100%; }
              #plan .b_grid_r.p03 .inner .row .txt .in_body .flow .blk {
                display: block;
                padding-bottom: 26px; }
                #plan .b_grid_r.p03 .inner .row .txt .in_body .flow .blk .l {
                  width: 18%;
                  margin-bottom: 16px; }
                  #plan .b_grid_r.p03 .inner .row .txt .in_body .flow .blk .l img {
                    width: 64px; }
                #plan .b_grid_r.p03 .inner .row .txt .in_body .flow .blk .r {
                  width: 100%;
                  font-size: 13px; }
                  #plan .b_grid_r.p03 .inner .row .txt .in_body .flow .blk .r h3 {
                    font-size: 20px;
                    padding-bottom: 8px; }
                    #plan .b_grid_r.p03 .inner .row .txt .in_body .flow .blk .r h3:after {
                      content: '▼';
                      font-size: 14px; }
          #plan .b_grid_r.p03 .inner .img {
            width: 16%;
            padding: 30px 0;
            order: 1; }
            #plan .b_grid_r.p03 .inner .img .obj2 {
              width: 60%;
              padding-top: 34px; }
    #plan .b_grid_l {
      padding: 0;
      position: relative;
      margin-bottom: 64px; }
      #plan .b_grid_l::before {
        content: '';
        display: block;
        width: calc(100% - 36px);
        position: absolute;
        left: 0;
        top: 0;
        height: calc(100% - 0px);
        background: #F8F8F8;
        z-index: -1; }
      #plan .b_grid_l.p02 {
        background: url("../images/plan/sec2_5.svg") repeat-x 0 100%; }
        #plan .b_grid_l.p02 .inner {
          max-width: auto; }
          #plan .b_grid_l.p02 .inner .row {
            display: flex;
            justify-content: space-between; }
            #plan .b_grid_l.p02 .inner .row .txt {
              width: 80%;
              padding: 0 0 60px;
              order: 1; }
              #plan .b_grid_l.p02 .inner .row .txt .in_ttl {
                margin-bottom: 20px;
                margin-top: -10px; }
                #plan .b_grid_l.p02 .inner .row .txt .in_ttl .label span {
                  color: #fff;
                  font-size: 12px;
                  font-weight: bold;
                  padding: 8px 34px; }
                #plan .b_grid_l.p02 .inner .row .txt .in_ttl h2 {
                  font-size: 24px;
                  padding: 24px 0; }
              #plan .b_grid_l.p02 .inner .row .txt .in_body .price {
                padding: 24px 0; }
                #plan .b_grid_l.p02 .inner .row .txt .in_body .price img {
                  height: 40px;
                  width: auto; }
              #plan .b_grid_l.p02 .inner .row .txt .in_body .spec {
                padding: 12px 16px;
                background: #fff; }
                #plan .b_grid_l.p02 .inner .row .txt .in_body .spec li {
                  margin-bottom: 3px;
                  padding-left: 24px;
                  font-size: 13px; }
              #plan .b_grid_l.p02 .inner .row .txt .in_body .detail {
                padding: 30px 0 45px; }
                #plan .b_grid_l.p02 .inner .row .txt .in_body .detail img {
                  height: auto;
                  width: 100%; }
              #plan .b_grid_l.p02 .inner .row .txt .in_body .flow .blk {
                display: block;
                padding-bottom: 26px; }
                #plan .b_grid_l.p02 .inner .row .txt .in_body .flow .blk .l {
                  width: 18%;
                  margin-bottom: 16px; }
                  #plan .b_grid_l.p02 .inner .row .txt .in_body .flow .blk .l img {
                    width: 64px; }
                #plan .b_grid_l.p02 .inner .row .txt .in_body .flow .blk .r {
                  width: 100%;
                  font-size: 13px; }
                  #plan .b_grid_l.p02 .inner .row .txt .in_body .flow .blk .r h3 {
                    font-size: 20px;
                    padding-bottom: 8px; }
                    #plan .b_grid_l.p02 .inner .row .txt .in_body .flow .blk .r h3:after {
                      content: '▼';
                      font-size: 14px; }
          #plan .b_grid_l.p02 .inner .img {
            width: 16%;
            padding: 30px 0;
            order: 2; }
            #plan .b_grid_l.p02 .inner .img .obj2 {
              width: 60%;
              padding-top: 34px;
              float: right; }
      #plan .b_grid_l.p04 {
        background: url("../images/plan/sec4_5.svg") repeat-x 0 100%; }
        #plan .b_grid_l.p04 .inner {
          max-width: auto; }
          #plan .b_grid_l.p04 .inner .row {
            display: flex;
            justify-content: space-between; }
            #plan .b_grid_l.p04 .inner .row .txt {
              width: 80%;
              padding: 0 0 60px;
              order: 1; }
              #plan .b_grid_l.p04 .inner .row .txt .in_ttl {
                margin-bottom: 20px;
                margin-top: -10px; }
                #plan .b_grid_l.p04 .inner .row .txt .in_ttl .label span {
                  color: #fff;
                  font-size: 12px;
                  font-weight: bold;
                  padding: 8px 34px; }
                #plan .b_grid_l.p04 .inner .row .txt .in_ttl h2 {
                  font-size: 24px;
                  padding: 24px 0; }
              #plan .b_grid_l.p04 .inner .row .txt .in_body .price {
                padding: 24px 0; }
                #plan .b_grid_l.p04 .inner .row .txt .in_body .price img {
                  height: 40px;
                  width: auto; }
              #plan .b_grid_l.p04 .inner .row .txt .in_body .spec {
                padding: 12px 16px;
                background: #fff; }
                #plan .b_grid_l.p04 .inner .row .txt .in_body .spec li {
                  margin-bottom: 3px;
                  padding-left: 24px;
                  font-size: 13px; }
              #plan .b_grid_l.p04 .inner .row .txt .in_body .detail {
                padding: 30px 0 45px; }
                #plan .b_grid_l.p04 .inner .row .txt .in_body .detail img {
                  height: auto;
                  width: 100%; }
              #plan .b_grid_l.p04 .inner .row .txt .in_body .flow .blk {
                display: block;
                padding-bottom: 26px; }
                #plan .b_grid_l.p04 .inner .row .txt .in_body .flow .blk .l {
                  width: 18%;
                  margin-bottom: 16px; }
                  #plan .b_grid_l.p04 .inner .row .txt .in_body .flow .blk .l img {
                    width: 64px; }
                #plan .b_grid_l.p04 .inner .row .txt .in_body .flow .blk .r {
                  width: 100%;
                  font-size: 13px; }
                  #plan .b_grid_l.p04 .inner .row .txt .in_body .flow .blk .r h3 {
                    font-size: 20px;
                    padding-bottom: 8px; }
                    #plan .b_grid_l.p04 .inner .row .txt .in_body .flow .blk .r h3:after {
                      content: '▼';
                      font-size: 14px; }
          #plan .b_grid_l.p04 .inner .img {
            width: 16%;
            padding: 30px 0;
            order: 2; }
            #plan .b_grid_l.p04 .inner .img .obj2 {
              width: 60%;
              padding-top: 34px;
              float: right; }

  	/* =================================================================
  
  		よくあるご質問
  
  	================================================================= */
  #faq {
    padding-bottom: 120px; }
    #faq h2.base {
      margin: 40px 0; }
    #faq .blk {
      padding-bottom: 24px;
      border-bottom: #E2E2E2 solid 1px;
      margin-bottom: 36px; }
      #faq .blk h3 {
        font-size: 17px;
        padding-left: 2em;
        text-indent: -2em;
        margin: 0 0 18px; }
        #faq .blk h3:before {
          content: 'Q.';
          color: #F15C5C;
          font-family: 'Noto Serif', serif;
          margin-right: .6em; }
      #faq .blk p {
        font-size: 13px;
        padding-left: 2em;
        text-indent: -2em; }
        #faq .blk p:before {
          content: 'A.';
          color: #00C1AA;
          font-family: 'Noto Serif', serif;
          font-size: 20px;
          margin-right: .6em; }

  #privacy {
    margin-bottom: 60px; }
    #privacy h2.base {
      margin-bottom: 16px; }

  	/* =================================================================
  
  		フッター
  
  	================================================================= */
  #foot_nav {
    display: block !important;
    border-top: #ddd solid 1px;
    background: #fff;
    position: fixed;
    width: 100%; }
    #foot_nav .in {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between;
      height: 100%; }
      #foot_nav .in .tel {
        width: 45%; }
      #foot_nav .in .btns {
        width: 50%; }

  /*リンクを右下に固定*/
  #foot_nav {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
    padding: 8px 8px 8px 25px; }

  /*　上に上がる動き　*/
  #foot_nav.UpMove {
    animation: UpAnime 0.5s forwards; }

  @keyframes UpAnime {
    from {
      opacity: 0;
      transform: translateY(100px); }
    to {
      opacity: 1;
      transform: translateY(0); } }
  /*　下に下がる動き　*/
  #foot_nav.DownMove {
    animation: DownAnime 0.5s forwards; }

  @keyframes DownAnime {
    from {
      opacity: 1;
      transform: translateY(0); }
    to {
      opacity: 1;
      transform: translateY(100px); } }
  .foot_contact {
    padding: 45px 0 30px; }
    .foot_contact .c_btn {
      padding: 16px 0 0 0;
      width: auto;
      margin: auto; }

  footer {
    border-bottom: #00C1AA solid 70px; }
    footer .inner .base {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between;
      height: 100%; }
      footer .inner .base .left {
        padding: 46px 0 0 0;
        width: 100%; }
        footer .inner .base .left img {
          width: 50%; }
        footer .inner .base .left p {
          padding-top: 16px; }
      footer .inner .base .right {
        display: none; }
    footer .inner .copy {
      font-size: 10px;
      text-align: left;
      padding: 42px 0 8px 0; }

  .telarea .in {
    width: auto; }
    .telarea .in .ttl {
      width: auto;
      margin: 0 auto 8px;
      position: relative; }
      .telarea .in .ttl p {
        text-align: center;
        font-size: 15px;
        line-height: 180%;
        padding-bottom: 8px; }
        .telarea .in .ttl p span {
          color: #F15C5C;
          font-weight: 700;
          margin-right: 0px;
          font-size: 22px;
          display: block; }
      .telarea .in .ttl:before {
        content: url("../images/common/tel_icon1.svg");
        position: absolute;
        left: 0;
        bottom: 0; }
      .telarea .in .ttl:after {
        content: url("../images/common/tel_icon2.svg");
        position: absolute;
        right: 0;
        bottom: 0; }
    .telarea .in .ex {
      display: block; }
      .telarea .in .ex .icon {
        float: left;
        width: 47%; }
      .telarea .in .ex .num {
        float: left;
        width: 50%;
        font-size: 21px;
        margin: 0 0 0 3%;
        text-align: center; }
      .telarea .in .ex .txt {
        clear: both;
        text-align: center;
        padding-top: 4px; } }
/* =================================================================

    その他

================================================================= */
.pc-only {
  display: block; }

.sp-only {
  display: none; }

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

  .sp-only {
    display: block; } }
