@charset "UTF-8";
/* CSS Document */
header {
  background-color: #fff;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
header figure {
  width: 380px;
}
.head-name {
  font-weight: 600;
  font-size: 1.8rem
}
@media screen and (max-width: 743px) {
  header {
    background-color: #fff;
    padding: 15px
  }
  header figure {
    width: 190px;
  }
  .head-name {
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 1.4;
    text-align: right;
  }
}
.f-banner {
  width: 48%
}
@media screen and (max-width: 743px) {
  .f-banner {
    width: 100%;
    margin-bottom: 20px
  }
}
/* ////////////////////////////////// */
/* メインビジュアル */
/* ////////////////////////////////// */
#mv {
  position: relative;
  background-image: url("../img/fv-deco02.svg");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 1300px;
  width: 100%;
  height: 800px;
}
#mv .blk-h1 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
#mv .logo-mv {
  max-width: 310px;
  margin: 0 auto 40px auto
}

#mv .mv-guide-ttl {
    width: 213px;
    position: absolute;
    right: 30px;
    top: 20px;
}
@media screen and (max-width: 743px) {
  #mv {
    height: 310px;
    background-size: 540px;
  }
  #mv .logo-mv {
    max-width: 140px;
    margin-bottom: 10px
  }
#mv .mv-guide-ttl {
    width: 75px;
    position: absolute;
    right: 3%;
    top: 10px;
}
}
#mv-read {
  padding: 60px 0 0 0;
  background-color: #f4fcff;
}
#mv-read .blk-read {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}
#mv-read .mv-read-subttl {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 10px
}
#mv-read .mv-read-ttl {
  font-size: 5.8rem;
  color: #227bbf;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 0.05em
}

#mv-read .mv-read-txt {
    font-size: 2.4rem;
}

.mv-read-bg img {
  max-width: 100vw;
  width: 100%
}
@media screen and (max-width: 743px) {
  #mv-read {
    padding: 20px 0 0 0;
    text-align: center;
  }
  #mv-read .mv-read-subttl {
    font-size: 1.5rem;
  }
  #mv-read .mv-read-ttl {
    font-size: 2.1rem;
  }
#mv-read .mv-read-txt {
    font-size: 1.3rem;
    line-height: 1.5
}
}
/* ////////////////////////////////// */
/* 訪問看護でお手伝いできる場合があります */
/* ////////////////////////////////// */
#section01 {
  background-color: #fffde1;
  padding: 0 0 0 0;
  position: relative;
}
#section01 .blk-h2 {
  background-color: #fff;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  display: inline-block;
  padding: 30px 50px 30px 200px;
  font-size: 3.2rem;
  color: #227bbf;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: -45px;
}


#section01 .h2deco {
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 120px;
}
@media screen and (max-width: 743px) {
  #section01 {
    padding: 30px 0 0 0;
  }
  #section01 .blk-h2 {
    padding: 15px 20px 13px 60px;
    font-size: 1.4rem;
    position: relative;
    top: auto;
    margin-bottom: 25px;
  }
  #section01 .blk-h2 h2 {
    line-height: 1.3
    }
  #section01 .h2deco {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
  }
}
#section01 .blk-contents01 {
  max-width: 900px;
  width: 95%;
  padding: 50px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 743px) {
  #section01 .blk-contents01 {
    padding: 20px 15px;
  }
}
#section01 .blk-contents02 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  padding-top: 50px;
    letter-spacing: 0.05em
}
#section01 .sec-list {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 600;
}
#section01 .f-w_sec {
  width: 30%;
  border-right: solid 1px #000;
}
#section01 .f-w_sec:last-child {
  border-right: none;
}
#section01 .deco01 {
  width: 400px;
  position: absolute;
  right: -170px;
  top: -70px;
}
#section01 .deco02 {
  width: 128px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
}
@media screen and (max-width: 743px) {
  #section01 .blk-contents02 {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    font-size: 1.35rem;
    line-height: 1.5;
    padding-top: 50px;
  }
  #section01 .f-w_sec {
    width: 48%;
    border-right: none;
    font-size: 1.2rem;
    letter-spacing: 0.02em
  }
  #section01 .f-w_sec:last-child {
    border-right: none;
    display: none;
  }
  #section01 .deco01 {
    width: 180px;
    position: absolute;
    right: -20px;
    top: 30px;
  }
  #section01 .deco02 {
    width: 85px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
  }
}
/* ////////////////////////////////// */
/* マリモ訪問看護の特徴 */
/* ////////////////////////////////// */
#section01-02 {
  max-width: 1160px;
  width: 96%;
  margin: 0 auto -120px auto;
  border: solid 6px #b3d3ef;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 75px 150px 75px;
  margin-top: 65px;
  position: relative;
  z-index: 1;
}
#section01-02::before {
    content: "";
    position: absolute;
    height: 8px;
    background-color: #ffffff;
    width: 390px;
    top: -7px;
    z-index: 2;
}

