@charset "UTF-8";
/* ------------------------------------
* breakpoints
* color
* reset
* display-none
* text
* link
* conversion
* animation
* common
* header
* mv
* section1
* section2
* section3
* section4
* section5
* footer
-------------------------------------*/
/* ------------------------------------
breakpoints
-------------------------------------*/
/* ------------------------------------
color
-------------------------------------*/
/* ------------------------------------
reset
-------------------------------------*/
html,
body,
h1,
h2,
h3,
ul,
li,
p,
figure,
img {
  margin: 0;
  padding: 0; }

html {
  font-size: 10px; }

body {
  font-family: sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  color: #222; }

img {
  width: 100%;
  max-width: 100%; }

ul {
  list-style-type: none; }

a {
  text-decoration: none; }

@media screen and (min-width: 1000px) {
  a[href*='tel:'] {
    cursor: default;
    text-decoration: none;
    pointer-events: none; } }
/* ------------------------------------
display-none
-------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 999px) {
  .sp_dn {
    display: none; } }

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

/* ------------------------------------
text
-------------------------------------*/
h1,
h2,
h3,
h4 {
  font-weight: 600; }

h2 {
  font-size: 2.2rem;
  padding-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    h2 {
      font-size: 4.5rem;
      padding-bottom: 30px; } }

a,
span {
  font-weight: 600; }

.h2_hukidashi {
  font-size: 1.1rem;
  display: block;
  padding-bottom: 5px;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .h2_hukidashi {
      font-size: 2rem;
      padding-bottom: 0; } }

h3 {
  color: #009388; }

.num {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -2px; }

span.under_line {
  position: relative; }
  span.under_line:before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline;
    content: '';
    background: #FFE838;
    width: 100%;
    height: 11px;
    z-index: -1; }

/* ------------------------------------
link
-------------------------------------*/
a {
  color: #00A0DB; }

a:visited {
  color: #6C0093; }

/* ------------------------------------
conversion
-------------------------------------*/
#sp_fixed_contactbtn {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 58px;
  position: fixed;
  z-index: 8888;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  text-align: center;
  color: #fff;
  background: transparent linear-gradient(180deg, #00ea90 0%, #00b52b 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 5px #00b52b; }
  #sp_fixed_contactbtn span:after {
    font-family: 'Material Icons';
    font-size: 2.5rem;
    content: '\e315';
    vertical-align: bottom; }

.convertion_erea {
  height: 250px;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background: #004964;
  box-sizing: border-box; }
  @media screen and (min-width: 1000px) {
    .convertion_erea {
      height: 170px; } }
  @media screen and (min-width: 1000px) {
    .convertion_erea .all_contents {
      width: 720px;
      margin: 0 auto;
      align-items: center; } }
  .convertion_erea .comment {
    font-size: 1.5rem; }
    @media screen and (min-width: 1000px) {
      .convertion_erea .comment {
        font-size: 1.6rem; } }
  .convertion_erea .convertion_tel_area {
    width: 100%;
    padding-bottom: 20px; }
    @media screen and (min-width: 1000px) {
      .convertion_erea .convertion_tel_area {
        margin-right: 40px; } }
    .convertion_erea .convertion_tel_area .convertion_tel_top {
      font-weight: 600;
      width: 300px;
      margin: 0 auto; }
      @media screen and (min-width: 1000px) {
        .convertion_erea .convertion_tel_area .convertion_tel_top {
          width: 430px; } }
      .convertion_erea .convertion_tel_area .convertion_tel_top .c_tel_text {
        font-size: 1rem;
        width: 22px; }
        @media screen and (min-width: 1000px) {
          .convertion_erea .convertion_tel_area .convertion_tel_top .c_tel_text {
            font-size: 2.2rem;
            font-weight: 300;
            padding-top: 15px;
            padding-right: 20px; } }
      .convertion_erea .convertion_tel_area .convertion_tel_top .c_tel_number {
        font-size: 3rem;
        font-weight: 600;
        color: #fff; }
        @media screen and (min-width: 1000px) {
          .convertion_erea .convertion_tel_area .convertion_tel_top .c_tel_number {
            font-size: 4.3rem; } }
    .convertion_erea .convertion_tel_area .c_tel_bottom {
      font-size: 1rem;
      width: 300px;
      margin: 0 auto;
      text-align: center;
      border: solid 1px #fff; }
      @media screen and (min-width: 1000px) {
        .convertion_erea .convertion_tel_area .c_tel_bottom {
          width: 430px; } }
  .convertion_erea .contact_btn {
    font-size: 2rem;
    line-height: 58px;
    display: block;
    width: 298px;
    height: 56px;
    margin: 0 auto;
    color: #fff;
    border-radius: 6px;
    background: transparent linear-gradient(180deg, #ffc31f 0%, #ff5800 100%) 0 0 no-repeat padding-box;
    box-shadow: 0 5px 0 #b42b00;
    text-shadow: 0 0 5px #ff6703; }
    .convertion_erea .contact_btn:hover {
      margin-top: 5px;
      box-shadow: none; }
    .convertion_erea .contact_btn span:after {
      font-family: 'Material Icons';
      font-size: 3rem;
      content: '\e315';
      vertical-align: bottom; }

/* ------------------------------------
animation
-------------------------------------*/
@media (prefers-reduced-motion: reduce) {
  .animated {
    animation: none; } }
@keyframes img_box_9955 {
  0% {
    transform: translateY(0); }
  33.33333% {
    transform: translateY(-10px); }
  66.66667% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
.huwahuwa {
  animation: img_box_9955 3s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important; }

.zoom {
  transition: 1s;
  -webkit-transition: 1s;
  transform: scale(0); }

.zoom_in {
  transform: scale(1); }

/* ------------------------------------
common
-------------------------------------*/
main {
  overflow-x: hidden; }

.wrapper {
  padding-right: 10px;
  padding-left: 10px; }

@media screen and (min-width: 1000px) {
  .contents {
    width: 1000px;
    margin: 0 auto; } }

section {
  padding: 60px 0; }
  @media screen and (min-width: 1000px) {
    section {
      padding: 90px 0; } }

@media screen and (min-width: 1000px) {
  .all_contents {
    display: flex; } }

/* ------------------------------------
header
-------------------------------------*/
header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  justify-content: space-between; }
  @media screen and (min-width: 1000px) {
    header {
      max-height: 86px; } }
  @media screen and (min-width: 1000px) {
    header.wrapper {
      padding-right: 30px;
      padding-left: 30px; } }
  header #header_logo {
    width: 120px;
    height: auto; }
    @media screen and (min-width: 1000px) {
      header #header_logo {
        width: 190px; } }
  @media screen and (min-width: 1000px) {
    header .header_contact_area {
      display: flex;
      width: 580px; } }
  header .header_contact_area #header_tel_area {
    width: 162px; }
    @media screen and (min-width: 1000px) {
      header .header_contact_area #header_tel_area {
        width: 400px; } }
    header .header_contact_area #header_tel_area #header_tel_top {
      text-align: right; }
      header .header_contact_area #header_tel_area #header_tel_top #h_tel_text {
        font-size: 1rem;
        width: 22px; }
        @media screen and (min-width: 1000px) {
          header .header_contact_area #header_tel_area #header_tel_top #h_tel_text {
            font-size: 1.8rem;
            font-weight: 300; } }
      header .header_contact_area #header_tel_area #header_tel_top #h_tel_number {
        font-size: 1.6rem;
        font-weight: 600;
        color: #222; }
        @media screen and (min-width: 1000px) {
          header .header_contact_area #header_tel_area #header_tel_top #h_tel_number {
            font-size: 3.2rem; } }
    header .header_contact_area #header_tel_area #header_tel_bottom {
      font-size: 1rem;
      text-align: center;
      border: solid 1px #222; }
  header .header_contact_area a#header_contact_btn {
    font-size: 1.8rem;
    line-height: 54px;
    display: block;
    width: 290px;
    height: 54px;
    margin-top: 5px;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background: transparent linear-gradient(180deg, #00ea90 0%, #00b52b 100%) 0 0 no-repeat padding-box;
    box-shadow: 0 5px 0 #00620c; }
    @media screen and (min-width: 320px) and (max-width: 999px) {
      header .header_contact_area a#header_contact_btn {
        display: none; } }
    header .header_contact_area a#header_contact_btn:hover {
      margin-top: 10px;
      box-shadow: none; }
    header .header_contact_area a#header_contact_btn span:after {
      font-family: 'Material Icons';
      font-size: 3rem;
      content: '\e315';
      vertical-align: bottom; }

