@charset "utf-8";

/* ##################################################

TOPページで使用するパーツ・設定

--------------------------------------------------

■common
■mv
■emergency-box
■plan
■beginner
■voice
■service
■private

################################################## */

/* ==================================================
  ■common
================================================== */

/* container
-------------------------------------------------- */
/* SP */
@media screen and (max-width: 736px) {
  #main .container {
    padding-right: 3%;
    padding-left: 3%;
  }
}

/* section
-------------------------------------------------- */
#main .section {
  margin-bottom: 8%;
}
/* PC */
@media screen and (min-width: 737px) {
  #main .section {
    margin-bottom: 50px;
  }
}

/* title
-------------------------------------------------- */
/* 01 */
.ttl-style-type01 {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.ttl-style-type01 .large {
  font-size: 50px;
}
.ttl-style-type01 .small {
  font-size: 15px;
  font-weight: 500;
}
/* SP */
@media screen and (max-width: 736px) {
  .ttl-style-type01 {
    margin-bottom: 5%;
    font-size: 18px;
  }
  .ttl-style-type01 .large {
    font-size: 26px;
  }
  .ttl-style-type01 .small {
    font-size: 14px;
  }
}

/* 02 */
.ttl-style-type02 {
  margin-bottom: 5%;
  padding-left: 30px;
  background: url(../common_img/ttl-parts01.png) 0 6px / auto 20px no-repeat;
  border-bottom: 1px solid #009a43;
  font-size: 20px;
  font-weight: bold;
}

/* text
-------------------------------------------------- */
.txt-wrap p {
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  .txt-wrap p {
    margin-top: 3%;
  }
}
.txt-wrap p:first-of-type {
  margin-top: 0;
}

.txt-wrap p span {
  font-weight: bold;
}
.txt-wrap p strong {
  font-weight: bold;
}

.c-gr {
  color: #009a43;
}

.txt-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* ==================================================
  ■header
================================================== */
/* PC */
@media screen and (min-width: 737px) {
  #header_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

/* ==================================================
  ■mv
================================================== */
#mv {
  padding: 5% 3%;
  background: url(../images/mv-bg.jpg) 50% 0 / cover no-repeat;
  text-align: center;
}
#mv .btn-style-type01 a {
  font-size: 3.3vw;
}
/* PC */
@media screen and (min-width: 737px) {
  #mv {
    padding: 220px 0 175px;
  }
  #mv .catch {
    margin-bottom: 40px;
  }
  #mv .txt {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  #mv .txt img:first-child {
    margin-right: 5px;
  }
  #mv .txt-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #mv .btn-style-type01 {
    width: 626px;
    margin: 20px auto 0;
  }
  #mv .btn-style-type01 a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2rem;
  }
}

/* ==================================================
  ■emergency-box
================================================== */
.emergency-box {
  margin-bottom: 8%;
  padding: 5% 3%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  background-color: #d0ffb2;
}
.emergency-box a {
  display: inline-block;
  margin-top: 3%;
}
@media screen and (min-width: 737px) {
  .emergency-box {
    position: relative;
    margin-top: -116px;
    margin-bottom: 70px;
    padding: 25px 20px;
    text-align: right;
  }
  .emergency-box .img01 {
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .emergency-box .tel {
    margin-top: 20px;
  }
}


/* price-tips
-------------------------------------------------- */
.plan-tips {
  line-height: 1.2;
}
.plan-tips li {
  display: inline-block;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 12px;
  width: 100%;
}
.plan-tips li::before {
  content: "●";
  margin-right: 0.5em;
  color: #009a43;
}

/* ==================================================
  ■beginner
================================================== */
/* PC */
@media screen and (min-width: 737px) {
  #beginner {
    padding-top: 50px;
    background: url(../images/beginner-bg.jpg) 50% 0 no-repeat;
  }
}
#beginner .container {
  padding: 0;
}
/* SP */
@media screen and (max-width: 736px) {
  #beginner .header-sp {
    margin-bottom: 5%;
    padding: 3%;
    background: url(../images/beginner-bg.jpg) 50% 50% / cover no-repeat;
  }
}
#beginner .ttl {
  margin-bottom: 5%;
  text-align: center;
}
#beginner .catch {
  color: #009a43;
  font-size: 18px;
  font-weight: bold;
}
#beginner .txt {
  margin-bottom: 5%;
  text-align: center;
}
/* PC */
@media screen and (min-width: 737px) {
  #beginner .catch {
    margin-bottom: 30px;
    font-size: 30px;
  }
  #beginner .txt {
    margin-bottom: 6%;
    text-align: left;
  }
}
#beginner .feature-list {
  padding: 0 10px;
}
#beginner .feature-list li {
  position: relative;
  z-index: 1;
  display: inline-block;
}
/* SP */
@media screen and (max-width: 736px) {
  #beginner .feature-list {
    padding: 0 3%;
  }
  #beginner .feature-list li {
    display: block;
    width: 48%;
    margin-bottom: 5%;
  }
}