#section01-02 .f-w_sec01-02 {
  width: 30%;
  background-color: #fffde1;
  padding: 0 30px 120px 30px;
  position: relative;
}

#section01-02 .blk-h2 {
  display: inline-block;
  font-size: 3.2rem;
  color: #227bbf;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: -79px;
    padding: 0;
    background: none;
    z-index: 2;
}

#section01-02 .blk-h2 h2 {
    line-height: 1;
    padding-left: 50px;
}
#section01-02 .h2deco {
  position: absolute;
  left: 10px;
  top:-3px;
  width: 40px;
}
@media screen and (max-width: 743px) {
#section01-02::before {
    content: "";
    position: absolute;
    height: 6px;
    background-color: #ffffff;
    width: 220px;
    top: -5px;
    transform: translateX(-50%);
    left: 50%;
}
#section01-02 .blk-h2 {
  display: inline-block;
  font-size: 1.6rem;
  position: relative;
  top: -24px;
    left: 48%;
    transform: translateX(-50%);
    padding: 0;
    background: none;
    margin-bottom: 15px;
}
#section01-02 .blk-h2 h2 {
    line-height: 1;
    padding-left: 38px;
}
#section01-02 .h2deco {
  position: absolute;
  left: 10px;
  top:-3px;
  width: 20px;
}    
}


#section01-02 .f-w_sec01-02 h3 {
  color: #e49a59;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  margin-top: -35px;
  margin-bottom: 20px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section01-02 .f-w_sec01-02 .txt {
  text-align: center;
  line-height: 1.3
}
#section01-02 .sec01-02-deco01 {
  position: absolute;
  bottom: -120px;
  left: 0;
}