/* ------------------------------------
mv
-------------------------------------*/
section#mv {
  position: relative;
  width: 100%;
  height: 400px;
  background: url(../img/mv/pc_smp/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: 77% center;
  background-size: cover; }
  @media screen and (min-width: 1000px) {
    section#mv {
      height: 468px; } }
  section#mv #mv_inner {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 100%;
    height: 440px;
    transform: translateX(-50%); }
    @media screen and (min-width: 1000px) {
      section#mv #mv_inner {
        width: 870px;
        height: 500px; } }
    section#mv #mv_inner h1 {
      position: relative;
      z-index: 2;
      max-width: 300px;
      margin: 0 auto;
      padding-top: 35px; }
      @media screen and (min-width: 1000px) {
        section#mv #mv_inner h1 {
          max-width: 557px;
          margin: 0;
          padding-top: 160px; } }
      section#mv #mv_inner h1 img#dejitacho {
        position: absolute;
        top: 20px;
        right: 23px;
        width: 105px;
        margin-bottom: -6px; }
        @media screen and (min-width: 1000px) {
          section#mv #mv_inner h1 img#dejitacho {
            top: 130px;
            right: 30px;
            width: 200px; } }
      section#mv #mv_inner h1:after {
        position: absolute;
        top: 110px;
        right: 26px;
        display: block;
        width: 80px;
        height: 70px;
        content: '';
        transform: rotate(96deg);
        background: url(../img/mv/pc_smp/pc_smp_mv_arrow.svg);
        background-repeat: no-repeat;
        background-size: contain; }
        @media screen and (min-width: 1000px) {
          section#mv #mv_inner h1:after {
            top: 35px;
            right: -234px;
            width: 360px;
            height: 230px;
            transform: rotate(0deg);
            background-size: contain; } }
    section#mv #mv_inner #mv_catch_copy {
      position: absolute;
      z-index: 2;
      top: 276px;
      left: 50%;
      display: block;
      width: 300px;
      margin: 0 auto;
      transform: translateX(-50%);
      text-align: center;
      background: #fff; }
      @media screen and (min-width: 1000px) {
        section#mv #mv_inner #mv_catch_copy {
          top: 308px;
          left: -3px;
          width: 545px;
          padding: 6px 6px;
          transform: translateX(0); } }
      section#mv #mv_inner #mv_catch_copy h2 {
        font-size: 1.5rem;
        padding-bottom: 0; }
        @media screen and (min-width: 1000px) {
          section#mv #mv_inner #mv_catch_copy h2 {
            font-size: 3rem;
            line-height: 1.35; } }
      @media screen and (min-width: 1000px) {
        section#mv #mv_inner #mv_catch_copy p {
          font-size: 1.7rem; } }
    section#mv #mv_inner #main_image {
      position: absolute;
      z-index: 0;
      top: 112px;
      left: 50%;
      width: 110px;
      height: auto;
      margin: 0 auto;
      transform: translateX(-50%); }
      @media screen and (min-width: 1000px) {
        section#mv #mv_inner #main_image {
          top: 52px;
          right: -205px;
          width: 254px;
          transform: rotate(30deg); } }
    section#mv #mv_inner #mv_price {
      width: 240px;
      position: absolute;
      z-index: 3;
      left: 50%;
      transform: translateX(-50%);
      top: 194px; }
      @media screen and (min-width: 1000px) {
        section#mv #mv_inner #mv_price {
          width: 405px;
          position: absolute;
          z-index: 3;
          right: -66px;
          left: auto;
          bottom: -34px;
          top: auto;
          transform: translateX(0); } }
    section#mv #mv_inner #mv_tokucho_area_sp {
      position: absolute;
      top: 320px;
      left: 50%;
      width: 100%;
      max-width: 380px;
      transform: translateX(-50%); }
      section#mv #mv_inner #mv_tokucho_area_sp ul {
        display: flex;
        padding: 0 10px;
        justify-content: center; }
        section#mv #mv_inner #mv_tokucho_area_sp ul li {
          transition: .8s;
          transition-delay: 1s; }
          section#mv #mv_inner #mv_tokucho_area_sp ul li.coin_anime {
            transform: rotateY(0deg); }
          section#mv #mv_inner #mv_tokucho_area_sp ul li.coin_anime.coin_anime_on {
            transform: rotateY(360deg); }
          section#mv #mv_inner #mv_tokucho_area_sp ul li img {
            width: 100%; }
    section#mv #mv_inner #mv_tokucho_area_pc {
      position: absolute;
      bottom: -60px;
      width: 100%;
      max-width: 560px; }
      section#mv #mv_inner #mv_tokucho_area_pc ul {
        display: flex;
        padding: 0 42px 0 0;
        justify-content: center; }
        section#mv #mv_inner #mv_tokucho_area_pc ul li {
          padding-right: 20px;
          transition: .8s;
          transition-delay: 1s; }
          section#mv #mv_inner #mv_tokucho_area_pc ul li.coin_anime {
            transform: rotateY(0deg); }
          section#mv #mv_inner #mv_tokucho_area_pc ul li.coin_anime.coin_anime_on {
            transform: rotateY(360deg); }
          section#mv #mv_inner #mv_tokucho_area_pc ul li img {
            width: 100%; }