/* ==================================================
  ■voice
================================================== */
#voice {
  padding: 5% 0;
  background: url(../images/voice-bg.png) 50% 50% / cover  no-repeat;
}
#voice .catch {
  margin-bottom: 5%;
  color: #009a43;
  font-weight: bold;
  text-align: center;
}
/* PC */
@media screen and (min-width: 737px) {
  #voice {
    position: relative;
    margin-top: -130px;
    padding-top: 230px;
  }
  #voice .ttl-style-type01 {
    margin-bottom: 20px;
  }
  #voice .catch {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

/* result
-------------------------------------------------- */
#result {
  width: 100%;
  margin-bottom: 5%;
  border-top: 3px solid #0c649b;
  background-color: #fff;
}
/* PC */
@media screen and (min-width: 737px) {
  #result {
    width: 48%;
    margin-bottom: 0;
  }
}
#result .ttl {
  position: relative;
  padding: 5% 3%;
  color: #0c649b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#result .ttl::before,
#result .ttl::after {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  width: 60px;
  height: 26px;
}
#result .ttl::before {
  left: 3%;
  background: url(../common_img/parts-car02-r.png) 0 0 / cover no-repeat;
}
#result .ttl::after {
  right: 3%;
  background: url(../common_img/parts-car02-l.png) 0 0 / cover no-repeat;
}
#result .result-list {
  max-height: 200px;
  overflow: auto;
}
/* PC */
@media screen and (min-width: 737px) {
  #result .result-list {
    max-height: 355px;
  }
}
#result .result-list dl {
  margin-top: 3%;
  padding: 3% 3% 0;
  border-top: 1px solid #c8c8c8;
  font-size: 14px;
}
#result .result-list dl:first-of-type {
  margin-top: 0;
}
#result .result-list dt span {
  margin-left: 5px;
  color: #0c649b;
}
/* PC */
@media screen and (min-width: 737px) {
  #result .result-list dl {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
  }
  #result .result-list dt {
    position: relative;
    width: 30%;
  }
  #result .result-list dt span {
    position: absolute;
    right: 0;
  }
  #result .result-list dd {
    width: 68%;
  }
}

/* voice-box
-------------------------------------------------- */
#voice-box {
  position: relative;
  width: 100%;
  padding: 3%;
  background: url(../common_img/bgptn02.gif);
}
#voice-box::before {
  content: "";
  position: absolute;
  top: 2%;
  left: 3%;
  width: 8vw;
  height: 9vw;
  background: url(../common_img/parts-woman.png) 0 0 / contain no-repeat;
}
/* PC */
@media screen and (min-width: 737px) {
  #voice-box {
    width: 48%;
    padding: 20px 10px;
  }
  #voice-box::before {
    width: 44px;
    height: 54px;
  }
}
#voice-box .ttl {
  margin-bottom: 3%;
  padding-left: 6vw;
  color: #0c649b;
  font-size: 4.3vw;
  font-weight: bold;
  text-align: center;
}
/* PC */
@media screen and (min-width: 737px) {
  #voice-box .ttl {
    padding-left: 20px;
    font-size: 23px;
  }
}
#voice-box .voice-list {
  padding: 5%;
  background:
    url(../common_img/frm-top.png) 0 0 / contain no-repeat,
    url(../common_img/frm-btm.png) 0 100% / contain no-repeat;
  font-size: 14px;
}
#voice-box .voice-list li {
  margin-bottom: 5px;
  padding-left: 1.55em;
  text-indent: -1.55em;
}
#voice-box .voice-list li::before {
  content: "●";
  margin-right: 0.5em;
  color: #0c649b;
}
#voice-box .btn-style-type01 a {
  background-color: #0c649b;
}
#voice-box .btn-style-type01 a span {
  font-size: 13px;
}
/* PC */
@media screen and (min-width: 737px) {
  #voice-box .voice-list {
    font-size: 18px;
  }
}