@media screen and (max-width: 743px) {
  #section01-02 {
    margin: 0 auto -100px auto;
    border-radius: 20px;
    border: solid 4px #b3d3ef;
    padding: 10px 10px 0 15px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
  }
  #section01-02 .f-w_sec01-02 {
    width: 100%;
    background-color: #fffde1;
    padding: 15px 10px 15px 145px;
    position: relative;
    margin-bottom: 40px
  }
  #section01-02 .f-w_sec01-02.spright {
    width: 100%;
    background-color: #fffde1;
    padding: 15px 100px 15px 10px;
    position: relative;
    margin-bottom: 40px
  }
  #section01-02 .f-w_sec01-02 h3 {
    font-size: 1.55rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.25;
    margin-top: -25px;
    margin-bottom: 10px;
    height: auto;
    justify-content: flex-start
  }
  #section01-02 .f-w_sec01-02 .sec01-02-deco01 {
    position: absolute;
    bottom: auto;
    top: -25px;
    left: -5px;
    width: 145px;
  }
  #section01-02 .f-w_sec01-02.spright .sec01-02-deco01 {
    left: auto;
    right: -20px;
    top: -30px;
  }
  #section01-02 .f-w_sec01-02 .txt {
    text-align: left;
    font-size: 1.3rem;
  }
}
/* ////////////////////////////////// */
/* スタッフ紹介 */
/* ////////////////////////////////// */
#section02 {
  padding-bottom: 0
}
#section02 .bg-sec02-01 {
  height: 440px;
  background-image: url("../img/sec01_bg01.jpg");
  background-size: cover;
}
@media screen and (max-width: 743px) {
  #section02 {
    padding-bottom: 0
  }
  #section02 .bg-sec02-01 {
    height: 250px;
    background-image: url("../img/sec01_bg01sp.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
#section02 .blk-h2 {
  background-color: #fff;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  display: inline-block;
  padding: 30px 50px 30px 200px;
  font-size: 3.2rem;
  color: #227bbf;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: -45px;
}
#section02 .blk-h2 h2 {
  display: flex;
  align-items: center;
}
#section02 .blk-h2 span {
  font-size: 1.7rem;
  color: #222222;
  display: inline-block;
  margin-left: 15px;
    font-weight: 400;
}
#section02 .h2deco {
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 120px;
}
@media screen and (max-width: 743px) {
  #section02 .blk-h2 {
    padding: 15px 20px 15px 60px;
    font-size: 1.5rem;
    position: relative;
    top: -23px;
    margin-bottom: 10px;
  }
  #section02 .blk-h2 h2 {
    display: block;
    align-items: center;
  }
  #section02 .h2deco {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
  }
  #section02 .blk-h2 span {
    position: absolute;
    font-size: 1.2rem;
    color: #222222;
    display: block;
    margin-left: 0;
    bottom: -5px;
    width: 200px;
    font-weight: 400;
  }
}
#section02 .blk-contents {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 70px auto;
}
#section02 .f-w_sec_01 {
  width: 30%;
}
#section02 .f-w_sec_02 {
  width: 70%;
}
#section02 .sec02-profile {
  border: solid 6px #b3d3ef;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 40px;
  position: relative;
}

#section02 .sec02-profile .sec02-arrow_left {
    position: absolute;
    left: -39px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
}
#section02 .sec02-profile .sec02-arrow_right {
    position: absolute;
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
}


@media screen and (max-width: 743px) {
    #section02 {
        padding-bottom: 80px;
    }
#section02 .blk-contents {
  margin: 0 auto 30px auto;
}
  #section02 .f-w_sec_01 {
    display: none;
  }
  #section02 .f-w_sec_02 {
    width: 100%;
  }
  #section02 .sec02-profile {
    border: solid 4px #b3d3ef;
    border-radius: 15px;
    padding: 15px;
  }
#section02 .sec02-profile .sec02-arrow_left {
    display: none;
}
#section02 .sec02-profile .sec02-arrow_right {
    display: none;
}
}
#section02 .sec02-profile .blk-name {
  border-bottom: dotted 2px #3cb3e9;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
#section02 .sec02-profile .flex-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#section02 .sec02-profile .sp-thumnail {
  display: none;
}
#section02 .sec02-profile .position-txt {
  width: 80px;
  height: 80px;
  background-color: #edbb60;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 600;
}
#section02 .sec02-profile .name-txt {
  width: calc(100% - 100px);
}
#section02 .sec02-profile .name {
  font-size: 2.8rem;
  font-weight: 600;
  display: inline-block;
}
#section02 .sec02-profile .furigana {
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  margin-right: 20px
}
#section02 .sec02-profile .keireki {
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
}
#section02 .sec02-profile .licence {
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 600;
}
#section02 .sec02-profile .inportant {
  color: #528dc8;
  font-weight: 600;
  margin-bottom: 20px
}
#section02 .sec02-profile .txt {
  line-height: 1.5
}
@media screen and (max-width: 743px) {
  #section02 .sec02-profile .position-txt {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 600;
  }
  #section02 .sec02-profile .sp-thumnail {
    display: block;
    width: 110px;
    position: absolute;
    right: -15px;
    bottom: 4px;
  }
  #section02 .sec02-profile .name-txt {
    width: calc(100% - 70px);
  }
  #section02 .sec02-profile .name {
    font-size: 1.7rem;
    display: block;
    line-height: 1.3;
  }
  #section02 .sec02-profile .furigana {
    font-size: 1.0rem;
    margin-right: 0;
    display: block;
  }
  #section02 .sec02-profile .keireki {
    font-size: 1.3rem;
    font-weight: 400;
    display: block;
  }
  #section02 .sec02-profile .licence {
    margin-bottom: 15px;
    font-size: 1.3rem;
    letter-spacing: 0.02em
  }
  #section02 .sec02-profile .inportant {
    margin-bottom: 15px;
    line-height: 1.4
  }
}
/* ////////////////////////////////// */
/* 施設紹介 */
/* ////////////////////////////////// */
#section03 {
  background-color: #fffde3;
  padding: 0 0 110px 0;
  position: relative;
}
#section03 .blk-h2 {
  background-color: #3577b9;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  display: inline-block;
  padding: 30px 50px 30px 200px;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: -45px;
}
#section03 .h2deco {
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 120px;
}
#section03 .blk-contents {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto 0 auto;
  position: relative;
}
#section03 .blk-contents .f-w_sec {
  width: 49%;
  margin-bottom: 50px;
}
#section03 .blk-contents .f-w_sec-02 {
  width: 100%;
  margin-bottom: 50px;
}