/* ------------------------------------
section0
-------------------------------------*/
#zero {
  padding-top: 0;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    #zero {
      padding-top: 0; } }
  #zero #zero_detection {
    text-align: center;
    background: #009388;
    color: #fff;
    padding: 30px 10px;
    margin-bottom: 40px; }
    @media screen and (min-width: 1000px) {
      #zero #zero_detection {
        padding: 25px 0 19px;
        margin-bottom: 84px; } }
    #zero #zero_detection h2 {
      display: inline-block;
      color: #fff;
      padding-bottom: 5px;
      border-bottom: 4px solid #FFE838;
      line-height: 1; }
      @media screen and (min-width: 1000px) {
        #zero #zero_detection h2 {
          border-bottom: 4px solid #FFE838; } }
    #zero #zero_detection p {
      text-align: left;
      font-size: 1.4rem;
      padding-top: 25px; }
      @media screen and (min-width: 768px) and (max-width: 1000px) and (orientation: portrait) {
        #zero #zero_detection p {
          text-align: center; } }
      @media screen and (min-width: 1000px) {
        #zero #zero_detection p {
          font-size: 1.6rem;
          text-align: center;
          padding-top: 19px;
          line-height: 1.7; } }
      #zero #zero_detection p span {
        color: #FFE838; }
  #zero figure img {
    max-width: auto;
    width: auto; }
    @media screen and (min-width: 1000px) {
      #zero figure img {
        max-width: 210px; } }
    @media screen and (min-width: 320px) and (max-width: 999px) {
      #zero figure img {
        width: 100%;
        max-width: 300px; } }
    @media screen and (min-width: 1000px) {
      #zero figure img#zero_two {
        max-height: 158px;
        padding-left: 35px; } }
  #zero #mobatacho_concept {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: url("../img/common/mobatacho_naname.png");
    background-repeat: no-repeat;
    background-position: center 90px; }
    @media screen and (min-width: 320px) and (max-width: 999px) {
      #zero #mobatacho_concept {
        background-size: 310px; } }
    @media screen and (min-width: 1000px) {
      #zero #mobatacho_concept {
        flex-direction: row;
        height: 500px;
        background-position: -10px 139px; } }
    #zero #mobatacho_concept .left {
      width: 100%; }
      @media screen and (min-width: 1000px) {
        #zero #mobatacho_concept .left {
          width: 50%; } }
      #zero #mobatacho_concept .left figure {
        width: 230px;
        margin: 0 auto; }
        @media screen and (min-width: 1000px) {
          #zero #mobatacho_concept .left figure {
            width: 390px;
            margin: 0; } }
        #zero #mobatacho_concept .left figure img {
          width: 100%;
          max-width: 100%; }
    #zero #mobatacho_concept .right {
      width: 100%; }
      @media screen and (min-width: 320px) and (max-width: 999px) {
        #zero #mobatacho_concept .right {
          padding-top: 210px; } }
      @media screen and (min-width: 1000px) {
        #zero #mobatacho_concept .right {
          width: 55%;
          background: rgba(255, 255, 255, 0.8); } }
      #zero #mobatacho_concept .right h3 {
        color: #222;
        font-size: 2.7rem;
        display: inline;
        position: relative;
        z-index: 1; }
      #zero #mobatacho_concept .right p {
        font-size: 1.6rem;
        padding-top: 10px; }
      #zero #mobatacho_concept .right li {
        display: flex;
        flex-direction: column;
        padding: 10px 20px;
        text-align: center; }
        @media screen and (min-width: 1000px) {
          #zero #mobatacho_concept .right li {
            flex-direction: row;
            text-align: left; } }
        #zero #mobatacho_concept .right li:nth-child(1) {
          padding-top: 0; }
        @media screen and (min-width: 1000px) {
          #zero #mobatacho_concept .right li .inner {
            width: 300px; } }
        @media screen and (min-width: 320px) and (max-width: 999px) {
          #zero #mobatacho_concept .right li figure {
            padding: 10px 0 20px; } }
  #zero #logicompass_area {
    width: 300px;
    margin: 20px auto 0; }
    @media screen and (min-width: 1000px) {
      #zero #logicompass_area {
        width: 1000px;
        margin: 45px auto 0; } }
    #zero #logicompass_area .h2_hukidashi {
      color: #009388; }
    #zero #logicompass_area #logicompass_hp {
      border-radius: 10px;
      background: #009388;
      color: #fff;
      display: flex;
      flex-direction: column;
      padding: 20px; }
      @media screen and (min-width: 1000px) {
        #zero #logicompass_area #logicompass_hp {
          border-radius: 10px;
          padding: 12px 40px;
          flex-direction: row;
          align-items: center;
          margin-top: 15px; } }
      #zero #logicompass_area #logicompass_hp a {
        color: #fff; }
      #zero #logicompass_area #logicompass_hp .left figure {
        width: 150px;
        margin: 0 auto; }
        @media screen and (min-width: 1000px) {
          #zero #logicompass_area #logicompass_hp .left figure {
            width: 220px; } }
      #zero #logicompass_area #logicompass_hp .right {
        text-align: left; }
        @media screen and (min-width: 320px) and (max-width: 999px) {
          #zero #logicompass_area #logicompass_hp .right {
            text-align: center; } }
        @media screen and (min-width: 1000px) {
          #zero #logicompass_area #logicompass_hp .right {
            padding-left: 40px; } }
        #zero #logicompass_area #logicompass_hp .right img {
          width: 200px; }
          @media screen and (min-width: 1000px) {
            #zero #logicompass_area #logicompass_hp .right img {
              width: 280px;
              margin-left: -5px;
              padding-bottom: 14px; } }
        #zero #logicompass_area #logicompass_hp .right p {
          font-size: 1.4rem;
          text-align: left; }
          @media screen and (min-width: 1000px) {
            #zero #logicompass_area #logicompass_hp .right p {
              font-size: 1.6rem; } }
        #zero #logicompass_area #logicompass_hp .right a {
          display: inline-block;
          margin-top: 10px; }
        #zero #logicompass_area #logicompass_hp .right span {
          color: #FFE838;
          font-weight: 300; }