/* ==================================================
  ■service
================================================== */
#service {
  padding: 6.24vw 3.12vw;
  background: url(../images/service-bg.png) 50% 50% / cover no-repeat;
}
#service .catch {
  margin-bottom: 5%;
  color: #009a43;
  font-weight: bold;
  text-align: center;
}
/* PC */
@media screen and (min-width: 737px) {
  #service {
    padding: 70px 0;
  }
  #service .ttl-style-type01 {
    margin-bottom: 20px;
  }
  #service .catch {
    margin-bottom: 30px;
    font-size: 20px;
  }
  #service .catch br {
    display: none;
  }
}

#service .col {
  position: relative;
  margin-bottom: 5%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(7, 11, 24, 0.3);
}
#service .col a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 2.71vw);
  top: -2.71vw;
  z-index: 1;
}
/* PC */
@media screen and (min-width: 737px) {
  #service .col {
    width: 31%;
    margin-bottom: 0;
    transition: .2s;
  }
  #service .col:hover {
    opacity: 0.6;
  }
}

#service .col .ttl {
  padding: 3%;
  background-color: #009a43;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
#service .col .ttl .small {
  font-size: 14px;
}
#service .col .ttl .large {
  font-size: 25px;
}
#service .col .img {
}
#service .col .comment {
  padding: 5%;
}
#service .col .btn {
  margin-top: 5%;
  color: #009a43;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#service .col .btn span {
  position: relative;
  padding: 0 5%;
}
#service .col .btn span::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #009a43;
  border-right: 2px solid #009a43;
  transform: rotate(45deg);
}

/* ==================================================
  ■private
================================================== */
#private {
  position: relative;
  height: 390px;
  padding: 28px 0;
  background-color: #e7f4f7;
}
@media screen and (max-width: 736px) {
  #private {
    height: auto;
    padding-top: 0;
    padding-bottom: 5.73vw;
  }
}

#private .ttl a {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 50%;
  width: 100%;
  height: 100%;
  margin-right: 230px;
  background-color: #1291b4;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  line-height: 1.3;
}
#private .ttl a::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  right: -80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 195px 0 195px 80px;
  border-color: transparent transparent transparent #1291b4;
}
#private .ttl span {
  width: 220px;
  margin-top: 15px;
  margin-left: auto;
  padding: 10px;
  border: 2px solid #FFF;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 736px) {
  #private .ttl {
    right: auto;
    left: auto;
    height: auto;
    text-align: center;
    margin-right: auto;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
  #private .ttl a {
    position: static;
    display: block;
    padding: 20px 0;
    margin-bottom: 1em;
    top: 0;
    right: 50%;
    text-align: center;
    margin-right: 0;
  }
  #private .ttl::after {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8.34vw;
    border-width: 8.34vw 50vw 0 50vw;
    border-color: #1291b4 transparent transparent transparent;
  }
  #private .ttl a::after {
    display: none;
  }
  #private .ttl span {
    padding: 5px 50px;
    display: block;
    margin: 10px auto 0 auto;
  }
}

#private .outer {
  position: relative;
}
#private .col {
  position: relative;
  width: 800px;
  margin-left: 300px;
  margin-right: 100px;
}
#private .col a {
  position: relative;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 736px) {
  #private .outer {
    padding-left: 0;
  }
  #private .col {
    width: 100%;
    margin: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
  #private .outer::before {
    content: none;
  }
}

#private .comment {
  margin-left: 120px;
}
#private .comment h3 {
  margin-bottom: 10px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
}
#private .comment h3 span {
  font-family: 'Heebo', sans-serif;
}
#private .comment p {
  font-size: 1.6rem;
}
#private .comment p span {
  color: #FF0004;
}
@media screen and (max-width: 736px) {
  #private .comment {
    width: 100%;
    margin-left: 0;
  }
  #private .comment h3 {
    font-size: 2.6rem;
    line-height: 1.5;
    text-align: center;
  }
  #private .comment p {
  }
}