#section03 .blk-contents .blk-h3 {
  border-bottom: solid 2px #3577b9;
  margin-left: 90px;
  position: relative;
  margin-bottom: 20px;
}
#section03 .blk-contents .blk-h3::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #3577b9;
  position: absolute;
  right: 0;
  bottom: -7px;
}
#section03 .blk-contents .h3-mark {
  position: absolute;
  top: -5px;
  left: -80px;
  width: 70px;
}
#section03 .blk-contents h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #3577b9;
}
@media screen and (max-width: 743px) {
  #section03 {
    padding: 0 0 70px 0;
  }
  #section03 .blk-contents {
    max-width: 1080px;
    width: 96%;
    margin: 0;
    position: relative;
  }
  #section03 .blk-contents .f-w_sec,#section03 .blk-contents .f-w_sec-02 {
    width: 100%;
    margin-bottom: 40px;
  }
  #section03 .blk-contents .blk-h3 {
    border-bottom: solid 1px #3577b9;
    margin-left: 70px;
    margin-bottom: 10px;
  }
  #section03 .blk-contents .blk-h3::after {
    content: "";
    width: 10px;
    height: 10px;
    bottom: -5px;
  }
  #section03 .blk-contents .h3-mark {
    position: absolute;
    top: -5px;
    left: -70px;
    width: 65px;
  }
  #section03 .blk-contents h3 {
    font-size: 1.7rem;
      margin-bottom: 5px;
  }
}
#section03 .blk-contents article p {
  padding-left: 90px;
}
#section03 .blk-contents article ul {
  padding-left: 90px;
  margin-top: 10px;
}

#section03 .blk-contents article ul li::before {
content: "● ";
}