/* ------------------------------------
section1
-------------------------------------*/
#caution {
  font-size: .8rem;
  padding-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    #caution {
      padding-bottom: 0; } }

#first #movatacho_hand {
  max-width: 300px;
  margin: 0 auto; }
  @media screen and (min-width: 1000px) {
    #first #movatacho_hand {
      max-width: 547px;
      margin: 0; } }
@media screen and (min-width: 1000px) {
  #first #merit_list li {
    display: flex; } }
#first #merit_list li .merit_number {
  font-size: 5rem;
  line-height: 1;
  display: block;
  text-align: center;
  color: #009388; }
  @media screen and (min-width: 1000px) {
    #first #merit_list li .merit_number {
      font-size: 8.6rem;
      line-height: 136px;
      height: 136px;
      padding-right: 15px; } }
#first #merit_list li:nth-child(2), #first #merit_list li:nth-child(3) {
  padding-top: 20px; }
#first #merit_list li .merit_list_inner {
  position: relative;
  display: flex;
  width: 270px;
  height: 88px;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 8px;
  align-items: center; }
  @media screen and (min-width: 1000px) {
    #first #merit_list li .merit_list_inner {
      width: 390px;
      padding: 25px; } }
  #first #merit_list li .merit_list_inner.one {
    background: url("../img/sec1/sec1_yubi_ico.svg"), #009388;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 45px; }
    @media screen and (min-width: 1000px) {
      #first #merit_list li .merit_list_inner.one {
        background-position: 40px center;
        background-size: 54px; } }
  #first #merit_list li .merit_list_inner.two {
    background: url("../img/sec1/sec1_buta_ico.svg"), #009388;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 60px; }
    @media screen and (min-width: 1000px) {
      #first #merit_list li .merit_list_inner.two {
        background-position: 25px center;
        background-size: 78px; } }
  #first #merit_list li .merit_list_inner.three {
    background: url("../img/sec1/sec1_nippo_ico.svg"), #009388;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 50px; }
    @media screen and (min-width: 1000px) {
      #first #merit_list li .merit_list_inner.three {
        background-position: 36px center;
        background-size: 60px; } }
  #first #merit_list li .merit_list_inner .merit_list_inner_text {
    position: relative;
    padding-left: 65px; }
    @media screen and (min-width: 1000px) {
      #first #merit_list li .merit_list_inner .merit_list_inner_text {
        padding-left: 106px; } }
    #first #merit_list li .merit_list_inner .merit_list_inner_text h3 {
      font-size: 2.4rem;
      line-height: 1;
      padding-bottom: 8px;
      color: #ffe838; }
      @media screen and (min-width: 1000px) {
        #first #merit_list li .merit_list_inner .merit_list_inner_text h3 {
          font-size: 3.2rem; } }
    #first #merit_list li .merit_list_inner .merit_list_inner_text p {
      font-size: 1.2rem;
      color: #fff; }
      @media screen and (min-width: 1000px) {
        #first #merit_list li .merit_list_inner .merit_list_inner_text p {
          font-size: 1.6rem; } }

