@charset "UTF-8";
/*color*/
* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap; }

html {
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif; }

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  color: #222222;
  font-size: 1.6rem;
  overflow-x: hidden;
  /*
  --------------------------------個別クラス
  */
  /*
  ---------------------------------headling
  */
  /*parts*/
  /*
  ul,ol,dl--------------------
  */
  /*
  tables ------------------
  */
  /*header*/
  /*home*/ }
  body.open {
    width: 100%;
    height: 100%;
    position: fixed; }
  body .number {
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal; }
  body .wrap-full {
    width: 100%; }
  body .wrap-1280 {
    width: 1280px;
    margin: 0 auto; }
    @media (max-width: 1240px) {
      body .wrap-1280 {
        width: 100%;
        padding: 0 3vw; } }
    @media (max-width: 760px) {
      body .wrap-1280 {
        padding: 0 3vw; } }
  body .wrap-mini {
    max-width: 960px;
    width: 100%;
    margin: 0 auto; }
  body dl.basic {
    margin-bottom: 30px; }
    body dl.basic dt {
      font-weight: bold;
      margin-bottom: 10px; }
    body dl.basic dd {
      margin-bottom: 20px;
      padding: 0 0 0 15px; }
      body dl.basic dd:last-of-type {
        margin-bottom: 0; }
  body dl.type-line {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    @media (max-width: 760px) {
      body dl.type-line {
        margin-bottom: 4vw; } }
    body dl.type-line dt {
      width: 30%;
      padding-bottom: 10px;
      margin-bottom: 30px;
      border-bottom: 1px solid #C5C5C5; }
      @media (max-width: 760px) {
        body dl.type-line dt {
          margin-bottom: 1vw;
          width: 100%;
          border-bottom: none;
          font-size: 4vw; } }
    body dl.type-line dd {
      width: 68%;
      padding-bottom: 10px;
      margin-bottom: 30px;
      border-bottom: 1px solid #C5C5C5; }
      @media (max-width: 760px) {
        body dl.type-line dd {
          margin-bottom: 4vw;
          width: 100%; } }
      body dl.type-line dd .horizontal-item:last-child {
        margin-bottom: 0; }
      body dl.type-line dd ul.address li:not(:last-child) {
        margin-bottom: 1em; }
      body dl.type-line dd ul.address li .exp {
        display: block;
        margin-bottom: 0.5em;
        color: #666; }
  body dl.form {
    margin-top: 40px; }
    @media (max-width: 760px) {
      body dl.form {
        margin-top: 3vw; } }
    body dl.form dt:after {
      content: "必須";
      vertical-align: top;
      font-size: 0.5em;
      color: #A22121;
      margin-left: 5px; }
    body dl.form dd span.part {
      display: inline-block;
      width: 48%; }
      body dl.form dd span.part:first-of-type {
        margin-right: 4%; }
      body dl.form dd span.part:not(:last-of-type) {
        margin-bottom: 10px; }
    body dl.form dd select {
      padding: 5px;
      border: 1px solid #C5C5C5;
      font-size: 1.6rem;
      border-radius: 5px;
      width: 100%; }
    body dl.form dd input[type=text] {
      padding: 5px;
      border: 1px solid #C5C5C5;
      font-size: 1.6rem;
      border-radius: 5px;
      width: 100%; }
    body dl.form dd input.zip {
      padding: 5px;
      border: 1px solid #C5C5C5;
      font-size: 1.6rem;
      border-radius: 5px;
      display: inline-block; }
    body dl.form dd.agree .mwform-checkbox-field {
      display: block;
      padding: 20px  0 20px; }
  body div.submit {
    text-align: center; }
    @media (max-width: 760px) {
      body div.submit {
        margin-bottom: 6vw; } }
    body div.submit input {
      padding: 15px 20px;
      background: #007639;
      color: #fff;
      font-size: 2rem;
      border: 1px solid #007639;
      border-radius: 40px;
      max-width: 100%;
      width: 300px; }
      body div.submit input:hover {
        background: #fff;
        border: 1px solid #007639;
        color: #007639; }
      @media (max-width: 760px) {
        body div.submit input {
          font-size: 4.5vw; } }
  body .mt-0 {
    margin-top: 0 !important; }
  body .mb-0 {
    margin-bottom: 0 !important; }
  body .ta-c {
    text-align: center; }
  body h2 {
    font-size: 2.6rem;
    font-weight: bold;
    padding: 0 0 10px;
    margin-block: 50px 30px;
    border-bottom: 2px solid #C5C5C5;
    color: #222222; }
    @media (max-width: 760px) {
      body h2 {
        font-size: 5.2vw; } }
    body h2:after {
      content: "";
      width: 10%;
      height: 2px;
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px;
      background: #F38200; }
  body h3 {
    font-size: 2.2rem;
    font-weight: bold; }
    body h3.ttl-color {
      margin-block: 30px 30px;
      color: #F38200; }
      @media (max-width: 760px) {
        body h3.ttl-color {
          margin-block: 4.5vw 4.5vw; } }
    body h3.ttl-line {
      padding: 0 0 10px;
      margin-block: 50px 30px; }
      body h3.ttl-line:after {
        content: "";
        height: 2px;
        width: 15%;
        background: #F38200;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0; }
  body p {
    line-height: 1.7;
    font-size: 1.6rem;
    margin-bottom: 15px; }
    @media (max-width: 760px) {
      body p {
        font-size: 4vw; } }
  body strong {
    font-weight: bold; }
  body a {
    transition-duration: 0.4s;
    font-size: 1.6rem;
    color: #007639;
    text-decoration: none; }
    @media (max-width: 760px) {
      body a {
        font-size: 4vw; } }
    body a[href*="pdf"]:after {
      font-family: 'Material Symbols Outlined';
      content: "\e415";
      vertical-align: sub;
      font-size: 2rem;
      margin-left: .5em;
      color: #A22121; }
  body a:hover {
    transition-duration: 0.4s; }
  body figure {
    margin: 0; }
    body figure.sub-main-vis {
      margin-bottom: 60px; }
      @media (max-width: 760px) {
        body figure.sub-main-vis {
          margin-bottom: 4.5vw; } }
    body figure img {
      max-width: 100%; }
  body span {
    font-size: inherit; }
    body span.larger {
      font-family: "Urbanist", sans-serif;
      font-size: 3.6rem;
      font-weight: bold; }
  body img {
    vertical-align: bottom; }
  body .pc-show {
    display: block; }
    @media (max-width: 760px) {
      body .pc-show {
        display: none; } }
  body .sp-show {
    display: none; }
    @media (max-width: 760px) {
      body .sp-show {
        display: block; } }
  body .flex {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 760px) {
      body .flex {
        display: block; } }
  body sup {
    font-size: 1.2rem; }
    @media (max-width: 760px) {
      body sup {
        font-size: 2vw; } }
  body a.link-btn {
    display: block;
    background: #007639 url("/asset/img/common/icon-link-h.png") no-repeat right 10px center;
    background-size: 26px 26px;
    padding: 12px 58px 12px 20px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #007639;
    transition-duration: .3s; }
    body a.link-btn:hover {
      background: #fff url("/asset/img/common/icon-link.png") no-repeat right 10px center;
      background-size: 26px 26px;
      color: #007639; }
  body a.anc-btn {
    font-size: 1.4rem;
    border: 1px solid #007639;
    background: #007639 url("/asset/img/common/icon-anc-link-h.png") no-repeat right 10px center;
    background-size: 20px auto;
    padding: 5px 40px 5px 10px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    text-decoration: none; }
    body a.anc-btn:hover {
      background: #fff url("/asset/img/common/icon-anc-link.png") no-repeat right 10px center;
      background-size: 20px auto;
      color: #fff; }
  body ul strong {
    color: #A22121; }
  body ul.list {
    padding-left: 27px; }
    body ul.list li {
      list-style-type: disc;
      margin-bottom: 5px; }
      body ul.list li ul.list {
        margin-left: 2rem;
        margin-block: 15px 20px; }
        body ul.list li ul.list li {
          list-style-type: circle; }
    body ul.list.min {
      font-size: 1.4rem; }
      @media (max-width: 760px) {
        body ul.list.min {
          font-size: 3.8vw; } }
  body ul.list-anc li {
    text-align: left; }
    body ul.list-anc li:not(:last-child) {
      margin-bottom: 8px; }
    body ul.list-anc li a {
      background: url("/asset/img/common/icon-anc-link.png") no-repeat right center;
      background-size: 16px auto;
      padding-right: 26px;
      color: #007639;
      text-decoration: none; }
  body ul.link-list li {
    text-align: left; }
    body ul.link-list li:not(:last-child) {
      margin-bottom: 8px; }
    body ul.link-list li a {
      color: #007639;
      text-decoration: none; }
      body ul.link-list li a:before {
        font-family: 'Material Symbols Outlined';
        content: "\e5c8";
        vertical-align: sub;
        font-size: 2rem;
        margin-right: 8px; }
      body ul.link-list li a:hover {
        opacity: .5; }
  body ul.annotation {
    margin: 0 0 30px; }
    @media (max-width: 760px) {
      body ul.annotation {
        margin-bottom: 4vw; } }
    body ul.annotation li {
      font-size: 1.4rem;
      padding-left: 3rem;
      text-indent: -3rem;
      padding-left: 4rem; }
      body ul.annotation li:not(:last-child) {
        margin-bottom: 8px; }
      body ul.annotation li span {
        width: 3rem;
        text-indent: -1rem;
        display: inline-block; }
  body ul.notice {
    margin: 0 0 30px; }
    @media (max-width: 760px) {
      body ul.notice {
        margin-bottom: 4vw; } }
    body ul.notice li {
      font-size: 1.4rem;
      padding-left: 2rem;
      text-indent: -2rem;
      padding-left: 3rem; }
      body ul.notice li:not(:last-child) {
        margin-bottom: 8px; }
      body ul.notice li span {
        width: 2rem;
        text-indent: -1rem;
        display: inline-block; }
  body ul.check-list {
    margin-block: 30px 30px;
    font-weight: bold;
    font-weight: 300; }
    body ul.check-list li {
      margin-bottom: 5px; }
      body ul.check-list li:before {
        content: "";
        width: 20px;
        height: 19px;
        background: url("/asset/img/option/icon-check.png") no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 5px; }
  body ul.priority-list {
    margin-block: 30px 30px;
    font-weight: bold;
    font-weight: 300; }
    body ul.priority-list li {
      margin-bottom: 5px; }
      body ul.priority-list li:before {
        font-family: 'Material Symbols Outlined';
        content: "\e645";
        width: 20px;
        height: 19px;
        display: inline-block;
        margin-right: 5px;
        color: #F38200;
        font-size: 2.2;
        vertical-align: sub; }
  body div.table-wrapper {
    margin-bottom: 30px;
    width: 100%;
    overflow-x: auto; }
    @media (max-width: 760px) {
      body div.table-wrapper {
        border: 1px solid #C5C5C5; } }
    body div.table-wrapper table.basic {
      min-width: 960px; }
  body table + ul.annotation {
    margin-top: 20px; }
    @media (max-width: 760px) {
      body table + ul.annotation {
        margin-top: 4.5vw; } }
  body table td {
    border-bottom: 1px solid #C5C5C5; }
    body table td ul.link-list a {
      font-size: 1.4rem; }
    body table td a.link-btn {
      font-size: 1.4rem; }
    body table td p.catch {
      font-size: 2.0rem;
      font-weight: 700;
      margin-bottom: 15px;
      color: #F38200; }
      @media (max-width: 760px) {
        body table td p.catch {
          font-size: 5.2vw; } }
      body table td p.catch span {
        display: block;
        font-size: 1.6rem;
        font-weight: normal; }
    body table td p.text {
      font-weight: 500; }
    body table td.detail {
      width: 329px; }
      body table td.detail img.logo {
        max-width: 130px;
        margin-bottom: 18px;
        height: auto; }
      body table td.detail p.plan-name {
        color: #F38200;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 0; }
    body table td.data-speed {
      width: 162px; }
      body table td.data-speed p {
        margin-bottom: 0; }
    body table td.price {
      width: 224px; }
      body table td.price p {
        margin-bottom: 0; }
      body table td.price div.plus {
        color: transparent;
        background: url("/asset/img/plan/icon-plus.png") no-repeat;
        background-size: cover;
        width: 22px;
        height: 22px;
        margin: 0 auto;
        margin-bottom: 12px; }
      body table td.price div.from {
        color: transparent;
        background: url("/asset/img/plan/icon-from.png") no-repeat;
        background-size: cover;
        width: 8px;
        height: 27px;
        margin: 0 auto;
        margin-bottom: 12px; }
      body table td.price .bytes span {
        color: #F38200;
        font-weight: 700; }
      body table td.price p.provider {
        border-radius: 5px;
        padding: 10px;
        line-height: 1.4;
        margin-bottom: 20px; }
      body table td.price p.proviso {
        font-weight: 700; }
  body table.basic {
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 1px solid #C5C5C5;
    border-top: 1px solid #C5C5C5;
    width: 100%; }
    body table.basic thead th {
      background: #FFF7C6;
      color: #222222; }
    body table.basic th, body table.basic td {
      border-right: 1px solid #C5C5C5;
      border-bottom: 1px solid #C5C5C5;
      padding: 20px; }
    body table.basic th {
      color: #F38200; }
      body table.basic th span.smaller {
        font-size: 1.4rem;
        color: #333; }
    body table.basic td.high-light {
      background: #FFFFCF; }
      body table.basic td.high-light span.block {
        display: inline-block;
        padding: 0 5px; }
    body table.basic td .sub-bold {
      font-weight: bold; }
    body table.basic tr.high-light {
      border-top: 5px solid #C5C5C5; }
    body table.basic .w30p {
      width: 30%; }
    body table.basic .w25p {
      width: 15%; }
    body table.basic .w20p {
      width: 20%; }
    body table.basic .w35rem {
      width: 35rem; }
      @media (max-width: 760px) {
        body table.basic .w35rem {
          width: auto; } }
    body table.basic .w25rem {
      width: 25rem; }
      @media (max-width: 760px) {
        body table.basic .w25rem {
          width: auto; } }
    body table.basic .w18rem {
      width: 18rem; }
      @media (max-width: 760px) {
        body table.basic .w18rem {
          width: auto; } }
    body table.basic .nowrap {
      white-space: nowrap; }
  body .center {
    text-align: center; }
  body .right {
    text-align: right; }
  body .inner {
    padding: 0 40px; }
    @media (max-width: 760px) {
      body .inner {
        padding: 0 3vw; } }
  body .flex-layout1 {
    display: flex;
    justify-content: space-between; }
    body .flex-layout1 > div.big {
      width: 58%; }
      @media (max-width: 760px) {
        body .flex-layout1 > div.big {
          width: 100%;
          margin-bottom: 6vw; } }
      @media (max-width: 760px) {
        body .flex-layout1 > div.big h3 {
          text-align: center; } }
    body .flex-layout1 > div.small {
      width: 40%;
      text-align: center; }
      @media (max-width: 760px) {
        body .flex-layout1 > div.small {
          width: 100%; } }
      @media (max-width: 760px) {
        body .flex-layout1 > div.small img {
          width: 150px; } }
    body .flex-layout1 > div p.price {
      border-top: 1px solid #F38200;
      border-bottom: 1px solid #F38200;
      padding: 20px 0;
      text-align: center; }
      @media (max-width: 760px) {
        body .flex-layout1 > div p.price {
          padding: 3vw 0; } }
    @media (max-width: 760px) {
      body .flex-layout1.row-r {
        flex-direction: column-reverse; } }
  body .flex-layout2 {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 760px) {
      body .flex-layout2 {
        display: block; } }
    @media (max-width: 760px) {
      body .flex-layout2 > div:not(:last-child) {
        margin-bottom: 3vw; } }
    body .flex-layout2 > div.big {
      width: 76%; }
      @media (max-width: 760px) {
        body .flex-layout2 > div.big {
          width: 100%; } }
    body .flex-layout2 > div.small {
      width: 21.6%;
      text-align: center; }
      @media (max-width: 760px) {
        body .flex-layout2 > div.small {
          width: 100%; } }
    body .flex-layout2 > div .catch {
      font-size: 2.6rem;
      font-weight: bold;
      color: #F38200; }
      @media (max-width: 760px) {
        body .flex-layout2 > div .catch {
          font-size: 5.2vw; } }
    body .flex-layout2 > div .check-list li {
      font-size: 2rem; }
  body .flex-half-bloc {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 760px) {
      body .flex-half-bloc {
        display: block; } }
    body .flex-half-bloc > section {
      width: 48.5%;
      border: 1px solid #C5C5C5;
      border-radius: 8px;
      padding: 40px; }
      @media (max-width: 760px) {
        body .flex-half-bloc > section {
          width: 100%;
          padding: 3vw; }
          body .flex-half-bloc > section:not(:last-child) {
            margin-bottom: 3vw; } }
      body .flex-half-bloc > section > h3 {
        margin-top: 0; }
      body .flex-half-bloc > section ul.notice {
        margin-bottom: 0; }
    body .flex-half-bloc + section {
      margin-top: 0; }
    body .flex-half-bloc .price-lr {
      padding: 20px 30px;
      display: flex;
      justify-content: space-between;
      border: 1px solid #F38200;
      border-left: none;
      border-right: none;
      margin: 20px 0;
      align-items: center; }
      @media (max-width: 760px) {
        body .flex-half-bloc .price-lr {
          display: block;
          text-align: center;
          padding: 3vw; } }
      body .flex-half-bloc .price-lr p {
        margin-bottom: 0; }
      body .flex-half-bloc .price-lr p:first-child {
        width: 70%;
        font-size: 1.8rem; }
        @media (max-width: 760px) {
          body .flex-half-bloc .price-lr p:first-child {
            width: 100%; } }
        body .flex-half-bloc .price-lr p:first-child strong {
          color: #F38200;
          font-size: 1.8rem; }
      body .flex-half-bloc .price-lr p:last-child {
        text-align: right;
        width: 30%; }
        @media (max-width: 760px) {
          body .flex-half-bloc .price-lr p:last-child {
            width: 100%;
            text-align: center; } }
  body .corner {
    padding: 25px;
    border: 1px solid #C5C5C5; }
  body .mid-cv {
    width: 100%;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding: 40px 0;
    text-align: center;
    margin-block: 30px; }
    body .mid-cv p {
      color: #F38200;
      font-weight: bold;
      font-size: 2.6rem; }
    body .mid-cv a {
      border-radius: 5px;
      background: #007639;
      color: #fff;
      font-size: 2rem;
      text-align: center;
      display: block;
      margin: 0 auto;
      padding: 20px;
      max-width: 350px;
      width: 100%; }
  body .inquiry-form dt {
    color: #F38200; }
  body .inquiry-form dd span.mwform-radio-field {
    display: block;
    padding: 3px 0; }
  body .inquiry-form dd input[type="text"] {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #C5C5C5;
    width: 80%; }
    @media (max-width: 760px) {
      body .inquiry-form dd input[type="text"] {
        width: 100%; } }
  body .inquiry-form dd .mwform-tel-field input[type="text"] {
    width: 8rem; }
  body .inquiry-form dd input.zip {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #C5C5C5; }
  body .inquiry-form dd input[type="email"] {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #C5C5C5;
    width: 80%; }
    @media (max-width: 760px) {
      body .inquiry-form dd input[type="email"] {
        width: 100%; } }
  body .inquiry-form dd select[name="address"] {
    font-size: 1.6rem;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #C5C5C5;
    margin-top: 5px;
    width: 80%; }
    @media (max-width: 760px) {
      body .inquiry-form dd select[name="address"] {
        width: 100%; } }
  body .inquiry-form dd label[for="agree-1"] {
    border: 1px solid #C5C5C5;
    padding: 10px 20px;
    width: 100%;
    max-width: 300px;
    margin: 20px auto 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    cursor: pointer; }
    @media (max-width: 760px) {
      body .inquiry-form dd label[for="agree-1"] {
        margin: 0 auto; } }
  body .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0; }
  body header {
    border-bottom: 1px solid #C5C5C5;
    z-index: 6; }
    @media (max-width: 760px) {
      body header {
        display: block; } }
    body header div.wrap-1280 {
      display: flex;
      justify-content: space-between;
      padding: 54px 0 18px; }
      @media (max-width: 760px) {
        body header div.wrap-1280 {
          padding: 3vw 0 2vw; } }
      body header div.wrap-1280 > div.logo {
        width: 30%; }
        @media (max-width: 760px) {
          body header div.wrap-1280 > div.logo {
            width: 100%;
            padding-left: 3vw; } }
        @media (max-width: 760px) {
          body header div.wrap-1280 > div.logo h1 {
            line-height: normal;
            margin: 0;
            padding: 0;
            vertical-align: baseline;
            font-size: 1.6rem;
            display: block; } }
        @media (max-width: 760px) {
          body header div.wrap-1280 > div.logo a {
            line-height: normal;
            margin: 0;
            padding: 0;
            vertical-align: baseline;
            font-size: 1.6rem;
            display: block; } }
      body header div.wrap-1280 > div.navigation {
        margin: 14px 0 0;
        position: relative;
        top: 0; }
        @media (max-width: 760px) {
          body header div.wrap-1280 > div.navigation {
            margin: 0;
            position: absolute;
            width: 100%;
            top: 0; } }
        body header div.wrap-1280 > div.navigation .sp-menu {
          display: none; }
          @media (max-width: 760px) {
            body header div.wrap-1280 > div.navigation .sp-menu {
              display: flex;
              justify-content: center;
              vertical-align: middle;
              background: #007639 url("/asset/img/common/icon-spmenu.png") no-repeat center center;
              background-size: 5vw auto;
              cursor: pointer;
              width: 10vw;
              height: 10vw;
              border-radius: 2vw;
              position: absolute;
              right: 3vw;
              top: 1.2vw;
              color: transparent;
              transition-duration: .3s; }
              body header div.wrap-1280 > div.navigation .sp-menu:after {
                font-family: 'Material Symbols Outlined';
                content: "\e5d2";
                color: #fff;
                font-size: 3rem;
                line-height: 1.4; } }
          body header div.wrap-1280 > div.navigation .sp-menu.open {
            display: fixed;
            z-index: 6;
            background: #fff;
            background-size: 10vw auto; }
            body header div.wrap-1280 > div.navigation .sp-menu.open:after {
              font-family: 'Material Symbols Outlined';
              content: "\e5cd";
              color: #007639; }
        body header div.wrap-1280 > div.navigation nav {
          display: block;
          text-align: right; }
          @media (max-width: 760px) {
            body header div.wrap-1280 > div.navigation nav {
              width: 95%;
              height: 100vh;
              position: absolute;
              right: -100%;
              text-align: left;
              border-left: 1px solid #C5C5C5;
              display: none; } }
          body header div.wrap-1280 > div.navigation nav ul {
            display: block; }
            @media (max-width: 760px) {
              body header div.wrap-1280 > div.navigation nav ul {
                width: 70%; } }
            body header div.wrap-1280 > div.navigation nav ul li {
              display: inline-block;
              margin: 0 25px 0 0; }
              @media (max-width: 760px) {
                body header div.wrap-1280 > div.navigation nav ul li {
                  border-bottom: 1px solid #C5C5C5;
                  width: 100%; } }
              body header div.wrap-1280 > div.navigation nav ul li:last-child {
                margin: 0; }
              body header div.wrap-1280 > div.navigation nav ul li a {
                color: #222222;
                display: block; }
                body header div.wrap-1280 > div.navigation nav ul li a.current {
                  color: #007639; }
                  @media (max-width: 760px) {
                    body header div.wrap-1280 > div.navigation nav ul li a.current {
                      color: #fff; } }
                  body header div.wrap-1280 > div.navigation nav ul li a.current:after {
                    content: "";
                    width: 100%;
                    height: 1px;
                    background: #007639;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    color: #007639; }
                @media (max-width: 760px) {
                  body header div.wrap-1280 > div.navigation nav ul li a {
                    color: #fff;
                    padding: 3vw 0 3vw 3vw; } }
          @media (max-width: 760px) {
            body header div.wrap-1280 > div.navigation nav.open {
              right: 0;
              transition-duration: .3s;
              display: block;
              background: #007639; } }
    body header .logo {
      margin-right: 15px;
      width: 192px;
      height: auto; }
      @media (max-width: 760px) {
        body header .logo {
          width: 140px;
          vertical-align: baseline; } }
  body section.basic {
    padding: 1px 0  80px; }
    @media (max-width: 760px) {
      body section.basic {
        padding-top: 1px;
        padding-bottom: 6vw; } }
  body.home .mainimage {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #C5C5C5;
    margin-bottom: 50px; }
    @media (max-width: 760px) {
      body.home .mainimage {
        margin-bottom: 5vw; } }
    body.home .mainimage img {
      width: 100%;
      height: auto;
      z-index: 1; }
  body.home .menu-list {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 760px) {
      body.home .menu-list {
        display: block; } }
    body.home .menu-list > div {
      display: block;
      width: 23.2%;
      border-radius: 5px; }
      @media (max-width: 760px) {
        body.home .menu-list > div {
          width: 100%; }
          body.home .menu-list > div:not(:last-of-type) {
            margin-bottom: 7vw; } }
      body.home .menu-list > div a {
        margin-bottom: 15px;
        display: block; }
        body.home .menu-list > div a .img {
          border-radius: 5px 5px 0 0;
          background: #DBFFEC;
          height: 137px;
          display: flex;
          justify-content: center;
          align-items: center; }
        body.home .menu-list > div a .text {
          border-radius: 0 0 5px 5px;
          background: #007639;
          text-align: center;
          font-weight: bold;
          padding: 15px;
          color: #fff;
          font-size: 1.8rem; }
        body.home .menu-list > div a:hover {
          opacity: .5; }
  body.home-b .mainimage {
    width: 100%;
    aspect-ratio: 1920 / 522;
    text-align: center;
    /*background: url(/asset/img/top/mainimage-b-mo.jpg) no-repeat; background-size: cover;*/ }
    body.home-b .mainimage picture {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      text-align: left; }
      body.home-b .mainimage picture img {
        width: 100%; }
    body.home-b .mainimage ul.link {
      display: block;
      position: absolute;
      z-index: 2;
      top: 18.2vw;
      left: 11.5vw; }
      @media (max-width: 760px) {
        body.home-b .mainimage ul.link {
          top: 37vw;
          left: 4vw; } }
      body.home-b .mainimage ul.link li {
        width: 20.2vw;
        display: inline-block; }
        @media (max-width: 760px) {
          body.home-b .mainimage ul.link li {
            width: 45.6vw; } }
        body.home-b .mainimage ul.link li a {
          display: block;
          text-decoration: none;
          box-shadow: 3px 3px 0px #00305f;
          border-radius: 100vw;
          line-height: 1em;
          text-align: center; }
          body.home-b .mainimage ul.link li a:hover {
            box-shadow: 6px 6px 0px #00305f; }
      body.home-b .mainimage ul.link li:first-child a {
        color: #fff;
        background: #12a73b;
        font-family: Arial, Helvetica, "sans-serif";
        font-size: 2vw;
        padding: 0.9vw;
        margin-right: 15px;
        cursor: default;
        pointer-events: none; }
        @media (max-width: 760px) {
          body.home-b .mainimage ul.link li:first-child a {
            cursor: pointer;
            pointer-events: visible;
            font-size: 4vw;
            padding: 2.6vw; } }
        body.home-b .mainimage ul.link li:first-child a img {
          width: 3vw;
          margin-right: 5px; }
          @media (max-width: 760px) {
            body.home-b .mainimage ul.link li:first-child a img {
              width: 6.5vw; } }
        @media (max-width: 760px) {
          body.home-b .mainimage ul.link li:first-child a:hover {
            background: #36c05c; } }
      body.home-b .mainimage ul.link li:last-child {
        width: 19.3vw; }
        @media (max-width: 760px) {
          body.home-b .mainimage ul.link li:last-child {
            width: 43.5vw; } }
        body.home-b .mainimage ul.link li:last-child a {
          color: #0151a2;
          background: #ffba00;
          font-size: 1.5vw;
          font-weight: bold;
          padding: 1.2vw; }
          @media (max-width: 760px) {
            body.home-b .mainimage ul.link li:last-child a {
              font-size: 3.5vw;
              padding: 2.6vw; } }
          body.home-b .mainimage ul.link li:last-child a:hover {
            background: #ffd25a; }
  body.home-b .flex.style-1 {
    padding: 60px 0; }
    @media (max-width: 760px) {
      body.home-b .flex.style-1 {
        padding: 8vw 3vw; } }
    body.home-b .flex.style-1 > div {
      width: 31.66%;
      background: #fff;
      border-radius: 5px;
      overflow: hidden;
      display: block;
      box-shadow: 3px 3px 0px #F38200; }
      @media (max-width: 760px) {
        body.home-b .flex.style-1 > div {
          width: 100%;
          margin-bottom: 5vw;
          box-shadow: 1vw 1vw 0px #F38200; } }
      body.home-b .flex.style-1 > div picture {
        width: 100%;
        margin-bottom: 35px;
        display: block; }
        @media (max-width: 760px) {
          body.home-b .flex.style-1 > div picture {
            margin-bottom: 5vw; } }
        body.home-b .flex.style-1 > div picture img {
          width: 100%;
          height: auto; }
      body.home-b .flex.style-1 > div p.title {
        font-size: 2.4rem;
        color: #F38200;
        margin-bottom: 10px;
        padding: 0 30px;
        font-weight: 800; }
        @media (max-width: 760px) {
          body.home-b .flex.style-1 > div p.title {
            font-size: 5.2vw;
            font-weight: 700;
            padding: 0 4.5vw;
            margin-bottom: 1vw; } }
      body.home-b .flex.style-1 > div p.text {
        padding: 0 30px;
        margin-bottom: 30px;
        font-weight: 500; }
        @media (max-width: 760px) {
          body.home-b .flex.style-1 > div p.text {
            font-size: 4vw;
            padding: 0 4.5vw;
            margin-bottom: 4.5vw; } }
  body.price h1 span:after {
    content: "";
    width: 95px;
    height: 98px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/asset/img/top/icon1.png");
    background-size: cover; }
    @media (max-width: 760px) {
      body.price h1 span:after {
        top: -18px;
        right: 3vw; } }
  body.price ul.tab-area {
    display: flex;
    justify-content: space-between; }
    body.price ul.tab-area li.tab {
      width: 33.33%;
      display: block;
      padding: 20px;
      cursor: pointer;
      color: #222222;
      border: 1px solid #C5C5C5;
      border-bottom: none; }
      @media (max-width: 760px) {
        body.price ul.tab-area li.tab {
          padding: 2vw; } }
      body.price ul.tab-area li.tab:not(:last-of-type) {
        border-right: none; }
      body.price ul.tab-area li.tab:not(.active) {
        background: #EEEEEE;
        border-bottom: 1px solid #C5C5C5; }
      body.price ul.tab-area li.tab.active {
        background: #fff;
        color: #F38200; }
        body.price ul.tab-area li.tab.active:after {
          content: none; }
      body.price ul.tab-area li.tab:nth-of-type(1):after {
        content: "";
        display: block;
        width: 78px;
        height: 75px;
        background: url("/asset/img/price/icon1.png") no-repeat;
        background-size: cover;
        position: absolute;
        right: 20px;
        top: -20px; }
        @media (max-width: 760px) {
          body.price ul.tab-area li.tab:nth-of-type(1):after {
            display: none; } }
      body.price ul.tab-area li.tab:nth-of-type(2):after {
        content: "";
        display: block;
        width: 59px;
        height: 76px;
        background: url("/asset/img/price/icon2.png") no-repeat;
        background-size: cover;
        position: absolute;
        right: 20px;
        top: -20px; }
        @media (max-width: 760px) {
          body.price ul.tab-area li.tab:nth-of-type(2):after {
            display: none; } }
      body.price ul.tab-area li.tab:nth-of-type(3):after {
        content: "";
        display: block;
        width: 75px;
        height: 75px;
        background: url("/asset/img/price/icon3.png") no-repeat;
        background-size: cover;
        position: absolute;
        right: 20px;
        top: -20px; }
        @media (max-width: 760px) {
          body.price ul.tab-area li.tab:nth-of-type(3):after {
            display: none; } }
      body.price ul.tab-area li.tab p {
        display: block;
        margin: 0 auto;
        font-size: 2rem; }
        @media (max-width: 760px) {
          body.price ul.tab-area li.tab p {
            width: auto; } }
        body.price ul.tab-area li.tab p span.title {
          font-size: 2.0rem;
          display: block;
          text-align: left;
          line-height: 1.2;
          margin-right: 10px; }
          @media (max-width: 760px) {
            body.price ul.tab-area li.tab p span.title {
              font-size: 4.2vw;
              text-align: center;
              margin: 0 auto 3vw; } }
        body.price ul.tab-area li.tab p span.min {
          font-size: 1.6rem;
          display: block;
          text-align: left;
          line-height: 1.2;
          color: #222222; }
          @media (max-width: 760px) {
            body.price ul.tab-area li.tab p span.min {
              font-size: 3.8vw;
              text-align: center;
              margin-bottom: 0; } }
  body.price div.panel-area {
    position: relative;
    top: -2px;
    border: 1px solid #C5C5C5;
    border-top: none; }
    @media (max-width: 760px) {
      body.price div.panel-area {
        top: -4px;
        padding-bottom: 4.5vw; } }
    body.price div.panel-area div.panel {
      display: none;
      padding: 30px; }
      @media (max-width: 760px) {
        body.price div.panel-area div.panel {
          padding: 3vw; } }
      body.price div.panel-area div.panel.active {
        display: block; }
      body.price div.panel-area div.panel .plan-wrapper .catch {
        font-size: 2.2rem;
        color: #F38200; }
        @media (max-width: 760px) {
          body.price div.panel-area div.panel .plan-wrapper .catch {
            font-size: 4.6vw; } }
      @media (max-width: 760px) {
        body.price div.panel-area div.panel .plan-wrapper .price-wrapper table {
          display: block;
          width: 100%; } }
      @media (max-width: 760px) {
        body.price div.panel-area div.panel .plan-wrapper .price-wrapper table tbody {
          display: block;
          width: 100%; } }
      @media (max-width: 760px) {
        body.price div.panel-area div.panel .plan-wrapper .price-wrapper table tr {
          display: block;
          width: 100%; } }
      @media (max-width: 760px) {
        body.price div.panel-area div.panel .plan-wrapper .price-wrapper table tr td {
          display: block;
          width: 100%; } }
      body.price div.panel-area div.panel .plan-wrapper .price-wrapper + ul.annotation {
        margin-top: 1.5em; }
      body.price div.panel-area div.panel.tel table.basic .catch {
        font-size: 1.8rem; }
  body.option h1 span:after {
    content: "";
    width: 104px;
    height: 81px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/asset/img/top/icon2.png");
    background-size: cover; }
    @media (max-width: 760px) {
      body.option h1 span:after {
        top: -18px;
        right: 3vw; } }
  body.option span.larger {
    color: #F38200; }
  body.flow h1 span:after {
    content: "";
    width: 99px;
    height: 97px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/asset/img/top/icon3.png");
    background-size: cover; }
    @media (max-width: 760px) {
      body.flow h1 span:after {
        top: -18px;
        right: 3vw; } }
  body.flow .corner h3:first-of-type {
    margin-top: 0; }
  body.flow .corner .list {
    margin-bottom: 30px; }
  body.faq h1 span:after {
    content: "";
    width: 99px;
    height: 97px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/asset/img/top/icon3.png");
    background-size: cover; }
    @media (max-width: 760px) {
      body.faq h1 span:after {
        top: -18px;
        right: 3vw; } }
  body.faq dl.faq-list dt {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #C5C5C5;
    cursor: pointer; }
    body.faq dl.faq-list dt:before {
      content: "Q";
      color: #A22121;
      font-size: 2rem;
      font-family: "Urbanist", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      font-size: 2.2rem;
      display: inline-block;
      margin-right: 10px; }
  body.faq dl.faq-list dd {
    display: none;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #C5C5C5; }
    body.faq dl.faq-list dd:before {
      content: "A";
      color: #007487;
      font-size: 2rem;
      font-family: "Urbanist", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      font-size: 2.2rem;
      display: inline-block;
      margin-right: 10px; }
  body .catch-copy {
    padding: 30px 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    z-index: 2; }
    @media (max-width: 760px) {
      body .catch-copy {
        padding: 4.5vw; } }
    body .catch-copy p {
      font-weight: 800;
      font-size: 2.2rem;
      text-align: center;
      color: #333333; }
      @media (max-width: 760px) {
        body .catch-copy p {
          font-size: 4.2vw;
          font-weight: 700; } }
      body .catch-copy p span {
        display: inline;
        line-height: 5.5rem;
        margin: 0 12px; }
        @media (max-width: 1240px) {
          body .catch-copy p span {
            display: block;
            margin: 20px 0; } }
        @media (max-width: 760px) {
          body .catch-copy p span {
            margin: 2vw; } }
      body .catch-copy p img {
        width: 465px;
        height: auto; }
        @media (max-width: 760px) {
          body .catch-copy p img {
            width: 100%; } }
  body .low-index {
    padding: 60px 0 60px; }
    @media (max-width: 760px) {
      body .low-index {
        padding: 9vw 0; } }
    body .low-index ul.feature {
      background: #fff;
      display: flex;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
      margin-bottom: 40px; }
      body .low-index ul.feature li {
        width: 50%;
        border-right: 1px solid #aaa; }
        @media (max-width: 760px) {
          body .low-index ul.feature li {
            width: 100%;
            border-right: none;
            border-bottom: 1px solid #aaa; } }
        body .low-index ul.feature li:last-child {
          border-right: none; }
          @media (max-width: 760px) {
            body .low-index ul.feature li:last-child {
              border-bottom: none; } }
        body .low-index ul.feature li a {
          background: url("/asset/img/common/icon-link.png") no-repeat right 30px center;
          background-size: 26px auto;
          display: block;
          padding: 30px 30px;
          text-decoration: none;
          transition-duration: .3s; }
          @media (max-width: 760px) {
            body .low-index ul.feature li a {
              padding: 5vw; } }
          body .low-index ul.feature li a span.min {
            font-size: 1.8rem;
            color: #333;
            display: block;
            font-weight: 500;
            transition-duration: .3s; }
            @media (max-width: 1240px) {
              body .low-index ul.feature li a span.min {
                font-size: 1.4vw; } }
            @media (max-width: 760px) {
              body .low-index ul.feature li a span.min {
                font-size: 4vw; } }
          body .low-index ul.feature li a span.link {
            font-size: 2.7rem;
            color: #007639;
            display: block;
            font-weight: 700;
            transition-duration: .3s; }
            @media (max-width: 1240px) {
              body .low-index ul.feature li a span.link {
                font-size: 1.8vw; } }
            @media (max-width: 760px) {
              body .low-index ul.feature li a span.link {
                font-size: 4.5vw; } }
          body .low-index ul.feature li a:hover {
            background: #007639 url("/asset/img/common/icon-link-h.png") no-repeat right 25px center;
            background-size: 26px auto; }
            body .low-index ul.feature li a:hover span {
              color: #fff; }
        body .low-index ul.feature li:nth-of-type(1):after {
          content: "";
          background: url("/asset/img/common/icon-star.png") no-repeat;
          background-size: contain;
          display: block;
          width: 75px;
          height: 59px;
          position: absolute;
          right: 30px;
          top: -20px; }
          @media (max-width: 760px) {
            body .low-index ul.feature li:nth-of-type(1):after {
              width: 60px;
              height: 48px;
              right: 50px; } }
        body .low-index ul.feature li:nth-of-type(2):after {
          content: "";
          background: url("/asset/img/common/icon-question.png") no-repeat;
          background-size: contain;
          display: block;
          width: 39px;
          height: 59px;
          position: absolute;
          right: 30px;
          top: -20px; }
          @media (max-width: 760px) {
            body .low-index ul.feature li:nth-of-type(2):after {
              width: 36px;
              height: 55px;
              right: 65px; } }
        body .low-index ul.feature li:nth-of-type(3):after {
          content: "";
          background: url("/asset/img/common/icon-good.png") no-repeat;
          background-size: contain;
          display: block;
          width: 68px;
          height: 65px;
          position: absolute;
          right: 30px;
          top: -20px; }
          @media (max-width: 760px) {
            body .low-index ul.feature li:nth-of-type(3):after {
              width: 65px;
              height: 62px;
              right: 50px; } }
    body .low-index section .site-links > div {
      width: 47.91666666666667%; }
      @media (max-width: 1240px) {
        body .low-index section .site-links > div {
          width: 100%;
          margin-bottom: 8vw; } }
      body .low-index section .site-links > div h2 {
        font-weight: 700;
        font-size: 2.6rem;
        padding-bottom: 3px;
        border-bottom: 1px solid #F38200;
        color: #F38200;
        margin-bottom: 40px;
        text-align: center; }
        @media (max-width: 760px) {
          body .low-index section .site-links > div h2 {
            font-size: 5.2vw;
            margin-bottom: 6vw; } }
      body .low-index section .site-links > div ul {
        display: flex;
        justify-content: space-between; }
        body .low-index section .site-links > div ul li {
          width: 48.69565217391304%;
          display: block;
          margin-bottom: 2.6%; }
          @media (max-width: 1240px) {
            body .low-index section .site-links > div ul li {
              width: 100%;
              padding: 0 3vw; } }
          body .low-index section .site-links > div ul li a {
            display: block;
            width: 100%;
            color: #007639;
            font-weight: 700;
            background: #ffffff url("/asset/img/common/icon-link.png") no-repeat right 15px center;
            border-radius: 80px;
            background-size: 26px auto;
            font-size: 1.8rem;
            display: block;
            padding: 10px 15px 10px 25px;
            text-decoration: none;
            transition-duration: .3s;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); }
            body .low-index section .site-links > div ul li a:hover {
              background: #007639 url("/asset/img/common/icon-link-h.png") no-repeat right 10px center;
              background-size: 26px auto;
              color: #fff; }
            @media (max-width: 760px) {
              body .low-index section .site-links > div ul li a {
                font-size: 4vw; } }
  body .low-header {
    width: 100%; }
    body .low-header h1 {
      background: url("/asset/img/common/low-header-bg.png") no-repeat;
      height: 143px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: #fff; }
      body .low-header h1 span {
        display: inline-block;
        font-size: 4.6rem;
        font-weight: bold; }
        @media (max-width: 760px) {
          body .low-header h1 span {
            font-size: 6vw; } }
    body .low-header .list-path {
      width: 100%;
      border-bottom: 1px solid #C5C5C5;
      padding: 15px 0;
      font-size: 1.4rem; }
      body .low-header .list-path span[property="itemListElement"]:not(:last-child):after {
        font-family: 'Material Symbols Outlined';
        content: "\e5cc";
        display: inline;
        margin: 0 1.2rem;
        color: #E3E3E3;
        vertical-align: middle;
        font-size: 1.4rem; }
      body .low-header .list-path span[property="itemListElement"] a {
        font-size: 1.4rem; }
  body main.low {
    padding-top: 50px; }
    @media (max-width: 760px) {
      body main.low {
        padding-top: 5vw; } }
    body main.low .page-lead {
      margin-bottom: 80px; }
      @media (max-width: 760px) {
        body main.low .page-lead {
          margin-bottom: 8vw; } }
      body main.low .page-lead p.catch {
        font-size: 2.6rem;
        line-height: 1.6;
        color: #F38200; }
        @media (max-width: 760px) {
          body main.low .page-lead p.catch {
            font-size: 5.2vw; } }
      body main.low .page-lead p.text {
        margin-top: 20px; }
  body footer {
    padding: 100px 0 0;
    border-bottom: 1px solid #C5C5C5; }
    @media (max-width: 760px) {
      body footer {
        padding: 9vw 0 0; } }
    body footer .cv-area {
      background: url("/asset/img/common/cv-bg.jpg") no-repeat;
      background-size: cover;
      padding: 50px; }
      @media (max-width: 760px) {
        body footer .cv-area {
          padding: 4vw 5vw; } }
      body footer .cv-area .bloc {
        width: 614px;
        padding: 50px;
        text-align: center;
        background: #fff;
        margin: 0 auto; }
        @media (max-width: 760px) {
          body footer .cv-area .bloc {
            width: 100%;
            padding: 9vw; } }
        body footer .cv-area .bloc p {
          text-align: center;
          font-size: 2rem;
          margin-bottom: 20px; }
        body footer .cv-area .bloc a {
          border-radius: 5px;
          background: #007639;
          color: #fff;
          font-size: 2rem;
          text-align: center;
          display: block;
          margin: 0 auto;
          padding: 20px; }
          body footer .cv-area .bloc a:hover {
            opacity: .5; }
    body footer ul.footer-nav {
      text-align: center;
      padding: 25px 0; }
      @media (max-width: 760px) {
        body footer ul.footer-nav {
          padding: 0;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; } }
      body footer ul.footer-nav li {
        display: inline-block;
        margin: 0 12px; }
        @media (max-width: 760px) {
          body footer ul.footer-nav li {
            margin: 0;
            width: 100%; }
            body footer ul.footer-nav li:not(:last-child) {
              border-bottom: 1px solid #C5C5C5; } }
        body footer ul.footer-nav li a {
          color: #222222; }
          @media (max-width: 760px) {
            body footer ul.footer-nav li a {
              display: block;
              text-align: center;
              padding: 1vw 3.5vw; } }
          body footer ul.footer-nav li a:hover {
            color: #007639; }
  body .copyright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 0 30px; }
    @media (max-width: 760px) {
      body .copyright {
        padding: 3vw; } }
    body .copyright small {
      margin-right: 15px; }
