@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
a:hover, a:focus {
  outline: none;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (width < 500px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

ol, ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table, tr, th, td {
  border-collapse: collapse;
  font-size: 100%;
  vertical-align: top;
  border-spacing: 0;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
textarea {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: block;
}
@media (width < 1025px) {
  .tab {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

/* 使わなければ削除 */
.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

/*----------------------------------------------------
コンテンツ共通
----------------------------------------------------*/
/* タイトル（標準） */
.common.ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 500px) {
  .common.ttl_wrap {
    display: block;
  }
}
.common.ttl_wrap.two-line { /* 2列のタイトル */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media (width < 500px) {
  .common.ttl_wrap.two-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.common.ttl_wrap.two-line .main_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media (width < 500px) {
  .common.ttl_wrap.two-line .main_ttl {
    display: block;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
.common.ttl_wrap .main_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: clamp(24px, 20px + 1vw, 32px);
  font-weight: 700;
  margin-right: 20px;
}
@media (width < 500px) {
  .common.ttl_wrap .main_ttl {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-right: 0;
  }
}
.common.ttl_wrap .main_ttl .sub_ttl {
  font-size: clamp(16px, 12px + 1vw, 24px);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6F6F6F;
  margin-left: 20px;
}
@media (width < 500px) {
  .common.ttl_wrap .main_ttl .sub_ttl {
    display: inline-block;
    width: 100%;
    margin-left: 0;
  }
}
.common.ttl_wrap .line {
  width: 30px;
  border-top: 1px solid #CF000E;
}
@media (width < 500px) {
  .common.ttl_wrap .line {
    display: inline-block;
  }
}

.txt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  line-height: 1.8;
}
@media (width < 500px) {
  .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* 灰色背景 */
.bg {
  background-color: #F9F9F9;
}

/* VIEW MOREボタン */
.btn a {
  position: relative;
  width: 260px;
  margin: 0 auto;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #F9F9F9;
  background-size: 200% auto;
  border-radius: 2px;
  padding-left: 64px;
  background: linear-gradient(30deg, #6D6D6D -9.71%, #222222 45.73%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.btn a::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 76.8px;
  top: 0;
  left: 0;
  background: linear-gradient(30deg, #fff -9.71%, #CF000E 45.73%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .btn a:hover {
    background-position: 100% 51%;
  }
  .btn a:hover::before {
    opacity: 1;
    z-index: 1;
  }
  .btn a:hover figure svg {
    position: relative;
    -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px);
    z-index: 1;
  }
}
.btn a span {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #F9F9F9;
  z-index: 2;
}
.btn a figure svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn a figure svg path {
  fill: #F9F9F9;
}
.btn.tng_btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.tng_btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn.tng_btn a span figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.btn.wt a {
  margin: 0 auto 0 0;
  border: 1px solid #222;
  color: #222;
  background: #F9F9F9;
}
.btn.wt a::before {
  background: linear-gradient(30deg, #6D6D6D -9.71%, #222222 45.73%);
}
@media (hover: hover) {
  .btn.wt a:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.15);
    background-position: 100% 51%;
  }
  .btn.wt a:hover::before {
    opacity: 1;
    z-index: 1;
  }
  .btn.wt a:hover span {
    color: #F9F9F9;
  }
  .btn.wt a:hover path {
    fill: #F9F9F9;
  }
}
.btn.wt a span {
  color: #222;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.btn.wt a path {
  fill: #222;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.btn.submit {
  display: inline-block;
}
.btn.submit input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 260px;
  margin: 0 auto;
  padding: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #F9F9F9;
  background-color: #222;
  border-radius: 2px;
  text-align: center;
  position: relative;
}
.btn.submit input[type=submit]::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 15px;
  background: url(../img/root/icon_arrow4.svg) no-repeat;
  top: 0;
  right: 0;
}

/* リンク（下線） */
.link-line {
  position: relative;
}
.link-line::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 1px;
  background: #222;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
@media (hover: hover) {
  .link-line:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
    -webkit-transform-origin: left top;
            transform-origin: left top; /*左から右に向かう*/
  }
}

/* カテゴリー */
.cat {
  display: inline-block;
  border-radius: 2px;
  padding: 6px;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cat.web-consul { /* Webコンサル */
  color: #fff;
  border: 1px solid #fff;
  background-color: #2D9AFF;
}
.cat.ec-consul { /* ECコンサル */
  color: #fff;
  border: 1px solid #fff;
  background-color: #FF773D;
}
.cat.problem { /* お困りの方へ */
  color: #fff;
  border: 1px solid #fff;
  background-color: #66B600;
}
.cat.web-accessibility {
  /* Webアクセシビリティ */
  color: #fff;
  border: 1px solid #fff;
  background-color: #9773BF;
}

/* テキスト赤 */
.deco-red {
  color: #CF000E;
}

/*----------------------------------------------------
下層MV
----------------------------------------------------*/
#pages-mainvisual {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}
@media (width < 500px) {
  #pages-mainvisual {
    height: 260px;
    margin-bottom: 30px;
  }
}
#pages-mainvisual .inner {
  width: 1300px;
  margin: 0 auto;
  padding-top: 180px;
}
@media (width < 1610px) {
  #pages-mainvisual .inner {
    width: 90%;
  }
}
@media (width < 500px) {
  #pages-mainvisual .inner {
    padding-top: 130px;
  }
}
#pages-mainvisual .inner .page-ttl {
  line-height: 1;
}
#pages-mainvisual .inner .page-ttl span {
  font-size: clamp(32px, 28px + 1vw, 40px);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 20px;
}
#pages-mainvisual .inner .page-ttl h2 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 32px;
  position: relative;
}
#pages-mainvisual .inner .page-ttl h2::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  top: 8px;
  left: 0;
  background-color: #CF000E;
}