/* ------------------------------------
section2
-------------------------------------*/
#second {
  text-align: center; }
  @media screen and (min-width: 1000px) {
    #second {
      background: url("../img/sec2/section_driver_kanrisya_bg.jpg");
      background-position: center 65%;
      background-repeat: no-repeat;
      padding-bottom: 110px; } }
  #second .each_merit {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 38px;
    display: inline-block;
    height: 38px;
    margin: 0 auto 20px;
    padding: 0 36px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background: #009388; }
    @media screen and (min-width: 1000px) {
      #second .each_merit {
        font-size: 2.8rem;
        line-height: 58px;
        height: 58px;
        margin: 0 auto 60px;
        padding: 0 45px; } }
    #second .each_merit.kanriysha_merit {
      margin-top: 50px; }
      @media screen and (min-width: 1000px) {
        #second .each_merit.kanriysha_merit {
          margin-top: 180px; } }
  #second .right,
  #second .left {
    box-sizing: border-box; }
    @media screen and (min-width: 1000px) {
      #second .right,
      #second .left {
        width: 50%; } }
  #second #driver {
    position: relative; }
    #second #driver.all_contents .right {
      order: 1; }
    #second #driver.all_contents .left {
      order: -1; }
      @media screen and (min-width: 320px) and (max-width: 999px) {
        #second #driver.all_contents .left {
          padding-top: 260px; } }
    #second #driver #driver_smp {
      width: 100px;
      height: 212px;
      max-width: 100px;
      padding: 0px;
      box-sizing: border-box;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0; }
      @media screen and (min-width: 1000px) {
        #second #driver #driver_smp {
          width: 280px;
          height: 599px;
          max-width: 284px;
          left: 620px;
          top: -40px;
          transform: translateX(0); } }
  #second #unkou_kanrisya {
    position: relative;
    justify-content: flex-end; }
    #second #unkou_kanrisya #kanrisya_pc {
      width: 300px;
      height: 190px;
      max-width: 300px;
      padding: 0px;
      box-sizing: border-box;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0; }
      @media screen and (min-width: 1000px) {
        #second #unkou_kanrisya #kanrisya_pc {
          width: 800px;
          height: 506px;
          max-width: 800px;
          left: -60px;
          top: 0px;
          transform: translateX(0); } }
    @media screen and (min-width: 320px) and (max-width: 999px) {
      #second #unkou_kanrisya .right {
        padding-top: 235px; } }
  #second ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #second ul li {
      position: relative;
      box-sizing: border-box;
      width: 148px;
      height: 148px;
      padding: 10px;
      text-align: center;
      color: #222;
      border: solid 2px #009388;
      border-radius: 8px; }
      @media screen and (min-width: 1000px) {
        #second ul li {
          width: 245px;
          height: 245px; } }
      #second ul li:nth-child(1), #second ul li:nth-child(2) {
        margin-bottom: 30px; }
        @media screen and (min-width: 1000px) {
          #second ul li:nth-child(1), #second ul li:nth-child(2) {
            margin-bottom: 35px; } }
      @media screen and (min-width: 568px) and (max-width: 1000px) and (orientation: landscape) {
        #second ul li:nth-child(2) {
          margin-right: 4px; } }
      @media screen and (min-width: 768px) and (max-width: 1000px) and (orientation: portrait) {
        #second ul li:nth-child(2) {
          margin-right: 4px; } }
      #second ul li:nth-child(1), #second ul li:nth-child(3) {
        margin-right: 4px; }
        @media screen and (min-width: 1000px) {
          #second ul li:nth-child(1), #second ul li:nth-child(3) {
            margin-right: 8px; } }
      #second ul li.one {
        background: url("../img/sec2/second_img_one.svg"), #fff;
        background-repeat: no-repeat;
        background-position: center 25px;
        background-size: 60px;
        animation-delay: 0s; }
        @media screen and (min-width: 1000px) {
          #second ul li.one {
            background-position: center 40px;
            background-size: 90px; } }
      #second ul li.two {
        background: url("../img/sec2/second_img_two.svg"), #fff;
        background-repeat: no-repeat;
        background-position: center 10px;
        background-size: 50px; }
        @media screen and (min-width: 1000px) {
          #second ul li.two {
            background-position: center 20px;
            background-size: 75px; } }
      #second ul li.three {
        background: url("../img/sec2/second_img_three.svg"), #fff;
        background-repeat: no-repeat;
        background-position: center 8px;
        background-size: 35px; }
        @media screen and (min-width: 1000px) {
          #second ul li.three {
            background-position: center 20px;
            background-size: 55px; } }
      #second ul li.four {
        background: url("../img/sec2/second_img_four.svg"), #fff;
        background-repeat: no-repeat;
        background-position: center 17px;
        background-size: 60px; }
        @media screen and (min-width: 1000px) {
          #second ul li.four {
            background-position: center 35px;
            background-size: 90px; } }
      #second ul li.five {
        background: url("../img/sec2/second_img_five.svg"), #fff;
        background-repeat: no-repeat;
        background-position: center 20px;
        background-size: 60px;
        animation-delay: 0s; }
        @media screen and (min-width: 1000px) {
          #second ul li.five {
            background-position: center 40px;
            background-size: 85px; } }
      #second ul li.six {
        background: url("../img/sec2/second_img_six.svg"), #fff;
        background-repeat: no-repeat;
        background-position: center 19px;
        background-size: 54px; }
        @media screen and (min-width: 1000px) {
          #second ul li.six {
            background-position: center 35px;
            background-size: 86px; } }
      #second ul li.seven {
        background: url("../img/sec2/second_img_seven.svg"), #fff;
        background-repeat: no-repeat;
        background-position: center 10px;
        background-size: 40px; }
        @media screen and (min-width: 1000px) {
          #second ul li.seven {
            background-position: center 28px;
            background-size: 58px; } }
      #second ul li.eight {
        background: url("../img/sec2/second_img_eight.svg"), #fff;
        background-repeat: no-repeat;
        background-position: center 7px;
        background-size: 49px; }
        @media screen and (min-width: 1000px) {
          #second ul li.eight {
            background-position: center 21px;
            background-size: 75px; } }
        @media screen and (min-width: 1000px) {
          #second ul li.eight p {
            font-size: 1.4rem; } }
      #second ul li .num {
        font-size: 30px;
        line-height: 50px;
        position: absolute;
        z-index: 1;
        top: -30px;
        left: -4px;
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        background: #009388; }
        @media screen and (min-width: 1000px) {
          #second ul li .num {
            font-size: 52px;
            line-height: 85px;
            width: 85px;
            height: 85px; } }
      #second ul li h3 {
        font-size: 2.1rem;
        line-height: 2.1rem;
        padding: 60px 0 8px; }
        @media screen and (min-width: 1000px) {
          #second ul li h3 {
            font-size: 3.6rem;
            line-height: 3.6rem;
            padding: 108px 0 8px; } }
        #second ul li h3.h3_small {
          font-size: 1.9rem; }
          @media screen and (min-width: 1000px) {
            #second ul li h3.h3_small {
              font-size: 3.2rem; } }
      #second ul li p {
        text-align: left; }
        @media screen and (min-width: 1000px) {
          #second ul li p {
            font-size: 1.6rem;
            text-align: center; } }

