*,
*::after,
*::before {
  box-sizing: border-box; }

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

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

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: top;
  max-width: 100%; }

a {
  background: transparent;
  cursor: pointer; }

html {
  display: flex;
  flex-direction: column; }

body {
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  line-height: 1.6; }

main {
  flex: 1 1 auto; }

.clearfix {
  display: block; }
  .clearfix::before, .clearfix::after {
    clear: both;
    content: "";
    display: block; }

@media (min-width: 769px), print {
  .pc_hide {
    display: none !important; } }

@media (max-width: 768px) {
  .sp_hide {
    display: none !important; } }

body {
  font-size: 1rem;
  position: relative;
  overflow-y: scroll !important; }
  @media (max-width: 768px) {
    body {
      font-size: 0.875rem; } }

::placeholder {
  color: #ccc; }

a {
  color: #000;
  text-decoration: none;
  transition: .3s background-color ease, .3s border-color ease, .3s color ease, .3s opacity ease; }
  a:hover {
    color: #009d72; }
  @media (min-width: 769px), print {
    a[href^="tel:"] {
      pointer-events: none; } }

button {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left; }

.inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1030px; }

.bg_inner {
  margin: auto;
  max-width: 1080px; }

.marker {
  background: linear-gradient(to bottom, transparent 60%, #ffcf30 60%);
  display: inline-block; }

.btn {
  font-size: 1.25rem;
  background: #009d72 url("img/ico-arrow-d-wh.svg") right 20px center/auto 7px no-repeat;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 18px 40px;
  position: relative;
  text-align: center;
  width: 100%; }
  @media (max-width: 768px) {
    .btn {
      font-size: 1rem;
      background-position: right 12px center;
      background-size: auto 5px;
      padding: 15px 30px 15px 15px; } }
  .btn:hover {
    background-color: #222;
    color: #fff; }

.btn01 {
  background-color: #009d9d; }

.btn_zoom {
  background-color: #222;
  background-image: url("img/ico-zoom-wh.svg");
  background-size: 20px auto; }
  @media (max-width: 768px) {
    .btn_zoom {
      background-size: 15px auto; } }
  .btn_zoom:hover {
    background-color: #636363; }

.btn_blank {
  background-image: url("img/ico-blank-wh.svg");
  background-size: 19px auto; }
  @media (max-width: 768px) {
    .btn_blank {
      background-size: 14px auto; } }

.btn_right {
  background-image: url("img/ico-arrow-r-wh.svg");
  background-size: 7px auto; }

.btn_min {
  font-size: 0.9375rem;
  background-image: url("img/ico-arrow-r-wh.svg");
  background-size: 7px auto;
  padding: 8px 40px; }

.btn_white {
  font-size: 1.125rem;
  align-items: center;
  background: #fff;
  box-shadow: none;
  color: #000;
  display: flex;
  justify-content: center;
  padding: 20px 10px; }
  @media (max-width: 768px) {
    .btn_white {
      font-size: 1rem;
      padding: 15px 10px; } }
  .btn_white:hover {
    background-color: #dceee9;
    color: #000; }
  .btn_white::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 21px;
    margin-right: 10px;
    width: 21px; }
  .btn_white.inquiry::before {
    background-image: url("img/ico-mail-gr.svg"); }
  .btn_white.download::before {
    background-image: url("img/ico-book.svg"); }

.span_br {
  display: inline-block; }

.ttl {
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 768px) {
    .ttl {
      padding-left: 15px;
      padding-right: 15px; } }
  .ttl .ttl_en {
    font-size: 1.25rem;
    color: #009d72;
    margin-bottom: 12px; }
    @media (max-width: 768px) {
      .ttl .ttl_en {
        font-size: 1rem; } }
  .ttl h2 {
    font-size: 2.5rem; }
    @media (max-width: 768px) {
      .ttl h2 {
        font-size: 1.5rem; } }
    .ttl h2 strong {
      color: #009d72; }
    .ttl h2 .ttl_logo {
      display: inline-block;
      margin-right: 10px;
      height: 45px;
      width: 180px;
      vertical-align: sub; }
      @media (max-width: 768px) {
        .ttl h2 .ttl_logo {
          height: 28px;
          width: 113px; } }
      .ttl h2 .ttl_logo img {
        width: 100%; }

header {
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }
  @media (max-width: 768px) {
    header {
      padding: 15px 10px; } }

.hd_logo {
  width: 128px; }

.menu_btn {
  background-color: #009d72;
  border-radius: 10px;
  height: 69px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 69px;
  z-index: 10; }
  @media (max-width: 768px) {
    .menu_btn {
      height: 50px;
      right: 10px;
      top: 10px;
      width: 50px; } }
  .menu_btn_line, .menu_btn_line::before, .menu_btn_line::after {
    background: #fff;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all .3s;
    width: 30px; }
    @media (max-width: 768px) {
      .menu_btn_line, .menu_btn_line::before, .menu_btn_line::after {
        height: 2px;
        width: 24px; } }
  .menu_btn_line {
    top: 33px; }
    @media (max-width: 768px) {
      .menu_btn_line {
        top: 24px; } }
    .menu_btn_line::before, .menu_btn_line::after {
      content: "";
      transform-origin: left; }
    .menu_btn_line::before {
      bottom: 11px; }
      @media (max-width: 768px) {
        .menu_btn_line::before {
          bottom: 8px; } }
    .menu_btn_line::after {
      top: 11px; }
      @media (max-width: 768px) {
        .menu_btn_line::after {
          top: 8px; } }
  .fixed .menu_btn_line {
    background-color: transparent; }
    .fixed .menu_btn_line::before {
      bottom: 50%;
      transform: rotate(-45deg) translate(-50%, 50%); }
    .fixed .menu_btn_line::after {
      top: 50%;
      transform: rotate(45deg) translate(-50%, -50%); }

nav {
  align-items: center;
  background: #009d72;
  border-radius: 20px 0 0 20px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: -100%;
  padding: 50px 100px;
  position: fixed;
  text-align: center;
  top: 0;
  transition: .3s ease right;
  width: 450px;
  z-index: 9; }
  @media (max-width: 768px) {
    nav {
      border-radius: 0;
      padding: 50px 12%;
      width: 100%; } }
  .fixed nav {
    right: 0; }

.nav_list li {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .nav_list li {
      margin-bottom: 30px; } }
  .nav_list li a {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 700; }
    .nav_list li a:hover {
      color: #dceee9; }

.nav_contact {
  width: 100%; }
  .nav_contact li {
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .nav_contact li {
        margin-bottom: 20px; } }
    .nav_contact li:last-of-type {
      margin-bottom: 0; }

footer {
  font-size: 0.8125rem;
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center; }
  @media (max-width: 768px) {
    footer {
      padding-bottom: 70px; } }

.ft_contact {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 8; }
  @media (max-width: 768px) {
    .ft_contact {
      bottom: 10px;
      right: 10px; } }
  @media (max-width: 768px) {
    .ft_contact_list {
      display: flex;
      column-gap: 5px; } }
  @media (min-width: 769px), print {
    .ft_contact_list li {
      margin-top: 10px; } }
  .ft_contact_list a {
    font-size: 1rem;
    border: 2px solid #009d72;
    padding: 12px 10px;
    width: 200px; }
    @media (max-width: 768px) {
      .ft_contact_list a {
        font-size: 0.875rem;
        padding: 10px 20px;
        width: 100%;
        max-width: 200px; } }
    .ft_contact_list a::before {
      height: 16px;
      margin-right: 6px;
      vertical-align: middle;
      width: 16px; }

.blocker {
  background-color: rgba(0, 103, 75, 0.8);
  z-index: 20;
  padding: 20px 80px; }
  @media (max-width: 768px) {
    .blocker {
      padding: 40px 20px 20px; } }

.modal {
  border-radius: 20px;
  box-shadow: none;
  padding: 40px 50px;
  max-width: 760px;
  width: 100%; }
  @media (max-width: 768px) {
    .modal {
      padding: 20px; } }
  .modal.modal_spec {
    max-width: 760px; }
  .modal.modal_accessory {
    max-width: 680px; }
  .modal a.close-modal {
    background: none;
    height: 50px;
    right: -80px;
    position: absolute;
    top: -20px;
    width: 50px; }
    @media (max-width: 768px) {
      .modal a.close-modal {
        height: 40px;
        right: -20px;
        top: -40px;
        width: 40px; } }
    .modal a.close-modal::before, .modal a.close-modal::after {
      background: #fff;
      content: "";
      height: 2px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 60px; }
      @media (max-width: 768px) {
        .modal a.close-modal::before, .modal a.close-modal::after {
          width: 40px; } }
    .modal a.close-modal::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .modal a.close-modal::after {
      transform: translate(-50%, -50%) rotate(-45deg); }

.modal_ttl {
  font-size: 1.75rem;
  color: #009d72;
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 768px) {
    .modal_ttl {
      font-size: 1.25rem;
      margin-bottom: 15px; } }
  .modal_ttl.modal_ttl01 {
    color: #009d9d; }

.modal_spec_tbl th,
.modal_spec_tbl td {
  font-size: 1rem;
  padding-bottom: 15px;
  text-align: left;
  vertical-align: top;
  word-break: break-all; }
  @media (max-width: 768px) {
    .modal_spec_tbl th,
    .modal_spec_tbl td {
      font-size: 0.875rem;
      padding-bottom: 10px; } }
.modal_spec_tbl tr:last-of-type th, .modal_spec_tbl tr:last-of-type td {
  padding-bottom: 0; }
.modal_spec_tbl th {
  font-weight: bold;
  width: 23%; }
  @media (max-width: 768px) {
    .modal_spec_tbl th {
      width: 35%; } }
.modal_spec_tbl td {
  padding-left: 10px;
  width: 77%; }
  @media (max-width: 768px) {
    .modal_spec_tbl td {
      width: 65%; } }

.modal_btn {
  margin: 30px auto 0;
  max-width: 220px;
  width: 90%; }

.modal_accessory_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  @media (max-width: 768px) {
    .modal_accessory_list {
      gap: 20px 3%; } }
  .modal_accessory_list li {
    width: calc((100% - 60px)/4 ); }
    @media (max-width: 768px) {
      .modal_accessory_list li {
        width: 48.5%; } }
    .modal_accessory_list li figure {
      text-align: center; }
      .modal_accessory_list li figure img {
        max-width: 130px; }
      .modal_accessory_list li figure figcaption {
        font-size: 0.9375rem;
        margin-top: 10px; }
        @media (max-width: 768px) {
          .modal_accessory_list li figure figcaption {
            font-size: 0.875rem;
            margin-top: 5px; } }

.main {
  align-items: center;
  background: url("img/bg-main-visual.jpg") center/cover no-repeat;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative; }
  @media (max-width: 768px) {
    .main {
      padding-bottom: 50px;
      padding-top: 70px; } }
  .main_visual {
    max-width: 1920px; }
  .main_suptxt {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1030px;
    font-size: 0.875rem;
    bottom: -1.6em;
    position: absolute;
    text-align: right; }
    @media (max-width: 768px) {
      .main_suptxt {
        font-size: 0.75rem; } }

.contact {
  background: linear-gradient(to right, #61e9b4 0%, #f0ff70 100%); }
  .contact_inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1030px;
    background: url("img/img-contact.png") right bottom/229px auto no-repeat;
    padding-bottom: 60px;
    padding-top: 60px; }
    @media (max-width: 768px) {
      .contact_inner {
        background-size: 180px auto;
        padding-bottom: 100px;
        padding-top: 30px; } }
  .contact_ttl {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-align: center; }
    @media (max-width: 768px) {
      .contact_ttl {
        font-size: 1.25rem;
        margin-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px; } }
    .contact_ttl::before, .contact_ttl::after {
      background: #000;
      content: "";
      display: inline-block;
      margin: 0 20px -8px;
      height: 30px;
      width: 3px; }
      @media (max-width: 768px) {
        .contact_ttl::before, .contact_ttl::after {
          bottom: 0;
          height: 25px;
          position: absolute;
          width: 2px; } }
    .contact_ttl::before {
      left: 0;
      transform: rotate(-45deg); }
    .contact_ttl::after {
      right: 0;
      transform: rotate(45deg); }
  .contact_btn {
    display: flex;
    column-gap: 4%;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .contact_btn {
        column-gap: 2%;
        margin-bottom: 20px; } }
    .contact_btn li {
      width: 100%; }
      .contact_btn li a {
        font-size: 1.25rem;
        background-color: #fff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
        background-repeat: no-repeat;
        border-radius: 10px;
        display: block;
        font-weight: 700;
        padding: 80px 10px 35px;
        text-align: center; }
        @media (max-width: 768px) {
          .contact_btn li a {
            font-size: 0.8125rem;
            padding: 70px 5px 20px; } }
        .contact_btn li a:hover {
          background-color: #dceee9;
          color: #000; }
        .contact_btn li a.inquiry {
          background-image: url("img/ico-mail-gr.svg");
          background-position: center 38px;
          background-size: 35px auto; }
          @media (max-width: 768px) {
            .contact_btn li a.inquiry {
              background-position: center 30px;
              background-size: 30px auto; } }
        .contact_btn li a.demo {
          background-image: url("img/ico-demo-gr.svg");
          background-position: center 30px;
          background-size: auto 44px; }
          @media (max-width: 768px) {
            .contact_btn li a.demo {
              background-position: center 24px;
              background-size: auto 38px; } }
        .contact_btn li a.estimate {
          background-image: url("img/ico-file-gr.svg");
          background-position: center 32px;
          background-size: auto 40px; }
          @media (max-width: 768px) {
            .contact_btn li a.estimate {
              background-position: center 27px;
              background-size: auto 32px; } }
  .contact_tel {
    display: flex;
    margin: auto; }
    @media (min-width: 769px), print {
      .contact_tel {
        min-width: 610px;
        width: 80%; } }
    @media (max-width: 768px) {
      .contact_tel {
        flex-direction: column;
        max-width: 360px; } }
    .contact_tel dt {
      font-size: 1.125rem;
      background: url("img/bg-contact.svg") left/contain no-repeat;
      font-weight: 700;
      height: 47px;
      margin-right: 26px;
      padding: 8px 0 0 17px;
      width: 176px; }
      @media (max-width: 768px) {
        .contact_tel dt {
          font-size: 1rem;
          background-image: url("img/bg-contact-sp.svg");
          height: 56px;
          margin-right: 0;
          padding-left: 0;
          padding-top: 10px;
          text-align: center;
          width: 163px; } }
    @media (min-width: 769px), print {
      .contact_tel dd {
        text-align: center; } }
    .contact_tel_num {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 3.25rem;
      background: url("img/ico-phone.svg") left center/46px auto no-repeat;
      line-height: 1.1;
      padding-left: 61px; }
      @media (max-width: 768px) {
        .contact_tel_num {
          font-size: 2.5rem;
          background-size: 36px auto;
          padding: 5px 0 5px 51px; } }
    .contact_tel_time {
      font-size: 1.25rem; }
      @media (max-width: 768px) {
        .contact_tel_time {
          font-size: 1rem;
          text-align: center; } }

.mean {
  background: #f1f5f4;
  padding: 100px 0 80px; }
  @media (max-width: 768px) {
    .mean {
      padding: 50px 0 40px; } }
  .mean_inner {
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    margin: 50px auto;
    padding: 30px 0 40px; }
    @media (max-width: 768px) {
      .mean_inner {
        margin: 30px auto;
        padding: 20px; } }
  .mean_sttl {
    font-size: 1.75rem;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 768px) {
      .mean_sttl {
        font-size: 1.125rem;
        margin-bottom: 5px; } }
    .mean_sttl strong {
      font-size: 2.5rem;
      color: #009d72;
      margin: 0 5px; }
      @media (max-width: 768px) {
        .mean_sttl strong {
          font-size: 1.5rem; } }
    .mean_sttl .marker {
      padding-right: 10px; }
      @media (max-width: 768px) {
        .mean_sttl .marker {
          padding-right: 5px; } }
    .mean_sttl_sub {
      font-weight: 700;
      position: relative;
      text-align: center; }
      @media (max-width: 768px) {
        .mean_sttl_sub {
          font-size: 0.875rem; } }
      .mean_sttl_sub::before, .mean_sttl_sub::after {
        background: #000;
        content: "";
        display: inline-block;
        margin: 0 15px -4px;
        height: 21px;
        width: 2px; }
      .mean_sttl_sub::before {
        transform: rotate(-45deg); }
      .mean_sttl_sub::after {
        transform: rotate(45deg); }
  @media (min-width: 769px), print {
    .mean_list {
      display: flex; } }
  .mean_list li {
    align-items: center;
    display: flex;
    padding: 0 30px;
    width: 100%; }
    @media (min-width: 769px), print {
      .mean_list li {
        border-left: 2px solid #f1f5f4; } }
    @media (max-width: 768px) {
      .mean_list li {
        border-top: 2px solid #f1f5f4;
        padding: 15px 0; } }
    @media (min-width: 769px), print {
      .mean_list li:first-of-type {
        border-left: none; } }
    @media (max-width: 768px) {
      .mean_list li:first-of-type {
        border-top: none; } }
  .mean_list_img {
    margin-right: 10px;
    width: 41%; }
    @media (max-width: 768px) {
      .mean_list_img {
        width: 34.5%; } }
  .mean_list_detail {
    flex: 1 1 0%; }
    .mean_list_detail dt {
      font-size: 1.75rem;
      color: #009d72;
      font-weight: 700;
      margin-bottom: 5px; }
      @media (max-width: 768px) {
        .mean_list_detail dt {
          font-size: 1.25rem; } }
    @media (max-width: 768px) {
      .mean_list_detail dd {
        font-size: 0.9375rem; } }
  .mean_btn {
    margin: auto;
    width: 100%;
    max-width: 360px; }

.reason {
  padding-bottom: 80px;
  padding-top: 80px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .reason {
      padding-bottom: 40px;
      padding-top: 40px; } }
  .reason_intro {
    text-align: center; }
    @media (max-width: 768px) {
      .reason_intro {
        padding-left: 15px;
        padding-right: 15px; } }
  .reason_list {
    counter-reset: reason 0; }
    .reason_list_num {
      font-size: 3.75rem;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      color: #ffcf30;
      position: absolute;
      right: 0;
      top: -110px; }
      @media (max-width: 768px) {
        .reason_list_num {
          font-size: 1.875rem;
          right: 10px;
          top: -60px; } }
      .reason_list_num::after {
        font-size: 7.5rem;
        content: counter(reason,decimal-leading-zero);
        counter-increment: reason 1; }
        @media (max-width: 768px) {
          .reason_list_num::after {
            font-size: 3.75rem; } }
    @media (min-width: 769px), print {
      .reason_list_intro {
        align-items: center;
        column-gap: 5%;
        display: flex; } }
    .reason_list_intro_img {
      position: relative;
      width: 50%; }
      @media (max-width: 768px) {
        .reason_list_intro_img {
          margin-bottom: 20px;
          width: 100%; } }
      .reason_list_intro_img::before {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 160px;
        position: absolute; }
        @media (max-width: 768px) {
          .reason_list_intro_img::before {
            height: 80px; } }
      .reason_list_intro_img img {
        aspect-ratio: 4 / 3;
        border-radius: 20px;
        object-fit: cover; }
    .reason_list_intro_detail {
      flex: 1 1 0%; }
      .reason_list_intro_detail dt {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 25px; }
        @media (max-width: 768px) {
          .reason_list_intro_detail dt {
            font-size: 1.875rem;
            margin-bottom: 15px; } }
    .reason_list_ttl {
      font-size: 1.75rem;
      margin-bottom: 25px;
      margin-top: 55px;
      text-align: center; }
      @media (max-width: 768px) {
        .reason_list_ttl {
          font-size: 1.25rem;
          margin-bottom: 15px;
          margin-top: 40px; } }
    .reason_list_inner {
      background-color: #fff;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
      border-radius: 20px;
      padding: 50px; }
      @media (max-width: 768px) {
        .reason_list_inner {
          padding: 20px; } }
    .reason_list_tablet::before {
      display: none !important; }
    .reason_list > li {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      width: 100%;
      max-width: 1000px;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 1030px;
      margin-top: 100px;
      padding: 80px 20px;
      position: relative;
      z-index: 2; }
      @media (max-width: 768px) {
        .reason_list > li {
          margin-top: 60px;
          padding: 40px 15px; } }
      .reason_list > li::before {
        background: #f1f5f4;
        border-radius: 50px;
        bottom: 0;
        content: "";
        left: -80px;
        right: -80px;
        position: absolute;
        top: 0;
        z-index: -1; }
      .reason_list > li:nth-of-type(even) .reason_list_num {
        left: 0;
        right: auto; }
        @media (max-width: 768px) {
          .reason_list > li:nth-of-type(even) .reason_list_num {
            left: 10px; } }
      .reason_list > li:nth-of-type(even) .reason_list_intro {
        flex-direction: row-reverse; }
  .reason_lineup .reason_list_intro_img::before {
    background-image: url("img/img-reason01-sub.png");
    left: 0;
    top: -160px;
    width: 202px; }
    @media (max-width: 768px) {
      .reason_lineup .reason_list_intro_img::before {
        top: -80px;
        width: 101px; } }
  .reason_maker .reason_list_intro_img::before {
    background-image: url("img/img-reason02-sub.png");
    right: 0;
    top: -140px;
    width: 212px; }
    @media (max-width: 768px) {
      .reason_maker .reason_list_intro_img::before {
        top: -70px;
        width: 106px; } }
  @media (min-width: 769px), print {
    .reason_maker_inner {
      align-items: center;
      display: flex; } }
  @media (min-width: 769px), print {
    .reason_maker_logo {
      margin-right: 5.5%;
      width: 44.4%; } }
  @media (max-width: 768px) {
    .reason_maker_logo {
      margin: 0 auto 20px;
      width: min(90%, 400px); } }
  .reason_maker_check {
    flex: 1 1 0%; }
    .reason_maker_check li {
      font-size: 1.25rem;
      background: url("img/ico-sqcheck-gr.svg") left 8px/18px auto no-repeat;
      margin: 8px 0;
      padding-left: 28px; }
      @media (max-width: 768px) {
        .reason_maker_check li {
          font-size: 1rem;
          background-position: left 5px;
          background-size: 14px auto;
          padding-left: 20px; } }
  .reason_support .reason_list_intro_img::before {
    background-image: url("img/img-reason03-sub.png");
    left: 0;
    top: -150px;
    width: 246px; }
    @media (max-width: 768px) {
      .reason_support .reason_list_intro_img::before {
        top: -75px;
        width: 123px; } }
  .reason_support_flow {
    margin: auto;
    width: 100%;
    max-width: 730px; }
    .reason_support_flow li {
      align-items: center;
      background: url("img/ico-triangle-b-gr.svg") center bottom/auto 10px no-repeat;
      display: flex;
      padding-bottom: 10px; }
      @media (max-width: 768px) {
        .reason_support_flow li {
          display: block;
          margin-bottom: 10px;
          padding-bottom: 20px; } }
      .reason_support_flow li:last-of-type {
        background: none;
        margin-bottom: 0;
        padding-bottom: 0; }
  .reason_support_img {
    margin-right: 6.8%;
    width: 180px; }
    @media (max-width: 768px) {
      .reason_support_img {
        margin: auto; } }
  .reason_support_detail {
    flex: 1 1 0%; }
    .reason_support_detail dt {
      font-size: 1.75rem;
      color: #009d72;
      font-weight: 700;
      margin-bottom: 5px; }
      @media (max-width: 768px) {
        .reason_support_detail dt {
          font-size: 1.25rem; } }

.tablet {
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 80px; }
  @media (max-width: 768px) {
    .tablet {
      padding-bottom: 40px;
      padding-top: 40px; } }
  .tablet_list {
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding: 20px 50px;
    position: relative; }
    @media (max-width: 768px) {
      .tablet_list {
        padding: 10px 20px; } }
    .tablet_list::before {
      background: url("img/img-tablet-sub.png") center/contain no-repeat;
      content: "";
      height: 160px;
      left: 0;
      position: absolute;
      top: -140px;
      width: 178px; }
      @media (max-width: 768px) {
        .tablet_list::before {
          display: none; } }
    .tablet_list dl {
      display: flex;
      flex-wrap: wrap;
      gap: 20px 1.8%;
      margin: auto;
      padding: 30px 0 40px;
      max-width: 780px; }
      @media (max-width: 768px) {
        .tablet_list dl {
          gap: 10px 2%;
          padding: 20px 0; } }
      .tablet_list dl dt {
        font-size: 1.75rem;
        font-weight: 700;
        text-align: center;
        width: 100%; }
        @media (max-width: 768px) {
          .tablet_list dl dt {
            font-size: 1.25rem; } }
      .tablet_list dl dd {
        width: calc(96.4% / 3); }
        @media (max-width: 768px) {
          .tablet_list dl dd {
            width: 49%; } }
    .tablet_list_android {
      border-bottom: 2px solid #f1f5f4; }
      .tablet_list_android dt {
        color: #009d72; }
    .tablet_list_windows dt {
      color: #009d9d; }
  .tablet_ttl {
    font-size: 3.75rem;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative; }
    @media (max-width: 768px) {
      .tablet_ttl {
        font-size: 1.875rem;
        margin-bottom: 15px;
        padding-left: 20px; } }
    .tablet_ttl::before, .tablet_ttl::after {
      background: #fff;
      content: "";
      position: absolute; }
    .tablet_ttl::before {
      border-radius: 10px;
      height: 20px;
      left: 0;
      top: 42px;
      width: 20px; }
      @media (max-width: 768px) {
        .tablet_ttl::before {
          height: 11px;
          top: 20px;
          width: 11px; } }
    .tablet_ttl::after {
      height: 2px;
      left: -100px;
      top: 51px;
      width: 100px; }
      @media (max-width: 768px) {
        .tablet_ttl::after {
          height: 1px;
          top: 25px; } }
  .tablet_item {
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 50px; }
    @media (max-width: 768px) {
      .tablet_item {
        margin-bottom: 15px;
        padding: 20px; } }
    .tablet_item_intro {
      align-items: center;
      display: flex;
      font-weight: 700; }
      @media (max-width: 768px) {
        .tablet_item_intro {
          flex-direction: column-reverse; } }
    @media (min-width: 769px), print {
      .tablet_item_detail {
        flex: 1 1 0%; } }
    @media (max-width: 768px) {
      .tablet_item_detail {
        width: 100%; } }
    @media (min-width: 769px), print {
      .tablet_item_img {
        margin-left: 5.5%;
        width: 47%; } }
    @media (max-width: 768px) {
      .tablet_item_img {
        max-width: 400px;
        margin: 0 auto 20px; } }
    .tablet_item_tag {
      display: flex;
      gap: 10px;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .tablet_item_tag {
          gap: 5px;
          margin-bottom: 15px; } }
      .tablet_item_tag li {
        font-size: 1.25rem;
        border-radius: 5px;
        display: block;
        padding: 5px 10px; }
        @media (max-width: 768px) {
          .tablet_item_tag li {
            font-size: 1rem; } }
    .tablet_item_name {
      font-size: 1.75rem;
      margin-bottom: 15px; }
      @media (max-width: 768px) {
        .tablet_item_name {
          font-size: 1.25rem;
          margin-bottom: 5px; } }
    .tablet_item_feature {
      font-size: 2.1875rem;
      margin-bottom: 25px; }
      @media (max-width: 768px) {
        .tablet_item_feature {
          font-size: 1.5rem;
          margin-bottom: 10px; } }
    .tablet_item_check li {
      background: url("img/ico-check-gr.svg") left 8px/20px auto no-repeat;
      padding: 5px 0 5px 30px; }
      @media (max-width: 768px) {
        .tablet_item_check li {
          background-position: left 7px;
          background-size: 16px auto;
          padding: 3px 0 3px 24px; } }
    .tablet_item_btn {
      display: grid;
      gap: 20px;
      grid-template-columns: 1fr 1fr;
      margin-top: 30px; }
      @media (max-width: 768px) {
        .tablet_item_btn {
          margin-top: 10px;
          gap: 10px 5px; }
          .tablet_item_btn .btn {
            font-size: 0.875rem;
            padding: 15px 25px 15px 10px; } }
  .tablet_inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1030px;
    margin-top: 80px;
    padding: 60px 20px 20px;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      .tablet_inner {
        margin-top: 40px;
        padding: 20px 15px; } }
    .tablet_inner::before {
      border-radius: 50px;
      bottom: 0;
      content: "";
      left: -80px;
      right: -80px;
      position: absolute;
      top: 0;
      z-index: -1; }
    .tablet_inner.tablet_android::before {
      background-color: #009d72; }
    .tablet_inner.tablet_android .tablet_item_tag li {
      background-color: #dceee9;
      color: #009d72; }
    .tablet_inner.tablet_android .tablet_item_feature {
      color: #009d72; }
    .tablet_inner.tablet_windows::before {
      background-color: #009d9d; }
    .tablet_inner.tablet_windows .tablet_item_tag li {
      background-color: #e3f2f2;
      color: #009d9d; }
    .tablet_inner.tablet_windows .tablet_item_feature {
      color: #009d9d; }
    .tablet_inner.tablet_windows .tablet_item_check li {
      background-image: url("img/ico-check-bl.svg"); }