/*----------------------------------------------------
パンくずリスト
----------------------------------------------------*/
.breadcrumb {
  width: 1300px;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 100px;
}
@media (width < 1300px) {
  .breadcrumb {
    width: 90%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.breadcrumb .breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6F6F6F;
}
.breadcrumb .breadcrumb_list:not(:last-child):after {
  content: "/";
  margin: 0 20px;
}
.breadcrumb .breadcrumb_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6F6F6F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .breadcrumb .breadcrumb_list a:hover {
    opacity: 0.7;
  }
}
.breadcrumb .breadcrumb_list a figure {
  margin-right: 10px;
}
.breadcrumb .breadcrumb_list a figure img {
  display: block;
}
.breadcrumb li {
  color: #6F6F6F;
}

/*----------------------------------------------------
上へ戻るボタン
----------------------------------------------------*/
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 1px #6F6F6F;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media (hover: hover) {
  .pagetop:hover {
    opacity: 0.5;
  }
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 1px solid #6F6F6F;
  border-right: 1px solid #6F6F6F;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

/*----------------------------------------------------
お問い合わせ（共通）
----------------------------------------------------*/
#contact-common {
  width: 100%;
  padding: 100px 0;
  background: url(../img/root/bg_contact.jpg) no-repeat;
  background-size: cover;
}
@media (width < 500px) {
  #contact-common {
    padding: 50px 0;
  }
}
#contact-common .inner {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 1025px) {
  #contact-common .inner {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#contact-common .inner .contact_ttl_wrap {
  width: 100%;
  line-height: 1;
  color: #fff;
}
@media (width < 1025px) {
  #contact-common .inner .contact_ttl_wrap {
    margin-bottom: 20px;
  }
}
#contact-common .inner .contact_ttl_wrap span {
  display: inline-block;
  font-size: clamp(16px, 12px + 1vw, 24px);
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}
#contact-common .inner .contact_ttl_wrap h2 {
  color: #fff;
  font-size: clamp(24px, 20px + 1vw, 32px);
  font-weight: bold;
  margin-bottom: 50px;
}
@media (width < 500px) {
  #contact-common .inner .contact_ttl_wrap h2 {
    margin-bottom: 30px;
  }
}
#contact-common .inner .btn_wrap a {
  width: 260px;
  margin: 0 auto;
  padding: 24px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact-common .inner .btn_wrap a:hover figure svg {
  -webkit-transform: translate(4px, -4px);
          transform: translate(4px, -4px);
}
#contact-common .inner .btn_wrap a figure img {
  display: block;
}
#contact-common .inner .btn_wrap a figure svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact-common .inner .btn_wrap a figure svg path {
  fill: #222;
}