/* ------------------------------------
section2-two
-------------------------------------*/
#second_two {
  padding: 0 0 20px; }
  @media screen and (min-width: 1000px) {
    #second_two {
      padding: 0; } }
  #second_two #second_two_top {
    position: relative;
    padding-top: 60px;
    background: #EEEEEE; }
    @media screen and (min-width: 1000px) {
      #second_two #second_two_top {
        padding-top: 90px; } }
    #second_two #second_two_top .contents {
      position: relative; }
    @media screen and (min-width: 1000px) {
      #second_two #second_two_top {
        height: 724px; } }
    #second_two #second_two_top #kanrisya_hukidashi {
      margin: 0 auto;
      box-sizing: border-box;
      background: #fff;
      border-radius: 8px;
      padding: 30px 10px 10px; }
      @media screen and (min-width: 320px) and (max-width: 999px) {
        #second_two #second_two_top #kanrisya_hukidashi {
          max-width: 300px;
          width: 100%; } }
      @media screen and (min-width: 1000px) {
        #second_two #second_two_top #kanrisya_hukidashi {
          position: absolute;
          z-index: 1;
          width: 783px;
          height: 419px;
          padding: 50px;
          background: url("../img/common/unkoukanrisya_hukidashi.svg");
          background-repeat: no-repeat;
          border-radius: 0; } }
      #second_two #second_two_top #kanrisya_hukidashi h3 {
        font-size: 1.5rem;
        position: relative;
        display: inline-block;
        z-index: 1;
        color: #222;
        padding-bottom: 20px; }
        @media screen and (min-width: 1000px) {
          #second_two #second_two_top #kanrisya_hukidashi h3 {
            font-size: 3.5rem;
            padding-bottom: 30px; } }
        #second_two #second_two_top #kanrisya_hukidashi h3:before {
          display: inline-block;
          content: '';
          background: url("../img/common/checkbox.svg");
          background-repeat: no-repeat;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          padding-right: 10px;
          background-size: contain; }
          @media screen and (min-width: 1000px) {
            #second_two #second_two_top #kanrisya_hukidashi h3:before {
              font-size: 3.5rem;
              width: 40px;
              height: 40px; } }
    #second_two #second_two_top figure {
      position: relative;
      width: 220px;
      margin: 0 auto;
      padding-top: 20px; }
      @media screen and (min-width: 1000px) {
        #second_two #second_two_top figure {
          position: absolute;
          width: 500px;
          bottom: -600px;
          right: -70px;
          padding-top: 30px; } }
  #second_two #second_two_bottom:before {
    display: block;
    content: '';
    width: 250px;
    height: 45px;
    background: url("../img/common/gray_hukidashi.svg");
    background-repeat: no-repeat;
    margin: 0 auto; }
  #second_two #second_two_bottom #onayamikaiketsu_midashi {
    height: 236px;
    color: #fff;
    padding: 35px 0;
    margin-top: -50px;
    position: relative;
    z-index: -1;
    background: #009388;
    margin-bottom: 40px; }
    @media screen and (min-width: 1000px) {
      #second_two #second_two_bottom #onayamikaiketsu_midashi {
        height: 476px;
        margin-bottom: 90px; } }
    #second_two #second_two_bottom #onayamikaiketsu_midashi .h2_hukidashi {
      margin-top: 45px; }
    @media screen and (min-width: 320px) and (max-width: 999px) {
      #second_two #second_two_bottom #onayamikaiketsu_midashi h2 {
        padding-bottom: 10px; } }
    @media screen and (min-width: 1000px) {
      #second_two #second_two_bottom #onayamikaiketsu_midashi h2 {
        font-size: 6rem;
        padding-bottom: 0; } }
    #second_two #second_two_bottom #onayamikaiketsu_midashi h2 span {
      color: #ffe838; }
    #second_two #second_two_bottom #onayamikaiketsu_midashi figure {
      width: 300px;
      margin: 0 auto; }
      @media screen and (min-width: 1000px) {
        #second_two #second_two_bottom #onayamikaiketsu_midashi figure {
          width: 627px;
          padding-top: 10px; } }
  #second_two #second_two_bottom .onayami_box {
    margin: 0 auto;
    display: flex;
    padding: 40px 0; }
    @media screen and (min-width: 320px) and (max-width: 999px) {
      #second_two #second_two_bottom .onayami_box {
        flex-direction: column; } }
    @media screen and (min-width: 1000px) {
      #second_two #second_two_bottom .onayami_box {
        width: 1000px;
        padding: 50px 0 60px; } }
    #second_two #second_two_bottom .onayami_box .left,
    #second_two #second_two_bottom .onayami_box .right {
      box-sizing: border-box; }
    #second_two #second_two_bottom .onayami_box .left {
      width: 100%;
      margin: 0 auto;
      position: relative; }
      @media screen and (min-width: 320px) and (max-width: 999px) {
        #second_two #second_two_bottom .onayami_box .left {
          max-width: 300px; } }
      @media screen and (min-width: 1000px) {
        #second_two #second_two_bottom .onayami_box .left {
          width: 55%;
          padding-top: 50px;
          padding-right: 50px; } }
      #second_two #second_two_bottom .onayami_box .left .kaiketsu_num {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #009388;
        font-family: futura-pt, sans-serif; }
        @media screen and (min-width: 320px) and (max-width: 999px) {
          #second_two #second_two_bottom .onayami_box .left .kaiketsu_num {
            font-size: 4rem;
            top: -50px; } }
        @media screen and (min-width: 1000px) {
          #second_two #second_two_bottom .onayami_box .left .kaiketsu_num {
            top: -50px;
            font-size: 8.6rem; } }
      #second_two #second_two_bottom .onayami_box .left h3 {
        font-size: 2rem;
        color: #222;
        margin-bottom: 5px; }
        @media screen and (min-width: 1000px) {
          #second_two #second_two_bottom .onayami_box .left h3 {
            font-size: 3.5rem;
            margin-bottom: 10px; } }
      #second_two #second_two_bottom .onayami_box .left p {
        font-size: 1.4rem; }
        @media screen and (min-width: 320px) and (max-width: 999px) {
          #second_two #second_two_bottom .onayami_box .left p {
            padding-bottom: 20px; } }
        @media screen and (min-width: 1000px) {
          #second_two #second_two_bottom .onayami_box .left p {
            font-size: 2rem; } }
    #second_two #second_two_bottom .onayami_box .right {
      width: 100%;
      margin: 0 auto; }
      @media screen and (min-width: 320px) and (max-width: 999px) {
        #second_two #second_two_bottom .onayami_box .right {
          max-width: 300px; } }
      @media screen and (min-width: 1000px) {
        #second_two #second_two_bottom .onayami_box .right {
          width: 45%; } }
      #second_two #second_two_bottom .onayami_box .right figure {
        text-align: center; }
        #second_two #second_two_bottom .onayami_box .right figure img {
          width: auto; }
    #second_two #second_two_bottom .onayami_box:after {
      content: '';
      display: block;
      clear: both; }