#section03 .blk-contents article p .emphasis {
  display: inline-block;
  background-color: #f3d89b;
  padding: 13px 20px;
  line-height: 1.3;
  margin-right: 15px;
  background-image: url("../img/sec03_bg01.jpg");
  font-weight: 600;
  font-size: 1.7rem
}
#section03 .tel-contact {
  margin-left: 90px;
  position: relative;
  margin-bottom: 20px;
  padding: 15px 25px;
  line-height: 1;
  background-color: #fff;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  border-top-right-radius: 35px;
}
#section03 .flex-tel {
  display: flex;
  align-items: baseline;
}
#section03 .tel-txt {
  color: #004c9c;
  font-size: 3.0rem;
  display: inline-block;
  margin-left: 20px;
  font-weight: 600;
    letter-spacing: 0.05em
}
#section03 .tel-txt span {
  color: #000000;
  font-size: 2.0rem;
}
@media screen and (max-width: 743px) {
  #section03 .blk-contents article p {
    padding-left: 70px;
    font-size: 1.4rem;
      letter-spacing: 0.05em;
      line-height: 1.5
  }
  #section03 .blk-contents article ul {
    padding-left: 70px;
    font-size: 1.4rem;
      letter-spacing: 0.05em;
      line-height: 1.5
  }
  #section03 .blk-contents article p .emphasis {
    padding: 7px 15px;
    margin-right: 5px;
    font-size: 1.4rem
  }
  #section03 .blk-h2 {
    padding: 15px 20px 15px 60px;
    font-size: 1.5rem;
    position: relative;
    top: -23px;
    margin-bottom: 10px;
  }
  #section03 .blk-h2 h2 {
    display: block;
    align-items: center;
  }
  #section03 .h2deco {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
  }
  #section03 .tel-contact {
    position: relative;
    margin-bottom: 20px;
    padding: 30px 20px 20px 20px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    left: 4%;
  }
  #section03 .blk-contents .tel-contact .h3-mark {
    position: absolute;
    top: -30px;
    left: 50%;
      transform: translateX(-50%);
    width: 65px;
  }
  #section03 .flex-tel {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
  }
  #section03 .flex-tel h3 {}
  #section03 .tel-txt {
    margin-top: 7px;
    font-size: 2.2rem;
    margin-left: 0;
    font-weight: 600;
  }
  #section03 .tel-txt span {
    font-size: 1.5rem;
  }
}
/* ////////////////////////////////// */
/* アクセス */
/* ////////////////////////////////// */
#access {
  padding: 0 0 200px 0
}
#access .blk-map-txt {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 3;
  background: linear-gradient(90deg, #0080cc, #00307c);
  padding: 15px 30px 15px 20px;
  display: inline-block;
  color: #fff;
}
#access .blk-map-txt .txt-map_l {
  font-size: 1.8rem;
}
#access .blk-map-txt .txt-map_s {
  font-size: 1.5rem;
}
@media screen and (max-width: 743px) {
  #access {
    padding-bottom: 100px
  }
  #access .blk-map-txt figure {
    max-width: 200px;
    margin: 0 auto 20px auto;
  }
  #access .blk-map-txt {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 3;
    background: linear-gradient(90deg, #0080cc, #00307c);
    padding: 10px;
    display: inline-block;
    color: #fff;
  }
  #access .blk-map-txt .txt-map_l {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 10px
  }
  #access .blk-map-txt .txt-map_s {
    font-size: 1.0rem;
    line-height: 1;
  }
}
#access .banner {
  text-align: center;
}
#access .blk-ggmap {
  position: relative;
}
#access .blk-ggmap .gg-deco {
  position: absolute;
  top: -30px;
  right: 30px;
  z-index: 20
}
@media screen and (max-width: 743px) {
  #access .blk-ggmap .gg-deco {
    position: absolute;
    width: 90px;
    top: -20px;
    right: 10px;
    z-index: 20
  }
#access .banner {
  text-align: center;
    max-width: 360px;
    width: 90%;
    margin: 0 auto;
}
}
#marimo .bt-marimo a {
  display: block;
  color: #00307c;
  max-width: 400px;
  width: 90%;
  font-size: 2.3rem;
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  font-weight: 600;
  position: relative;
  bottom: -32px;
  background-image: url("../img/arrow01.png");
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 42px;
    margin-bottom: 20px
}

#marimo .bt-jigyo a {
  display: block;
  color: #fff;
  max-width: 400px;
  width: 90%;
  font-size: 1.7rem;
  text-align: left;
  padding: 2px 0 0 105px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  bottom: -32px;
    margin-top: 15px;
  background-image: url("../img/arrow03.png");
  background-repeat: no-repeat;
  background-position: left 60px top;
  background-size: 25px;
    height: 28px;
}


@media screen and (max-width: 743px) {
  #marimo .bt-marimo a {
    display: block;
    color: #00307c;
    max-width: 250px;
    width: 90%;
    font-size: 1.4rem;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    line-height: 1;
    font-weight: 600;
    position: relative;
    bottom: -32px;
    background-image: url("../img/arrow01.png");
    background-repeat: no-repeat;
    background-position: left 25px center;
    background-size: 20px;
  }