.contact-parts .form_wrap form {
  width: 100%;
}
.contact-parts .form_wrap form .form_body {
  width: 890px;
  margin: 0 auto;
}
@media (width < 500px) {
  .contact-parts .form_wrap form .form_body {
    width: 90%;
  }
}
.contact-parts .form_wrap form .form_body p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.contact-parts .form_wrap form .form_body p:last-child {
  margin-bottom: 80px;
}
@media (width < 500px) {
  .contact-parts .form_wrap form .form_body p {
    display: block;
  }
}
.contact-parts .form_wrap form .form_body p label {
  width: 130px;
  margin-right: 10px;
}
@media (width < 500px) {
  .contact-parts .form_wrap form .form_body p label {
    display: inline-block;
    width: auto;
    margin: 0 10px 10px 0;
  }
}
.contact-parts .form_wrap form .form_body p .wpcf7-form-control-wrap input, .contact-parts .form_wrap form .form_body p .wpcf7-form-control-wrap textarea, .contact-parts .form_wrap form .form_body p .wpcf7-form-control-wrap select {
  border: 1px solid #D9D9D9;
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px;
}
.contact-parts .form_wrap form .form_body p .wpcf7-form-control-wrap input, .contact-parts .form_wrap form .form_body p .wpcf7-form-control-wrap select {
  width: 400px;
  height: 50px;
}
@media (width < 500px) {
  .contact-parts .form_wrap form .form_body p .wpcf7-form-control-wrap input, .contact-parts .form_wrap form .form_body p .wpcf7-form-control-wrap select {
    width: 100%;
  }
}
.contact-parts .form_wrap form .form_body p .wpcf7-form-control-wrap textarea {
  width: 670px;
}
@media (width < 500px) {
  .contact-parts .form_wrap form .form_body p .wpcf7-form-control-wrap textarea {
    width: 100%;
    field-sizing: content;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
  }
}
.contact-parts .form_wrap form .form_body p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 14px;
  font-size: 1.4rem;
}
.contact-parts .form_wrap form .form_body p .txt-gray {
  background-color: #999;
}
.contact-parts .form_wrap form .form_body p .txt-red {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 10px;
  color: #fff;
  background-color: #CF000E;
  border: 1px solid #CF000E;
  border-radius: 2px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media (width < 500px) {
  .contact-parts .form_wrap form .form_body p .txt-red {
    display: inline;
    width: auto;
    padding: 4px 6px;
  }
}
.contact-parts .form_wrap form .form_body p .txt-any {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 10px;
  color: #999;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media (width < 500px) {
  .contact-parts .form_wrap form .form_body p .txt-any {
    display: inline;
    width: auto;
    padding: 4px 6px;
  }
}
.contact-parts .form_wrap form .form_body .submit-btn input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 260px;
  margin: 0 auto;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #F9F9F9;
  background-color: #222;
  border-radius: 2px;
}
.contact-parts .form_wrap form .form_body .submit-btn input[type=submit] figure svg path {
  fill: #F9F9F9;
}
.contact-parts .form_wrap form .policy {
  width: 890px;
  margin: 0 auto;
  height: 240px;
  padding: 30px;
  overflow: scroll;
  border: 1px solid #6F6F6F;
  border-radius: 2px;
  margin-bottom: 30px;
}
@media (width < 500px) {
  .contact-parts .form_wrap form .policy {
    width: 90%;
    height: 200px;
  }
}
.contact-parts .form_wrap form .policy h3 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-parts .form_wrap form .policy p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media (width < 500px) {
  .contact-parts .form_wrap form .policy p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact-parts .form_wrap form .policy h4 {
  font-weight: bold;
}
.contact-parts .form_wrap form .policy-check, .contact-parts .form_wrap form .conf_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-parts .form_wrap form .error .error_messe {
  text-align: center;
  color: #F9F9F9;
}
.contact-parts .form_wrap form .policy-accept {
  text-align: center;
}
.contact-parts .form_wrap form .policy-accept label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  cursor: pointer;
}
.contact-parts .form_wrap form .policy-accept label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #F9F9F9;
  border: 1px solid #6F6F6F;
  border-radius: 2px;
  position: relative;
  margin-right: 16px;
}
.contact-parts .form_wrap form .policy-accept label input[type=checkbox]:checked:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 5px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 10px;
  height: 20px;
  border-right: 3px solid #CF000E;
  border-bottom: 3px solid #CF000E;
}
.contact-parts .form_wrap form .policy-accept label .g-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.contact-parts .form_wrap form .policy-accept .submit-btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 260px;
  margin: 0 auto;
  padding: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #F9F9F9;
  background-color: #222;
  border-radius: 2px;
  text-align: center;
}
.contact-parts .form_wrap form .policy-accept .submit-btn input figure svg path {
  fill: #F9F9F9;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
/* ヘッダー */
.header {
  width: 100%;
  height: inherit;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header .header__inner {
  padding: 30px 40px;
}
@media (width < 500px) {
  .header .header__inner {
    padding: 20px;
  }
}
.header .header__inner.HeightMin { /* スクロール時 */
  width: 100%;
  position: fixed;
  z-index: 999; /*最前面へ*/
  padding: 10px 40px;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
}
@media (width < 500px) {
  .header .header__inner.HeightMin {
    padding: 20px;
  }
}
.header .header__inner.HeightMin .header-title.a {
  width: 150px;
}
.header .header__inner.HeightMin .header__nav .nav-items__item {
  /* お問い合わせボタン縮小 */
  /* ドロップダウンリスト位置調整 */
}
.header .header__inner.HeightMin .header__nav .nav-items__item.contact a {
  padding: 12px;
}
.header .header__inner.HeightMin .header__nav .nav-items__item .dropdown__lists {
  top: 50px;
}
@media (width < 500px) {
  .header .header__inner.HeightMin .header__nav .nav-items__item .dropdown__lists {
    top: 0;
  }
}
.header .header__inner.HeightMin .header__nav .nav-items__item .dropdown__lists .dropdown__list {
  background-color: #fff;
  padding: 0 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.header .header__inner.HeightMin .header__nav .nav-items__item .dropdown__lists .dropdown__list:first-child {
  padding-top: 10px;
}
.header .header__inner.HeightMin .header__nav .nav-items__item .dropdown__lists .dropdown__list:last-child {
  padding-bottom: 10px;
}
.header .header__inner.HeightMin .header__nav .nav-items__item .dropdown__lists .dropdown__list a {
  padding: 8px 0;
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header__inner .header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  font-weight: 500;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
@media screen and (min-width: 1080px) {
  .header__inner .header__nav {
    position: static;
    -webkit-transform: initial;
            transform: initial;
    background-color: inherit;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 100%;
  }
}
@media (width < 500px) {
  .header__inner .header__nav {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.header__inner .header__nav .nav__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inner .header__nav .nav__items:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header__inner .header__nav .nav__items:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (width < 1032px) {
  .header__inner .header__nav .nav__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header__inner .header__nav .nav-items__item {
  margin-right: 50px;
  /* ドロップダウンメニュー */
}
@media (1032px <= width < 1610px) {
  .header__inner .header__nav .nav-items__item {
    margin-right: 20px;
  }
}
@media (width < 1032px) {
  .header__inner .header__nav .nav-items__item {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #CF000E;
  }
}
.header__inner .header__nav .nav-items__item a {
  color: #222;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
  border-bottom: 2px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .header__inner .header__nav .nav-items__item a:hover {
    color: #CF000E;
  }
}
@media (width < 1032px) {
  .header__inner .header__nav .nav-items__item a {
    text-align: left;
    margin-bottom: 0;
  }
}
.header__inner .header__nav .nav-items__item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #CF000E;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 1;
}
@media (width < 500px) {
  .header__inner .header__nav .nav-items__item a::after {
    display: none;
  }
}
@media (hover: hover) {
  .header__inner .header__nav .nav-items__item a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@media (width < 1032px) {
  .header__inner .header__nav .nav-items__item a {
    margin-bottom: 0;
  }
}
.header__inner .header__nav .nav-items__item .toggle {
  cursor: pointer;
}
@media (600px < width) {
  .header__inner .header__nav .nav-items__item .toggle {
    pointer-events: none;
  }
}
@media (width < 1032px) {
  .header__inner .header__nav .nav-items__item .toggle {
    position: relative;
  }
}
.header__inner .header__nav .nav-items__item:last-child a {
  margin-bottom: 0;
}
.header__inner .header__nav .nav-items__item.contact {
  margin-right: 0;
}
.header__inner .header__nav .nav-items__item.contact a {
  border: 1px solid #CF000E;
  background-color: #CF000E;
  padding: 20px;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
}
@media (hover: hover) {
  .header__inner .header__nav .nav-items__item.contact a:hover {
    border: 1px solid #CF000E;
    color: #CF000E;
    background-color: #fff;
  }
}
@media (width < 1032px) {
  .header__inner .header__nav .nav-items__item.contact a {
    text-align: center;
  }
}
.header__inner .header__nav .nav-items__item.contact a::after {
  position: static;
}
.header__inner .header__nav .nav-items__item .dropdown__lists {
  opacity: 0; /* 透明にする */
  visibility: hidden; /* 操作もできなくする */
  -webkit-transition: all 0.3s;
  transition: all 0.3s; /* ← これを追加 */
  position: absolute;
  top: 80px;
}
@media (width < 1032px) {
  .header__inner .header__nav .nav-items__item .dropdown__lists {
    position: relative;
    top: 0;
    opacity: 1; /* 常に表示 */
    visibility: visible; /* 常に表示 */
  }
}
.header__inner .header__nav .nav-items__item .dropdown__lists .dropdown__list {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__inner .header__nav .nav-items__item .dropdown__lists .dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.header__inner .header__nav .nav-items__item .dropdown__lists .dropdown__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .header__inner .header__nav .nav-items__item:hover .dropdown__lists {
    opacity: 1; /* 不透明にする */
    visibility: visible; /* 操作できるようにする */
    background-color: #fff;
    padding: 10px;
  }
}
@media (768px <= width < 1376px) and (pointer: coarse) {
  .header__inner .header__nav .nav-items__item:hover .dropdown__lists {
    display: block; /*Gナビメニューにホバーしたら表示*/
  }
}
.header__inner .header__title {
  margin: 0 auto;
}
@media (width < 1032px) {
  .header__inner .header__title {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.header__inner .header__title a {
  width: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .header__inner .header__title a:hover {
    opacity: 0.5;
  }
}
@media (width < 500px) {
  .header__inner .header__title a {
    width: 150px;
  }
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 1100px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: #fff;
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*----------------------------------------------------
404 Not Found
----------------------------------------------------*/
#error404 .inner {
  height: 100vh;
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width < 1200px) {
  #error404 .inner {
    padding: 100px 0;
    height: auto;
    width: 90%;
  }
}
#error404 .inner .img-txt-wrap {
  text-align: center;
  margin-bottom: 50px;
}
#error404 .inner .img-txt-wrap img {
  max-width: 200px;
  margin-bottom: 30px;
}
#error404 .inner .img-txt-wrap .ttl {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  color: #6F6F6F;
}
#error404 .inner .btn a {
  padding-left: 50px;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
#footer {
  background-color: #222;
}
#footer .inner {
  width: 1100px;
  padding: 100px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width < 1200px) {
  #footer .inner {
    padding: 50px 0;
    width: 90%;
  }
}
#footer .inner .footer-info {
  color: #F9F9F9;
  width: 40%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (width < 500px) {
  #footer .inner .footer-info {
    width: 100%;
    margin-bottom: 30px;
  }
}
#footer .inner .footer-info a {
  margin-bottom: 40px;
}
@media (hover: hover) {
  #footer .inner .footer-info a:hover {
    opacity: 0.8;
  }
}
#footer .inner .footer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width < 500px) {
  #footer .inner .footer-sitemap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
#footer .inner .footer-sitemap ul:not(:last-child) {
  margin-right: 70px;
}
@media (width < 500px) {
  #footer .inner .footer-sitemap ul:not(:last-child) {
    width: 100%;
    margin-right: 0;
  }
}
#footer .inner .footer-sitemap ul .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  border-left: 1px solid #CF000E;
}
#footer .inner .footer-sitemap ul .footer-list:not(:last-child) {
  margin-bottom: 26px;
}
#footer .inner .footer-sitemap ul .footer-list .main-cat {
  width: 64px;
  margin-right: 40px;
}
#footer .inner .footer-sitemap ul .footer-list .sub-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .inner .footer-sitemap ul .footer-list .sub-cat ul li:not(.first) {
  font-size: 14px;
  font-size: 1.4rem;
}
#footer .inner .footer-sitemap ul .footer-list .main-cat, #footer .inner .footer-sitemap ul .footer-list .sub-cat {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
#footer .inner .footer-sitemap ul .footer-list a {
  color: #fff;
  font-weight: 400;
}
@media (hover: hover) {
  #footer .inner .footer-sitemap ul .footer-list a:hover {
    color: #CF000E;
  }
}
#footer .inner #copyright {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  color: #D9D9D9;
}