/* ------------------------------------
section3
-------------------------------------*/
#third {
  position: relative;
  padding-bottom: 0; }
  #third #movatacho_bottom {
    padding-bottom: 60px;
    background: url(../img/sec3/sec3_bg2.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto 370px;
    text-align: center; }
    @media screen and (min-width: 568px) and (max-width: 1000px) and (orientation: landscape) {
      #third #movatacho_bottom {
        background-size: contain; } }
    @media screen and (min-width: 768px) and (max-width: 1000px) and (orientation: portrait) {
      #third #movatacho_bottom {
        background-size: contain; } }
    @media screen and (min-width: 1000px) {
      #third #movatacho_bottom {
        margin-top: 130px;
        background-size: cover;
        background-position: top;
        padding-bottom: 100px; } }
    #third #movatacho_bottom #movatacho_use {
      position: relative;
      width: 190px;
      height: 190px;
      background: url(../img/sec3/sec3_movatacho_img.png);
      background-repeat: no-repeat;
      background-position: center;
      margin: 50px auto 50px;
      background-size: contain; }
      @media screen and (min-width: 1000px) {
        #third #movatacho_bottom #movatacho_use {
          width: 395px;
          height: 350px;
          background: url(../img/sec3/sec3_movatacho_img.png);
          background-repeat: no-repeat;
          background-position: center;
          margin: 0 auto 90px; } }
      #third #movatacho_bottom #movatacho_use figure {
        position: absolute;
        width: 220px;
        top: -60px;
        left: auto;
        right: -50px; }
        @media screen and (min-width: 1000px) {
          #third #movatacho_bottom #movatacho_use figure {
            width: 445px;
            top: -120px;
            right: -140px;
            left: auto; } }
      #third #movatacho_bottom #movatacho_use:after {
        content: '\e313';
        font-family: 'Material Icons';
        vertical-align: bottom;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #009388;
        bottom: -45px;
        font-size: 5rem; }
        @media screen and (min-width: 1000px) {
          #third #movatacho_bottom #movatacho_use:after {
            font-size: 7.5rem;
            bottom: -70px; } }
    #third #movatacho_bottom figure#unkounippo {
      max-width: 300px;
      margin: 0 auto; }
      @media screen and (min-width: 1000px) {
        #third #movatacho_bottom figure#unkounippo {
          max-width: 640px; } }
    #third #movatacho_bottom h2 {
      position: relative;
      display: inline-block;
      z-index: 1; }
      @media screen and (min-width: 320px) and (max-width: 999px) {
        #third #movatacho_bottom h2 {
          font-size: 2rem; } }

/* ------------------------------------
section4
-------------------------------------*/
#fourth ul {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1000px) {
    #fourth ul {
      flex-direction: row;
      margin-top: 14px; } }
  #fourth ul li {
    font-size: 1.8rem;
    position: relative;
    box-sizing: border-box;
    width: 300px;
    height: 370px;
    margin: 0 auto;
    text-align: center;
    border: solid 2px #009388;
    border-radius: 8px; }
    @media screen and (min-width: 1000px) {
      #fourth ul li {
        font-size: 2.6rem;
        width: 464px;
        height: 572px;
        margin: 0; } }
    #fourth ul li:nth-child(1) {
      margin-top: 20px;
      background: url("../img/sec4/sec4_1img.png"), #fff;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 80%; }
      @media screen and (min-width: 1000px) {
        #fourth ul li:nth-child(1) {
          margin-right: 72px; } }
      @media screen and (min-width: 1000px) {
        #fourth ul li:nth-child(1):after {
          display: block;
          font-family: 'Material Icons';
          font-size: 11rem;
          content: '\e315';
          vertical-align: bottom;
          position: absolute;
          top: 40%;
          right: -92px;
          color: #009388; } }
      @media screen and (min-width: 1000px) {
        #fourth ul li:nth-child(1) {
          background-size: 75%; } }
    #fourth ul li:nth-child(2) {
      margin-top: 50px;
      background: url("../img/sec4/sec4_2img.png"), #fff;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100%; }
      @media screen and (min-width: 1000px) {
        #fourth ul li:nth-child(2) {
          margin-top: 20px; } }
    #fourth ul li .num {
      font-size: 3.8rem;
      line-height: 70px;
      position: absolute;
      top: -35px;
      left: 50%;
      display: block;
      width: 70px;
      height: 70px;
      transform: translateX(-50%);
      color: #fff;
      border-radius: 50%;
      background: #009388; }
      @media screen and (min-width: 1000px) {
        #fourth ul li .num {
          font-size: 6.2rem;
          line-height: 110px;
          width: 110px;
          height: 110px;
          margin-top: -8px; } }
    #fourth ul li p {
      padding-top: 50px; }
      @media screen and (min-width: 1000px) {
        #fourth ul li p {
          padding-top: 90px; } }