#marimo .bt-jigyo a {
  display: block;
  color: #fff;
  max-width: 400px;
  width: 90%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 0 0 95px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  bottom: -32px;
  background-image: url("../img/arrow03.png");
  background-repeat: no-repeat;
  background-position: left 60px top;
  background-size: 18px;
    height: 18px;
}
}
#marimo .section-mv {
  position: relative;
  background: linear-gradient(90deg, #0080cc, #00307c);
  padding: 0 0 140px 0
}
#marimo .section-mv .bg-japan {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/foooter-01.png");
  background-repeat: no-repeat;
  background-position: top -30px right 20px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 743px) {
  #marimo .section-mv {
    padding: 0 0 80px 0
  }
  #marimo .section-mv .bg-japan {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/foooter-01.png");
    background-repeat: no-repeat;
    background-position: top -30px right 20px;
    background-size: 600px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
#marimo .ttl-marimo {
  position: relative;
  max-width: 620px;
  padding: 30px 40px 30px 80px;
  background-color: #FFFFFF;
  top: -80px;
  z-index: 3;
}
@media screen and (max-width: 743px) {
  #marimo .ttl-marimo {
    position: relative;
    max-width: 80%;
    padding: 15px 30px 15px 30px;
    background-color: #FFFFFF;
    top: -30px;
    z-index: 3;
  }
}
#marimo .section-mv article {
  position: relative;
  color: #fff;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  z-index: 2
}
#marimo .section-mv article h3 {
  font-size: 2.6rem;
  margin-bottom: 30px;
  position: relative;
}
#marimo .section-mv article h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6%;
  width: 4%;
  height: 1px;
  background-color: #ffffff;
}
#marimo .section-mv article .h3read {
  font-size: 2.8rem
}
@media screen and (max-width: 743px) {
  #marimo .section-mv article {
    padding-top: 10px;
    position: relative;
    color: #fff;
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
    z-index: 2
  }
  #marimo .section-mv article h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  #marimo .section-mv article h3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13%;
    width: 8%;
    height: 1px;
    background-color: #ffffff;
  }
  #marimo .section-mv article .h3read {
    font-size: 1.5rem;
    line-height: 1.8
  }
}
#marimo .group-marimo01, #marimo .group-marimo02 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
#marimo .group-marimo01 {
  position: relative;
  top: -40px;
  z-index: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 743px) {
  #marimo .group-marimo01 {
    top: -30px;
    margin-bottom: 20px;
  }
}
#marimo .group-marimo01 article {
  background-color: rgba(0, 48, 124, 0.70);
  padding: 10px 15px;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#marimo .group-marimo01 article h5 {
  font-size: 1.6rem;
}
#marimo .group-marimo01 article .h5sub {
  font-size: 1.3rem;
}
@media screen and (max-width: 743px) {
  #marimo .group-marimo01 article h5 {
    font-size: 1.3rem;
  }
  #marimo .group-marimo01 article .h5sub {
    font-size: 1.1rem;
  }
}
#marimo .group-marimo01 h4 {
  background-color: #00307c;
  padding: 30px 40px;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 50px
}
#marimo .group-marimo01 .f-w-g01 {
  width: 31%;
  position: relative
}
@media screen and (max-width: 743px) {
  #marimo .group-marimo01 h4 {
    padding: 10px 25px;
    font-size: 1.5rem;
    margin-bottom: 20px
  }
  #marimo .group-marimo01 .f-w-g01 {
    width: 100%;
    margin-bottom: 10px
  }
}
#marimo .group-marimo02 {
  padding: 0 0 100px 0
}
#marimo .group-marimo02 .f-w-g02 {
  width: 23%;
  margin-bottom: 40px
}
@media screen and (max-width: 743px) {
  #marimo .group-marimo02 {
    padding: 0 0 50px 0
  }
  #marimo .group-marimo02 .f-w-g02 {
    width: 47%;
    margin-bottom: 20px
  }
}
#marimo .group-marimo02 h4 {
  font-size: 2.4rem;
  color: #00307c;
  margin-bottom: 50px
}
#marimo .group-marimo02 h5 {
  font-size: 1.8rem;
  margin-top: 10px
}
#marimo .group-marimo02 .h5sub {
  font-size: 1.4rem;
}
@media screen and (max-width: 743px) {
  #marimo .group-marimo02 h4 {
    font-size: 1.5rem;
    margin-bottom: 30px
  }
  #marimo .group-marimo02 h5 {
    font-size: 1.2rem;
    line-height: 1.4
  }
  #marimo .group-marimo02 .h5sub {
    font-size: 1.0rem;
  }
}
footer {
  background-color: #fff;
  padding: 50px 0;
}
footer .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  font-size: 1.0rem
}
@media screen and (max-width: 743px) {
  footer {
    background-color: #fff;
    padding: 25px 0;
  }
  footer .f-w-f {
    width: 100%;
    text-align: center;
    margin-bottom: 3px
  }
}

