@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0; }

hr {
  color: inherit;
  height: 0;
  overflow: visible; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  border-color: inherit;
  text-indent: 0; }

iframe {
  border-style: none; }

input {
  border-radius: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit; }

[disabled] {
  cursor: default; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

html, body {
  height: 100%;
  scroll-snap-type: y proximity;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
  font-family: Poppins, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #2b2828;
  font-size: 16px;
  line-height: 1.75; }
  @media screen and (max-width: 767px) {
    html, body {
      font-size: 15px; } }

h1, h2, h3, h4, h5 {
  font-weight: 700; }

p, a {
  font-size: 16px;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    p, a {
      font-size: 14px; } }

img {
  width: 100%;
  display: block;
  transition: all .2s linear; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li, ol li {
  list-style: none; }

a {
  color: #000;
  text-decoration: none;
  transition: all .15s linear; }

a:hover {
  text-decoration: none; }

a:hover img {
  opacity: .75; }

address {
  font-style: normal; }

body {
  background-color: #fff0dd;
  background-image: url("/aws/images/itx-mcp_evs/cmn-bg1.png");
  background-position: -360px 100px;
  background-size: 1160px 720; }
  @media screen and (max-width: 1599px) {
    body {
      background-position: -400px 100px; } }
  @media screen and (max-width: 1240px) {
    body {
      background-position: -500px 100px; } }
  @media screen and (max-width: 999px) {
    body {
      height: 60vh;
      background-position: -350px 0;
      background-size: 870px 570px; } }
  @media screen and (max-width: 767px) {
    body {
      background-position: -100px 0;
      background-size: 348px 216px; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block !important; } }

.floating {
  width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004499;
  border-radius: 5px;
  box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: background .2s linear; }
  @media screen and (max-width: 767px) {
    .floating {
      width: 100%;
      font-size: 12px;
      border-radius: 0; } }
  .floating::before {
    content: url("/aws/images/itx-mcp_evs/icn-email.svg");
    width: 25px;
    height: 18px;
    margin-right: 10px;
    display: block; }
  .floating::after {
    content: ">";
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600; }
  .floating:hover {
    background-color: #00306c; }
  .floating-wrap {
    width: 220px;
    display: block;
    position: fixed;
    right: 3%;
    bottom: 20px;
    z-index: 100;
    opacity: 1;
    transition: opacity 0.3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .floating-wrap {
        width: 100%;
        right: 0;
        bottom: 0; } }
    .floating-wrap.hidden {
      opacity: 0;
      pointer-events: none; }

.cmn-sec {
  position: relative; }
  .cmn-sec-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0; }
    @media screen and (max-width: 767px) {
      .cmn-sec-inner {
        padding: 50px 0; } }
.cmn-ttl {
  margin-bottom: 10px;
  padding: 10px 20px;
  background-image: linear-gradient(90deg, #f7cf30 0%, #fcb9d7 100%);
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .cmn-ttl {
      padding: 8px 15px;
      font-size: 16px; } }
.cmn-hl {
  font-size: 36px;
  line-height: 1.5;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .cmn-hl {
      font-size: 22px; } }
.cmn-txtlink {
  color: #004499;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em; }
  .cmn-txtlink::after {
    content: ">";
    margin-left: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600; }
  .cmn-txtlink:hover {
    text-decoration: underline; }
.cmn-second-main .cmn-sec-inner:first-child {
  padding-top: 40px; }
.cmn-second-hl {
  text-align: center;
  line-height: 1.5; }
  .cmn-second-hl span {
    width: 100%;
    font-size: 24px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .cmn-second-hl span {
        font-size: 18px; } }
  .cmn-second-hl::after {
    content: "";
    width: 100px;
    height: 3px;
    margin: 20px auto 0;
    display: block;
    background-color: #b78852; }
.cmn-second-btn {
  width: 35%;
  max-width: 300px;
  margin: 80px auto 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  transition: all .2s linear; }
  @media screen and (max-width: 767px) {
    .cmn-second-btn {
      width: 80%; } }
  .cmn-second-btn::after {
    content: ">";
    position: absolute;
    right: 20px;
    font-size: 12px; }
  .cmn-second-btn:hover {
    opacity: .7; }
  .cmn-second-btn-wrap {
    text-align: center; }
.cmn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cmn-list li {
    width: 31.5%;
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .cmn-list li {
        width: 47.5%; } }
    .cmn-list li a {
      display: block;
      background-color: #fff; }
      .cmn-list li a:hover .cmn-list-btn {
        opacity: .7; }
      .cmn-list li a.nolink {
        opacity: 1; }
        .cmn-list li a.nolink .cmn-list-pic {
          opacity: 1; }
  .cmn-list-pic {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .cmn-list-pic-wrap {
      width: 100%;
      aspect-ratio: 4 / 3;
      overflow: hidden; }
  .cmn-list-cont {
    padding: 25px 30px 60px;
    position: relative; }
    @media screen and (max-width: 999px) {
      .cmn-list-cont {
        padding: 20px 20px 50px; } }
  .cmn-list-hl {
    font-size: 18px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .cmn-list-hl {
        font-size: 16px;
        line-height: 1.5; } }
  .cmn-list-txt {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400; }
    @media screen and (max-width: 999px) {
      .cmn-list-txt {
        font-size: 14px;
        line-height: 1.5; } }
  .cmn-list-btn {
    min-width: 140px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    transition: all .2s linear; }
    @media screen and (max-width: 999px) {
      .cmn-list-btn {
        min-width: 120px;
        font-size: 12px; } }
    .cmn-list-btn::after {
      content: ">";
      margin-left: 8px;
      display: inline-block;
      font-size: 12px; }

.bnr {
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all .2s linear; }
  @media screen and (max-width: 767px) {
    .bnr {
      flex-direction: column-reverse; } }
  .bnr:hover {
    opacity: .7; }
  .bnr-hl {
    width: 100%;
    color: #fff;
    font-size: 25px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .bnr-hl {
        font-size: 15px; } }
    .bnr-hl-wrap {
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      @media screen and (max-width: 767px) {
        .bnr-hl-wrap {
          width: 100%; } }
      .bnr-hl-wrap-cnt {
        height: 220px;
        padding: 60px 40px;
        background-image: linear-gradient(90deg, #004499 0%, #3493d5 100%); }
        @media screen and (max-width: 767px) {
          .bnr-hl-wrap-cnt {
            height: 120px;
            padding: 20px; } }
      .bnr-hl-wrap-dl {
        height: 240px;
        padding: 70px 40px;
        background-image: linear-gradient(90deg, #269897 0%, #7be3e2 100%); }
        @media screen and (max-width: 767px) {
          .bnr-hl-wrap-dl {
            height: 120px;
            padding: 20px; } }
  .bnr-btn {
    width: 220px;
    margin-top: 10px;
    padding: 10px;
    position: relative;
    color: #fff;
    font-weight: 500;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .bnr-btn {
        width: 100%; } }
    .bnr-btn::after {
      content: ">";
      position: absolute;
      top: 28%;
      right: 20px;
      font-size: 12px;
      font-weight: 500; }
    .bnr-btn-cnt {
      background-image: linear-gradient(90deg, #b650d1 0%, #6c92f5 100%); }
    .bnr-btn-dl {
      background-image: linear-gradient(90deg, #f7cf30 0%, #fcb9d7 100%); }
  .bnr-pic-cnt {
    width: auto;
    min-width: 600px;
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 767px) {
      .bnr-pic-cnt {
        width: 100%;
        min-width: initial;
        height: 100%; } }
  .bnr-pic-dl {
    width: auto;
    min-width: 490px;
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 767px) {
      .bnr-pic-dl {
        width: 100%;
        min-width: initial;
        height: 100%; } }
  .bnr-pic-wrap {
    width: 50%;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .bnr-pic-wrap {
        width: 100%;
        height: 150px; } }
    .bnr-pic-wrap-cnt {
      height: 220px;
      aspect-ratio: 12 / 5; }
      @media screen and (max-width: 767px) {
        .bnr-pic-wrap-cnt {
          width: 100%;
          height: auto;
          aspect-ratio: 16 / 9; } }
    .bnr-pic-wrap-dl {
      height: 240px;
      aspect-ratio: 49 / 25; }
      @media screen and (max-width: 767px) {
        .bnr-pic-wrap-dl {
          width: 100%;
          height: auto;
          aspect-ratio: 16 / 9; } }

/* Remodal */
.remodal {
  max-width: 1000px; }

.remodal-cancel {
  color: #fff;
  background: #000;
  margin-top: 0; }

.remodal-cancel:hover {
  background: #000;
  opacity: .75; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all .2s linear;
  /* 固定ヘッダー */ }
  .header-inner {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all .2s linear; }
    @media screen and (max-width: 999px) {
      .header-inner {
        padding: 20px 3%; } }
  .header-logo {
    width: 205px;
    height: auto;
    display: block;
    transition: all .2s linear; }
    @media screen and (max-width: 999px) {
      .header-logo {
        width: 150px; } }
  .header-nav {
    width: calc(100% - 240px);
    max-width: 840px;
    display: flex;
    justify-content: flex-end;
    /* ハンバーガーナビ */ }
    .header-nav-pc {
      display: flex; }
      @media screen and (max-width: 999px) {
        .header-nav-pc {
          display: none; } }
    .header-nav-item {
      padding-right: 35px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .header-nav-item > a {
        color: #2b2828;
        font-size: 14px;
        font-weight: 500;
        transition: all .2s linear; }
        .header-nav-item > a:hover {
          text-decoration: underline; }
      .header-nav-item:nth-child(n+5) {
        padding-right: 0; }
        .header-nav-item:nth-child(n+5) > a {
          width: 120px;
          height: 80px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff; }
          .header-nav-item:nth-child(n+5) > a:hover {
            opacity: .7;
            text-decoration: none; }
      .header-nav-item-article > a {
        background-color: #48b4b3; }
      .header-nav-item-knowhow > a {
        background-color: #269897; }
      .header-nav-item-contact > a {
        background-color: #004499; }
    .header-nav-hb {
      display: none; }
      @media screen and (max-width: 999px) {
        .header-nav-hb {
          display: block;
          position: fixed;
          top: 32px;
          right: 5%;
          width: 30px;
          height: 24px;
          z-index: 501;
          cursor: pointer;
          transition: all .4s; } }
      .header-nav-hb span {
        position: absolute;
        width: 30px;
        height: 4px;
        background: #004499;
        border-radius: 10px;
        transition: all .4s; }
        .header-nav-hb span:first-child {
          top: 0; }
        .header-nav-hb span:nth-child(2) {
          top: 10px; }
        .header-nav-hb span:nth-child(3) {
          top: 20px; }
      .header-nav-hb.hb-open {
        transform: rotate(180deg); }
        .header-nav-hb.hb-open span {
          background: #fff; }
          .header-nav-hb.hb-open span:first-child {
            width: 24px;
            transform: translate(-7px, 17px) rotate(45deg); }
          .header-nav-hb.hb-open span:nth-child(3) {
            width: 24px;
            transform: translate(-7px, -17px) rotate(-45deg); }
    .header-nav-sp {
      width: 300px;
      height: 100%;
      padding-top: 60px;
      position: fixed;
      top: 0;
      right: -300px;
      z-index: 500;
      background-color: rgba(33, 33, 33, 0.9); }
      .header-nav-sp-list {
        padding: 0 30px;
        display: block; }
        .header-nav-sp-list li {
          width: 100%;
          padding: 5px 0; }
          .header-nav-sp-list li a {
            color: #fff;
            line-height: 1.75; }
  .header.fixed {
    background-color: #fff; }
    .header.fixed .header-inner {
      padding: 0 0 0 25px; }
      @media screen and (max-width: 999px) {
        .header.fixed .header-inner {
          padding-left: 3%; } }
    .header.fixed .header-logo {
      width: 150px; }
    .header.fixed .header-nav-item a {
      font-size: 12px; }
    .header.fixed .header-nav-item:nth-child(n+5) a {
      width: 100px;
      height: 60px; }
    .header.fixed .header-nav-hb {
      top: 16px; }

.overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 499;
  transition: all .5s linear; }

.hero {
  height: 100vh;
  overflow: hidden; }
  @media screen and (max-width: 1240px) {
    .hero {
      height: 92.5vh; } }
  @media screen and (max-width: 999px) {
    .hero {
      height: 100vh; } }
  @media screen and (max-width: 767px) {
    .hero {
      height: auto;
      margin-top: 100px;
      overflow: visible; } }
  .hero-inner {
    width: 100%;
    height: 100%;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .hero-inner {
        height: auto;
        padding: 0;
        display: block; } }
  .hero-cont {
    margin-left: 8%;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 1240px) {
      .hero-cont {
        margin-left: 5%; } }
    @media screen and (max-width: 999px) {
      .hero-cont {
        margin-top: 30px;
        margin-left: 3%; } }
    @media screen and (max-width: 767px) {
      .hero-cont {
        width: 90%;
        margin: 0 auto; } }
  .hero-hl {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .05em; }
    @media screen and (max-width: 1599px) {
      .hero-hl {
        font-size: 3.5vw;
        line-height: 1.375; } }
    @media screen and (max-width: 767px) {
      .hero-hl {
        font-size: 28px;
        line-height: 1.5; } }
  .hero-lede {
    margin-top: 20px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .hero-lede {
        margin-top: 10px; } }
  .hero-btn {
    width: 200px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    transition: all .2s linear; }
    @media screen and (max-width: 767px) {
      .hero-btn {
        font-size: 13px; } }
    .hero-btn::after {
      content: ">";
      display: inline-block;
      margin-left: 5px;
      color: #fff;
      font-size: 12px; }
    .hero-btn:hover {
      opacity: .7; }
    .hero-btn-wrap {
      margin-top: 20px;
      display: flex;
      justify-content: flex-start;
      gap: 15px; }
    .hero-btn-contact {
      background-color: #004499; }
    .hero-btn-dl {
      background-color: #269897; }
  .hero-mov {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    outline: none;
    border: none; }
    .hero-mov-wrap {
      width: 35%;
      max-width: 640px;
      height: 92.5vh;
      max-height: 640px;
      margin-right: 3%;
      position: absolute;
      top: 20%;
      right: 4%;
      z-index: 4; }
      @media screen and (max-width: 1240px) {
        .hero-mov-wrap {
          top: 25%;
          right: 2%; } }
      @media screen and (max-width: 999px) {
        .hero-mov-wrap {
          height: 60vh;
          top: 12%; } }
      @media screen and (max-width: 767px) {
        .hero-mov-wrap {
          width: 80%;
          max-width: 480px;
          height: auto;
          max-height: initial;
          margin: 0 auto;
          top: 0;
          right: auto;
          position: relative; } }
  .hero-second {
    margin-top: 180px; }
    @media screen and (max-width: 999px) {
      .hero-second {
        margin-top: 120px; } }
    .hero-second-inner {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .hero-second-ttl {
      font-size: 48px;
      font-weight: 500;
      line-height: 1.325; }
      @media screen and (max-width: 999px) {
        .hero-second-ttl {
          font-size: 36px; } }
      @media screen and (max-width: 767px) {
        .hero-second-ttl {
          font-size: 28px; } }
    .hero-second-sttl {
      color: #b78852;
      font-size: 16px;
      font-weight: 600; }
    .hero-second-img {
      display: inline-block; }
      .hero-second-img-wrap {
        width: 30%;
        margin-left: 5%;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        @media screen and (max-width: 767px) {
          .hero-second-img-wrap {
            width: 45%; } }
      .hero-second-img-column {
        max-width: 160px;
        height: auto; }
      .hero-second-img-dl {
        max-width: 200px;
        height: auto; }

.about {
  background-image: url("/aws/images/itx-mcp_evs/cmn-bg1.png"), url("/aws/images/itx-mcp_evs/cmn-bg1.png");
  background-position: top 200px right -600px, top 1200px left -300px; }
  @media screen and (max-width: 767px) {
    .about {
      background-position: top 100px right -250px, top 700px left -150px;
      background-size: 435px 270px, 435px 270px; } }
  .about .cmn-sec-inner {
    padding-top: 0; }
    @media screen and (max-width: 767px) {
      .about .cmn-sec-inner {
        padding-top: 80px; } }
  .about-lede {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .about-lede {
        display: block; } }
    .about-lede-txt {
      margin-top: 15px;
      line-height: 2; }
      .about-lede-txt-wrap {
        width: 47.5%; }
        @media screen and (max-width: 767px) {
          .about-lede-txt-wrap {
            width: 100%; } }
        .about-lede-txt-wrap .cmn-hl {
          margin-top: 10px;
          font-size: 34px; }
          @media screen and (max-width: 767px) {
            .about-lede-txt-wrap .cmn-hl {
              font-size: 22px; } }
    .about-lede-img {
      width: 95%;
      margin: 0 auto; }
      .about-lede-img-wrap {
        width: 47.5%;
        padding: 10px 0;
        background-color: #fff; }
        @media screen and (max-width: 767px) {
          .about-lede-img-wrap {
            width: 100%;
            margin-top: 20px; } }
      .about-lede-img-modal {
        width: 100%; }
  .about-reason {
    margin-top: 120px;
    padding: 60px;
    background-color: #f1e0cc;
    position: relative; }
    @media screen and (max-width: 767px) {
      .about-reason {
        padding: 60px 10% 50px; } }
    @media screen and (max-width: 1240px) {
      .about-reason-inner .cmn-hl {
        width: 75%; } }
    @media screen and (max-width: 999px) {
      .about-reason-inner .cmn-hl {
        width: 65%; } }
    @media screen and (max-width: 767px) {
      .about-reason-inner .cmn-hl {
        width: 100%; } }
    .about-reason-inner .cmn-shl {
      margin-top: 15px;
      color: #b78852;
      font-size: 20px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .about-reason-inner .cmn-shl {
          font-size: 16px; } }
    .about-reason-txt {
      margin-top: 15px; }
    .about-reason-list {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .about-reason-list {
          margin-top: 0; } }
      .about-reason-list li {
        width: 23%;
        background-color: #fff; }
        @media screen and (max-width: 767px) {
          .about-reason-list li {
            width: 47.5%;
            margin-top: 20px; } }
      .about-reason-list-img {
        width: 80%;
        max-width: 200px;
        margin: 0 auto; }
      .about-reason-list-hl {
        width: 100%;
        padding: 15px 10px;
        background-image: linear-gradient(90deg, #b650d1 0%, #6c92f5 100%);
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        line-height: 1.375; }
    .about-reason-txtlink {
      width: 100%;
      margin-top: 10px;
      text-align: right; }
  .about-pickup {
    color: #b78852;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.75; }
    @media screen and (max-width: 767px) {
      .about-pickup {
        font-size: 12px; } }
    .about-pickup-st {
      display: block;
      font-size: 30px;
      font-weight: 700;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .about-pickup-st {
          font-size: 16px; } }
    .about-pickup-wrap {
      width: 225px;
      height: 225px;
      background-color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -75px;
      right: 60px;
      z-index: 3; }
      @media screen and (max-width: 767px) {
        .about-pickup-wrap {
          width: 120px;
          height: 120px;
          right: 0; } }
    .about-pickup-bg {
      width: 225px;
      height: 225px;
      background-color: #b78852;
      border-radius: 50%;
      position: absolute;
      top: -65px;
      right: 50px;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .about-pickup-bg {
          width: 120px;
          height: 120px;
          top: -70px;
          right: -5px; } }
  .about-recommend {
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .about-recommend {
        margin-top: 50px; } }
    .about-recommend .cmn-hl {
      text-align: center; }
    .about-recommend-list {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .about-recommend-list {
          margin-top: 0;
          display: block; } }
      .about-recommend-list li {
        width: 31.5%;
        padding: 40px 30px;
        background-color: #fff; }
        @media screen and (max-width: 767px) {
          .about-recommend-list li {
            margin-top: 20px;
            width: 100%; } }
      .about-recommend-list-img {
        width: 80%;
        max-width: 180px;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          .about-recommend-list-img {
            max-width: 120px; } }
      .about-recommend-list-hl {
        margin-top: 25px;
        font-size: 20px;
        font-weight: 600;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .about-recommend-list-hl {
            font-size: 16px; } }
      .about-recommend-list-txt {
        margin-top: 15px; }
        @media screen and (max-width: 767px) {
          .about-recommend-list-txt {
            margin-top: 10px; } }

.feature {
  background-color: #f1e0cc; }
  .feature-list li {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .feature-list li {
        margin-top: 50px;
        display: block; } }
    .feature-list li:nth-child(2n) {
      flex-direction: row-reverse; }
  .feature-list-txt {
    line-height: 2; }
    .feature-list-txt-wrap {
      width: 47.5%; }
      @media screen and (max-width: 767px) {
        .feature-list-txt-wrap {
          width: 100%; } }
  .feature-list-img {
    width: 95%;
    margin: 0 auto; }
    .feature-list-img-wrap {
      width: 47.5%;
      padding: 10px 0;
      background-color: #fff; }
      @media screen and (max-width: 767px) {
        .feature-list-img-wrap {
          width: 100%;
          margin-top: 20px; } }
    .feature-list-img-modal {
      width: 100%; }
  .feature-list-hl {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .feature-list-hl {
        font-size: 16px; } }
    .feature-list-hl-wrap {
      display: flex;
      justify-content: flex-start; }
  .feature-list-num {
    margin-right: 15px;
    color: #b78852;
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .05em; }
    @media screen and (max-width: 767px) {
      .feature-list-num {
        margin-right: 10px;
        font-size: 52px; } }
  .feature-list-txt {
    margin-top: 15px; }

.learn-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .learn-list {
      margin-top: 0;
      display: block; } }
  .learn-list li {
    /*width: 31.5%;*/
    width: 47.5%; }
    @media screen and (max-width: 767px) {
      .learn-list li {
        width: 100%;
        margin-top: 30px; } }
    .learn-list li a {
      width: 100%;
      display: block;
      position: relative;
      overflow: hidden;
      /*aspect-ratio: 19 / 16;*/
      aspect-ratio: 16 / 9; }
      .learn-list li a:hover .learn-list-hl {
        opacity: .7; }
  .learn-list-pic {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .learn-list-hl {
    padding: 5px 20px;
    background-image: linear-gradient(90deg, #b650d1 0%, #6c92f5 100%);
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    color: #fff; }
    .learn-list-hl::after {
      content: ">";
      margin-left: 10px;
      font-size: 12px;
      font-weight: 600; }
.learn-diff {
  margin-top: 80px;
  padding: 80px 140px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .learn-diff {
      margin-top: 50px;
      padding: 30px 10%; } }
  .learn-diff-hl {
    color: #b78852;
    text-align: center !important; }
  .learn-diff-lede {
    margin-top: 15px;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .learn-diff-lede {
        text-align: left; } }
  .learn-diff-table {
    width: 100%;
    margin-top: 40px;
    border-collapse: collapse; }
    @media screen and (max-width: 767px) {
      .learn-diff-table {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .learn-diff-table-head {
        display: none; } }
    .learn-diff-table-head th {
      padding: 20px 10px;
      background-color: #2b2828;
      border-right: solid 1px #fff;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      border-collapse: collapse; }
      @media screen and (max-width: 767px) {
        .learn-diff-table-head th {
          display: block; } }
      .learn-diff-table-head th:first-child {
        border-left: solid 1px #2b2828; }
      .learn-diff-table-head th:last-child {
        border-right: solid 1px #2b2828; }
    .learn-diff-table-body td {
      padding: 20px 10px;
      border: solid 1px #b78852;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      border-collapse: collapse; }
      @media screen and (max-width: 767px) {
        .learn-diff-table-body td {
          width: 100%;
          padding: 10px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
          text-align: left;
          border-bottom: none; } }
      @media screen and (max-width: 767px) {
        .learn-diff-table-body td::before {
          content: attr(data-label);
          width: 85px;
          margin: 0 10px 0 0;
          padding: 5px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #2b2828;
          color: #fff;
          font-size: 10px;
          text-align: center; } }
      .learn-diff-table-body td:first-child {
        background-color: #eee; }
        @media screen and (max-width: 767px) {
          .learn-diff-table-body td:first-child {
            margin-top: 20px;
            display: block;
            text-align: center; } }
        @media screen and (max-width: 767px) {
          .learn-diff-table-body td:first-child::before {
            content: none; } }
      .learn-diff-table-body td:last-child {
        background-color: #fff0dd;
        color: #b78852; }
        @media screen and (max-width: 767px) {
          .learn-diff-table-body td:last-child {
            font-weight: 600;
            border-bottom: solid 1px #b78852; } }
      @media screen and (max-width: 767px) {
        .learn-diff-table-body td span {
          width: calc(100% - 15px - 85px);
          display: block;
          word-break: break-all; } }

.engineer {
  background-color: #f1e0cc; }
  .engineer .cmn-hl {
    color: #b78852;
    text-align: center; }
  .engineer-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .engineer-list {
        margin-top: 0;
        display: block; } }
    .engineer-list li {
      width: 31.5%; }
      @media screen and (max-width: 767px) {
        .engineer-list li {
          width: 100%;
          margin-top: 30px;
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start;
          justify-content: space-between; } }
    .engineer-list-pic-wrap {
      position: relative; }
      @media screen and (max-width: 767px) {
        .engineer-list-pic-wrap {
          width: 47.5%; } }
    .engineer-list-pic-name {
      position: absolute;
      bottom: 30px;
      left: 30px;
      z-index: 2;
      color: #fff;
      font-size: 40px;
      font-weight: 700;
      line-height: 1.25;
      letter-spacing: .05em; }
      @media screen and (max-width: 767px) {
        .engineer-list-pic-name {
          display: none; } }
    .engineer-list-prof {
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .engineer-list-prof {
          width: 47.5%;
          margin-top: 0; } }
    .engineer-list-posi {
      font-size: 14px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .engineer-list-posi {
          font-size: 13px;
          line-height: 1; } }
    .engineer-list-name {
      font-size: 22px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .engineer-list-name {
          padding: 3px 0;
          font-size: 16px; } }
    .engineer-list-achieve {
      padding-top: 15px; }
      @media screen and (max-width: 767px) {
        .engineer-list-achieve {
          font-size: 12px;
          line-height: 1.5; } }
      .engineer-list-achieve-wrap {
        margin-top: 20px;
        position: relative;
        border-top: solid 1px #b78852; }
        @media screen and (max-width: 767px) {
          .engineer-list-achieve-wrap {
            margin-top: 10px; } }
      .engineer-list-achieve-ttl {
        margin-top: -8px;
        padding-right: 5px;
        display: inline-block;
        background-color: #f1e0cc;
        position: absolute;
        top: -5px;
        left: 0;
        color: #b78852;
        font-size: 14px;
        font-weight: 600; }

.faq-box {
  margin-top: 10px; }
  .faq-box:first-of-type {
    margin-top: 40px; }
.faq-toggle {
  display: none; }
.faq-q {
  padding: 30px;
  display: flex;
  background-color: #f1e0cc;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
    .faq-q {
      padding: 15px 20px; } }
  .faq-q:hover {
    opacity: .75;
    cursor: pointer; }
  .faq-q::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #2b2828;
    border-right: 2px solid #2b2828;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 3px );
    right: 3%;
    transform: rotate(135deg); }
    @media screen and (max-width: 767px) {
      .faq-q::before {
        right: 5%; } }
.faq-a {
  height: 0;
  margin-bottom: 10px;
  padding: 0 30px;
  display: flex;
  background-color: #f6eadb;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
    .faq-a {
      padding: 0 20px; } }
  .faq-a .faq-list-txt {
    font-weight: 400; }
.faq-icn {
  width: 3%;
  display: inline-block;
  color: #b78852;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .faq-icn {
      width: 10%; } }
.faq-txt {
  width: 92%;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .faq-txt {
      width: 80%; } }

.faq-toggle:checked + .faq-q + .faq-a {
  height: auto;
  padding: 30px;
  transition: all .3s; }
  @media screen and (max-width: 767px) {
    .faq-toggle:checked + .faq-q + .faq-a {
      padding: 15px 20px; } }

.faq-toggle:checked + .faq-q::before {
  transform: rotate(-45deg) !important; }

.contact {
  background-color: #f1e0cc;
  /* 下層ページ用 */ }
  .contact-top .cmn-sec-inner {
    padding: 80px 0 120px; }
  .contact-link {
    width: 50%;
    height: 350px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .contact-link {
        width: 100%;
        height: 250px; } }
    .contact-link-wrap {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .contact-link-wrap {
          margin-top: 20px;
          flex-direction: column;
          gap: 25px; } }
    .contact-link-pic {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      .contact-link-pic-wrap {
        width: 100%;
        height: 350px;
        aspect-ratio: 97 / 44;
        overflow: hidden; }
        @media screen and (max-width: 767px) {
          .contact-link-pic-wrap {
            height: 250px; } }
    .contact-link-overlay {
      width: 100%;
      height: 100%;
      opacity: .5;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
      .contact-link-overlay-contact {
        background-image: linear-gradient(90deg, #b650d1 0%, #6c92f5 100%); }
      .contact-link-overlay-dl {
        background-image: linear-gradient(90deg, #f7cf30 0%, #fcb9d7 100%); }
    .contact-link-hl {
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .contact-link-hl {
          font-size: 16px; } }
    .contact-link-txt {
      position: absolute;
      bottom: 30px;
      left: 30px;
      z-index: 3;
      color: #fff; }
      .contact-link-txtlink-hl {
        font-weight: 500; }
      .contact-link-txtlink::after {
        content: ">";
        margin-left: 10px;
        display: inline-block;
        font-size: 12px;
        font-weight: 600; }
  .contact-second {
    margin-bottom: 100px; }
    .contact-second-box {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 80px 120px;
      display: block;
      background-color: #f1e0cc; }
      @media screen and (max-width: 999px) {
        .contact-second-box {
          padding: 60px 100px; } }
      @media screen and (max-width: 767px) {
        .contact-second-box {
          padding: 40px; } }
    .contact-second-hl {
      font-size: 48px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .contact-second-hl {
          font-size: 32px; } }
    .contact-second-shl {
      color: #b78852;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .contact-second-shl {
          font-size: 16px; } }
    .contact-second-lede {
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        .contact-second-lede {
          margin-top: 15px; } }
    .contact-second-link {
      width: 50%;
      height: 220px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .contact-second-link {
          width: 100%; } }
      .contact-second-link-wrap {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          .contact-second-link-wrap {
            margin-top: 20px;
            flex-direction: column;
            gap: 25px; } }
      .contact-second-link-pic {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        .contact-second-link-pic-wrap {
          width: 100%;
          height: 220px;
          aspect-ratio: 97 / 44;
          overflow: hidden; }
      .contact-second-link-overlay {
        width: 100%;
        height: 100%;
        opacity: .5;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
        .contact-second-link-overlay-contact {
          background-image: linear-gradient(90deg, #b650d1 0%, #6c92f5 100%); }
        .contact-second-link-overlay-dl {
          background-image: linear-gradient(90deg, #f7cf30 0%, #fcb9d7 100%); }
      @media screen and (max-width: 767px) {
        .contact-second-link-hl {
          width: 80%; } }
      .contact-second-link-txt {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 3;
        color: #fff; }
        .contact-second-link-txtlink-hl {
          font-size: 18px;
          font-weight: 500; }
        .contact-second-link-txtlink::after {
          content: ">";
          margin-left: 10px;
          display: inline-block;
          font-size: 12px;
          font-weight: 600; }

.form-wrap {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff; }

.column-list .cmn-list-btn {
  background-image: linear-gradient(90deg, #b650d1 0%, #6c92f5 100%); }
.column-btn {
  background-image: linear-gradient(90deg, #b650d1 0%, #6c92f5 100%); }

.dl-list .cmn-list-btn {
  min-width: 180px;
  background-image: linear-gradient(90deg, #f7cf30 0%, #fcb9d7 100%); }
  @media screen and (max-width: 767px) {
    .dl-list .cmn-list-btn {
      min-width: 150px; } }

.bc {
  padding: 15px 0px;
  background-color: #6a6464; }
  .bc-list {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media screen and (max-width: 767px) {
      .bc-list {
        display: block; } }
    .bc-list li a {
      color: #fff;
      font-size: 12px;
      font-weight: 500; }
      .bc-list li a::after {
        content: ">";
        margin: 0 10px;
        display: inline-block;
        font-size: 10px;
        font-weight: 600; }
      .bc-list li a:hover {
        text-decoration: underline; }
    .bc-list li span {
      color: #fff;
      font-size: 12px;
      font-weight: 500; }

.footer {
  padding: 40px 0;
  background-color: #2b2828; }
  .footer-cr {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center; }