/* ------------------------------------
section5
-------------------------------------*/
#fifth h2 {
  padding-bottom: 20px; }
  @media screen and (min-width: 1000px) {
    #fifth h2 {
      padding-bottom: 30px; } }
#fifth h2:before {
  display: block;
  content: '';
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: url(../img/sec5/loupe.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 10px; }
  @media screen and (min-width: 1000px) {
    #fifth h2:before {
      width: 115px;
      height: 115px;
      padding-bottom: 20px; } }
#fifth h3 {
  font-size: 1.8rem;
  line-height: 46px;
  height: 46px;
  text-align: center;
  color: #fff;
  background: #009388; }
  @media screen and (min-width: 1000px) {
    #fifth h3 {
      font-size: 3rem;
      line-height: 66px;
      height: 66px; } }
#fifth ul {
  box-sizing: border-box;
  max-width: 300px;
  margin: 0 auto;
  border: solid 2px #009388; }
  @media screen and (min-width: 1000px) {
    #fifth ul {
      max-width: 1000px; } }
  @media screen and (min-width: 1000px) {
    #fifth ul .all_contents {
      padding: 0 40px; } }
  @media screen and (min-width: 320px) and (max-width: 999px) {
    #fifth ul li#top {
      padding: 30px 10px 10px; } }
  @media screen and (min-width: 1000px) {
    #fifth ul li:nth-child(1) {
      padding-bottom: 40px;
      max-width: 1000px; } }
  #fifth ul li:nth-child(2), #fifth ul li:nth-child(3), #fifth ul li:nth-child(4) {
    padding: 10px; }
  @media screen and (min-width: 1000px) {
    #fifth ul li:nth-child(2) {
      padding-top: 0;
      padding-left: 40px; } }
  @media screen and (min-width: 1000px) {
    #fifth ul li:nth-child(3) {
      padding: 0 40px 50px; } }
  #fifth ul li:nth-child(4) {
    padding-bottom: 40px; }
    @media screen and (min-width: 1000px) {
      #fifth ul li:nth-child(4) {
        margin-bottom: 50px; } }
  #fifth ul li p {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 5px;
    color: #009388;
    border-left: solid 2px #009388; }
    @media screen and (min-width: 1000px) {
      #fifth ul li p {
        font-size: 3rem;
        margin-bottom: 20px;
        padding-left: 10px;
        border-left: solid 5px #009388; } }

/* ------------------------------------
section6
-------------------------------------*/
#sixth {
  position: relative;
  min-height: 195px;
  background: url(../img/sec6/sec6_bg.jpg);
  background-repeat: no-repeat;
  background-position: -70px top;
  background-size: auto 330px; }
  @media screen and (min-width: 768px) and (max-width: 1000px) and (orientation: portrait) {
    #sixth {
      min-height: 260px;
      background-size: 100%;
      background-position: center bottom; } }
  @media screen and (min-width: 568px) and (max-width: 1000px) and (orientation: landscape) {
    #sixth {
      background-size: cover;
      background-position: center; } }
  @media screen and (min-width: 1000px) {
    #sixth {
      min-height: 620px;
      background-position: center bottom;
      background-size: 100%; } }
  #sixth h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding-bottom: 0;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    color: #fff;
    text-shadow: 0 0 5px #009388;
    background: transparent linear-gradient(90deg, #009388 0%, #00938800 100%) 0% 0% no-repeat padding-box; }
    @media screen and (min-width: 1000px) {
      #sixth h2 {
        font-size: 8rem;
        padding-top: 0; } }

/* ------------------------------------
footer
-------------------------------------*/
footer {
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  color: #fff;
  background: url("../img/footer/sec7_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom; }
  @media screen and (min-width: 1000px) {
    footer {
      font-size: 1.6rem;
      min-height: 1050px;
      background-size: cover; } }
  footer h2 {
    padding: 50px 0 20px; }
    @media screen and (min-width: 1000px) {
      footer h2 {
        padding: 64px 0 20px; } }
  footer table {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 150px; }
    @media screen and (min-width: 1000px) {
      footer table {
        max-width: 540px;
        padding-bottom: 250px; } }
    footer table th,
    footer table td {
      padding: 16px 0; }
    footer table th {
      width: 50px;
      padding-right: 10px; }
      @media screen and (min-width: 1000px) {
        footer table th {
          width: 112px; } }
  footer p {
    font-size: 1rem;
    position: absolute;
    bottom: 58px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #222; }
    @media screen and (min-width: 1000px) {
      footer p {
        font-size: 1.4rem;
        bottom: 0;
        padding: 20px; } }

/* ------------------------------------
お問い合わせフォーム
-------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 999px) {
  section#cta_area {
    padding-top: 60px;
    padding-bottom: 20px; } }

/*# sourceMappingURL=style.css.map */
