@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;
  font-style: normal; }

body {
  font-family: "Urbanist","Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  font-size: 1.6rem;
  overflow-x: hidden;
  font-weight: 400;
  /*
  --------------------------------個別クラス
  */
  /*  ---------------------------------headling  */
  /*---------------------------------parts*/
  /*-------------------------------figure*/
  /*--------------------------------others*/
  /*
  ul
ol
dl--------------------
  */
  /*
  tables ------------------
  */
  /*header*/
  /*home*/ }
  body.open {
    width: 100%;
    height: 100%;
    position: fixed; }
  body .en {
    font-family: "Urbanist"; }
  body .number {
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal; }
  body .wrap-full {
    width: 100%; }
  body .wrap-in {
    width: 1280px;
    margin: 0 auto; }
    @media (max-width: 1280px) {
      body .wrap-in {
        width: 100%;
        padding: 0 5vw; } }
  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 #A5A5A5;
      font-weight: 600; }
      @media (max-width: 760px) {
        body dl.type-line dt {
          margin-bottom: 1vw;
          width: 100%;
          border-bottom: none;
          font-size: 4vw;
          font-weight: bold; } }
    body dl.type-line dd {
      width: 68%;
      padding-bottom: 10px;
      margin-bottom: 30px;
      border-bottom: 1px solid #A5A5A5; }
      @media (max-width: 760px) {
        body dl.type-line dd {
          margin-bottom: 4vw;
          width: 100%; } }
  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: #333333;
      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 #EEEEEE;
      font-size: 1.6rem;
      border-radius: 5px;
      width: 100%; }
    body dl.form dd input[type=text] {
      padding: 5px;
      border: 1px solid #EEEEEE;
      font-size: 1.6rem;
      border-radius: 5px;
      width: 100%; }
    body dl.form dd.agree .mwform-checkbox-field {
      display: block;
      padding: 20px  0 20px; }
  body .mt-0 {
    margin-top: 0 !important; }
  body .mb-40 {
    margin-bottom: 40px !important; }
    @media (max-width: 760px) {
      body .mb-40 {
        margin-bottom: 4vw; } }
  body .mb-20 {
    margin-bottom: 20px !important; }
    @media (max-width: 760px) {
      body .mb-20 {
        margin-bottom: 2vw; } }
  body .mb-0 {
    margin-bottom: 0px !important; }
  body .ta-c {
    text-align: center !important; }
  body h2 {
    border: 1px solid #A5A5A5;
    padding: 20px 30px 27px;
    font-size: 2.8rem;
    font-weight: 500;
    margin-block: 50px 30px; }
    body h2:after {
      content: "";
      width: 100%;
      height: 7px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #0075B4; }
    @media (max-width: 760px) {
      body h2 {
        font-size: 2.2rem;
        margin-block: 8vw 6vw;
        padding: 2vw 3vw 2.7vw;
        font-weight: 600; } }
  body h3 {
    font-size: 2.6rem;
    font-weight: 500;
    padding: 0 0 10px;
    margin-block: 50px 30px;
    border-bottom: 1px solid #A5A5A5;
    color: #333333; }
    @media (max-width: 760px) {
      body h3 {
        font-size: 2rem;
        margin-block: 8vw 6vw;
        font-weight: 600; } }
    body h3:after {
      content: "";
      width: 100px;
      height: 2px;
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px;
      background: #0075B4; }
      @media (max-width: 760px) {
        body h3:after {
          width: 10%; } }
  body h4 {
    font-size: 2.2rem;
    font-weight: 500;
    padding: 0 0 10px;
    margin-block: 30px 20px;
    border-bottom: 1px solid #A5A5A5; }
    @media (max-width: 760px) {
      body h4 {
        font-size: 1.8rem;
        margin-block: 8vw 6vw;
        font-weight: 600; } }
  body p {
    line-height: 1.7;
    font-size: 1.6rem;
    margin-bottom: 15px; }
    @media (max-width: 760px) {
      body p {
        font-size: 1.6rem;
        line-height: 1.9; } }
  body strong {
    font-weight: bold; }
  body a {
    transition-duration: 0.4s;
    font-size: 1.6rem;
    color: #0075B4;
    text-decoration: none; }
  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.mid-img {
      width: 755px;
      margin: 0 auto; }
      @media (max-width: 760px) {
        body figure.mid-img {
          width: 100%; } }
      body figure.mid-img img {
        width: 100%; }
    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 section > .inner {
    padding: 0 40px;
    margin: 0 0 80px; }
    @media (max-width: 760px) {
      body section > .inner {
        padding: 0 4vw;
        margin-bottom: 4vw; } }
    body section > .inner > section {
      padding: 0; }
    body section > .inner .inner {
      padding: 0 25px;
      margin: 0; }
      @media (max-width: 1280px) {
        body section > .inner .inner {
          padding: 0 3vw; } }
  body .flex {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 760px) {
      body .flex {
        display: block; } }
    body .flex.half > div {
      width: 48.33%; }
      @media (max-width: 760px) {
        body .flex.half > div {
          width: 100%; } }
      body .flex.half > div img {
        width: 100%; }
      @media (max-width: 760px) {
        body .flex.half > div:first-child {
          margin-bottom: 4vw; } }
  body sup {
    font-size: 1.2rem; }
    @media (max-width: 760px) {
      body sup {
        font-size: 2vw; } }
  body a.link-btn {
    display: block;
    background: #0075B4 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 #0075B4;
    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: #0075B4; }
  body a.anc-btn {
    font-size: 1.4rem;
    border: 1px solid #0075B4;
    background: #0075B4 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: #333333; }
  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: #0075B4;
      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: #0075B4;
      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;
      text-indent: -1em;
      padding-left: 1em;
      list-style: none !important;
      margin-left: 0 !important; }
      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: #0075B4;
        font-size: 2.2;
        vertical-align: sub; }
  body ul.half {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    body ul.half li {
      width: 43%; }
  body div.table-wrapper {
    margin-bottom: 30px;
    width: 100%;
    overflow-x: auto; }
    @media (max-width: 760px) {
      body div.table-wrapper {
        border: 1px solid #EEEEEE; } }
    body div.table-wrapper table.basic {
      width: 100%; }
  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 #EEEEEE; }
    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: #0075B4; }
      @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: #0075B4;
        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: #0075B4;
        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 #A5A5A5;
    border-top: 1px solid #A5A5A5;
    width: 100%; }
    body table.basic thead th {
      background: #EEEEEE;
      color: #333; }
    body table.basic th, body table.basic td {
      border-right: 1px solid #A5A5A5;
      border-bottom: 1px solid #A5A5A5;
      padding: 20px; }
    body table.basic th {
      color: #333333;
      background: #EEEEEE; }
      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 #EEEEEE; }
    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 .corner {
    padding: 25px;
    border: 1px solid #EEEEEE; }
  body .mid-cv {
    width: 100%;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 40px 0;
    text-align: center;
    margin-block: 30px; }
    body .mid-cv p {
      color: #0075B4;
      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 .grecaptcha-badge {
    display: none; }
  body .inquiry-form {
    margin-block: 40px; }
    body .inquiry-form dd span.wpcf7-list-item {
      display: block;
      padding: 3px 0;
      margin: 0; }
    body .inquiry-form dd input[type="text"] {
      padding: 10px 15px;
      border-radius: 5px;
      border: 1px solid #A5A5A5;
      width: 80%;
      font-size: 1.6rem; }
    body .inquiry-form dd input[type="tel"] {
      padding: 10px 15px;
      border-radius: 5px;
      border: 1px solid #A5A5A5;
      width: 80%;
      display: block; }
    body .inquiry-form dd input[type="text"] {
      width: 40rem; }
    body .inquiry-form dd input[type="email"] {
      padding: 10px 15px;
      border-radius: 5px;
      border: 1px solid #A5A5A5;
      width: 80%; }
    body .inquiry-form dd select[name="address"] {
      font-size: 1.6rem;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #A5A5A5;
      margin-top: 5px;
      width: 20rem; }
    body .inquiry-form dd span[data-name="agree"] label {
      border: 1px solid #A5A5A5;
      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 span[data-name="agree"] label {
          margin: 0 auto; } }
    body .inquiry-form dd textarea {
      width: 100%;
      border-radius: 5px;
      font-size: 1.6rem;
      line-height: 1.8;
      border: 1px solid #A5A5A5;
      padding: 15px; }
      @media (max-width: 760px) {
        body .inquiry-form dd textarea {
          height: 12rem; } }
  body div.submit {
    text-align: center; }
    @media (max-width: 760px) {
      body div.submit {
        margin-bottom: 6vw; } }
    body div.submit input {
      padding: 15px 20px;
      background: #0075B4;
      color: #fff;
      font-size: 2rem;
      border: 1px solid #0075B4;
      border-radius: 40px;
      max-width: 100%;
      width: 300px; }
      body div.submit input:hover {
        background: #fff;
        border: 1px solid #0075B4;
        color: #0075B4; }
      @media (max-width: 760px) {
        body div.submit input {
          font-size: 4.5vw;
          width: 100%; } }
  body .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0; }
  body .pathlist {
    width: 100%;
    background: #EEEEEE;
    display: block;
    padding: 10px 0; }
    body .pathlist .material-symbols-outlined {
      color: #A5A5A5;
      vertical-align: bottom;
      bottom: 2px; }
    body .pathlist a {
      color: #333;
      text-decoration: underline; }
  body .anchor {
    border-radius: 5px;
    background: #EEEEEE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px; }
    @media (max-width: 760px) {
      body .anchor {
        margin-bottom: 8vw; } }
    body .anchor > p {
      width: 200px;
      padding: 30px 10px;
      text-align: center;
      margin: 0;
      border-right: 1px solid #A5A5A5;
      font-weight: 600; }
      @media (max-width: 760px) {
        body .anchor > p {
          width: 100%;
          padding: 4vw 3vw;
          border: none;
          border-bottom: 1px solid #A5A5A5;
          margin-bottom: 3vw; } }
    body .anchor ul {
      width: calc(100% - 200px);
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding: 30px;
      margin: 0; }
      @media (max-width: 760px) {
        body .anchor ul {
          width: 100%;
          display: block;
          padding: 3vw;
          font-size: 1.6rem; } }
      body .anchor ul li {
        display: inline-block;
        margin-right: 25px; }
        @media (max-width: 760px) {
          body .anchor ul li {
            margin: 0 0 1rem;
            display: block; } }
        body .anchor ul li:before {
          font-family: 'Material Symbols Outlined';
          content: "\f4b6";
          vertical-align: sub;
          font-size: 2rem;
          font-weight: 300;
          margin-right: 1rem;
          color: #0075B4; }
        body .anchor ul li:last-child {
          margin-right: 0; }
        body .anchor ul li a {
          color: #333;
          text-decoration: underline; }
          body .anchor ul li a:hover {
            opacity: .5; }
  body .catch {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 0.7rem; }
    @media (max-width: 760px) {
      body .catch {
        font-size: 2rem;
        font-weight: 600; } }
  body header {
    z-index: 6; }
    @media (max-width: 760px) {
      body header {
        display: block; } }
    body header div.wrap-in {
      display: flex;
      justify-content: space-between;
      padding: 30px 0 18px; }
      @media (max-width: 1280px) {
        body header div.wrap-in {
          padding: 15px 15px 10px; } }
      @media (max-width: 760px) {
        body header div.wrap-in {
          padding: 3vw 0 2vw; } }
      body header div.wrap-in > div.logo {
        width: 130px; }
        @media (max-width: 760px) {
          body header div.wrap-in > div.logo {
            width: 130px;
            padding-left: 5vw; } }
        @media (max-width: 760px) {
          body header div.wrap-in > div.logo h1 {
            line-height: normal;
            margin: 0;
            padding: 0;
            vertical-align: baseline;
            font-size: 1.6rem;
            display: block; } }
        body header div.wrap-in > div.logo a {
          display: block;
          position: relative;
          top: 24px; }
          @media (max-width: 760px) {
            body header div.wrap-in > div.logo a {
              line-height: normal;
              margin: 0;
              padding: 0;
              vertical-align: baseline;
              font-size: 1.6rem;
              display: block;
              position: inherit;
              top: 0; } }
        body header div.wrap-in > div.logo img {
          width: 100%;
          margin: 0; }
      body header div.wrap-in > div.navigation {
        position: relative;
        top: 0;
        display: flex;
        width: calc(100% - 130px); }
        @media (max-width: 1280px) {
          body header div.wrap-in > div.navigation {
            padding: 0 20px; } }
        @media (max-width: 760px) {
          body header div.wrap-in > div.navigation {
            margin: 0;
            position: absolute;
            width: 100%;
            top: 0; } }
        body header div.wrap-in > div.navigation .sp-menu {
          display: none; }
          @media (max-width: 760px) {
            body header div.wrap-in > div.navigation .sp-menu {
              display: flex;
              justify-content: center;
              vertical-align: middle;
              background: #0075B4 url("/asset/img/common/icon-spmenu.png") no-repeat center center;
              background-size: 5vw auto;
              cursor: pointer;
              width: 40px;
              height: 40px;
              border-radius: 5px;
              position: absolute;
              right: 5vw;
              top: 1.2vw;
              color: transparent;
              transition-duration: .3s; }
              body header div.wrap-in > 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-in > div.navigation .sp-menu.open {
            display: fixed;
            z-index: 6;
            background: #fff;
            background-size: 10vw auto; }
            body header div.wrap-in > div.navigation .sp-menu.open:after {
              font-family: 'Material Symbols Outlined';
              content: "\e5cd";
              color: #0075B4; }
        body header div.wrap-in > div.navigation nav {
          display: block;
          display: flex;
          width: 100%; }
          @media (max-width: 760px) {
            body header div.wrap-in > div.navigation nav {
              width: 95%;
              height: 100vh;
              position: absolute;
              right: -100%;
              text-align: left;
              border-left: 1px solid #EEEEEE;
              display: none; } }
          body header div.wrap-in > div.navigation nav ul.main {
            text-align: center;
            width: calc(100% - 256px);
            display: flex;
            justify-content: center;
            flex-wrap: nowrap; }
            @media (max-width: 1280px) {
              body header div.wrap-in > div.navigation nav ul.main {
                padding: 0 25px;
                width: calc(100% - 48px); } }
            @media (max-width: 760px) {
              body header div.wrap-in > div.navigation nav ul.main {
                width: 100%;
                padding: 15px;
                display: block;
                text-align: left; } }
            body header div.wrap-in > div.navigation nav ul.main li {
              display: inline-block;
              margin: 0 15px;
              height: 100%; }
              @media (max-width: 1280px) {
                body header div.wrap-in > div.navigation nav ul.main li {
                  height: auto; } }
              @media (max-width: 760px) {
                body header div.wrap-in > div.navigation nav ul.main li {
                  border-bottom: 1px solid #EEEEEE;
                  width: 100%;
                  margin: 0 0 15px; } }
              body header div.wrap-in > div.navigation nav ul.main li a {
                color: #333333;
                height: 58px;
                display: table-cell;
                vertical-align: middle;
                transition-duration: .5s;
                height: auto;
                display: block;
                vertical-align: inherit;
                padding: 15px; }
                body header div.wrap-in > div.navigation nav ul.main li a:after {
                  content: "";
                  width: 1px;
                  height: 1px;
                  background: #fff;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  color: #0075B4;
                  transition-duration: .5s; }
                body header div.wrap-in > div.navigation nav ul.main li a.current {
                  color: #0075B4; }
                  @media (max-width: 760px) {
                    body header div.wrap-in > div.navigation nav ul.main li a.current {
                      color: #fff; } }
                  body header div.wrap-in > div.navigation nav ul.main li a.current:after {
                    content: "";
                    width: 100%;
                    height: 1px;
                    background: #0075B4;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    color: #0075B4; }
                @media (max-width: 760px) {
                  body header div.wrap-in > div.navigation nav ul.main li a {
                    color: #fff;
                    padding: 3vw 0 3vw 3vw; } }
                body header div.wrap-in > div.navigation nav ul.main li a span {
                  display: block;
                  text-align: center; }
                  @media (max-width: 760px) {
                    body header div.wrap-in > div.navigation nav ul.main li a span {
                      display: inline-block; } }
                  @media (max-width: 760px) {
                    body header div.wrap-in > div.navigation nav ul.main li a span.big {
                      margin-right: 15px; } }
                  body header div.wrap-in > div.navigation nav ul.main li a span.small {
                    font-size: 1.2rem; }
                body header div.wrap-in > div.navigation nav ul.main li a:hover:after {
                  content: "";
                  width: 100%;
                  height: 1px;
                  background: #0075B4;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  color: #0075B4;
                  animation-delay: 0.5s; }
          body header div.wrap-in > div.navigation nav ul.inquiry {
            width: 256px; }
            @media (max-width: 1280px) {
              body header div.wrap-in > div.navigation nav ul.inquiry {
                width: 48px;
                height: 48px; } }
            @media (max-width: 760px) {
              body header div.wrap-in > div.navigation nav ul.inquiry {
                width: 80%;
                margin: 0 auto; } }
            body header div.wrap-in > div.navigation nav ul.inquiry li {
              width: 100%; }
              body header div.wrap-in > div.navigation nav ul.inquiry li a {
                display: block;
                border-radius: 100px;
                background-image: linear-gradient(#e7a826, #d58700);
                text-align: center;
                color: #333333;
                font-weight: 600;
                padding: 15px 0; }
                body header div.wrap-in > div.navigation nav ul.inquiry li a:hover {
                  opacity: .7; }
                @media (max-width: 1280px) {
                  body header div.wrap-in > div.navigation nav ul.inquiry li a {
                    text-align: center;
                    padding: 15px 10px;
                    line-height: 1; } }
                @media (max-width: 760px) {
                  body header div.wrap-in > div.navigation nav ul.inquiry li a {
                    padding: 20px 10px; } }
                body header div.wrap-in > div.navigation nav ul.inquiry li a:before {
                  font-family: 'Material Symbols Outlined';
                  content: "\e158";
                  vertical-align: sub;
                  font-size: 2rem;
                  font-weight: 300;
                  margin-right: 1rem; }
                  @media (max-width: 1280px) {
                    body header div.wrap-in > div.navigation nav ul.inquiry li a:before {
                      color: #333;
                      margin: 0 auto; } }
                  @media (max-width: 760px) {
                    body header div.wrap-in > div.navigation nav ul.inquiry li a:before {
                      font-size: 5vw;
                      margin-right: 0.25em; } }
                @media (max-width: 1280px) {
                  body header div.wrap-in > div.navigation nav ul.inquiry li a span {
                    display: none; } }
                @media (max-width: 760px) {
                  body header div.wrap-in > div.navigation nav ul.inquiry li a span {
                    display: inline-block; } }
          @media (max-width: 760px) {
            body header div.wrap-in > div.navigation nav.open {
              right: 0;
              transition-duration: .3s;
              display: block;
              background: #0075B4; } }
  body section.basic {
    padding: 1px 0  80px; }
    @media (max-width: 760px) {
      body section.basic {
        padding-top: 1px;
        padding-bottom: 6vw; } }
  body.home .mainvis {
    width: 100%; }
    body.home .mainvis video {
      width: 100%;
      position: relative;
      z-index: 1;
      vertical-align: bottom; }
    body.home .mainvis .textbox {
      width: 640px;
      text-align: center;
      position: absolute;
      left: 50%;
      margin-left: -320px;
      z-index: 2;
      top: 14vw; }
      @media (max-width: 760px) {
        body.home .mainvis .textbox {
          top: 10vw; } }
      body.home .mainvis .textbox img {
        width: 286px;
        margin-bottom: 60px; }
        @media (max-width: 760px) {
          body.home .mainvis .textbox img {
            width: 24vw;
            margin-bottom: 6vw; } }
      body.home .mainvis .textbox p {
        font-size: 4.4rem;
        font-weight: 800;
        color: #fff;
        margin: 0; }
        @media (max-width: 760px) {
          body.home .mainvis .textbox p {
            font-size: 3.5vw; } }
  body.home .concept {
    width: 100%;
    background: url("/asset/img/top/concept-b.png") no-repeat;
    background-size: cover;
    padding: 40px 0; }
    @media (max-width: 1280px) {
      body.home .concept {
        padding: 5vw; } }
    body.home .concept .bloc {
      display: flex;
      justify-content: space-between;
      background: #fff;
      flex-wrap: nowrap;
      border-radius: 5px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
      @media (max-width: 1280px) {
        body.home .concept .bloc {
          display: flex;
          padding: 5vw;
          flex-wrap: wrap; } }
      @media (max-width: 760px) {
        body.home .concept .bloc {
          display: block; } }
      body.home .concept .bloc div:nth-of-type(1) {
        padding: 40px 80px;
        width: 248px; }
        @media (max-width: 1280px) {
          body.home .concept .bloc div:nth-of-type(1) {
            padding: 0;
            margin: 0 auto 20px;
            width: 30%;
            text-align: center; } }
        @media (max-width: 760px) {
          body.home .concept .bloc div:nth-of-type(1) {
            display: block;
            margin: 0 auto 5vw;
            text-align: center;
            width: auto; } }
      body.home .concept .bloc div:nth-of-type(2) {
        padding: 40px 40px 0 0;
        width: calc(100% - 460px); }
        @media (max-width: 1280px) {
          body.home .concept .bloc div:nth-of-type(2) {
            padding: 0;
            width: 70%; } }
        @media (max-width: 760px) {
          body.home .concept .bloc div:nth-of-type(2) {
            text-align: center;
            width: auto; } }
        body.home .concept .bloc div:nth-of-type(2) .catch {
          font-size: 2.2rem;
          font-weight: 600; }
      body.home .concept .bloc div:nth-of-type(3) {
        height: 214px;
        width: 214px; }
        @media (max-width: 1280px) {
          body.home .concept .bloc div:nth-of-type(3) {
            height: auto;
            width: 100%;
            display: block;
            margin: 0 auto;
            border-radius: 5px; } }
        @media (max-width: 760px) {
          body.home .concept .bloc div:nth-of-type(3) {
            width: 100%;
            height: auto; } }
        body.home .concept .bloc div:nth-of-type(3) a {
          display: block;
          background-image: linear-gradient(#4B4B4B, #1D1D1D);
          height: 100%;
          border-radius: 0 5px 5px 0;
          text-align: center;
          color: #fff;
          font-weight: 600;
          padding-top: 90px;
          transition-duration: .5s; }
          @media (max-width: 1280px) {
            body.home .concept .bloc div:nth-of-type(3) a {
              display: block;
              background-image: linear-gradient(#4B4B4B, #1D1D1D);
              border-radius: 30px;
              padding: 15px 0;
              text-align: center;
              color: #fff;
              font-weight: 600;
              width: 30%;
              margin: 0 auto; } }
          @media (max-width: 760px) {
            body.home .concept .bloc div:nth-of-type(3) a {
              display: block;
              background-image: linear-gradient(#4B4B4B, #1D1D1D);
              border-radius: 30px;
              padding: 15px 0;
              text-align: center;
              color: #fff;
              font-weight: 600;
              width: 100%; } }
          body.home .concept .bloc div:nth-of-type(3) a:after {
            font-family: 'Material Symbols Outlined';
            content: "\e5e1";
            color: #fff;
            font-weight: 300;
            margin-left: .5rem;
            font-size: 1.6rem;
            position: relative;
            bottom: -3px; }
          body.home .concept .bloc div:nth-of-type(3) a:hover {
            background-image: linear-gradient(#1D1D1D, #4B4B4B);
            transition-duration: .5s; }
  body.home .service-link {
    padding: 40px 0 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 760px) {
      body.home .service-link {
        display: block;
        padding: 5vw 0; } }
    body.home .service-link > div {
      width: 31.25%;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
      @media (max-width: 760px) {
        body.home .service-link > div {
          width: 100%;
          margin: 0 0 5vw; }
          body.home .service-link > div:last-child {
            margin-bottom: 0; } }
      body.home .service-link > div figure {
        padding: 20px; }
        @media (max-width: 760px) {
          body.home .service-link > div figure {
            padding: 2vw; } }
        @media (max-width: 760px) {
          body.home .service-link > div figure img {
            width: 100%;
            max-width: none; } }
      body.home .service-link > div figure + div {
        padding: 40px; }
        @media (max-width: 760px) {
          body.home .service-link > div figure + div {
            padding: 5vw; } }
        body.home .service-link > div figure + div .title {
          font-size: 2.4rem;
          font-weight: 600;
          text-align: center; }
          body.home .service-link > div figure + div .title span {
            font-weight: 300;
            font-size: 1.4rem;
            display: block;
            text-align: center; }
        body.home .service-link > div figure + div a {
          display: block;
          background-image: linear-gradient(#4B4B4B, #1D1D1D);
          border-radius: 30px;
          padding: 15px 0;
          text-align: center;
          color: #fff;
          font-weight: 600; }
          body.home .service-link > div figure + div a:after {
            font-family: 'Material Symbols Outlined';
            content: "\e5e1";
            color: #fff;
            font-weight: 300;
            margin-left: .5rem;
            font-size: 1.6rem;
            position: relative;
            bottom: -3px; }
      body.home .service-link > div.start {
        background: #FFE9BB; }
        body.home .service-link > div.start figure {
          background: #E7A826; }
      body.home .service-link > div.care {
        background: #DAF9F4; }
        body.home .service-link > div.care figure {
          background: #00B495; }
      body.home .service-link > div.net {
        background: #F1F5DA; }
        body.home .service-link > div.net figure {
          background: #97B400; }
      @media (max-width: 760px) {
        body.home .service-link > div br.adj {
          display: none; } }
  body.error404 section.low {
    padding: 60px 0 0; }
    @media (max-width: 760px) {
      body.error404 section.low {
        padding: 5vw 0 0; } }
    body.error404 section.low h1 {
      text-align: center;
      margin-bottom: 60px; }
      @media (max-width: 760px) {
        body.error404 section.low h1 {
          margin-bottom: 5vw; } }
  body .low-mainvis {
    width: 100%;
    display: block;
    position: relative; }
    body .low-mainvis .overlay {
      background: rgba(0, 117, 180, 0.76); }
    body .low-mainvis > img {
      position: relative;
      z-index: 1;
      width: 100%; }
      @media (max-width: 760px) {
        body .low-mainvis > img {
          left: 50%;
          margin-left: -75%;
          width: 150% !important; } }
    body .low-mainvis .overlay {
      width: 100%;
      height: 160px;
      position: absolute;
      bottom: 0;
      z-index: 2; }
      @media (max-width: 1280px) {
        body .low-mainvis .overlay {
          height: 9vw; } }
      @media (max-width: 760px) {
        body .low-mainvis .overlay {
          height: auto;
          padding: 4vw 0; } }
    body .low-mainvis .title-en {
      color: #fff;
      line-height: 1;
      font-size: 4.8rem;
      font-weight: 800;
      margin-top: 35px; }
      @media (max-width: 1280px) {
        body .low-mainvis .title-en {
          font-size: 1.5vw;
          margin-top: 2vw; } }
      @media (max-width: 760px) {
        body .low-mainvis .title-en {
          margin: 0 0 2vw;
          font-size: 2.4rem; } }
    body .low-mainvis h1 {
      color: #fff;
      line-height: 1;
      font-size: 2rem;
      font-weight: 600; }
      @media (max-width: 1280px) {
        body .low-mainvis h1 {
          font-size: 2vw; } }
      @media (max-width: 760px) {
        body .low-mainvis h1 {
          font-size: 1.6rem; } }
  body#privacy-policy .low-mainvis .text-headling, body#about-and-legal .low-mainvis .text-headling {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0; }
    @media (max-width: 760px) {
      body#privacy-policy .low-mainvis .text-headling, body#about-and-legal .low-mainvis .text-headling {
        padding: 0 3vw; } }
    body#privacy-policy .low-mainvis .text-headling .title-en, body#about-and-legal .low-mainvis .text-headling .title-en {
      font-size: 4.8rem;
      color: #333; }
    body#privacy-policy .low-mainvis .text-headling h1, body#about-and-legal .low-mainvis .text-headling h1 {
      font-size: 2rem;
      color: #333; }
  body#concept .low-mainvis .overlay {
    background: rgba(0, 117, 180, 0.76); }
  body#concept .lead .catch {
    color: #00476D; }
  body#links-start .low-mainvis .overlay {
    background: rgba(231, 168, 38, 0.9); }
  body#links-start .lead .catch {
    color: #8E6000; }
  body#links-start .flow-step dl:before {
    background: #E7A826; }
  body#links-start table.basic tbody th {
    background: #FFE9BB; }
  body#yukatsu .low-mainvis .overlay {
    background: rgba(99, 145, 255, 0.9); }
  body#yukatsu .lead .catch {
    color: #6391FF; }
  body#yukatsu .flow-step dl:before {
    background: #BFD2FF; }
  body#yukatsu table.basic tbody th {
    background: #BFD2FF; }
  body#links-care .low-mainvis .overlay {
    background: rgba(0, 180, 149, 0.76); }
  body#links-care .lead .catch {
    color: #007561; }
  body#links-care .flow-step dl:before {
    background: #00B495; }
  body#links-net .low-mainvis .overlay {
    background: rgba(151, 180, 0, 0.76); }
  body#links-net .lead .catch {
    color: #627500; }
  body#links-net .flow-step dl:before {
    background: #97B400; }
  body#links-net table.basic tbody th {
    background: #EDF1DB; }
  body#links-net .chart1 {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 760px) {
      body#links-net .chart1 {
        display: block; } }
    body#links-net .chart1 > div {
      width: 31.66%; }
      @media (max-width: 760px) {
        body#links-net .chart1 > div {
          width: 100%;
          margin-bottom: 3vw; } }
      body#links-net .chart1 > div > p:first-of-type {
        font-size: 3rem;
        text-align: center;
        font-weight: 500;
        color: #fff;
        background: #97B400;
        border-radius: 5px 5px 0 0;
        padding: 10px 0 5px;
        margin: 0; }
        @media (max-width: 760px) {
          body#links-net .chart1 > div > p:first-of-type {
            font-size: 5vw;
            padding: 3vw 0 3vw; } }
      body#links-net .chart1 > div > p:last-of-type {
        text-align: center;
        font-size: 1.8rem;
        border: 1px solid #97B400;
        border-top: 0;
        padding: 0px 30px 40px;
        border-radius: 0 0 5px 5px; }
      body#links-net .chart1 > div figure {
        width: 100%;
        height: 240px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        border: 1px solid #97B400;
        border-top: 0;
        border-bottom: 0;
        margin: 0;
        padding: 40px 0; }
        @media (max-width: 760px) {
          body#links-net .chart1 > div figure {
            margin-bottom: 0;
            height: 150px; } }
        body#links-net .chart1 > div figure img.icon1 {
          width: 160px;
          height: auto; }
          @media (max-width: 760px) {
            body#links-net .chart1 > div figure img.icon1 {
              width: auto;
              height: 15vw; } }
        body#links-net .chart1 > div figure img.icon2 {
          width: 130px;
          height: auto; }
          @media (max-width: 760px) {
            body#links-net .chart1 > div figure img.icon2 {
              width: auto;
              height: 15vw; } }
        body#links-net .chart1 > div figure img.icon3 {
          width: 110px;
          height: auto; }
          @media (max-width: 760px) {
            body#links-net .chart1 > div figure img.icon3 {
              width: auto;
              height: 15vw; } }
  body#links-net .chart2 {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 760px) {
      body#links-net .chart2 {
        display: block; } }
    body#links-net .chart2 > section {
      width: 48.33%;
      margin-bottom: 3%; }
      @media (max-width: 760px) {
        body#links-net .chart2 > section {
          width: 100%; } }
      body#links-net .chart2 > section ul {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 760px) {
          body#links-net .chart2 > section ul {
            display: block; } }
        body#links-net .chart2 > section ul li {
          width: calc(48.33% - 2.5rem);
          margin-bottom: 3%; }
          @media (max-width: 760px) {
            body#links-net .chart2 > section ul li {
              width: 100%; } }
      body#links-net .chart2 > section figure {
        margin-block: 0 20px; }
        @media (max-width: 760px) {
          body#links-net .chart2 > section figure {
            margin-bottom: 3vw; } }
  body#inquiry .grecaptcha-badge {
    display: block; }
  body#inquiry .wpcf7-response-output {
    text-align: left;
    padding: 25px;
    border-radius: 5px;
    width: 100%;
    margin: 25px auto 0; }
  body#inquiry .wpcf7 .invalid .wpcf7-response-output {
    border-color: #E51E5B;
    color: #E51E5B; }
  body main.low {
    padding-top: 50px; }
    @media (max-width: 760px) {
      body main.low {
        padding-top: 5vw; } }
    body main.low .lead .catch {
      color: #00476D; }
    body main.low .contents p {
      line-height: 2.1; }
    body main.low .contents .lead {
      padding: 80px 40px;
      display: block;
      margin-bottom: 80px; }
      @media (max-width: 760px) {
        body main.low .contents .lead {
          margin-bottom: 10vw;
          padding: 6vw; } }
      body main.low .contents .lead:before {
        content: "";
        width: 62px;
        height: 18px;
        background: url("/asset/img/common/corner1.png") no-repeat;
        background-size: 62px auto;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2; }
      body main.low .contents .lead:after {
        content: "";
        width: 62px;
        height: 18px;
        background: url("/asset/img/common/corner2.png") no-repeat;
        background-size: 62px auto;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2; }
      body main.low .contents .lead .flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap; }
        @media (max-width: 760px) {
          body main.low .contents .lead .flex {
            display: block; } }
        body main.low .contents .lead .flex > div {
          width: 48.3%; }
          @media (max-width: 760px) {
            body main.low .contents .lead .flex > div {
              width: 100%;
              margin-bottom: 6vw; } }
          body main.low .contents .lead .flex > div:first-child {
            display: flex;
            align-items: center; }
            body main.low .contents .lead .flex > div:first-child > p:first-child {
              place-self: self-end; }
            body main.low .contents .lead .flex > div:first-child > p:not(:first-child) {
              place-self: self-start; }
          body main.low .contents .lead .flex > div img {
            max-width: 100%;
            height: auto; }
          body main.low .contents .lead .flex > div p.catch {
            line-height: 1.4;
            margin-bottom: 20px; }
          body main.low .contents .lead .flex > div p.text {
            margin-bottom: 0; }
    body main.low .contents .case-study {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 760px) {
        body main.low .contents .case-study {
          display: block; } }
      body main.low .contents .case-study > div {
        border: 1px solid #A5A5A5;
        border-radius: 5px;
        padding: 0 0;
        width: 48.3%;
        margin-bottom: 40px;
        background: #EEEEEE; }
        @media (max-width: 760px) {
          body main.low .contents .case-study > div {
            padding: 4vw 0 0;
            width: 100%;
            margin-bottom: 4vw; } }
        body main.low .contents .case-study > div .title {
          margin: 0;
          padding: 30px 30px 0px;
          text-align: center;
          font-weight: 600;
          font-size: 2rem;
          background: #fff; }
          @media (max-width: 760px) {
            body main.low .contents .case-study > div .title {
              margin: 0 0 0;
              padding: 0 3vw; } }
        body main.low .contents .case-study > div .sub-text {
          margin: 0 0 30px;
          padding: 0 30px 30px;
          text-align: center;
          background: #fff; }
          @media (max-width: 760px) {
            body main.low .contents .case-study > div .sub-text {
              margin: 0 0 3vw;
              padding: 0 3vw; } }
        body main.low .contents .case-study > div ul {
          padding: 0px 30px 30px;
          background: #EEEEEE;
          margin-bottom: 0; }
          @media (max-width: 760px) {
            body main.low .contents .case-study > div ul {
              padding: 3vw; } }
    body main.low .contents .flow-step {
      counter-reset: listnum;
      list-style: none;
      margin-block: 30px 30px; }
      body main.low .contents .flow-step dl {
        display: grid;
        grid-template-columns: 90px 1fr;
        grid-template-rows: 2 1fr;
        gap: 0;
        background: #EEEEEE;
        border-radius: 5px;
        margin-bottom: 20px; }
        body main.low .contents .flow-step dl:before {
          counter-increment: listnum;
          content: counter(listnum);
          grid-row: span 2 / span 2;
          width: 90px;
          text-align: center;
          font-weight: 600;
          border-radius: 5px 0 0 5px;
          padding: 2rem 0 0;
          font-size: 1.8rem; }
        body main.low .contents .flow-step dl dt {
          padding: 20px 0px 10px;
          margin: 0 20px 10px;
          border-bottom: 1px dashed #A5A5A5;
          font-size: 1.8rem;
          font-weight: 600; }
        body main.low .contents .flow-step dl dd {
          grid-column-start: 2;
          grid-row-start: 2;
          background: #EEEEEE;
          border-radius: 5px;
          padding: 0 20px 20px; }
          body main.low .contents .flow-step dl dd ul {
            margin: 10px 0 0; }
            body main.low .contents .flow-step dl dd ul li {
              line-height: 1.7;
              margin-bottom: 0; }
    body main.low .contents .customer-voice ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      body main.low .contents .customer-voice ul li {
        width: 31.5%;
        border: 1px solid #A5A5A5;
        border-radius: 5px;
        margin: 0 2.75% 30px 0;
        padding: 30px;
        list-style: none; }
        @media (max-width: 760px) {
          body main.low .contents .customer-voice ul li {
            width: 100%;
            margin: 0 0 3vw;
            padding: 5vw; } }
        body main.low .contents .customer-voice ul li:nth-of-type(3n) {
          margin-right: 0; }
    body main.low .contents .catch-line {
      margin-block: 30px 30px; }
      @media (max-width: 760px) {
        body main.low .contents .catch-line {
          margin-block: 5vw 3vw; } }
      body main.low .contents .catch-line p {
        text-align: center;
        font-size: 3rem;
        font-weight: 400;
        margin: 0; }
        @media (max-width: 760px) {
          body main.low .contents .catch-line p {
            font-size: 2rem; } }
        body main.low .contents .catch-line p strong {
          display: inline-block;
          font-weight: 600; }
          body main.low .contents .catch-line p strong:before {
            content: "";
            width: 100%;
            height: 8px;
            background: #FFE1A2;
            display: block;
            position: absolute;
            bottom: 16px;
            z-index: -1; }
    body main.low .contents .section-img {
      margin-block: 30px 25px; }
    body main.low .contents .bnr-list {
      display: flex; }
      @media (max-width: 760px) {
        body main.low .contents .bnr-list {
          display: block; } }
      body main.low .contents .bnr-list li {
        width: 23.5%;
        margin: 0 2% 2% 0;
        padding: 0;
        list-style: none; }
        @media (max-width: 760px) {
          body main.low .contents .bnr-list li {
            width: 100%;
            margin: 0 0 3vw; } }
        body main.low .contents .bnr-list li:nth-of-type(4n) {
          margin-right: 0; }
        body main.low .contents .bnr-list li img {
          width: 100%; }
    body main.low .contents .faq-list dl {
      border: 1px solid #A5A5A5;
      border-radius: 5px; }
      body main.low .contents .faq-list dl dt {
        padding: 25px;
        cursor: pointer;
        border-bottom: 1px solid #A5A5A5; }
        body main.low .contents .faq-list dl dt:last-of-type {
          border-bottom: none; }
        body main.low .contents .faq-list dl dt:before {
          content: "Q";
          color: #E51E5B;
          display: inline-block;
          font-size: 2rem;
          font-weight: 600;
          margin-right: 1rem; }
      body main.low .contents .faq-list dl dd {
        display: none;
        padding: 25px;
        border-bottom: 1px solid #A5A5A5;
        background: #EEEEEE; }
        body main.low .contents .faq-list dl dd:last-of-type {
          border-bottom: none; }
    body main.low .contents section ul {
      margin-block: 20px 20px; }
      body main.low .contents section ul li {
        list-style-type: disc;
        margin-left: 2.5rem;
        line-height: 3rem; }
  body footer {
    padding: 100px 0 0; }
    @media (max-width: 760px) {
      body footer {
        padding: 6vw 0 0; } }
    body footer .cv-area {
      background: #E5E5E5;
      background-size: cover;
      padding: 50px; }
      @media (max-width: 760px) {
        body footer .cv-area {
          padding: 6vw 3vw; } }
      body footer .cv-area .bloc {
        text-align: center;
        margin: 0 auto; }
        @media (max-width: 760px) {
          body footer .cv-area .bloc {
            width: 100%;
            padding: 0vw; } }
        body footer .cv-area .bloc p {
          text-align: center;
          font-size: 1.8rem;
          margin-bottom: 20px; }
          @media (max-width: 760px) {
            body footer .cv-area .bloc p {
              font-size: 1.6rem;
              margin: 0 0 3vw; } }
          @media (max-width: 760px) {
            body footer .cv-area .bloc p > br {
              display: none; } }
        body footer .cv-area .bloc a {
          width: 360px;
          border-radius: 50px;
          background-image: linear-gradient(#e7a826, #d58700);
          color: #333;
          font-size: 1.6rem;
          font-weight: 600;
          text-align: center;
          display: block;
          margin: 0 auto;
          padding: 20px; }
          @media (max-width: 760px) {
            body footer .cv-area .bloc a {
              width: 100%;
              padding: 2vw;
              width: 85%; } }
          body footer .cv-area .bloc a:hover {
            opacity: .5; }
          body footer .cv-area .bloc a:before {
            font-family: 'Material Symbols Outlined';
            content: "\e158";
            vertical-align: sub;
            font-size: 2rem;
            font-weight: 300;
            margin-right: 1rem; }
    body footer ul.footer-nav {
      text-align: center;
      padding: 25px 0; }
      @media (max-width: 760px) {
        body footer ul.footer-nav {
          display: block; } }
      body footer ul.footer-nav li {
        display: inline-block;
        margin: 0 18px; }
        @media (max-width: 760px) {
          body footer ul.footer-nav li:first-child {
            border-top: 1px solid #EEEEEE; } }
        @media (max-width: 760px) {
          body footer ul.footer-nav li {
            margin: 0;
            width: 100%;
            border-bottom: 1px solid #EEEEEE; } }
        body footer ul.footer-nav li a {
          color: #333333; }
          @media (max-width: 760px) {
            body footer ul.footer-nav li a {
              display: block;
              text-align: center;
              padding: 3vw 3.5vw; } }
          body footer ul.footer-nav li a:hover {
            color: #0075B4; }
  body .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 30px; }
    @media (max-width: 760px) {
      body .copyright {
        padding: 3vw;
        display: block; } }
    body .copyright .footer-nav {
      width: 70%;
      text-align: left; }
      @media (max-width: 760px) {
        body .copyright .footer-nav {
          width: 100%;
          text-align: center;
          padding: 2vw 0; } }
    body .copyright .copy {
      width: 30%;
      text-align: right; }
      @media (max-width: 760px) {
        body .copyright .copy {
          width: 100%;
          text-align: center; } }
      body .copyright .copy small {
        margin-right: 15px; }
      body .copyright .copy img {
        vertical-align: middle; }