body.privacy {
    background-color: #f2f2f2
}

#privacy {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 200px 0;
}
@media screen and (max-width: 743px) {
  #privacy {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 70px 0;
  }
}
#privacy h2.ttl-privacy {
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}
#privacy .blk-h2 {
  margin-bottom: 50px
}
#privacy article {
  background-color: #fff;
  padding: 80px 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 743px) {
  #privacy h2.ttl-privacy {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #privacy .blk-h2 {
    margin-bottom: 50px
  }
  #privacy article {
    padding: 30px 20px;
    margin: 0 -5%;
    margin-bottom: 20px;
  }
}
#privacy article .blk-indent {
  padding-left: 30px;
}
@media screen and (max-width: 743px) {
  #privacy article .blk-indent {
    padding-left: 25px;
  }
}
#privacy article h3.ttl-privacy {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3577b9;
}
@media screen and (max-width: 743px) {
  #privacy article h3.ttl-privacy {
    font-size: 1.7rem;
    line-height: 1.6
  }
}
#privacy article dl {
  margin-bottom: 50px
}
#privacy article dl dt {
  padding: 15px 25px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #3577b9;
  color: #fff;
}
#privacy article dl dd {
  padding-left: 25px
}
@media screen and (max-width: 743px) {
  #privacy article dl {
    margin-bottom: 30px
  }
  #privacy article dl dt {
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #privacy article dl dd {
    padding-left: 5px
  }
}
#privacy article dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px
}
#privacy article dl dd ul.num-list li {
  padding-left: 1.9em;
  text-indent: -1.9em;
}
#privacy .num-list-sin {
  padding-left: 1.9em;
  text-indent: -1.9em;
}
#privacy .frame-privacy {
  border: 1px solid #eee;
  padding: 20px;
}
@media screen and (max-width: 743px) {
  #privacy .frame-privacy {
    padding: 15px;
  }
}
#privacy article dl dd .note {
  font-size: 1.4rem;
  margin-bottom: 40px
}
@media screen and (max-width: 743px) {
  #privacy article dl dd .note {
    font-size: 1.2rem;
    margin-bottom: 20px
  }
}
#privacy article dl dd .note a {
  text-decoration: underline;
}
.btn-privacy {
  display: inline-block;
  line-height: 1;
  padding: 10px 30px;
  font-size: 1.5rem;
  border-radius: 20px;
  margin-bottom: 20px;
  background: url("../img/arrow02.png") #f2f2f2 no-repeat left 15px center/5px 7px;
}
@media screen and (max-width: 743px) {
  .btn-privacy {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 400px) {
  .wide-img {
    display: block !important;
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 !important
  }
}
.bnr_marimo {
  margin-top: 80px;
  max-width: 350px;
  margin-left: 25px;
  box-shadow: 0 2px 3px #00307c;
}
@media screen and (max-width: 743px) {
  .bnr_marimo {
    max-width: 245px;
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
  }
}