@charset "UTF-8";
/*
theme: エアフォルク（AIサービスロボット）
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
  font-size: 18px;
  line-height: 2;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  list-style: none;
  color: #000000;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
  vertical-align: top;
  width: 100%;
}
sup {
  vertical-align: super !important;
  font-size: smaller !important;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #000;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #000;
  text-shadow: none;
}
.main-u-page {
  padding-top: 125px;
}
#news, #greeting, #organization, #activity {
  padding-top: 120px;
  margin-top: -120px;
}
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1200-width {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1100-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-80-padding {
  padding: 80px 0;
}
.common-60-padding {
  padding: 60px 0;
}
.pc_none {
  display: none !important;
}
.common-title__wrap {
  text-align: center;
  margin-bottom: 60px;
}
.common-title__wrap h2 {
  font-size: 35px;
}
.common-title__wrap p {
  max-width: 860px;
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .main-u-page {
    padding-top: 80px;
  }
  #news, #greeting, #organization, #activity {
    padding-top: 80px;
    margin-top: -80px;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
    font-size: 15px;
    line-height: 1.8;
  }
  .common-120-padding {
    padding: 60px 0;
  }
  .common-80-padding {
    padding: 60px 0;
  }
  .common-title__wrap {
    margin-bottom: 46px;
  }
  .common-title__wrap h2 {
    font-size: 26px;
  }
  .common-title__wrap p {
    text-align: left;
  }
}
/* メニュー
* --------------------------------------- */
.header .nav-section {
  padding: 15px 0 0 0;
}
.global-nav__pc .dropmenu {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  margin-left: 20px;
  gap: 0 40px;
}
.global-nav__pc .dropmenu li {
  position: relative;
  line-height: 1;
}
.global-nav__pc .dropmenu li.parentmenu {
  cursor: pointer;
  padding: 39px 0;
  font-size: 16px;
  align-items: center;
  display: flex;
}
.global-nav__pc .dropmenu li a {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 17px 0;
}
.global-nav__pc .dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 95px;
  right: 50%;
  margin: 0;
  background-color: #fff;
  width: 280px;
  box-sizing: border-box;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
}
.global-nav__pc .dropmenu li.parentmenu:hover ul {
  padding: 8px 24px 24px 24px;
}
.global-nav__pc .dropmenu li ul li a {
  margin: 0;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  border-bottom: solid 1px #000000;
  display: flex;
  justify-content: space-between;
}
.global-nav__pc {
  position: fixed;
  top: 35px;
  z-index: 100;
  max-width: 1800px;
  left: 50%;
  margin: 0 auto;
  width: calc(100% - 40px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#dropmenu li ul li {
  overflow: hidden;
  height: 0;
  transition: .4s;
}
#dropmenu li:hover ul li {
  overflow: visible;
  height: auto;
}
.dropmenu li .icon {
  display: block;
  margin: 0 auto;
}
.nav-outer-block {
  display: flex;
  padding-left: 10px;
}
.header-logo__wrap a img {
  width: 230px;
  vertical-align: top;
}
.global-nav__sp {
  display: none;
}
.global-contect__wrap {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  padding: 0 30px;
  height: 100px;
  box-sizing: border-box;
  border-radius: 5px;
}
.header-logo__wrap {
  margin-right: auto;
}
.global-nav__pc .dropmenu li.parentmenu img {
  margin-left: 10px;
  width: 14px;
}
.global-nav__pc .dropmenu li._contact a {
  color: #fff;
  background: #004DB3;
  width: 180px;
  padding: 20px 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1110px) {
  .global-nav__pc .dropmenu li._contact a {
    width: 130px;
    padding: 11px 0;
    font-size: 15px;
    font-weight: 400;
  }
  .global-nav__pc .dropmenu {
    gap: 0 18px;
  }
}
@media screen and (max-width: 941px) {
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    display: block;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
  }
  .gnav-items__wrap {
    max-width: 941px;
    margin-left: auto;
  }
  .global-nav__list {
    padding: 30px 20px 200px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
  }
  .gnav-items__wrap {
    display: none;
    height: 100vh;
    background: #004DB3;
    overflow-y: scroll;
  }
  .gnav-items__wrap .trigger {
    z-index: 0;
    background-color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
  }
  .gnav-items__wrap .trigger a {
    position: relative;
    display: block;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 16px;
  }
  .gnav-items__wrap .target {
    z-index: 1;
    display: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .gnav-items__wrap .target .target a {
    background-color: #2c363a;
  }
  .gnav-items__wrap .target .target a:hover {
    background-color: #374449;
  }
  .gnav-items__wrap .target .trigger a {
    background-color: #161b1d;
  }
  .gnav-items__wrap .target .trigger a:before, .gnav-items__wrap .target .trigger a:after {
    background-color: #fff;
  }
  .gnav-items__wrap .target .trigger a:before {
    top: .5em;
    right: 16px;
  }
  .gnav-items__wrap .target .trigger a:after {
    top: .85em;
    right: 16px;
  }
  .gnav-items__wrap .target .active a {
    padding-left: 1.5em;
    padding-right: 1.5em;
    color: #fff;
  }
  .gnav-items__wrap .target .active a:hover {
    background-color: #2c363a;
  }
  .gnav-items__wrap .target .active a:before, .gnav-items__wrap .target .active a:after {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .gnav-items__wrap .target .active a:before {
    top: .65em;
    left: 1em;
    width: 3px;
    height: 12px;
  }
  .gnav-items__wrap .target .active a:after {
    display: none;
  }
  .gnav-items__wrap .target a {
    display: block;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 15px;
    display: flex;
    align-items: flex-end;
  }
  .gnav-items__wrap > ul > li {
    animation: fadeInDown 0.5s cubic-bezier(.17, .67, .57, .99) forwards;
    pointer-events: auto;
    position: relative;
    padding: 0;
    background: #fff;
  }
  .gnav-items__wrap > ul > li a {
    display: block;
    padding: 20px 10px;
    transition: 0.3s;
    line-height: 1;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
  }
  .gnav-items__wrap > ul > li a::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: contain;
    vertical-align: middle;
    background-image: url(../../assets/img/icon-arrow.svg);
    background-repeat: no-repeat;
  }
  .gnav-items__wrap > ul > li h3 {
    display: block;
    padding: 20px 14px;
    transition: 0.3s;
  }
  .btn_hamburger {
    padding: 24px 0;
    background: #ffffff;
    cursor: pointer;
    border-bottom: solid 2px #215BAC;
  }
  .btn_hamburger a {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    margin-left: auto;
    margin-right: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .btn_hamburger .active {
    box-shadow: none;
  }
  .js-sub-btn {
    width: 100%;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .js-sub-btn img {
    width: 17px;
    position: absolute;
    top: 16px;
    right: 30px;
  }
  .gnav-items__wrap .active span img {
    transform: rotate(90deg);
  }
  .target ul li {
    position: relative;
  }
  .target ul li a {
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    border-bottom: solid 1px #9A9A9A;
    padding-right: 0;
    padding-left: 0;
  }
  .target ul li:nth-last-child(1) a {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 18px;
  }
  .header-logo__wrap {
    top: 18px;
    left: 20px;
    position: absolute;
  }
  .header-logo__wrap ._logo img {
    width: 180px;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .js-sub-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  .trigger.active .js-sub-btn::after {
    transform: translateY(-50%) rotate(0);
  }
  .target._last ul li:nth-last-child(1) {
    border-bottom: solid 1px #1A0E04;
  }
  .global-btn__wrap a {
    color: #fff;
  }
  .gnav-items__wrap::-webkit-scrollbar {
    display: none;
  }
  .header-logo__wrap a img {
    width: 200px;
  }
  .header-logo__wrap {
    top: 23px
  }
}
@media screen and (max-width: 426px) {}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  background-image: url("../img/keyvisual-bgi_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}
.keyvisual-text__wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.keyvisual-text__wrap h2 {
  margin-bottom: 50px;
}
.keyvisual-text__wrap h2 span {
  display: block;
  font-size: 50px;
  line-height: 1.5;
  color: #fff;
}
.keyvisual-text__wrap h2 span b {
  font-weight: 400;
  font-size: 60px;
  color: #fff;
}
.keyvisual-text__wrap h1 {
  font-size: 21px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .keyvisual-area__group {
    background-image: url("../img/keyvisual-bgi_sp.jpg");
    height: 100%;
    margin-top: 80px;
  }
  .keyvisual-text__wrap {
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    padding: 46px 0 350px;
  }
  .keyvisual-text__wrap h2 {
    margin-bottom: 16px;
    line-height: 2;
  }
  .keyvisual-text__wrap h2 span {
    font-size: 25px;
  }
  .keyvisual-text__wrap h2 span b {
    font-size: 27px;
  }
  .keyvisual-text__wrap h1 {
    font-size: 16px;
  }
}
/* その業務、ロボットに任せませんか？
* --------------------------------------- */
.target-area__group {
  background-color: #F6F8FB;
}
.target-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.target-items__box {
  background-color: #fff;
  padding: 46px 24px 32px;
  width: 23%;
  box-sizing: border-box;
  height: fit-content;
}
.target-items__box:nth-child(even) {
  margin-top: 60px;
}
.target-items__box ._image {
  width: 105px;
  margin: 0 auto 24px;
  ;
}
.target-items__box h3 {
  font-size: 21px;
  margin-bottom: 8px;
  text-align: center;
}
.target-items__box p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .target-items__box {
    padding: 32px 32px 24px;
    width: 100%;
  }
  .target-items__box:nth-child(even) {
    margin-top: 0;
  }
  .target-items__box h3 {
    font-size: 18px;
  }
  .target-items__box p {
    font-size: 15px;
  }
}
/* 
* --------------------------------------- */
.product-tabs__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-tab__list {
  width: 30%;
}
.product-tab__item {
  position: relative;
  background: linear-gradient(270deg, #E2E7EE 0%, #E2E7EE 40px, #fff 40px, #fff 100%);
  padding: 33px 45px;
  font-size: 18px;
  box-sizing: border-box;
  cursor: pointer;
  border-top: solid 1px #EBF0F6;
  border-left: solid 1px #EBF0F6;
}
.product-tab__item:nth-last-child(1) {
  border-bottom: solid 1px #EBF0F6;
}
.product-tab__item::after {
  content: "";
  position: absolute;
  background-image: url(../img/icon-next_blue.svg);
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  background-repeat: no-repeat;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.product-tab__content {
  width: 67%;
}
.product-tab__panel {
  display: none;
}
.product-tab__item.active {
  opacity: 1;
	background: #E2E7EE;
}
.product-tab__panel.active {
  display: block;
  background: #F6F8FB;
  padding: 32px;
  box-sizing: border-box;
}
.product-tab__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.product-tab__image {
  width: 30%;
}
.product-tab__text {
  width: 67%;
}
.product-tab__text h2 {
  font-size: 30px;
}
.product-tab__text span {
  color: #525354;
  font-size: 16px;
  margin-bottom: 16px;
  display: block;
}
.product-tab__text p {
  font-size: 16px;
  margin-bottom: 24px;
}
.product-items__table {
  width: 100%;
}
.product-items__table tr:nth-child(1) {
  border-top: solid 1px #dddddd;
}
.product-items__table tr {
  display: block;
  border-bottom: solid 1px #dddddd;
  padding: 10px 0;
}
.product-items__table tr th {
  width: 150px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
}
.product-items__table tr td {
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product-tab__image {
    width: 100%;
  }
  .product-tab__text {
    width: 100%;
  }
  .product-tab__list {
    width: 100%;
  }
  .product-tab__content {
    width: 100%;
  }
  .product-tabs__wrap {
    gap: 16px 0;
  }
  .product-tab__item {
    padding: 22px 60px 22px 24px;
    font-size: 15px;
  }
  .product-tab__panel.active {
    padding: 16px;
  }
  .product-tab__block {
    flex-direction: column-reverse;
  }
  .product-tab__text h2 {
    font-size: 26px;
  }
  .product-tab__text span {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .product-tab__text p {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .product-items__table tr th {
    width: 100px;
    font-size: 13px;
  }
  .product-items__table tr td {
    font-size: 13px;
  }
}
/* 導入事例
* --------------------------------------- */
.case-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 46px 3.5%;
}
.case-items__box {
  width: 31%;
  position: relative;
}
.case-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.case-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.case-thumbnail__image {
  margin-bottom: 16px
}
.case-items__title h2 {
  font-size: 21px;
}
.case-items__title p {
  font-size: 16px;
  color: #5F5F5F;
}
@media screen and (max-width: 768px) {
  .case-items__title h2 {
    font-size: 18px;
  }
  .case-items__title p {
    font-size: 13px;
  }
  .case-items__block {
    gap: 32px 0;
  }
  .case-items__box {
    width: 100%;
  }
}
/* 比較
* --------------------------------------- */
.compare-area__group {
  background-color: #F6F8FB;
}
.compare-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
  align-items: center;
}
.compare-items__next {
  width: 5%
}
.compare-items__box {
  width: 45%;
  background: #fff;
  padding: 32px 46px;
  box-sizing: border-box;
}
.compare-items__box h3 {
  color: #004DB3;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .compare-items__box {
    width: 100%;
    padding: 24px;
  }
  .compare-items__box h3 {
    font-size: 18px;
  }
  .compare-items__next {
    width: 30px;
    margin: 0 auto;
  }
  .compare-items__next img {
    transform: rotate(90deg);
  }
}
/* メリット
* --------------------------------------- */
.merit-items__block {
  display: flex;
  align-items: center;
  gap: 40px 6vw;
}
.merit-items__block._end {
  padding-left: 20px;
  padding-right: 0;
}
.merit-items__box._image {
  width: 44%;
}
.merit-items__box._text {
  max-width: 600px;
}
.merit-items__block._end {
  justify-content: flex-end;
}
.merit-items__block:nth-child(1) {
  margin-bottom: 120px;
  padding-right: 20px;
}
.merit-items__block:nth-child(2) {
  padding-left: 20px;
}
.merit-items__box._text h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
}
.merit-items__box._text span {
  display: block;
  font-size: 16px;
  color: #5F5F5F;
  margin-bottom: 24px;
}
@media screen and (max-width: 941px) {
  .merit-items__box._text {
    max-width: 400px;
  }
}
@media screen and (max-width: 769px) {
  .merit-items__block:nth-child(1) {
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 80px;
  }
  .merit-items__block:nth-child(2) {
    flex-direction: column-reverse;
    padding-left: 0;
  }
  .merit-items__block {
    align-items: flex-start;
    gap: 24px 0;
  }
  .merit-items__box._image {
    width: 95%;
  }
  .merit-items__box._text {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  ._end .merit-items__box._image {
    margin-left: auto;
  }
  .merit-items__box._text h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 426px) {}
/* お問い合わせ
* --------------------------------------- */
.contact-area__group {
  background-color: #F6F8FB;
}
.contact-items__wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 30px;
  border-bottom: solid 1px #9d9d9d;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.contact-items__title {
  font-weight: 500;
  width: 25%;
}
.contact-items__editor {
  width: 75%;
}
.required {
  font-size: 12px;
  color: #3A4042;
  line-height: 1.2;
  display: inline-block;
  padding: 0;
  margin-left: 8px;
  font-weight: normal;
}
.contact-items__editor select, .contact-items__editor input {
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: none;
  height: 80px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  box-sizing: border-box;
}
.contact-items__editor textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: none;
  height: 300px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  box-sizing: border-box;
}
.recruit-contact__box h3 {
  font-size: 30px;
  font-weight: 600;
  color: #abc066;
  margin-bottom: 50px;
  text-align: center;
}
.wpcf7-list-item {
  display: flex !important;
  justify-content: center;
  background: #fff;
  padding: 20px 0;
  max-width: 689px;
  margin: 30px auto 0 !important;
}
.consent label {
  display: flex;
  align-items: center;
}
.wpcf7-list-item-label {
  display: flex;
  margin-left: 10px;
}
.send-btn {
  width: 100%;
  max-width: 300px;
  margin: 30px auto 0;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.send-btn input {
  background: #000000;
  font-size: 16px;
  color: #fff;
  border: none;
  width: 100%;
  padding: 25px 0;
  border-radius: 100px;
}
.wpcf7-spinner {
  display: none !important;
}
@media screen and (max-width: 789px) {
  .contact-items__wrap {
    flex-direction: column;
    gap: 10px 0;
    padding: 0 5px 20px;
    margin-bottom: 20px;
  }
  .contact-items__editor select, .contact-items__editor input {
    height: 50px;
  }
  .contact-items__editor {
    width: 100%;
  }
  .contact-items__title {
    width: 100%;
  }
  .send-btn {
    width: 100%;
    max-width: 280px;
  }
  .send-btn input {
    padding: 19px 0;
  }
}

/* よくあるご質問
* --------------------------------------- */
.faq-items__box .faq-header__box {
  padding: 30px 20px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  background-color: #F6F8FB;
}
.faq-items__box {
  margin-bottom: 16px;
}
.faq-items__box:nth-last-child(1) {
  margin-bottom: 0;
}
.faq-items__box .faq-header__box .i_box {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faq-items__box .faq-header__box .i_box:before, .faq-items__box .faq-header__box .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.faq-items__box .faq-header__box .i_box:before {
  border-top: 1px solid #000;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-items__box .faq-header__box .i_box:after {
  border-left: 1px solid #000;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.faq-items__box .faq-header__box.open .i_box:after {
  height: 0;
}
.faq-items__box .faq-answer__box {
  margin-top: 24px;
  box-sizing: border-box;
  display: none;
}
.faq-header__text {
  position: relative;
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.faq-header__text::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../img/icon-qestion.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.faq-answer__text {
  position: relative;
  gap: 0 10px;
}
.faq-items__box .faq-header__box.open {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .faq-header__text::before {
    width: 30px;
    height: 30px;
  }
  .faq-header__text {
    align-items: flex-start;
    gap: 0 15px;
  }
  .faq-items__box .faq-header__box {
    padding: 24px 16px;
  }
  .faq-items__box .faq-answer__box {
    margin-top: 20px;
  }
  .faq-header__text h2 {
    font-size: 15px;
    font-weight: 500;
    width: 85%;
  }
  .faq-items__box {
    margin-bottom: 16px;
  }
  .faq-items__box .faq-header__box .i_box {
    display: none
  }
}
@media screen and (max-width: 425px) {}
/* フッター
* --------------------------------------- */
.footer-area__group {
  background-color: #004DB3;
  padding: 46px 0 32px;
  text-align: center;
}
.footer-area__group h2 {
  color: #fff;
  font-size: 30px;
}
.footer-area__group span {
  color: #fff;
  font-size: 14px;
  margin-bottom: 32px;
  display: block
}
.footer-area__group p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
}
.footer-area__group small {
  color: #fff;
  font-size: 16px;
}
.smartphone-fixd__wrap, .smartphone-fixd__box {
  display: none
}
@media screen and (max-width: 768px) {
  .footer-area__group {
    padding: 32px 0 32px;
  }
  .footer-area__group h2 {
    font-size: 26px;
  }
  .footer-area__group span {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .footer-area__group p {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .footer-area__group small {
    font-size: 13px;
  }
  .smartphone-fixd__box {
    display: block;
  }
  .smartphone-fixd__wrap {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background-color: #0049BA;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .smartphone-fixd__wrap a {
    color: #0049BA;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    padding: 16px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px
  }
  .smartphone-fixd__box ._icon {
    width: 20px;
    height: 14px;
  }
}
/* 
* --------------------------------------- */
@media screen and (max-width: 941px) {}
@media screen and (max-width: 768px) {}